Home
last modified time | relevance | path

Searched refs:breakpoint (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhw_breakpoint.c127 struct breakpoint { struct
133 static DEFINE_PER_CPU(struct breakpoint *, cpu_bps[HBP_NUM_MAX]); argument
136 static struct breakpoint *alloc_breakpoint(struct perf_event *bp) in alloc_breakpoint()
138 struct breakpoint *tmp; in alloc_breakpoint()
160 static bool alternate_infra_bp(struct breakpoint *b, struct perf_event *bp) in alternate_infra_bp()
165 static bool can_co_exist(struct breakpoint *b, struct perf_event *bp) in can_co_exist()
172 struct breakpoint *tmp; in task_bps_add()
187 struct breakpoint *tmp = list_entry(pos, struct breakpoint, list); in task_bps_remove()
203 struct breakpoint *tmp; in all_task_bps_check()
218 struct breakpoint *tmp; in same_task_bps_check()
[all …]
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dptrace.rst53 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 Ddawr-power9.rst80 PTRACE_GETHWDBGINFO) and setting the breakpoint, userspace will get an
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dsymbols.py68 breakpoint = None variable in LxSymbols
177 if self.breakpoint is not None:
178 self.breakpoint.delete()
179 self.breakpoint = None
180 self.breakpoint = LoadModuleBreakpoint(
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c255 static int breakpoint; in x86emu_single_step() local
259 if (M.x86.saved_ip != breakpoint) { in x86emu_single_step()
313 breakpoint = ps[1]; in x86emu_single_step()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c236 static int breakpoint; in x86emu_single_step() local
240 if (M.x86.saved_ip != breakpoint) { in x86emu_single_step()
293 breakpoint = ps[1]; in x86emu_single_step()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0044-gdb-Restrict-GDB-access-when-locked-down.patch34 - a breakpoint so that the user will land
51 + * a breakpoint so that the user will land
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dtraps.h12 BUILD_TRAP_HANDLER(breakpoint);
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Ds390-diag.rst80 DIAGNOSE function code 'X'501 - KVM breakpoint
83 If the function code specifies 0x501, breakpoint functions may be performed.
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dkprobes.rst31 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
177 instruction instead of a breakpoint instruction at each probepoint.
183 Kprobes inserts an ordinary, breakpoint-based kprobe at the specified
216 - code to push the CPU's registers (emulating a breakpoint trap)
265 replaced with the original code (except for an int3 breakpoint in
365 Sets a breakpoint at the address kp->addr. When the breakpoint is
404 Called with p pointing to the kprobe associated with the breakpoint,
[all …]
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dgdb-kernel-debugging.rst83 - Set a breakpoint on some not yet loaded module function, e.g.::
87 Make breakpoint pending on future shared library load? (y or [n]) y
95 the breakpoint hit::
/OK3568_Linux_fs/u-boot/include/
H A Dkgdb.h45 extern void breakpoint(void);
/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.info528 we set a breakpoint there with the GDB 'break' command.
544 To trigger the breakpoint, we call 'changequote'. GDB suspends
1446 a breakpoint on a subroutine whose name begins with 'make_', but when
1520 understands that you want to set a breakpoint on a function:
1528 argument type). For example, when you want to set a breakpoint you
2062 breakpoint at the beginning of the main procedure and then invoking
2071 breakpoint will remain to halt execution.
2088 breakpoint at the first instruction of a program's execution and
2552 the symbol table again (while trying to preserve your current breakpoint
2646 the current inferior. You may find this useful in writing breakpoint
[all …]
/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.info528 we set a breakpoint there with the GDB 'break' command.
544 To trigger the breakpoint, we call 'changequote'. GDB suspends
1446 a breakpoint on a subroutine whose name begins with 'make_', but when
1520 understands that you want to set a breakpoint on a function:
1528 argument type). For example, when you want to set a breakpoint you
2062 breakpoint at the beginning of the main procedure and then invoking
2071 breakpoint will remain to halt execution.
2088 breakpoint at the first instruction of a program's execution and
2552 the symbol table again (while trying to preserve your current breakpoint
2646 the current inferior. You may find this useful in writing breakpoint
[all …]
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_cmds5 # be safe. Global breakpoint commands affect each cpu as it is booted.
/OK3568_Linux_fs/buildroot/board/qemu/arm-vexpress-tz/
H A Dreadme.txt108 set a breakpoint to its entry point (__text_start) and start emulation:
113 …Hardware assisted breakpoint 1 at 0xe100000: file core/arch/arm/kernel/generic_entry_a32.S, line 2…
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.kgdb87 This will add an extra call back to kgdb for the breakpoint
113 0x0040 - allow flow control management (breakpoint, single step)
/OK3568_Linux_fs/kernel/samples/
H A DKconfig62 tristate "Build kernel hardware breakpoint examples -- loadable module only"
65 This builds kernel hardware breakpoint example modules.
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/
H A D0011-Revert-Use-ffile-compilation-dir-instead-of-fdebug-c.patch5 -fdebug-compilation-dir=" and "[ios] Fix breakpoint in Swift files"
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dhw_breakpoint.c358 BUILD_TRAP_HANDLER(breakpoint) in BUILD_TRAP_HANDLER() argument
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-tautological-compare-warning.patch110 @@ -651,7 +651,7 @@ mips_stub_bp_continue(struct breakpoint *bp, struct process *proc)
136 @@ -1085,7 +1085,7 @@ ppc_plt_bp_continue(struct breakpoint *bp, struct process *proc)
/OK3568_Linux_fs/u-boot/common/
H A Dkgdb.c566 breakpoint(void) in breakpoint() function
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Datarikbd.rst170 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
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtproxy.rst80 https://git.breakpoint.cc/cgit/fw/tcprdr.git/
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mpc85xx6 be able to receive control after a single step or breakpoint:

123