gdb/doc/
[external/binutils.git] / gdb / testsuite / gdb.base / condbreak.exp
index b8b38a4..1e3014c 100644 (file)
@@ -22,8 +22,6 @@ if $tracelevel then {
        strace $tracelevel
        }
 
-global usestubs
-
 #
 # test running programs
 #
@@ -58,10 +56,6 @@ gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
 
-if [target_info exists gdb_stub] {
-    gdb_step_for_stub;
-}
-
 set bp_location1  [gdb_get_line_number "set breakpoint 1 here"]
 set bp_location6  [gdb_get_line_number "set breakpoint 6 here"]
 set bp_location8  [gdb_get_line_number "set breakpoint 8 here" $srcfile1]