* auxv.exp: Intercept undefined command messages before
gdb_test_multiple does.
This commit is contained in:
parent
321fef153f
commit
aa32fa1d64
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* auxv.exp: Intercept undefined command messages before
|
||||
gdb_test_multiple does.
|
||||
|
||||
2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in (host_alias): Remove.
|
||||
|
|
|
@ -139,6 +139,9 @@ gdb_test_multiple "gcore $gcorefile" "gcore" {
|
|||
-re "Can't create a corefile\[\r\n\]+$gdb_prompt $" {
|
||||
unsupported "gcore"
|
||||
}
|
||||
-re "Undefined command: .*\[\r\n\]+$gdb_prompt $" {
|
||||
unsupported "gcore"
|
||||
}
|
||||
}
|
||||
|
||||
# Let the program continue and die.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue