gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 15 May 2012 13:36:18 +0000 (13:36 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 15 May 2012 13:36:18 +0000 (13:36 +0000)
* gdb.base/dprintf.exp: Remove now redundant breakpoint for main.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/dprintf.exp

index cdaa3863d0205563516f44bb3ee448d8f9b55950..076d751e4a65fda7b0fbf209e63e9f695209894b 100644 (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
index 1d4e8dabc19a2d3c1c37ad98a23c0c41dea0a584..6d1ce6c79bf43f49efde60295a525481c25fd088 100644 (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
 }
This page took 0.037323 seconds and 4 git commands to generate.