mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
gdb/testsuite/
* gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
This commit is contained in:
@ -3,6 +3,8 @@
|
|||||||
PR testsuite/12649
|
PR testsuite/12649
|
||||||
* gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
|
* gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
|
||||||
|
|
||||||
|
* gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
|
||||||
|
|
||||||
2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
|
2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
* gdb.base/stap-probe.exp (stap_test): Remove calls to
|
* gdb.base/stap-probe.exp (stap_test): Remove calls to
|
||||||
|
@ -23,7 +23,6 @@ set srcfile dprintf.c
|
|||||||
set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
|
set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
|
||||||
set dp_location1 [gdb_get_line_number "set dprintf 1 here"]
|
set dp_location1 [gdb_get_line_number "set dprintf 1 here"]
|
||||||
|
|
||||||
gdb_breakpoint "main"
|
|
||||||
if ![runto main] {
|
if ![runto main] {
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user