| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* gdb.cp/namespace.exp: Call get_compiler_info with "c++".
|
|
|
|
|
| |
* gdb.base/cvexpr.c: Be type-safe with function pointers and
data pointers.
|
|
|
|
|
| |
* gdb.cp/m-static.exp: Compile one source file at a time.
Delete unused call to get_compiler_info.
|
|
|
|
|
|
|
|
|
| |
* gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
* gdb.base/call-rt-st.exp: Likewise.
* gdb.base/nodebug.exp: Likewise.
* gdb.base/volatile.exp: Likewise.
* gdb.cp/ref-types.exp: Likewise.
* gdb.cp/templates.exp: Likewise.
|
| |
|
|
|
|
|
| |
* gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
hppa*-hp-hpux*.
|
|
|
|
| |
x86_64-*-*.
|
|
|
|
| |
sparc64-*-* and sparc*-solaris2*.
|
|
|
|
|
| |
return ${tests}" test. The ${tests} already mentions the
filename.
|
|
|
|
| |
* gdb.cp/local.exp: Accept gcc abi 2.
|
|
|
|
| |
* gdb.cp/templates.exp: Accept gcc abi 2.
|
|
|
|
|
| |
* lib/compiler.cc: Remove supports_template_debugging.
* gdb.cp/templates.exp: Do not test supports_template_debugging.
|
|
|
|
| |
* gdb.cp/namespace.exp: Accept gcc abi 2.
|
|
|
|
| |
* gdb.cp/method.exp: Accept gcc abi 2.
|
|
|
|
|
|
|
| |
* gdb.cp/classes.exp: Generate identical results as old version.
* gdb.cp/derivation.exp: Likewise.
* gdb.cp/overload.exp: Likewise.
* gdb.cp/virtfunc.exp: Likewise.
|
|
|
|
|
| |
* gdb.cp/virtfunc.exp: Modify some patterns to avoid a
mysterious bug with sourceware version of expect.
|
|
|
|
|
|
|
|
| |
* gdb.cp/overload.exp: Rewrite. Clean up patterns to match
current versions of gcc, including gcc abi 2. Remove gratuitous
restart of test program. Use gdb_test_multiple and gdb_test for
all tests. Add patterns to xfail missing "const" in "const char *"
and kfail PR gdb/1155.
|
|
|
|
|
|
|
| |
* gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
current versions of gcc, including gcc abi 2. Remove gratuitous
restart of test program. Use gdb_test_multiple and gdb_test for
all tests. Add patterns to kfail PR gdb/1498.
|
|
|
|
|
|
|
| |
* gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
current versions of gcc, including gcc abi 2. Use "breakpoint"
and "continue" instead of restarting the target program. Use
gdb_test_multiple and gdb_test for all tests.
|
|
|
|
| |
for *-*-solaris2*.
|
|
|
|
|
|
|
| |
* gdb.cp/classes.exp: Rewrite. Clean up patterns to match
current versions of gcc, including gcc abi 2. Use "breakpoint"
and "continue" instead of restarting the target program several
times. Use gdb_test_multiple and gdb_test for all tests.
|
|
|
|
|
| |
* gdb.base/sect-cmd.exp: Handle compiling test case from multiple
source files.
|
|
|
|
|
| |
* gdb.base/environ.exp: Handle compiling test case from multiple
source files.
|
|
|
|
| |
* gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
|
| |
|
| |
|
|
|
|
| |
* gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
|
| |
|
|
|
|
| |
* gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-09 Fred Fish <fnf@redhat.com>
* gdb.base/break.c (marker1, marker2, marker3, marker4): Move
functions to break1.c and leave prototypes behind. Add more
"set breakpoint NN here" comments.
* gdb.base/break1.c: New file.
* gdb.base/break.exp: Handle compiling test case from multiple
source files and change source file references as needed.
* gdb.base/completion.exp: Ditto.
* gdb.base/condbreak.exp: Ditto.
* gdb.base/define.exp: Ditto.
* gdb.base/ena-dis-br.exp: Ditto.
* gdb.base/info-proc.exp: Ditto.
* gdb.base/maint.exp: Ditto.
* gdb.base/until.exp: Ditto.
* gdb.base/condbreak.exp: Use bp_locationNN variables instead of
hardcoded line numbers.
* gdb.base/define.exp: Ditto.
* gdb.base/ena-dis-br.exp: Ditto.
* gdb.base/maint.exp: Ditto.
* gdb.base/until.exp: Ditto.
* gdb.base/completion.exp: Use "break1" for completion tests since
"break" is no longer a unique prefix.
|
|
|
|
|
|
| |
* gdb.base/structs.exp (test_struct_returns): When applicable, set
"return_value_unimplemented". When an unimplemented struct return
architecture, report incorrect values as a KFAIL
|
|
|
|
|
| |
* gdb.cp/rtti.exp: Accept new wording of warning from
cp_lookup_rtti_type.
|
|
|
|
|
|
|
|
| |
Partial fix for PR testsuite/1456.
* gdb.base/scope.exp (test_at_main): Replace references to
gcc_compiled with calls to test_compiler_info.
(test_at_foo): Likewise.
(test_at_bar): Likewise.
|
|
|
|
|
|
| |
Partial fix for PR testsuite/1456.
* gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
to test_compiler_info.
|
|
|
|
| |
* gdb.base/so-impl-ld.exp: Update copyright notice.
|
|
|
|
|
|
| |
Partial fix for PR testsuite/1456.
* gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
to test_compiler_info.
|
|
|
|
|
|
| |
* gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
from current versions of gdb. Clean up regular expressions.
Delete redundant timeout case.
|
|
|
|
|
|
| |
* gdb.objc/nondebug.exp: Match and KFAIL the output that comes
from current versions of gdb. Clean up regular expressions.
Delete redundant timeout case.
|
|
|
|
|
|
| |
Partial fix for PR testsuite/1456.
* gdb.base/callfuncs.exp (do_function_calls): Replace reference to
gcc_compiled with call to test_compiler_info.
|
|
|
|
|
|
| |
Partial fix for PR testsuite/1456.
* gdb.base/list.exp (test_list_function): Delete unused declaration
of gcc_compiled.
|
|
|
|
|
|
| |
Partial fix for PR testsuite/1456.
* gdb.base/complex.exp: Replace reference to gcc_compiled with
call to test_compiler_info.
|
|
|
|
|
|
|
|
| |
asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
it to create the appropriate note.inc.
* gdb.asm/asmsrc1.s: Include "note.inc".
* gdb.asm/netbsd.inc: New file.
* gdb.asm/empty.inc: New file.
|
|
|
|
|
|
| |
Partial fix for PR testsuite/1456.
* gdb.base/constvars.exp: Replace references to gcc_compiled with
calls to test_compiler_info.
|
|
|
|
|
|
| |
Partial fix for PR testsuite/1456.
* gdb.base/volatile.exp: Replace references to gcc_compiled with
calls to test_compiler_info.
|
|
|
|
| |
pattern for the KFAILs.
|
|
|
|
| |
* gdb.objc/objcdecode.m: New file.
|
|
|
|
| |
* gdb.objc/nondebug.m: New file.
|
|
|
|
|
|
|
|
| |
NetBSD as it does on FreeBSD. Modelled on a similar change by
Mark Kettenis on 2003-05-30.
(link-flags): Set to "--entry _start" regardless of target.
Special linker flags are to be appended to $link-flags.
* gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
|
|
|
|
| |
* gdb.cp/method.exp: Accept output of new demangler.
|
|
|
|
| |
Argh!
|