mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
This commit is contained in:
parent
d431cc14f3
commit
86f78eb20c
@ -1,3 +1,7 @@
|
||||
2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
|
||||
|
||||
2007-06-21 Chris Dearman <chris@mips.com>
|
||||
Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
|
@ -109,7 +109,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
||||
-re "Error in re-setting .*No symbol .var1..*Program exited normally.*$gdb_prompt $" {
|
||||
pass "running with invalidated bpt condition after executable changes"
|
||||
}
|
||||
-re "Error in re-setting .*No symbol .var1..*Breakpoint .*,( 0x.* in)? exit .*$gdb_prompt $" {
|
||||
-re "Error in re-setting .*No symbol .var1..*Breakpoint .*,( 0x.* in)? (\[^ \]*)exit .*$gdb_prompt $" {
|
||||
pass "running with invalidated bpt condition after executable changes"
|
||||
}
|
||||
-re "$gdb_prompt $" {
|
||||
|
Loading…
Reference in New Issue
Block a user