aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2006-05-05 22:48:10 +0000
committerDavid S. Miller <davem@redhat.com>2006-05-05 22:48:10 +0000
commit1303f75ea12425d69ee8119326f476fbc0f7fd03 (patch)
tree170d66067c577bc3172086cd73d6c39c3b349fef /gdb
parent954de43bb9cc06e0da921116f0f9ecdb217a3f0e (diff)
downloadgdb-1303f75ea12425d69ee8119326f476fbc0f7fd03.zip
gdb-1303f75ea12425d69ee8119326f476fbc0f7fd03.tar.gz
gdb-1303f75ea12425d69ee8119326f476fbc0f7fd03.tar.bz2
* gdb.base/savedregs.exp: Do not require that the dummy
frame location match up to a symbol and source file location.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog2
-rw-r--r--gdb/testsuite/gdb.base/savedregs.exp2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f814cb3..21f2ffe 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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>
diff --git a/gdb/testsuite/gdb.base/savedregs.exp b/gdb/testsuite/gdb.base/savedregs.exp
index 319d281..bdf6c33 100644
--- a/gdb/testsuite/gdb.base/savedregs.exp
+++ b/gdb/testsuite/gdb.base/savedregs.exp
@@ -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>.