mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDB
tested on Fedora 24 x86_64 after: ./configure; make That is: CFLAGS='-g -O2' CXXFLAGS='-g -O2' FAIL: gdb.gdb/selftest.exp: unknown source line FAIL: gdb.gdb/selftest.exp: step into xmalloc call gdb/testsuite/ChangeLog 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and "step into captured_main (args)".
This commit is contained in:
parent
7674d381b4
commit
027d97f8b0
@ -1,3 +1,8 @@
|
||||
2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
|
||||
"step into captured_main (args)".
|
||||
|
||||
2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
|
||||
|
@ -111,6 +111,14 @@ proc do_steps_and_nexts {} {
|
||||
set description "next over lim_at_start initialization"
|
||||
set command "next"
|
||||
}
|
||||
-re ".*TRY.*$gdb_prompt $" {
|
||||
set description "next over TRY"
|
||||
set command "next"
|
||||
}
|
||||
-re ".*captured_main \\(args\\);.*$gdb_prompt $" {
|
||||
set description "step into captured_main (args)"
|
||||
set command "step"
|
||||
}
|
||||
-re ".*count . 0x3.*$gdb_prompt $" {
|
||||
set description "next over conditional stack alignment code 1"
|
||||
set command "next"
|
||||
|
Loading…
Reference in New Issue
Block a user