aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2002-05-31Fix formatting of "From ... " lines on recent changesMichael Chastain1-3/+3
that I committed on behalf of others.
2002-05-302002-05-30 Michael Chastain <mec@shout.net>Michael Chastain3-0/+190
From Benjamin Kosnik <bkoz@redhat.com> * gdb.c++/m-static.cc: New file. * gdb.c++/m-static.exp: New file.
2002-05-292002-05-28 Michael Snyder <msnyder@redhat.com>Michael Snyder2-9/+14
* gdb.base/call-ar-st.exp: Allow for reduced floating point precision.
2002-05-272002-05-27 Michael Chastain <mec@shout.net>Michael Chastain3-0/+171
From Benjamin Kosnik <bkoz@redhat.com> * gdb.c++/m-data.cc: New file. * gdb.c++/m-data.exp: New file.
2002-05-272002-05-27 Michael Chastain <mec@shout.net>Michael Chastain3-0/+216
From Benjamin Kosnik <bkoz@redhat.com> * gdb.c++/try_catch.cc: New file. * gdb.c++/try_catch.exp: New file.
2002-05-272002-05-27 Michael Chastain <mec@shout.net>Michael Chastain2-5/+9
* gdb.c++/local.exp: Accept more nested types in output.
2002-05-272002-05-26 Michael Chastain <mec@shout.net>Michael Chastain2-2/+6
* gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2002-05-232002-05-15 Nick Clifton <nickc@cambridge.redhat.com>Michael Snyder2-2/+15
* lib/gdb.exp (gdb_wrapper_init): Just because gdb_wrapper_file exists, this does not mean that the file should not be rebuilt. That is what gdb_wrapper_initialized is for. (default_gdb_init): Reset gdb_wrapper_initialized.
2002-05-232002-05-23 Michael Snyder <msnyder@redhat.com>Michael Snyder3-17/+7
* gdb.base/all-bin.exp: Revise previous patch by just reducing the precision of the floating point test results. * gdb.base/call-rt-st.exp: Ditto.
2002-05-232002-05-23 Michael Snyder <msnyder@redhat.com>Michael Snyder3-5/+24
* gdb.base/all-bin.exp: Allow for reduced floating point precision. * gdb.base/call-rt-st.exp: Ditto.
2002-05-202002-05-19 Michael Chastain <mec@shout.net>Michael Chastain2-1/+5
* gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2002-05-202002-05-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-10/+17
* configure.in (configdirs): Add gdb.arch. * configure: Regenerate.
2002-05-17* gdb.base/completion.exp: Recognize the more detailed errorJim Blandy2-3/+8
messages produced by the macro expander's lexical analyzer.
2002-05-142002-05-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-1/+8
* gdb.arch/altivec-abi.c: New file. * gdb.arch/altivec-abi.exp: New file. * gdb.arch/altivec-regs.c: New file. * gdb.arch/altivec-regs.exp: New file.
2002-05-142002-05-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-0/+515
* gdb.arch/altivec-abi.c: New file. * gdb.arch/altivec-abi.exp: New file. * gdb.arch/altivec-regs.c: New file. * gdb.arch/altivec-regs.exp: New file.
2002-05-142002-05-14 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+6
* gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE. (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use TYPE_INSTANCE_FLAGS. (struct main_type): New. (struct type): Move most members to struct main_type. Change cv_type and as_type to new type_chain member. Add instance_flags. (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros. (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove. (finish_cv_type): Remove prototype. * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE. Set TYPE_CHAIN. (alloc_type_instance): New function. (smash_type): New function. (make_pointer_type, make_reference_type, make_function_type) (smash_to_member_type, smash_to_method_type): Call smash_type. (make_qualified_type): New function. (make_type_with_address_space): Call make_qualified_type. (make_cv_type): Likewise. (finish_cv_type): Remove unnecessary function. (replace_type): Update comment. Copy TYPE_MAIN_TYPE. (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS; remove TYPE_CV_TYPE and TYPE_AS_TYPE. * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS. * dwarf2read.c (read_structure_scope): Don't call finish_cv_type. * hpread.c (hpread_read_struct_type): Likewise. * stabsread.c (read_struct_type): Likewise. 2002-05-14 Daniel Jacobowitz <drow@mvista.com> * gdb.base/maint.exp (maint print type): Update for new type structure.
2002-05-142002-05-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-0/+966
* gdb.arch: New directory. * gdb.arch/configure.in: New file. * gdb.arch/configure: New file. * gdb.arch/Makefile.in: New file.
2002-05-14 * gdb.asm/asm-source.exp: Add v850 as supported target.Corinna Vinschen3-0/+50
* gdb.asm/v850.inc: New file.
2002-05-132002-05-13 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-0/+6
* gdb.c++/annota2.exp (annotate-quit): Add comment.
2002-05-132002-05-12 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+18
* gdb.base/break.exp: Check 'break "marker2"'.
2002-05-102002-05-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* gdb.base/long_long.exp: Fix typo.
2002-05-10* gdb.base/printcmds.exp: Don't xfail the ptype command. This isJim Blandy2-1/+4
a bug.
2002-05-10* gdb.base/printcmds.exp (test_integer_literals_rejected):Jim Blandy3-2/+17
Recognize more detailed error message produced by the macro expander's lexical analyzer. * lib/gdb.exp (test_print_reject): Same.
2002-05-09* gdb.c++/method.exp: Fix typo.Mark Kettenis2-1/+5
2002-05-092002-05-08 Michael Snyder <msnyder@redhat.com>Michael Snyder3-6/+8
* gdb.mi/mi-var-child.exp: Accept (void) as well as (). * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
2002-05-092002-05-09 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+6
* gdb.base/long_long.exp: Add iftarget clause for strongarm.
2002-05-082002-05-08 Michael Snyder <msnyder@redhat.com>Michael Snyder3-24/+16
* gdb.base/long_long.exp: Merge clauses for arm and xscale. * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
2002-05-072002-05-06 Michael Snyder <msnyder@redhat.com>Michael Snyder3-17/+45
* lib/gdb.exp (gdb_test): Add case to allow for status wrapper. (gdb_continue_to_end): Accept output from status wrapper. * gdb.base/ending-run.exp: Add case for output from status wrapper. Clean up fail messages to match pass messages.
2002-05-072002-05-06 Michael Snyder <msnyder@redhat.com>Michael Snyder4-3/+58
Enable the "needs_status_wrapper" testsuite feature. * lib/gdb.exp (gdb_wrapper_init): New procedure. (gdb_compile): Conditionally call gdb_wrapper_init. * gdb.base/a2-run.exp: Recognize output from status wrapper. * gdb.c++/method.exp: Recognize output from status wrapper.
2002-05-062002-05-06 Ben Elliston <bje@redhat.com>Ben Elliston2-0/+9
From Graydon Hoare <graydon@redhat.com> * config/sid.exp: Include support for "rawsid" protocol.
2002-05-04* gdb.c++/hang.exp: Check for corruption of the cv_type chain.Jim Blandy3-4/+28
* gdb.c++/hang3.C: New file.
2002-05-04* gdb.base/default.exp: Remove obsolete code.Andrew Cagney17-767/+34
* gdb.c++/misc.exp: Ditto. Update copyright. * gdb.c++/cplusfuncs.exp: Ditto. Update copyright. * gdb.base/whatis.exp: Ditto. Update copyright. * gdb.base/scope.exp: Ditto. Update copyright. * gdb.base/ptype.exp: Ditto. Update copyright. * gdb.base/printcmds.exp: Ditto. Update copyright. * gdb.base/opaque.exp: Ditto. Update copyright. * gdb.base/list.exp: Ditto. * gdb.base/funcargs.exp: Ditto. Update copyright. * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete. * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete. * gdb.hp/gdb.threads-hp/usrthcore.c: Delete. * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete. * gdb.hp/gdb.threads-hp/usrthfork.c: Delete. * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2002-05-032002-05-02 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+2
* gdb.base/watchpoint.exp: Add xscale target.
2002-05-032002-05-02 Michael Snyder <msnyder@redhat.com>Michael Snyder3-0/+12
* gdb.base/long_long.exp: Add xscale target. * gdb.base/default.exp: Add xscale target.
2002-05-02* gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,Jim Blandy5-0/+141
gdb.c++/hang.exp: New test.
2002-05-01 2002-05-01 Fred Fish <fnf@redhat.com>Fred Fish2-2/+14
* gdb.base/completion.exp: Handle completions of "./Make" for more than one completion possibility, as is the case when we build and test in the source tree.
2002-04-29New test cases for java support.Anthony Green3-0/+187
2002-04-242002-04-24 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+6
* gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2002-04-242002-04-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+7
* gdb.base/help.exp: Change 'help status' to allow for target dependent output differences.
2002-04-232002-04-22 Michael Chastain <mec@shout.net>Michael Chastain2-2/+12
* gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2002-04-232002-04-22 Michael Chastain <mec@shout.net>Michael Chastain2-2/+6
* gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2002-04-192002-04-17 David S. Miller <davem@redhat.com>David S. Miller3-0/+43
* gdb.asm/sparc64.inc: New file. * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2002-04-192002-04-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-3/+9
* gdb.asm/asm-source.exp: Don't use a symlink, just copy the instruction file directly into the build tree. Clean up at end of test.
2002-04-182002-04-18 David S. Miller <davem@redhat.com>David S. Miller3-2/+8
* gdb.base/annota1.exp: Expect addresses as $hex + whitespace to handle 64-bit platforms correctly. * gdb.base/maint.exp: Likewise.
2002-04-18 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't needKevin Buettner2-2/+22
``-fpic'' when compiling files comprising a shared library, but it does need additional linker flags in order to find shared libraries at run time.
2002-04-18 * gdb.base/cvexpr.c (use): New function.Kevin Buettner2-1/+161
(main): Invoke use() on all global variables to prevent some linkers from deleting these otherwise unused symbols.
2002-04-182002-04-17 Michael Chastain <mec@shout.net>Michael Chastain2-38/+44
From David S. Miller <davem@redhat.com> * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to handle 64-bit platforms correctly.
2002-04-132002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder6-4/+51
From Jim Blandy <jimb@redhat.com> * gdb.base/foo.c (foox): Remove section attribute; the linker script can handle this instead. * gdb.base/bar.c (barx): Same. * gdb.base/baz.c (bazx): Same. * gdb.base/grbx.c (grbxx): Same. * gdb.base/overlays.exp: New test: check that GDB's manual overlay manager doesn't automatically unmap overlays unnecessarily.
2002-04-112002-02-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* gdb.base/gcore.exp: Relax recognition of function breakpoint.
2002-04-112002-04-10 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-0/+9
* gdb.base/ending-run.exp: Fix pattern for Mips targets stepping out of main.