aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2004-04-29* i386-prologue.exp: Add testcase for jump instruction as firstMark Kettenis3-0/+37
instruction of the real code. * i386-prologue.c (jump_at_beginning): New function.
2004-04-28* gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 onMark Kettenis2-7/+5
x86_64-*-*.
2004-04-28* gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 onMark Kettenis2-4/+5
i*86-*-*.
2004-04-28* gdb.base/call-sc.exp (start_scalars_test): Fix regularMark Kettenis2-1/+6
expression that checks the return type.
2004-04-232004-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-0/+575
* gdb.base/call-sc.exp: New test of scalar call/return values. * gdb.base/call-sc.c: Ditto.
2004-04-232004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>Jeff Johnston2-0/+6
* gdb.threads/manythreads.c: Reduce thread stack size.
2004-04-232004-04-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+28
* gdb.threads/manythreads.c: Add copyright notice.
2004-04-232004-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-15/+25
* gdb.base/siginfo.exp: Clean up step out of signal. * gdb.base/sigstep.exp: Ditto.
2004-04-222004-04-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+174
Daniel Jacobowitz <drow@mvista.com> * gdb.threads/manythreads.c: New testcase. * gdb.threads/manythreads.exp: Ditto.
2004-04-22* gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,Jim Blandy5-0/+163
gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
2004-04-222004-04-21 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+5
* gdb.stabs/weird.exp: Accept full pathname for $binfile.
2004-04-212004-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-0/+235
* gdb.base/sigstep.c: New file. * gdb.base/sigstep.exp: New file.
2004-04-16 * gdb.gdb/observer.exp (test_normal_stop_notifications): UpdateJoel Brobecker2-1/+9
call to observer_notify_normal_stop.
2004-04-152004-04-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-0/+164
* gdb.base/siginfo.c: New file. * gdb.base/siginfo.exp: New file.
2004-04-12 * gdb.base/sep.exp: Fix typo in comment.Joel Brobecker2-1/+5
2004-04-12 * gdb.base/sep.c: New file.Joel Brobecker4-0/+155
* gdb.base/sep-proc.c: New file. * gdb.base/sep.exp: New testcase.
2004-04-09* gdb.base/bigcore.exp: Disable on Solaris; no sparse core fileMark Kettenis2-1/+8
support.
2004-04-052004-04-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-0/+188
* gdb.base/sigaltstack.c: New file. * gdb.base/sigaltstack.exp: New file.
2004-04-04 * gdb.base/foll-fork.exp: Update the expected output forJoel Brobecker2-2/+7
"help set follow-fork-mode", to match a change that was made to the help of this variable on 2004-01-13.
2004-04-01 * lib/ada.exp: Add copyright notice.Joel Brobecker7-2/+109
* bar.ads: Likewise. * bar.adb: Likewise. * null_record.adb: Likewise. * null_record.exp: Likewise. * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
2004-04-01 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.Joel Brobecker3-4/+12
* configure: Regenerate.
2004-04-01 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failedJoel Brobecker2-1/+7
to build the application. Remove the message printed when in verbose mode, redundant with the UNSUPPORTED message above.
2004-04-01 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.Joel Brobecker5-0/+54
* gdb.ada (null_record.exp): New testcase.
2004-04-01 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.Joel Brobecker2-2/+6
2004-04-01 * gdb.ada: New subdirectory.Joel Brobecker3-0/+37
* gdb.ada/Makefile.in: New file. * gdb.ada/gnat_ada.gpr.in: New file.
2004-04-01 * lib/ada.exp: New file.Joel Brobecker2-0/+416
2004-03-24 * gdb.base/gdb1250.exp: Use runto {allow-pending}.Daniel Jacobowitz3-6/+26
* lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
2004-03-222004-03-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-24/+7
* gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. Problem identified by Ulrich Weigand.
2004-03-172004-03-17 David Carlton <carlton@kealia.com>David Carlton2-2/+7
* gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of PR c++/826.
2004-03-16.Roland McGrath1-161/+166
2004-03-162004-03-16 Roland McGrath <roland@redhat.com>Roland McGrath2-0/+245
* gdb.base/auxv.exp: New file. * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
2004-03-122004-03-12 David Carlton <carlton@kealia.com>David Carlton4-0/+132
* gdb.cp/pr-1553.exp: New. Tests for PR c++/1553. * gdb.cp/pr-1553.cc: Ditto. * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third pass branch.
2004-03-122004-03-12 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+5
* gdb.cp/templates.exp: Accept more template types.
2004-03-092004-03-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-6/+10
From Corinna Vinschen with modifications. * gdb.cp/classes.cc (enums1): Add a line to extend scope of local variable obj_with_enum. * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL results with obj_with_enum.
2004-03-092004-03-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-1/+613
* gdb.cp/classes.cc: New file, copied from misc.cc. * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
2004-03-092004-03-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/misc.cc: Add copyright notice.
2004-03-052004-03-05 David Carlton <carlton@kealia.com>David Carlton5-3/+49
* cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion bug. 2004-03-05 David Carlton <carlton@kealia.com> * gdb.cp/rtti.exp: Add 'print *obj3' test. * gdb.cp/rtti.h: Update copyright. (namespace n2::n3): New. * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New. (n2::n3::func3): New. (main): Call n2::n3::func3. * gdb.cp/rtti2.cc: Update copyright. (n2::create3): New.
2004-03-04* gdb.asm/openbsd.inc: Fix typo.Mark Kettenis2-1/+5
2004-03-03Committed under "obvious fix rule".Fred Fish2-2/+7
2004-03-03 Fred Fish <fnf@redhat.com> * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set "val" instead of unused "size". Update copyright year.
2004-02-29 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templatesDaniel Jacobowitz6-21/+28
to use unsigned char. * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c, gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
2004-02-29 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a completeDaniel Jacobowitz2-2/+9
line of output.
2004-02-29 * gdb.base/relocate.c (dummy): Initialize.Daniel Jacobowitz2-1/+5
2004-02-29 * gdb.base/chng-syms.exp: Anchor exit pattern. AllowDaniel Jacobowitz2-1/+9
a breakpoint at exit.
2004-02-28Reviewed and approved by drow@false.org.Fred Fish2-0/+8
2004-02-27 Fred Fish <fnf@redhat.com> * gdb.base/chng-syms.exp: Add expect condition to match failing case that isn't a timeout.
2004-02-272004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+6
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile support.
2004-02-26Reviewed and approved by cagney@gnu.org.Fred Fish4-77/+145
2004-02-26 Fred Fish <fnf@redhat.com> * gdb.arch/gdb1431.c: Remove. * gdb.arch/gdb1431.s: New file, copy of gdb1291.s * gdb.arch/gdb1431.exp: Use "advance" correctly instead of "until" incorrectly.
2004-02-26 * gdb.cp/class2.cc (empty): New class.Joel Brobecker3-1/+22
(refer): New function. (main): Declare an object of type empty and use it. * gdb.cp/class2.exp: Print the value of an object of type empty.
2004-02-262004-02-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+6
* gdb.base/langs.exp: Update query string to match the new nquery format used for pending breakpoints.
2004-02-26Index: ChangeLogAndrew Cagney5-87/+100
2004-02-26 Andrew Cagney <cagney@redhat.com> Fix PR i18n/1570. * charset.c (backslashable, backslashed, represented): Remove 'e' from list of escaped characters, not part of ISO-C. Index: charset.c Index: testsuite/ChangeLog 2004-02-26 Andrew Cagney <cagney@redhat.com> Fix PR i18n/1570. * gdb.base/charset.c: Update copyright notice. (main, init_string): Remove the escape character '\e' tests. * gdb.base/printcmds.exp (test_print_all_chars): Ditto. * gdb.base/charset.exp (valid_host_charset): Ditto. * gdb.base/setvar.exp: Ditto.
2004-02-242004-02-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-11/+8
* gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing mmapped data in core file" PASS and FAIL messages consistent.