mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
2012-01-11 Pedro Alves <palves@redhat.com>
* gdb.base/default.exp (core-file): Don't expect "GDB can't read core files on this machine" anymore.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2012-01-11 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.base/default.exp (core-file): Don't expect "GDB can't read
|
||||
core files on this machine" anymore.
|
||||
|
||||
2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
|
||||
|
||||
* gdb.base/watchpoint.c (recurser): Initialize local_x.
|
||||
|
@ -102,7 +102,7 @@ gdb_test "commands" "Argument required .one or more breakpoint numbers...*" "com
|
||||
gdb_test "condition" "Argument required .breakpoint number.*" "condition"
|
||||
|
||||
#test core-file
|
||||
gdb_test "core-file" "No core file now.|GDB can't read core files on this machine." "core-file"
|
||||
gdb_test "core-file" "No core file now." "core-file"
|
||||
#test delete "d" abbreviation
|
||||
gdb_test_no_output "d" "delete \"d\" abbreviation"
|
||||
#test delete
|
||||
|
Reference in New Issue
Block a user