Home
last modified time | relevance | path

Searched refs:Breakpoint (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-finish-breakpoint.py36 class TestBreakpoint(gdb.Breakpoint):
38 gdb.Breakpoint.__init__(self, spec="test_1", internal=1)
70 class TestExplicitBreakpoint(gdb.Breakpoint):
Dpy-breakpoint-create-fail.py19 class MyBP(gdb.Breakpoint):
Dpy-finish-breakpoint-deletion.py23 class MyBreakpoint(gdb.Breakpoint):
Dpy-watchpoint.py17 class MyBreakpoint(gdb.Breakpoint):
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Ddw2-dos-drive.exp30 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/
Dminsym-fallback.exp39 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]+}
Dparse-lang.exp31 gdb_test "" {Breakpoint [0-9]+, C::m .*} "breakpoint hit"
Dinfcall-dlopen.exp37 gdb_test "b openlib" {Breakpoint [0-9]+ at .*} "test $i stub 1"
Dre-set-overloaded.exp32 gdb_test "break C::C" {Breakpoint [0-9]+ \(C::C\) pending\.}
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dnostdlib.exp54 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/
Dpython-internal.h324 #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); \
Dpy-breakpoint.c53 #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/
Dc-lm32.texi119 Breakpoint 0.
121 Breakpoint 1.
123 Breakpoint 2.
125 Breakpoint 3.
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dia64-sigill.exp41 gdb_test "break *label+2" {Breakpoint [0-9]+ at 0x[0-9a-f]+2:.*}
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.info-9111 * -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 …]
Dpython.texi315 @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 …]
DChangeLog-1991-2021123 * 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 …]
Dannotate.texinfo78 * 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/
DREADME.erc3252 1.4 Breakpoint and watchpoint register
59 - Breakpoint register (0x01f800c4, write-only)
DREADME.sis282 * Breakpoint register
/netbsd/src/sys/arch/hpc/stand/hpcboot/arm/
Darm.asm280 ; Reg14 Breakpoint (R/W)
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgdbhooks.py676 breakpoint = gdb.Breakpoint(sym)
/netbsd/src/external/gpl3/binutils/dist/include/gdb/
Dsignals.def195 SET (GDB_EXC_BREAKPOINT, 150, "EXC_BREAKPOINT", "Breakpoint")
/netbsd/src/sys/arch/vax/vax/
Dintvec.S96 INTVEC(breakp, KSTACK) # Breakpoint Instruction, 2C
/netbsd/src/external/gpl3/gdb/dist/include/gdb/
Dsignals.def195 SET (GDB_EXC_BREAKPOINT, 150, "EXC_BREAKPOINT", "Breakpoint")

12