Home
last modified time | relevance | path

Searched refs:breakpoints (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dptrace.rst8 4 hardware breakpoints (IAC)
28 GDB: this query will return the number of hardware breakpoints, hardware
86 With this GDB can ask for all kinds of hardware breakpoints and watchpoints
87 that the BookE supports. COMEFROM breakpoints available in server processors
H A Ddawr-power9.rst25 For ptrace, we now advertise zero breakpoints on POWER9 via the
79 enabled/disabled between getting the number of breakpoints (via
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dsymbols.py144 if hasattr(gdb, 'breakpoints') and not gdb.breakpoints() is None:
145 for bp in gdb.breakpoints():
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.kgdb28 bool "KGDB: use kprobe blocklist to prohibit unsafe breakpoints"
35 identify symbols where it is unsafe to set breakpoints.
158 still try to register kgdb to handle breakpoints and crashes
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/
H A Dbrcm,gisb-arb.txt14 for breakpoints.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.bedbug51 hardware breakpoints and stepping through code. These
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkgdb.rst17 memory, registers, process lists, dmesg, and even set breakpoints to
19 you can set breakpoints and execute some basic kernel run control. Kdb
30 application. It is possible to place breakpoints in kernel code and
73 option will prevent the use of software breakpoints because it marks
76 breakpoints if you desire to run with the ``CONFIG_STRICT_KERNEL_RWX``
646 debugger. You should be using gdb for breakpoints and run control
708 - A full implementation for software breakpoints unless overridden
738 - (optional) HW breakpoints
H A Dkselftest.rst106 $ make TARGETS="bpf breakpoints size timers" SKIP_TARGETS=bpf kselftest
H A Dkcsan.rst240 breakpoints).
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A DMakefile5 TARGETS += breakpoints
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info1430 GDB fills in the rest of the word 'breakpoints', since that is the only
1433 (gdb) info breakpoints
1435 You can either press <RET> at this point, to run the 'info breakpoints'
1436 command, or backspace and enter something else, if 'breakpoints' does
1438 'info breakpoints' in the first place, you might as well just type <RET>
1518 When setting breakpoints however (*note Specify Location::), you
1730 breakpoints -- Making program stop at certain points
1845 'info registers', or list the breakpoints you have set with 'info
1846 breakpoints'. You can get a complete list of the 'info'
2051 breakpoints.
[all …]
H A Dannotate.info48 * Breakpoint Info:: Information on breakpoints.
530 The output from the 'info breakpoints' command is annotated as
589 The breakpoints may have changed. For example, the user just added
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info1430 GDB fills in the rest of the word 'breakpoints', since that is the only
1433 (gdb) info breakpoints
1435 You can either press <RET> at this point, to run the 'info breakpoints'
1436 command, or backspace and enter something else, if 'breakpoints' does
1438 'info breakpoints' in the first place, you might as well just type <RET>
1518 When setting breakpoints however (*note Specify Location::), you
1730 breakpoints -- Making program stop at certain points
1845 'info registers', or list the breakpoints you have set with 'info
1846 breakpoints'. You can get a complete list of the 'info'
2051 breakpoints.
[all …]
H A Dannotate.info48 * Breakpoint Info:: Information on breakpoints.
530 The output from the 'info breakpoints' command is annotated as
589 The breakpoints may have changed. For example, the user just added
/OK3568_Linux_fs/kernel/arch/
H A DKconfig142 ( These probes come in the form of single-byte breakpoints,
367 Depending on the arch implementation of hardware breakpoints,
369 breakpoints addresses, others have mixed registers to store
371 Select this option if your arch implements breakpoints under the
/OK3568_Linux_fs/kernel/arch/xtensa/
H A DKconfig468 then enter your normal kernel breakpoints once the MMU was mapped
476 use hardware breakpoints (gdb 'hbreak' cmd) to break at _startup.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkvm.h79 struct kvm_breakpoint breakpoints[4]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkvm.h79 struct kvm_breakpoint breakpoints[4]; member
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dself-protection.rst54 alternatives, breakpoints, kprobes, etc. If these must exist in a
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkvm.h79 struct kvm_breakpoint breakpoints[4]; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dkvm.h79 struct kvm_breakpoint breakpoints[4]; member
/OK3568_Linux_fs/u-boot/
H A DKconfig155 it is possible to set breakpoints on particular lines, single-step
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst450 Sets breakpoints at particular BPF instructions. Issuing a `run` command
474 breakpoints: 0 1
476 Prints currently set breakpoints.
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A DKconfig1485 breakpoints and single stepping do not work. The value of this
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dapi.rst3315 - KVM_GUESTDBG_USE_SW_BP: using software breakpoints [x86, arm64]
3316 - KVM_GUESTDBG_USE_HW_BP: using hardware breakpoints [x86, s390, arm64]
3321 For example KVM_GUESTDBG_USE_SW_BP indicates that software breakpoints
5785 mechanism e.g. to realize 2-byte software breakpoints. The kernel will

12