mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
2003-11-06 Elena Zannoni <ezannoni@redhat.com>
Reported by Jim Ingham <jingham@apple.com>: * gdb.base/annota1.exp: Match at least one occurrence of the signal handler annotation.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2003-11-06 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
Reported by Jim Ingham <jingham@apple.com>:
|
||||
* gdb.base/annota1.exp: Match at least one occurrence of the
|
||||
signal handler annotation.
|
||||
|
||||
2003-11-06 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
|
||||
|
@ -296,7 +296,7 @@ match_max 3000
|
||||
verbose "match_max now is: [match_max]"
|
||||
send_gdb "backtrace\n"
|
||||
gdb_expect {
|
||||
-re "frame-begin 0 $hex\r\n#0.*frame-end.*frame-begin 1 $hex\r\n#1.*(\032\032signal-handler-caller\r\n.signal handler called.\r\n\r\n)*\032\032frame-end\r\n\r\n\032\032frame-begin 2 $hex\r\n#2.*(frame-begin 3 $hex\r\n#3.*)*frame-end.*$gdb_prompt$" {
|
||||
-re "frame-begin 0 $hex\r\n#0.*frame-end.*frame-begin 1 $hex\r\n#1.*(\032\032signal-handler-caller\r\n.signal handler called.\r\n\r\n)+\032\032frame-end\r\n\r\n\032\032frame-begin 2 $hex\r\n#2.*(frame-begin 3 $hex\r\n#3.*)*frame-end.*$gdb_prompt$" {
|
||||
pass "backtrace @ signal handler"
|
||||
}
|
||||
-re ".*$gdb_prompt$" { fail "backtrace @ signal handler" }
|
||||
|
Reference in New Issue
Block a user