* 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:
David S. Miller 2006-05-05 22:48:10 +00:00
parent 954de43bb9
commit 1303f75ea1
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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>.