| /linux/Documentation/arch/powerpc/ |
| H A D | ptrace.rst | 53 Sets a hardware breakpoint or watchpoint, according to the provided structure:: 90 ptrace will return an integer (handle) uniquely identifying the breakpoint or 92 request to ask for its removal. Return -ENOSPC if the requested breakpoint 97 - set a breakpoint in the first breakpoint register:: 127 - set a ranged hardware breakpoint:: 155 Takes an integer which identifies an existing breakpoint or watchpoint 157 corresponding breakpoint or watchpoint..
|
| H A D | dawr-power9.rst | 88 PTRACE_GETHWDBGINFO) and setting the breakpoint, userspace will get an
|
| /linux/scripts/gdb/linux/ |
| H A D | symbols.py | 127 breakpoint = None variable in LxSymbols 304 if self.breakpoint is not None: 305 self.breakpoint.delete() 306 self.breakpoint = None 326 self.breakpoint = LoadModuleBreakpoint(
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | errata.rst | 51 On AMD CPUs, when GIF is cleared, #DB exceptions or traps due to a breakpoint 57 intercept the #DB, temporarily disable the breakpoint, single-step over the 58 instruction, then re-enable the breakpoint.
|
| /linux/arch/sh/include/asm/ |
| H A D | traps.h | 12 BUILD_TRAP_HANDLER(breakpoint);
|
| /linux/arch/s390/boot/ |
| H A D | trampoline.S | 6 # puts a breakpoint on it, so it needs to be kept separate.
|
| /linux/Documentation/process/debugging/ |
| H A D | gdb-kernel-debugging.rst | 87 - Set a breakpoint on some not yet loaded module function, e.g.:: 91 Make breakpoint pending on future shared library load? (y or [n]) y 99 the breakpoint hit::
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 31 routine to be invoked when the breakpoint is hit. 66 with a breakpoint instruction (e.g., int3 on i386 and x86_64). 68 When a CPU hits the breakpoint instruction, a trap occurs, the CPU's 76 but then Kprobes would have to temporarily remove the breakpoint 176 instruction instead of a breakpoint instruction at each probepoint. 182 Kprobes inserts an ordinary, breakpoint-based kprobe at the specified 215 - code to push the CPU's registers (emulating a breakpoint trap) 264 replaced with the original code (except for an int3 breakpoint in 365 Sets a breakpoint at the address kp->addr. When the breakpoint is hit, Kprobes 401 Called with p pointing to the kprobe associated with the breakpoint, [all …]
|
| /linux/tools/perf/bench/ |
| H A D | breakpoint.c | 42 struct breakpoint { struct 116 struct breakpoint *breakpoints; in bench_breakpoint_thread()
|
| H A D | Build | 19 perf-bench-y += breakpoint.o
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_cmds | 5 # be safe. Global breakpoint commands affect each cpu as it is booted.
|
| /linux/Documentation/networking/ |
| H A D | filter.rst | 456 * breakpoint 0:: 458 breakpoint at: l0: ldh [12] 460 * breakpoint 1:: 462 breakpoint at: l1: jeq #0x800, l2, l5 468 break when a breakpoint is being hit (another `run` will continue from 469 the currently active breakpoint executing next instructions): 485 (breakpoint) 488 * breakpoint::
|
| /linux/lib/ |
| H A D | Kconfig.kgdb | 87 This will add an extra call back to kgdb for the breakpoint 113 0x0040 - allow flow control management (breakpoint, single step)
|
| /linux/arch/sh/kernel/ |
| H A D | hw_breakpoint.c | 358 BUILD_TRAP_HANDLER(breakpoint) in BUILD_TRAP_HANDLER() argument
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 85 Make breakpoint pending on future shared library load? (y or [n]) y
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 81 Make breakpoint pending on future shared library load? (y or [n]) y
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 170 equivalent cursor control keystroke(s). The ikbd provides a single breakpoint 525 ; horizontal velocity breakpoint is reached 527 ; vertical velocity breakpoint is reached 544 seconds. After the Rn breakpoint is reached, keystroke pairs are generated 545 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint
|
| /linux/samples/ |
| H A D | Kconfig | 84 tristate "Build kernel hardware breakpoint examples -- loadable module only" 87 This builds kernel hardware breakpoint example modules.
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas.h | 457 struct hisi_sas_breakpoint *breakpoint; member
|
| H A D | hisi_sas_main.c | 2213 memset(hisi_hba->breakpoint, 0, s); in hisi_sas_init_mem() 2329 hisi_hba->breakpoint = dmam_alloc_coherent(dev, s, in hisi_sas_alloc() 2332 if (!hisi_hba->breakpoint) in hisi_sas_alloc()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 96 - a hardware breakpoint event in the form of '\mem:addr[/len][:access]' 100 number of bytes from specified addr, which the breakpoint will cover.
|
| /linux/Documentation/livepatch/ |
| H A D | livepatch.rst | 31 putting a breakpoint instruction instead of any instruction.
|
| /linux/kernel/trace/ |
| H A D | Kconfig | 810 If kprobes can use ftrace instead of breakpoint, ftrace related
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 667 0x80000001, 0, ecx, 26, bpext , Data access breakpoint extension
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.reg | 3519 * Sequencer instruction breakpoint address address.
|