frame location match up to a symbol and source file location.
* 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>
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>.