aboutsummaryrefslogtreecommitdiff
path: root/config/gdb-comm.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-19 00:11:43 +0000
committerBen Elliston <bje@gnu.org>2003-08-19 00:11:43 +0000
commit22b23d35df2026d61cd1fdbd322e13f03d5e09da (patch)
treecadca88120f9f904981c2670c25daa2a6d6ec7a5 /config/gdb-comm.exp
parentd8222ca8b95f85467601faf692ec5e391e407e1d (diff)
Re-indent with Emacs' tcl-mode.indent-tcl-mode-after
Diffstat (limited to 'config/gdb-comm.exp')
-rw-r--r--config/gdb-comm.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gdb-comm.exp b/config/gdb-comm.exp
index 5f28393..5bff35f 100644
--- a/config/gdb-comm.exp
+++ b/config/gdb-comm.exp
@@ -107,7 +107,7 @@ proc gdb_comm_file_cmd { arg } {
-re "$gdb_prompt $" {
perror "couldn't load $arg into $GDB."
return -1
- }
+ }
timeout {
perror "couldn't load $arg into $GDB (timed out)."
return -1
@@ -402,7 +402,7 @@ proc gdb_comm_load { dest prog args } {
}
set output ""
-
+
# Now start up the program and look for our magic breakpoints.
# And a whole lot of other magic stuff too.