* gdb.base/remote.exp: Delete the slowest load test.
Do not load with fixed packet sizes.
+2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb.base/remote.exp: Delete the slowest load test.
+ Do not load with fixed packet sizes.
+
2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
}
}
+ # Do not try to load using fixed sizes; we may overflow the remote target.
+ if { $class == "fixed" } {
+ return
+ }
+
set load_begin_time [clock clicks]
set result [gdb_load $executable]
set load_end_time [clock clicks]
pass $test
}
-gdb_load_timed $binfile "" {}
-
# Typically about 400-1 bytes can be downloaded
gdb_load_timed $binfile "limit" 398
gdb_load_timed $binfile "limit" 400