Searched refs:breakpoints (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dre-set-overloaded.exp48 gdb_test_multiple {info breakpoints $brk} $test {
50 kfail breakpoints/11657 $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dre-set-overloaded.exp42 gdb_test_multiple {info breakpoints $brk} $test {
44 kfail breakpoints/11657 $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-dr3-watch.exp82 {Delete all breakpoints\? \(y or n\) $} \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-dr3-watch.exp81 {Delete all breakpoints\? \(y or n\) $} \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dunload.exp98 "Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms}.*y-set-1.*" \
121 "Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms}.*y-set-1.*" \
140 "Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms2}.*y-set-2.*" \
H A Dwatchpoint-unaligned.exp95 setup_xfail breakpoints/23131 "powerpc*-*-*"
115 setup_xfail breakpoints/23131 "powerpc*-*-*"
116 setup_xfail breakpoints/23131 "arm*-*-*"
H A Dsepdebug.exp222 # delete all breakpoints so we can start over, course this can be a test too
263 # check to see what breakpoints are set (temporary this time)
308 # the informational message about other breakpoints at the same
320 "Note: breakpoints \[0-9\]* and \[0-9\]* also set at .*Breakpoint \[0-9\]*.*" \
324 "Note: breakpoints \[0-9\]*, \[0-9\]* and \[0-9\]* also set at .*Breakpoint \[0-9\]*.*" \
385 # Verify that we can set and clear multiple breakpoints.
387 # We don't test that it deletes the correct breakpoints. We do at
392 gdb_test "clear marker3" {Deleted breakpoints [0-9]+ [0-9]+.*}
H A Dbreak.exp27 # Test deleting all breakpoints when there are none installed,
32 send_gdb "delete breakpoints\n"
34 -re "Delete all breakpoints.*$" {
38 fail "delete all breakpoints when none (unexpected prompt)"
40 timeout { fail "delete all breakpoints when none (timeout after unexpected prompt)" }
43 -re ".*$gdb_prompt $" { pass "delete all breakpoints when none" }
44 timeout { fail "delete all breakpoints when none (timeout)" }
415 # delete all breakpoints so we can start over, course this can be a test too
452 # check to see what breakpoints are set (temporary this time)
497 # the informational message about other breakpoints a
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dunload.exp94 "Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms}.*y-set-1.*" \
117 "Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms}.*y-set-1.*" \
136 "Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms2}.*y-set-2.*" \
H A Dwatchpoint-unaligned.exp94 setup_xfail breakpoints/23131 "powerpc*-*-*"
114 setup_xfail breakpoints/23131 "powerpc*-*-*"
115 setup_xfail breakpoints/23131 "arm*-*-*"
H A Ddlmopen.exp97 gdb_test "info breakpoints" ".*"
170 # Set the same breakpoints again. This time, however, we do not allow the
H A Dsepdebug.exp222 # delete all breakpoints so we can start over, course this can be a test too
263 # check to see what breakpoints are set (temporary this time)
310 # the informational message about other breakpoints at the same
322 "Note: breakpoints \[0-9\]* and \[0-9\]* also set at .*Breakpoint \[0-9\]*.*" \
326 "Note: breakpoints \[0-9\]*, \[0-9\]* and \[0-9\]* also set at .*Breakpoint \[0-9\]*.*" \
389 # Verify that we can set and clear multiple breakpoints.
391 # We don't test that it deletes the correct breakpoints. We do at
396 gdb_test "clear marker3" {Deleted breakpoints [0-9]+ [0-9]+.*}
H A Dbreak.exp46 # Test deleting all breakpoints when there are none installed,
50 send_gdb "delete breakpoints\n"
52 -re "Delete all breakpoints.*$" {
56 fail "delete all breakpoints when none (unexpected prompt)"
58 timeout { fail "delete all breakpoints when none (timeout after unexpected prompt)" }
61 -re ".*$::gdb_prompt $" { pass "delete all breakpoints when none" }
62 timeout { fail "delete all breakpoints when none (timeout)" }
438 # check to see what breakpoints are set (temporary this time)
512 # the informational message about other breakpoints at the same
523 "Note: breakpoints \[
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc45 /* GDB will never try to install multiple breakpoints at the same
63 Also, we need to keep track of internal breakpoints too, so we do
64 need to be able to install multiple breakpoints at the same address
70 software breakpoints, a buffer holding a copy of the instructions
77 Then, we have (a bit higher level) breakpoints. This structure
80 can be many high-level breakpoints at the same address, and all of
102 architectures only use one specific instruction for breakpoints, while
105 hardware breakpoints -- some architectures (including ARM) need to
310 for (bp = proc->breakpoints; bp != NULL; bp = bp->next)
398 /* Since there can be trap breakpoints inserte
[all...]
H A Dinferiors.h55 /* The list of memory breakpoints. */
56 struct breakpoint *breakpoints = NULL; member in struct:process_info
58 /* The list of raw memory breakpoints. */
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc45 /* GDB will never try to install multiple breakpoints at the same
63 Also, we need to keep track of internal breakpoints too, so we do
64 need to be able to install multiple breakpoints at the same address
70 software breakpoints, a buffer holding a copy of the instructions
77 Then, we have (a bit higher level) breakpoints. This structure
80 can be many high-level breakpoints at the same address, and all of
102 architectures only use one specific instruction for breakpoints, while
105 hardware breakpoints -- some architectures (including ARM) need to
311 for (bp = proc->breakpoints; bp != NULL; bp = bp->next)
403 /* Since there can be trap breakpoints inserte
[all...]
H A Dinferiors.h54 /* The list of memory breakpoints. */
55 struct breakpoint *breakpoints = NULL; member in struct:process_info
57 /* The list of raw memory breakpoints. */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-events.py35 for bp in event.breakpoints:
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-events.py37 for bp in event.breakpoints:
/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt.mk14 # parsing of dependencies. To see it in action, set breakpoints in:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/lib/
H A Dgdb.scm119 breakpoints
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/lib/
H A Dgdb.scm119 breakpoints
/netbsd-current/sys/arch/sun3/sun3/
H A Dlocore.s381 * - GDB breakpoints (in user programs)
382 * - KGDB breakpoints (in the kernel)
419 | set breakpoints in trap() if we want. We know
/netbsd-current/sys/arch/sun3/sun3x/
H A Dlocore.s366 * - GDB breakpoints (in user programs)
367 * - KGDB breakpoints (in the kernel)
404 | set breakpoints in trap() if we want. We know
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dlocore.s413 * - GDB breakpoints (in user programs)
414 * - KGDB breakpoints (in the kernel)
451 | set breakpoints in trap() if we want. We know

Completed in 319 milliseconds

12