gdb/testsuite/

* gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
This commit is contained in:
Jan Kratochvil 2012-05-15 13:36:18 +00:00
parent 01429c8e86
commit 54115cd45b
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,8 @@
PR testsuite/12649
* 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>
* gdb.base/stap-probe.exp (stap_test): Remove calls to

View file

@ -23,7 +23,6 @@ set srcfile dprintf.c
set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
set dp_location1 [gdb_get_line_number "set dprintf 1 here"]
gdb_breakpoint "main"
if ![runto main] {
return -1
}