mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
2004-06-07 Randolph Chung <tausq@debian.org>
* gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior has started.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-06-07 Randolph Chung <tausq@debian.org>
|
||||||
|
|
||||||
|
* gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
|
||||||
|
has started.
|
||||||
|
|
||||||
2004-06-04 Roland McGrath <roland@redhat.com>
|
2004-06-04 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
Fix PR gdb/1647.
|
Fix PR gdb/1647.
|
||||||
|
@ -291,17 +291,17 @@ send_gdb "set width 0\n" ; gdb_expect -re "$gdb_prompt $"
|
|||||||
|
|
||||||
# PR's 16495, 18213
|
# PR's 16495, 18213
|
||||||
# test that we can re-set breakpoints in shared libraries
|
# test that we can re-set breakpoints in shared libraries
|
||||||
gdb_breakpoint "shr1"
|
gdb_breakpoint "shr1" "allow-pending"
|
||||||
|
|
||||||
# FIXME: should not send "run" explicitly. Non-portable.
|
# FIXME: should not send "run" explicitly. Non-portable.
|
||||||
|
|
||||||
if ![is_remote target] {
|
if ![is_remote target] {
|
||||||
gdb_test "run" "Starting program:.*Breakpoint 1,.*" \
|
gdb_test "run" "Starting program:.*Breakpoint .,.*" \
|
||||||
"run to bp in shared library"
|
"run to bp in shared library"
|
||||||
|
|
||||||
gdb_test "cont" ".*Program exited normally..*"
|
gdb_test "cont" ".*Program exited normally..*"
|
||||||
|
|
||||||
gdb_test "run" "Starting program:.*Breakpoint 1,.*" \
|
gdb_test "run" "Starting program:.*Breakpoint .,.*" \
|
||||||
"re-run to bp in shared library (PR's 16495, 18213)"
|
"re-run to bp in shared library (PR's 16495, 18213)"
|
||||||
|
|
||||||
gdb_test "cont" ".*Program exited normally..*"
|
gdb_test "cont" ".*Program exited normally..*"
|
||||||
|
Reference in New Issue
Block a user