diff options
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 92069c9..61e1614 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -3401,12 +3401,6 @@ proc gdb_gcore_cmd {core test} { pass $test set result 1 } - - -re "Undefined command.*$gdb_prompt $" { - unsupported $test - verbose -log "'gcore' command undefined in gdb_gcore_cmd" - } - -re "(?:Can't create a corefile|Target does not support core file generation\\.)\[\r\n\]+$gdb_prompt $" { unsupported $test } |