aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2003-04-02I broke my first ChangeLog :), fixing it.Bob Rossi1-0/+4
2003-04-02Adding -file-list-exec-source-file command to MIBob Rossi1-0/+65
2003-03-302003-03-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-0/+8
* gdb.base/sizeof.c (main): Print the value of '\377'. * gdb.base/sizeof.exp: Check the sign of '\377'.
2003-03-272003-03-27 Michael Chastain <mec@shout.net>Michael Chastain3-0/+120
* gdb.base/gdb1090.exp: New file. * gdb.base/gdb1090.cc: New file.
2003-03-27 * gdb.gdb/observer.exp: New regression test.Joel Brobecker2-0/+278
2003-03-272003-03-27 Michael Chastain <mec@shout.net>Michael Chastain3-8/+6
* gdb.base/list.exp: Remove setup_xfail_format for DWARF 1. * gdb.base/ptype.exp: Likewise.
2003-03-27 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.Corinna Vinschen2-1/+10
2003-03-262003-03-26 Michael Chastain <mec@shout.net>Michael Chastain2-0/+7
* gdb.base/ptype.exp: Actually use some typedef'd types.
2003-03-21 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.Stephane Carrez3-0/+62
* gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
2003-03-20 * gdb.base/default.exp: Fix regular expression.Corinna Vinschen2-2/+6
2003-03-20 * gdb.base/args.exp: Fix regular expression.Corinna Vinschen2-3/+7
2003-03-20 * gdb.base/help.exp: Allow Win32 child process.Corinna Vinschen2-1/+5
2003-03-20 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper functionCorinna Vinschen2-0/+9
when stepping out of main().
2003-03-20 * gdb.base/default.exp: Check for win32 specific message when callingCorinna Vinschen2-0/+11
"run" without executable.
2003-03-20 * gdb.base/args.exp: Expect .exe in output.Corinna Vinschen2-3/+7
2003-03-20 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag forCorinna Vinschen2-0/+8
Cygwin native.
2003-03-18just pretend these didn't get committed.Andrew Cagney2-323/+0
2003-03-172003-03-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney7-0/+793
From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and vector registes. * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files. * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
2003-03-172003-03-17 David Carlton <carlton@math.stanford.edu>David Carlton3-0/+55
* gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New test, for PR breakpoints/38. Call test_watchpoint_and_breakpoint. * gdb.base/watchpoint.c (func3): New function. (main): Call func3.
2003-03-042003-03-04 David Carlton <carlton@math.stanford.edu>David Carlton2-4/+36
* gdb.c++/templates.exp (do_tests): Accept valid const in "print Garply<Garply<char> >:: garply". (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i" with respect to PR c++/1111; note also PR c++/1113. (test_template_breakpoints): KFAIL "constructor breakpoint" with respect to PR c++/1062. KFAIL "destructor breakpoint" with respect to PR c++/1112.
2003-03-032003-02-28 David Carlton <carlton@math.stanford.edu>David Carlton2-4/+35
* gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum" with respect to PR c++/57. KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR c++/826. Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with respect to PR c++/57.
2003-03-032003-03-03 David Carlton <carlton@math.stanford.edu>David Carlton2-2/+13
* gdb.c++/templates.exp (do_tests): Convert the KFAILs with respect to PR c++/33 into FAILs.
2003-03-032003-03-03 Michael Chastain <mec@shout.net>Michael Chastain2-2/+6
* configure.in: Update copyright years.
2003-03-032003-03-03 Michael Chastain <mec@shout.net>Michael Chastain2-1/+5
* Makefile.in: update copyright years.
2003-02-28Fix minor slip in previous patch.David Carlton1-1/+1
2003-02-282003-02-28 David Carlton <carlton@math.stanford.edu>David Carlton2-30/+29
* gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we print class instead of struct and/or superfluous protection specifiers, as long as the resulting output is equivalent to the source code. Delete FIXME from end of messages on tests that don't need fixing.
2003-02-282003-02-28 David Carlton <carlton@math.stanford.edu>David Carlton2-2/+7
* gdb.c++/templates.exp (do_tests): Allow const in the two Foo<volatile char *>::foo tests.
2003-02-272003-02-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+8
* gdb.base/restore.c (main): Return zero, so exit code will be consistant.
2003-02-262003-02-26 David Carlton <carlton@math.stanford.edu>David Carlton2-3/+24
* gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile char *>::foo" test with respect to PR c++/33. Create a new test which is identical to that one except that it doesn't put the space between the "char" and the "*"; KFAIL it, too.
2003-02-262003-02-26 David Carlton <carlton@math.stanford.edu>David Carlton2-32/+68
* gdb.c++/templates.exp (do_tests): Convert XFAILs about printing template types into either PASSes or KFAILs (corresponding to PR c++/57). Tweak indentation. Update copyright.
2003-02-24 * mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.Stephane Carrez2-1/+10
2003-02-23 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.Stephane Carrez2-0/+13
2003-02-152003-02-13 Michael Chastain <mec@shout.net>Michael Chastain5-22/+11
* gdb.base/exprs.exp: Remove i960 remnants. * gdb.base/funcargs.exp: Likewise. * gdb.base/list.exp: Likewise. * gdb.base/ptype.exp: Likewise.
2003-02-152003-02-14 David Carlton <carlton@math.stanford.edu>David Carlton2-3/+7
* gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print pEe->D::vg()" from XFAIL to KFAIL.
2003-02-14[ChangeLog]Jason Molenda2-1/+6
2003-02-12 Jason Molenda (jmolenda@apple.com) * symmisc.c (print_objfile_statistics): Include information about the number of psymtabs and symtabs in each object file. [testsuite/ChangeLog] 2003-02-13 Jason Molenda (jmolenda@apple.com) * gdb.base/maint.exp: Update maint print statistics regexp to include new entries.
2003-02-132003-02-13 Michael Chastain <mec@shout.net>Michael Chastain2-2/+4
* gdb.c++/inherit.exp: Remove call to get_debug_format.
2003-02-132003-02-12 Michael Chastain <mec@shout.net>Michael Chastain6-122/+14
* gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1. * gdb.c++/inherit.exp: Likewise. * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1. * gdb.c++/templates.exp: Likewise. * gdb.c++/virtfunc.exp: Likewise.
2003-02-062003-02-06 Jason Molenda (jason-cl@molenda.com)Jason Molenda2-0/+9
* gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining why the code is written that way.
2003-02-062003-02-05 Michael Chastain <mec@shout.net>Michael Chastain2-0/+5
* gdb.base/dump.exp: Add missing copyright line.
2003-02-06typeoJason Molenda1-1/+1
2003-02-062003-02-05 Jason Molenda (jason-cl@molenda.com)Jason Molenda2-2/+8
* gdb.mi/mi-syn-frames.c (subroutine): Add an extra statement at the beginning so the breakpoint doesn't get set on the loop.
2003-02-062003-02-05 Michael Chastain <mec@shout.net>Michael Chastain1-0/+5
* gdb.c++/local.exp: Relax the test for PR gdb/825 to accept output for configurations with gcc 2.95.3.
2003-02-062003-02-05 Michael Chastain <mec@shout.net>Michael Chastain1-1/+1
* gdb.c++/local.exp: Relax the test for PR gdb/825 to accept output for configurations with gcc 2.95.3.
2003-02-062003-02-05 Keith Seitz <keiths@redhat.com>Andrew Cagney2-0/+213
Andrew Cagney <ac131313@redhat.com> * gdb.mi/mi-cli.exp: New file.
2003-02-052003-02-04 Michael Chastain <mec@shout.net>Michael Chastain2-2/+8
* gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file. Call perror and then continue.
2003-02-052003-02-03 Michael Chastain <mec@shout.net>Michael Chastain3-0/+104
* gdb.c++/pr-1023.cc: New file. * gdb.c++/pr-1023.exp: New file.
2003-02-05* gdb.c++/local.exp: Don't expect Local to be in scope in main;Jim Blandy3-4/+47
it's local to foobar. Check for it there, and check that it's not present in main. * gdb.c++/local.cc (marker2): New function. (foobar): Call marker1. (main): Call marker2 instead of marker1.
2003-02-042003-02-04 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-481/+488
* NEWS: Mention that the mn10200-elf is obsolete. * configure.tgt: Obsolete mn10200-*-* target. * breakpoint.c (update_breakpoints_after_exec): Update comment to mention that the mn10200 is obsolete. * breakpoint.h: Ditto. * MAINTAINERS: Mark the mn10200-elf as obsolete. * config/mn10200/mn10200.mt: Obsolete file. * config/mn10200/tm-mn10200.h: Obsolete file. * mn10200-tdep.c: Obsolete file. Index: testsuite/ChangeLog 2003-02-04 Andrew Cagney <ac131313@redhat.com> * gdb.disasm/mn10200.exp: Obsolete file. * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200. * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200. * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
2003-02-042003-02-04 David Carlton <carlton@math.stanford.edu>David Carlton3-0/+15
* gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+. (Variables): Recommend stabs+ and DWARF 2. (C plus plus expressions): Correct info about compiler versions, debug formats. (Contributors): Change 'DWARF2' to 'DWARF 2'. PR symtab/874. 2003-02-04 David Carlton <carlton@math.stanford.edu> * gdb.c++/overload.exp: Test intToChar(1). * gdb.c++/overload.cc (intToChar): New. (main): Call intToChar.
2003-02-042003-02-03 David Carlton <carlton@math.stanford.edu>David Carlton2-13/+31
* gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add 'might_kfail' arg. KFAIL some of the continue_to_bp_overloaded calls, according to PR c++/1025.