mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* auxv.exp: Intercept undefined command messages before
gdb_test_multiple does.
This commit is contained in:
@ -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>
|
2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in (host_alias): Remove.
|
* 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 $" {
|
-re "Can't create a corefile\[\r\n\]+$gdb_prompt $" {
|
||||||
unsupported "gcore"
|
unsupported "gcore"
|
||||||
}
|
}
|
||||||
|
-re "Undefined command: .*\[\r\n\]+$gdb_prompt $" {
|
||||||
|
unsupported "gcore"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Let the program continue and die.
|
# Let the program continue and die.
|
||||||
|
Reference in New Issue
Block a user