gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.

gdb/testsuite/ChangeLog:

	* gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
This commit is contained in:
Doug Evans 2014-09-08 22:19:32 -07:00
parent d81412aa4b
commit 8374059704
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-09-09 Doug Evans <xdje42@gmail.com>
* gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2014-09-09 Yao Qi <yao@codesourcery.com>
* gdb.mi/mi-var-display.exp: Set print symbol off.

View File

@ -95,7 +95,7 @@ gdb_test_no_output "set guile print-stack full" \
"set print-stack to full, for backtrace test"
gdb_test "guile (define x (top-func 42))" \
"Guile Backtrace:.*top-func 42.*middle-func 42.*bottom-func 42.*" \
"Guile Backtrace:.*top-func (42|_).*middle-func (42|_).*bottom-func (42|_).*" \
"backtrace printed"
# Verify gdb-specific errors are printed properly.