/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | aml-debugger.rst | 12 This document describes the usage of the AML debugger embedded in the Linux 15 1. Build the debugger 19 debugger interface from the Linux kernel:: 37 2. Start the userspace debugger interface 40 After booting the kernel with the debugger built-in, the debugger can be 47 That spawns the interactive AML debugger environment where you can execute 48 debugger commands. 55 The detailed debugger commands reference is located in Chapter 12 "ACPICA 58 3. Stop the userspace debugger interface 61 The interactive debugger interface can be closed by pressing Ctrl+C or using [all …]
|
H A D | index.rst | 21 aml-debugger
|
/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 12 debugger front ends and dynamically transition between them if you 18 stop in a certain location. Kdb is not a source level debugger, although 25 Kgdb is intended to be used as a source level debugger for the Linux 56 :menuselection:`KGDB: kernel debugger`. 67 or on the stack at different points which allows a debugger such as gdb to 127 the configuration of the kernel debugger. The following chapter covers 150 that has atomic mode setting hooks, it is possible to enter the debugger 260 separate TCP port for the debugger and a separate TCP port for the [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.bedbug | 4 These changes implement the bedbug (emBEDded deBUGger) debugger in U-Boot. 19 Added call to initialize debugger on startup. 55 AMCC PPC405 specific debugger routines. 64 Added call to initialize 860 debugger.
|
/openbmc/u-boot/board/synopsys/emsdp/ |
H A D | README | 26 debugger on development host. Both proprietary MetaWare debugger and 57 2. To build Elf file (for example to be used with host debugger via JTAG 77 in "ROM" and start it from the debugger. One important note here we first 80 2.1. In case of proprietary MetaWare debugger run:
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0005-configure.ac-add-option-for-libcap.patch | 27 +[ --with-licap use licap for debugger checks. (default=yes)], 48 - AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-dir=… 58 + AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-di…
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | debug.h | 30 DEBUGGER_BOILERPLATE(debugger) 39 static inline int debugger(struct pt_regs *regs) { return 0; }
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | README | 26 debugger on development host. Both proprietary MetaWare debugger and 68 2. To build Elf file (for example to be used with host debugger via JTAG 101 in DDR and start it from the debugger. 103 2.1. In case of proprietary MetaWare debugger run:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/ |
H A D | geany-plugins_1.38.bb | 69 EXTRA_OECONF += "--disable-debugger" 70 #PLUGINS += "${PN}-debugger" 71 #LIC_FILES_CHKSUM += "file://debugger/COPYING;md5=4325afd396febcb659c36b49533135d4" 72 #FILES:${PN}-debugger = "${libdir}/geany/debugger.so ${datadir}/${PN}/debugger"
|
/openbmc/linux/lib/ |
H A D | Kconfig.kgdb | 12 bool "KGDB: kernel debugger" 20 backtraces in the external debugger. Documentation of 21 kernel debugger is available at http://kgdb.sourceforge.net 151 If an architecture can definitely handle entering the debugger
|
/openbmc/u-boot/board/synopsys/iot_devkit/ |
H A D | README | 32 debugger on development host. Both proprietary MetaWare debugger and 80 2. To build Elf file (for example to be used with host debugger via JTAG 109 2.1. In case of proprietary MetaWare debugger run:
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/ |
H A D | gdb-common.inc | 1 SUMMARY = "GNU debugger" 3 DESCRIPTION = "GDB, the GNU Project debugger, allows you to see what is going on inside another pro…
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pyelftools_0.31.bb | 15 RDEPENDS:${PN} += "python3-debugger python3-pprint"
|
H A D | python3-pytest_8.3.3.bb | 16 python3-debugger \
|
H A D | python3-setuptools-scm_8.1.0.bb | 28 python3-debugger \
|
H A D | python3-pyparsing_3.2.0.bb | 21 python3-debugger \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pytest-runner_6.0.1.bb | 13 RDEPENDS:${PN} = "python3-setuptools python3-debugger python3-json python3-io"
|
H A D | python3-ipython_8.28.0.bb | 18 python3-debugger \
|
H A D | python3-werkzeug_3.1.3.bb | 5 It includes a powerful debugger, full featured request and response objects, \
|
/openbmc/linux/Documentation/features/debug/kgdb/ |
H A D | arch-support.txt | 4 # description: arch supports the kGDB kernel debugger
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | ex.S | 48 .long nmi_trap_handler /* 1C0 */ ! Allow trap to debugger
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig.debug | 94 bool "Include xmon kernel debugger" 98 Include in-kernel hooks for the xmon kernel monitor/debugger. 105 debugger hooks. 'xmon=off' will disable the debugger hooks 143 Include in-kernel support for the Abatron BDI2000 debugger. 284 kernel BSS and should be safe to select on any system. A debugger
|
/openbmc/qemu/docs/system/ |
H A D | monitor.rst | 15 - Inspect the VM state without an external debugger.
|
/openbmc/u-boot/board/work-microwave/work_92105/ |
H A D | README | 26 debugger or through the LPC32XX Service Boot 30 DDR through a JTAG debugger (for instance by
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/renderdoc/ |
H A D | renderdoc_1.33.bb | 2 DESCRIPTION = "RenderDoc is a frame-capture based graphics debugger"
|