diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/print-symbol-loading.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/print-symbol-loading.exp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/testsuite/gdb.base/print-symbol-loading.exp b/gdb/testsuite/gdb.base/print-symbol-loading.exp index 1abfa2a..0686d0e 100644 --- a/gdb/testsuite/gdb.base/print-symbol-loading.exp +++ b/gdb/testsuite/gdb.base/print-symbol-loading.exp @@ -40,19 +40,6 @@ if { [gdb_compile ${objfile} ${binfile} executable $opts] != "" } { clean_restart ${binfile} gdb_load_shlibs ${binfile_lib} -# Does this gdb support gcore? -set test "help gcore" -gdb_test_multiple $test $test { - -re "Undefined command: .gcore.*\r\n$gdb_prompt $" { - # gcore command not supported -- nothing to test here. - unsupported "gdb does not support gcore on this target" - return -1 - } - -re "Save a core file .*\r\n$gdb_prompt $" { - pass $test - } -} - if ![runto lib] { return -1 } |