diff options
author | Jeff Law <law@redhat.com> | 1995-08-22 06:51:47 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-08-22 06:51:47 +0000 |
commit | bed1eef3b64270b0f1463a4d206c7742259ac4a2 (patch) | |
tree | 34e2670d450c648737523768d9315de4740ab933 /gdb | |
parent | 80d28979c5048623e14672a44cad840c12a1c34f (diff) | |
download | gdb-bed1eef3b64270b0f1463a4d206c7742259ac4a2.zip gdb-bed1eef3b64270b0f1463a4d206c7742259ac4a2.tar.gz gdb-bed1eef3b64270b0f1463a4d206c7742259ac4a2.tar.bz2 |
Opps. Fix thinko in last change.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.base/funcargs.exp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.base/funcargs.exp b/gdb/testsuite/gdb.base/funcargs.exp index 8ec8d31..e5fd12e 100644 --- a/gdb/testsuite/gdb.base/funcargs.exp +++ b/gdb/testsuite/gdb.base/funcargs.exp @@ -909,6 +909,13 @@ $prompt $" { pass "backtrace from call7h" } timeout { fail "(timeout) backtrace from call7h" ; return } } + # monitor only allows 8 breakpoints; w89k board allows 10, so + # break them up into two groups. + delete_breakpoints + send "break call7i\n" ; expect -re ".*$prompt $" + send "break call7j\n" ; expect -re ".*$prompt $" + send "break call7k\n" ; expect -re ".*$prompt $" + # Continue; should stop at call7i and print actual arguments. # Print backtrace. @@ -937,13 +944,6 @@ $prompt $" { pass "backtrace from call7i" } timeout { fail "(timeout) backtrace from call7i" ; return } } - # monitor only allows 8 breakpoints; w89k board allows 10, so - # break them up into two groups. - delete_breakpoints - send "break call7i\n" ; expect -re ".*$prompt $" - send "break call7j\n" ; expect -re ".*$prompt $" - send "break call7k\n" ; expect -re ".*$prompt $" - # Continue; should stop at call7j and print actual arguments. # Print backtrace. |