/openbmc/linux/Documentation/dev-tools/ |
H A D | kgdb.rst | 2 Using kgdb, kdb and the kernel debugger internals 10 The kernel has two different debugger front ends (kdb and kgdb) which 46 - In order to enable compilation of kdb, you must first enable kgdb. 92 Kernel config options for kdb 99 ``lsmod``, or ``ps``. In order to build kdb into the kernel you follow the 102 The main config option for kdb is ``CONFIG_KGDB_KDB`` which is called 103 :menuselection:`KGDB_KDB: include kdb frontend for kgdb` in the config menu. 105 ``CONFIG_KGDB_SERIAL_CONSOLE`` interface if you plan on using kdb on a 108 If you want to use a PS/2-style keyboard with kdb, you would select 112 option only works with kdb. [all …]
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | Makefile | 14 quiet_cmd_gen-kdb = GENKDB $@ 15 …cmd_gen-kdb = $(AWK) 'BEGIN {print "\#include <linux/stddef.h>"; print "\#include <linux/init.h>"}… 24 $(call cmd,gen-kdb)
|
H A D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs. 8 # or archkdbcpu or archkdbshort at the kdb prompt. 10 defcmd dumpcommon "" "Common kdb debugging"
|
/openbmc/linux/lib/ |
H A D | Kconfig.kgdb | 92 bool "KGDB_KDB: include kdb frontend for kgdb" 98 hex "KDB: Select kdb command functions to be enabled by default" 102 Specifiers which kdb commands are enabled by default. This may 118 issuing 'echo X > /sys/module/kdb/parameters/cmd_enable' or 119 setting with kdb.cmd_enable=X kernel command line option will 134 This integer controls the behaviour of kdb when the kernel gets a 139 you type 'go', you will be warned by kdb. The secend time you type
|
/openbmc/linux/kernel/debug/ |
H A D | Makefile | 7 obj-$(CONFIG_KGDB_KDB) += kdb/
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.c | 362 le32_to_cpu(psp_hdr_v1_1->kdb.fw_version)); in amdgpu_ucode_print_psp_hdr() 364 le32_to_cpu(psp_hdr_v1_1->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 366 le32_to_cpu(psp_hdr_v1_1->kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr() 372 le32_to_cpu(psp_hdr_v1_2->kdb.fw_version)); in amdgpu_ucode_print_psp_hdr() 374 le32_to_cpu(psp_hdr_v1_2->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 376 le32_to_cpu(psp_hdr_v1_2->kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr() 390 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.fw_version)); in amdgpu_ucode_print_psp_hdr() 392 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 394 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr()
|
H A D | psp_v13_0_4.c | 129 return psp_v13_0_4_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_KEY_DATABASE); in psp_v13_0_4_bootloader_load_kdb() 134 return psp_v13_0_4_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_TOS_SPL_TABLE); in psp_v13_0_4_bootloader_load_spl()
|
H A D | amdgpu_psp.c | 2101 if ((is_psp_fw_valid(psp->kdb)) && in psp_hw_start() 3068 psp->kdb.fw_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor() 3069 psp->kdb.feature_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor() 3070 psp->kdb.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3071 psp->kdb.start_addr = ucode_start_addr; in parse_sos_bin_descriptor() 3202 adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_1->kdb.size_bytes); in psp_init_sos_microcode() 3203 adev->psp.kdb.start_addr = (uint8_t *)adev->psp.sys.start_addr + in psp_init_sos_microcode() 3204 le32_to_cpu(sos_hdr_v1_1->kdb.offset_bytes); in psp_init_sos_microcode() 3208 adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_2->kdb.size_bytes); in psp_init_sos_microcode() 3209 adev->psp.kdb.start_addr = (uint8_t *)adev->psp.sys.start_addr + in psp_init_sos_microcode() [all …]
|
H A D | amdgpu_ucode.h | 90 struct psp_fw_legacy_bin_desc kdb; member 97 struct psp_fw_legacy_bin_desc kdb; member
|
H A D | psp_v13_0.c | 237 return psp_v13_0_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_KEY_DATABASE); in psp_v13_0_bootloader_load_kdb() 242 return psp_v13_0_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_TOS_SPL_TABLE); in psp_v13_0_bootloader_load_spl()
|
H A D | amdgpu_psp.h | 329 struct psp_bin_desc kdb; member
|
H A D | psp_v11_0.c | 212 return psp_v11_0_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_KEY_DATABASE); in psp_v11_0_bootloader_load_kdb()
|
/openbmc/linux/kernel/module/ |
H A D | Makefile | 22 obj-$(CONFIG_KGDB_KDB) += kdb.o
|
/openbmc/linux/samples/ |
H A D | Makefile | 11 obj-$(CONFIG_SAMPLE_KDB) += kdb/
|
H A D | Kconfig | 107 tristate "Build kdb command example -- loadable modules only" 111 command to the kdb shell.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/ |
H A D | krb5_1.21.3.bb | 144 FILES:${PN}-kdc = "${libdir}/krb5/plugins/kdb/db2.so \ 156 ${libdir}/krb5/plugins/kdb/kldap.so \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
H A D | samba_4.19.8.bb | 253 ${libdir}/krb5/plugins/kdb/samba.so \
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 763 uint32_t HELPER(kdb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER() argument
|
H A D | insn-data.h.inc | 180 F(0xb318, KDBR, RRE, Z, f1, f2, 0, 0, kdb, 0, IF_BFP) 183 F(0xed18, KDB, RXE, Z, f1, m2_64, 0, 0, kdb, 0, IF_BFP)
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | 64 DEF_HELPER_FLAGS_3(kdb, TCG_CALL_NO_WG, i32, env, i64, i64)
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 1193 ed18 kdb RXE_FRRD
|
/openbmc/linux/ |
H A D | MAINTAINERS | 11742 F: include/linux/kdb.h 11745 F: kernel/module/kdb.c
|
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | 1429 2024-12-28 20:05:26.699-0600 FINEST t589 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/linux/kernel/debug/kdb/kdb_io.c': chosen by suffix: CAnalyzerFactory 1430 2024-12-28 20:05:26.699-0600 FINE t589 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/kernel/debug/kdb/kdb_io.c' (CAnalyzer) 1442 2024-12-28 20:05:26.700-0600 FINER t589 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/kernel/debug/kdb/kdb_io.c' 1563 2024-12-28 20:05:26.754-0600 FINER t589 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/kernel/debug/kdb/kdb_io.c' 1564 2024-12-28 20:05:26.754-0600 FINEST t589 Statistics.logIt: Added: '/openbmc/linux/kernel/debug/kdb/kdb_io.c' (CAnalyzer) (took 55 ms) 3206 2024-12-28 20:05:27.571-0600 FINE t589 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/samples/kdb/Makefile' (ShAnalyzer) 3208 2024-12-28 20:05:27.572-0600 FINER t589 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/samples/kdb/Makefile' 3217 2024-12-28 20:05:27.575-0600 FINER t589 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/samples/kdb/Makefile' 3218 2024-12-28 20:05:27.575-0600 FINEST t589 Statistics.logIt: Added: '/openbmc/linux/samples/kdb/Makefile' (ShAnalyzer) (took 4 ms) [all...] |
/openbmc/ |
D | opengrok1.0.log | [all...] |