aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2004-08-152004-08-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-35/+37
* gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes. * gdb.cp/m-static.exp: Likewise. * gdb.cp/rtti.exp: Likewise.
2004-08-14Remove accidentally committed entry.Mark Kettenis1-3/+0
2004-08-14* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.Mark Kettenis2-2/+12
* lib/gdb.exp: Recognize relative path names as well as absolute ones.
2004-08-14 * ChangeLog: Prefix Local Variables with semi-colons and indentEli Zaretskii1-7/+13
the reference to older ChangeLog files, to fix fontification in Emacs.
2004-08-132004-08-13 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-42/+85
* gdb.mi/mi-break.exp: Use gdb_get_line_number. * gdb.mi/mi2-break.exp: Likewise.
2004-08-132004-08-13 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-2/+11
* gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
2004-08-132004-08-13 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-518/+116
* gdb.cp/inherit.exp: Use cp_test_ptype_class.
2004-08-132004-08-13 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-52/+38
* gdb.cp/classes.exp: Remove unused declarations. Just let test names default instead of providing special names. Remove extraneous demangler test.
2004-08-122004-08-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-0/+230
* gdb.base/unload.exp: New test for breakpoints in dynamically loaded libraries. * gdb.base/unload.c: Ditto. * gdb.base/unloadshr.c: Ditto.
2004-08-122004-08-12 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-545/+218
* gdb.cp/classes.exp (test_ptype_class_objects): Call cp_test_ptype_class. (test_enums): Likewise.
2004-08-102004-08-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-4/+5
* main.c (captured_main): Delete call to init_malloc. * defs.h (init_malloc): Delete declaration. * utils.c (mmalloc, mrealloc, mcalloc, mfree) (init_malloc): Delete functions. Index: testsuite/ChangeLog 2004-08-10 Andrew Cagney <cagney@gnu.org> * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip init_malloc call.
2004-08-102004-08-10 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-0/+10
* ChangeLog: Add copyright notice. The notice is copied from emacs 21.3 top level ChangeLog.
2004-08-092004-08-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-483/+632
* lib/cp-support.exp: New file. * lib/cp-support.exp (cp_test_type_class): New function. * gdb.cp/derivation.exp: Use cp_test_ptype_class. * gdb.cp/virtfunc.exp (test_one_ptype): Removed. * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use cp_test_ptype_class.
2004-08-092004-08-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain20-19/+32
* gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp, gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp, gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Update copyright years.
2004-08-09* gdb.base/sigaltstack.exp: Provide proper anchoring.Mark Kettenis2-1/+5
2004-08-092004-08-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain21-20/+32
* gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp, gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp: Update copyright years.
2004-08-09 PR gdb/1738Daniel Jacobowitz2-0/+21
* gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing from a breakpoint with a pending signal.
2004-08-09 PR gdb/1736Daniel Jacobowitz4-2/+30
* lib/gdb.exp (gdb_test_multiple): Handle return -code return. * gdb.base/sigaltstack.exp (finish_test): Consume output until the prompt. * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
2004-08-09 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.Daniel Jacobowitz2-1/+5
2004-08-08 PR gdb/1736Daniel Jacobowitz2-7/+28
* gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL for i?86-*-linux*.
2004-08-08 * gdb.arch/i386-prologue.exp: Compile without debug information.Daniel Jacobowitz2-1/+7
2004-08-082004-08-08 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-56/+102
* lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl rather than asking gdb to search.
2004-08-052004-08-05 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+6
* gdb.base/gcore.c: Include <string.h>.
2004-08-052004-08-05 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+23
* gdb.base/gcore.c: Add copyright notice.
2004-08-052004-08-05 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain6-1/+17
* gdb.base/freebpcmd.c: Include <stdio.h>. * gdb.base/long_long.c: Include <string.h>. * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>. * gdb.base/siginfo.c: Include <string.h>. * gdb.base/sigstep.c: Include <string.h>.
2004-08-052004-08-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+7
* gdb.base/complex.c: Include <stdlib.h>.
2004-08-052004-08-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.base/complex.c: Add copyright notice.
2004-08-052004-08-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+5
* gdb.base/charset.c: Include <stdlib.h>.
2004-08-052004-08-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+6
* gdb.base/auxv.c: Include <stdlib.h>.
2004-08-052004-08-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.base/auxv.c: Add copyright notice.
2004-08-042004-08-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-0/+45
* gdb.base/coremaker.c: Add copyright notice. * gdb.base/coremaker2.c: Add copyright notice.
2004-08-042004-08-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-33/+60
* gdb.base/store.exp: Update copyright. (check_set, up_set, check_struct, up_struct): Add a prefix to test names, do not import gdb_prompt.
2004-08-022004-08-01 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-31/+47
Fix PR testsuite/1729. * gdb.base/dump.exp: Add test name to callers of capture_value, do not use capture_value with value 4. (capture_value): Add optional test name parameter. (test_reload_saved_value, test_restore_saved_value): Use $msg as the prefix, pass to capture_value.
2004-08-01* gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.Mark Kettenis3-0/+31
* gdb.arch/i386-prologue.c (standard): New prototype and function. (main): Call new function.
2004-08-012004-07-31 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-3/+7
* gdb.cp/namespace.exp: Accept more varieties of ptype output.
2004-07-312004-07-31 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-31/+35
* gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
2004-07-31My last ChangeLog entry was in correct.Michael Chastain1-1/+1
-* gdb.cp/classes.exp: Accept more varieties of ptype output. +* gdb.cp/inherit.exp: Accept more varieties of ptype output. Sorry about that. [Slow down, cowboy!]
2004-07-312004-07-31 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-36/+61
* gdb.cp/classes.exp: Accept more varieties of ptype output. Accept more values of vtbl pointer. Remove some messages about "obsolete gcc or gdb".
2004-07-312004-07-30 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-108/+219
* gdb.cp/classes.exp: Accept more varieties of ptype output.
2004-07-302004-07-30 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-7/+27
* gdb.base/asm-source.exp: Properly convert target board debug flags from gcc format to binutils format.
2004-07-29* gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace inMark Kettenis2-1/+5
gdb1718". PR backtrace/1718 partially fixed.
2004-07-272004-07-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+129
* gdb.threads/watchthreads.exp: New test for threaded watchpoints.
2004-07-27Use -gdwarf2 in preference to -gstabs for Sparc64.Nick Clifton2-10/+38
2004-07-23* gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.Mark Kettenis3-0/+37
* gdb.arch/i386-prologue.c (gdb1718): New prototype and function. (main): Call new function.
2004-07-222004-07-22 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-160/+122
Test for PR exp/1715. * gdb.base/radix.exp: Refactor common procedures. Make all test names unique. Change XFAIL to KFAIL.
2004-07-202004-07-20 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-4/+20
* gdb.ada/gnat_ada.gpr.in: Rename from here ... * gdb.ada/gnat_ada.gin: ... to here. * configure.in: Use gnat_ada.gin. * configure: Regenerate.
2004-07-202004-07-20 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-440/+144
* gdb.base/signals.exp: Replace send_gdb and gdb_expect with gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect XFAILs. Clean up test messages and comments. Check backtraces. Delete re-sync code.
2004-07-20Argh, I screwed up and committed a ChangeLog entry for a patchMichael Chastain1-7/+0
that is still in the comment period. Sorry!
2004-07-202004-07-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-71/+104
Fix PR cli/740. * gdb.base/annota1.exp: Honor gdb,nosignals. * gdb.base/annota3.exp: Likewise.
2004-07-192004-07-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+6
* lib/java.exp: Update copyright notice.