mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
gdb/testsuite/ChangeLog:
2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com> * gdb.base/stap-probe.exp (stap_test): Remove calls to `rerun_to_main'. (stap_test_no_debuginfo): Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/stap-probe.exp (stap_test): Remove calls to
|
||||||
|
`rerun_to_main'.
|
||||||
|
(stap_test_no_debuginfo): Likewise.
|
||||||
|
|
||||||
2012-05-14 Stan Shebs <stan@codesourcery.com>
|
2012-05-14 Stan Shebs <stan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/dprintf.c: New file.
|
* gdb.base/dprintf.c: New file.
|
||||||
|
@ -59,7 +59,6 @@ proc stap_test {exec_name {arg ""}} {
|
|||||||
|
|
||||||
# Reinit GDB, set a breakpoint on probe m4.
|
# Reinit GDB, set a breakpoint on probe m4.
|
||||||
delete_breakpoints
|
delete_breakpoints
|
||||||
rerun_to_main
|
|
||||||
if {[runto "-pstap test:m4"]} {
|
if {[runto "-pstap test:m4"]} {
|
||||||
pass "run to -pstap test:m4"
|
pass "run to -pstap test:m4"
|
||||||
} else {
|
} else {
|
||||||
@ -79,7 +78,6 @@ proc stap_test {exec_name {arg ""}} {
|
|||||||
|
|
||||||
# Reinit GDB, set a breakpoint on probe ps.
|
# Reinit GDB, set a breakpoint on probe ps.
|
||||||
delete_breakpoints
|
delete_breakpoints
|
||||||
rerun_to_main
|
|
||||||
if {[runto "-pstap test:ps"]} {
|
if {[runto "-pstap test:ps"]} {
|
||||||
pass "run to -pstap test:m4"
|
pass "run to -pstap test:m4"
|
||||||
} else {
|
} else {
|
||||||
@ -127,7 +125,6 @@ proc stap_test_no_debuginfo {exec_name {arg ""}} {
|
|||||||
|
|
||||||
# Reinit GDB, set a breakpoint on probe m4.
|
# Reinit GDB, set a breakpoint on probe m4.
|
||||||
delete_breakpoints
|
delete_breakpoints
|
||||||
rerun_to_main
|
|
||||||
if {[runto "-pstap test:m4"]} {
|
if {[runto "-pstap test:m4"]} {
|
||||||
pass "run to -pstap test:m4"
|
pass "run to -pstap test:m4"
|
||||||
} else {
|
} else {
|
||||||
@ -147,7 +144,6 @@ proc stap_test_no_debuginfo {exec_name {arg ""}} {
|
|||||||
|
|
||||||
# Reinit GDB, set a breakpoint on probe ps.
|
# Reinit GDB, set a breakpoint on probe ps.
|
||||||
delete_breakpoints
|
delete_breakpoints
|
||||||
rerun_to_main
|
|
||||||
if {[runto "-pstap test:ps"]} {
|
if {[runto "-pstap test:ps"]} {
|
||||||
pass "run to -pstap test:m4"
|
pass "run to -pstap test:m4"
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user