mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 12:24:19 +08:00
* gdb.base/savedregs.exp: Do not require that the dummy
frame location match up to a symbol and source file location.
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
* gdb.base/break.exp: Do not assume a breakpoint on
|
||||
main will actually be in $srcfile when optimizing.
|
||||
* gdb.base/savedregs.exp: Do not require that the dummy
|
||||
frame location match up to a symbol and source file location.
|
||||
|
||||
2006-05-05 Christophe Lyon <christophe.lyon@st.com>
|
||||
|
||||
|
@ -81,7 +81,7 @@ proc process_saved_regs { current inner outer } {
|
||||
dummy {
|
||||
# Dummy frame's do not have saved registers, and do
|
||||
# not print <dummy>.
|
||||
set pat "Stack frame at .* in .*"
|
||||
set pat "Stack frame at .*"
|
||||
}
|
||||
sigtramp {
|
||||
# Sigtramp frames don't yet print <signal trampoline>.
|
||||
|
Reference in New Issue
Block a user