mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 10:57:57 +00:00
Opps. Fix thinko in last change.
This commit is contained in:
parent
80d28979c5
commit
bed1eef3b6
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user