| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-finish-breakpoint.py | 36 class TestBreakpoint(gdb.Breakpoint): 38 gdb.Breakpoint.__init__(self, spec="test_1", internal=1) 70 class TestExplicitBreakpoint(gdb.Breakpoint):
|
| D | py-breakpoint-create-fail.py | 19 class MyBP(gdb.Breakpoint):
|
| D | py-finish-breakpoint-deletion.py | 23 class MyBreakpoint(gdb.Breakpoint):
|
| D | py-watchpoint.py | 17 class MyBreakpoint(gdb.Breakpoint):
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | dw2-dos-drive.exp | 30 gdb_test "break 'z:file.c':func" {Breakpoint [0-9]+ at .*} 36 gdb_test "break file.c:func" {Breakpoint [0-9]+ at .*}
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| D | minsym-fallback.exp | 39 gdb_test "break C::f()" {Breakpoint [0-9]+ at 0x[0-9a-f]+} 41 gdb_test "break C::operator()()" {Breakpoint [0-9]+ at 0x[0-9a-f]+}
|
| D | parse-lang.exp | 31 gdb_test "" {Breakpoint [0-9]+, C::m .*} "breakpoint hit"
|
| D | infcall-dlopen.exp | 37 gdb_test "b openlib" {Breakpoint [0-9]+ at .*} "test $i stub 1"
|
| D | re-set-overloaded.exp | 32 gdb_test "break C::C" {Breakpoint [0-9]+ \(C::C\) pending\.}
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | nostdlib.exp | 54 gdb_test "" {Breakpoint [0-9]+, .*_start .*} "stop at run" 56 gdb_test "continue" {Breakpoint [0-9]+, marker .*} "continue to marker"
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | python-internal.h | 324 #define BPPY_REQUIRE_VALID(Breakpoint) \ argument 326 if ((Breakpoint)->bp == NULL) \ 329 (Breakpoint)->number); \ 334 #define BPPY_SET_REQUIRE_VALID(Breakpoint) \ argument 336 if ((Breakpoint)->bp == NULL) \ 339 (Breakpoint)->number); \
|
| D | py-breakpoint.c | 53 #define BPLOCPY_REQUIRE_VALID(Breakpoint, Location) \ argument 55 if ((Breakpoint)->bp != (Location)->bp_loc->owner) \ 62 #define BPLOCPY_SET_REQUIRE_VALID(Breakpoint, Location) \ argument 64 if ((Breakpoint)->bp != (Location)->bp_loc->owner) \
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-lm32.texi | 119 Breakpoint 0. 121 Breakpoint 1. 123 Breakpoint 2. 125 Breakpoint 3.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | ia64-sigill.exp | 41 gdb_test "break *label+2" {Breakpoint [0-9]+ at 0x[0-9a-f]+2:.*}
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.info-9 | 111 * -break-after: GDB/MI Breakpoint Commands. 113 * -break-commands: GDB/MI Breakpoint Commands. 115 * -break-condition: GDB/MI Breakpoint Commands. 117 * -break-delete: GDB/MI Breakpoint Commands. 119 * -break-disable: GDB/MI Breakpoint Commands. 121 * -break-enable: GDB/MI Breakpoint Commands. 123 * -break-info: GDB/MI Breakpoint Commands. 125 * -break-insert: GDB/MI Breakpoint Commands. 127 * -break-list: GDB/MI Breakpoint Commands. 129 * -break-passcount: GDB/MI Breakpoint Commands. [all …]
|
| D | python.texi | 315 @code{gdb.Breakpoint} objects matching function names defined by the 3536 (@pxref{python_breakpoint_inferior,,The Breakpoint.inferior 3845 @code{gdb.Breakpoint}) that were hit. 3846 @xref{Breakpoints In Python}, for details of the @code{gdb.Breakpoint} object. 3944 that is passed is the new @code{gdb.Breakpoint} object. 3948 argument that is passed is the new @code{gdb.Breakpoint} object. 3952 is passed is the @code{gdb.Breakpoint} object. When this event is 3953 emitted, the @code{gdb.Breakpoint} object will already be in its 4125 (@pxref{python_breakpoint_thread,,The Breakpoint.thread attribute}). 6535 @tindex gdb.Breakpoint [all …]
|
| D | ChangeLog-1991-2021 | 123 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the 128 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the 166 * gdb.texinfo (GDB/MI Breakpoint Information): Update the 397 * gdb.texinfo (GDB/MI Breakpoint Commands): Document 816 (GDB/MI Breakpoint Information) (Frame Information): Document 1082 (GDB/MI Breakpoint Information): Document format of breakpoint 1615 qualified parameter to gdb.Breakpoint. 1620 of Breakpoint.__init__ in two, split text in multiple 2122 Breakpoint.pending. 2286 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add [all …]
|
| D | annotate.texinfo | 78 * Breakpoint Info:: Information on breakpoints. 643 @node Breakpoint Info 646 @emph{Breakpoint Annotations have been removed. @sc{gdb/mi} instead
|
| /netbsd/src/external/gpl3/gdb/dist/sim/erc32/ |
| D | README.erc32 | 52 1.4 Breakpoint and watchpoint register 59 - Breakpoint register (0x01f800c4, write-only)
|
| D | README.sis | 282 * Breakpoint register
|
| /netbsd/src/sys/arch/hpc/stand/hpcboot/arm/ |
| D | arm.asm | 280 ; Reg14 Breakpoint (R/W)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gdbhooks.py | 676 breakpoint = gdb.Breakpoint(sym)
|
| /netbsd/src/external/gpl3/binutils/dist/include/gdb/ |
| D | signals.def | 195 SET (GDB_EXC_BREAKPOINT, 150, "EXC_BREAKPOINT", "Breakpoint")
|
| /netbsd/src/sys/arch/vax/vax/ |
| D | intvec.S | 96 INTVEC(breakp, KSTACK) # Breakpoint Instruction, 2C
|
| /netbsd/src/external/gpl3/gdb/dist/include/gdb/ |
| D | signals.def | 195 SET (GDB_EXC_BREAKPOINT, 150, "EXC_BREAKPOINT", "Breakpoint")
|