aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2002-08-23 * gdb.threads/print-threads.c: New file.Daniel Jacobowitz5-0/+618
* gdb.threads/print-threads.exp: New file. * gdb.threads/schedlock.c: New file. * gdb.threads/schedlock.exp: New file.
2002-08-232002-08-22 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-9/+14
* gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c, not altivec.c.
2002-08-17* gdb.base/return.exp: Remove i*86-*-* from list of xfail'edMark Kettenis2-15/+7
targets. The problem should be fixed now.
2002-08-15*** empty log message ***Mark Kettenis1-1/+1
2002-08-15* gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal withMark Kettenis2-2/+7
2002-07-24 change that removes final dots from error messages.
2002-08-13 * gdb.base/readline.exp: New file.Tom Tromey2-0/+194
2002-08-02More obsolete CHILL.Andrew Cagney33-4321/+4336
2002-08-01* lib/gdb.exp (gdb_expect_list): Only print one pass, fail, orAndrew Cagney2-8/+15
supress message.
2002-08-012002-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney7-66/+59
* NEWS: Menion that CHILL has been made obsolete. * gdbtypes.c (chill_varying_type): Make chill references obsolete. * gdbserver/Makefile.in: Ditto. * stabsread.c (read_range_type): Ditto. * gdbtypes.h: Ditto. * language.c (binop_type_check): Ditto. (binop_result_type): Ditto. (integral_type): Ditto. (character_type): Ditto. (string_type): Ditto. (boolean_type): Ditto. (structured_type): Ditto. (lang_bool_type): Ditto. (binop_type_check): Ditto. * language.h (_LANG_chill): Ditto. * dwarfread.c (set_cu_language): Ditto. * dwarfread.c (CHILL_PRODUCER): Ditto. * dwarfread.c (handle_producer): Ditto. * expression.h (enum exp_opcode): Ditto. * eval.c: Ditto for comments. * typeprint.c (typedef_print) [_LANG_chill]: Ditto. * expprint.c (print_subexp): Ditto. (print_subexp): Ditto. * valops.c (value_cast): Ditto. (search_struct_field): Ditto. * value.h (COERCE_VARYING_ARRAY): Ditto. * symfile.c (init_filename_language_table): Ditto. (add_psymbol_with_dem_name_to_list): Ditto. * valarith.c (value_binop): Ditto. (value_neg): Ditto. * valops.c (value_slice): Ditto. * symtab.h (union language_specific): Ditto. (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto. (SYMBOL_DEMANGLED_NAME): Ditto. (SYMBOL_CHILL_DEMANGLED_NAME): Ditto. * defs.h (enum language): Ditto. * symtab.c (got_symtab): Ditto. * utils.c (fprintf_symbol_filtered): Ditto. * ch-typeprint.c: Make file obsolete. * ch-valprint.c: Make file obsolete. * ch-lang.h: Make file obsolete. * ch-exp.c: Make file obsolete. * ch-lang.c: Make file obsolete. * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or CHILL_LIB. (TARGET_FLAGS_TO_PASS): Ditto. (CHILLFLAGS): Obsolete. (CHILL): Obsolete. (CHILL_FOR_TARGET): Obsolete. (CHILL_LIB): Obsolete. (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and ch-valprint.c. (HFILES_NO_SRCDIR): Remove ch-lang.h. (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and ch-lang.o. (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete targets. 2002-08-01 Andrew Cagney <cagney@redhat.com> * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references to CHILL. 2002-08-01 Andrew Cagney <cagney@redhat.com> * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL, CHILL_FOR_TARGET and CHILL_LIB. * configure.in (configdirs): Remove gdb.chill. * configure: Regenerate. * lib/gdb.exp: Obsolete references to chill. * gdb.fortran/types.exp: Ditto. * gdb.fortran/exprs.exp: Ditto.
2002-07-30 * gdb.base/shlib-call.exp (additional_flags): ConditionallyKevin Buettner2-0/+10
set Irix-specific compile and link flags.
2002-07-29 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessingKevin Buettner2-1/+7
source files. The ``-o'' option doesn't work with the ``-E'' option when using the Irix compiler.
2002-07-192002-07-19 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-19/+39
* config/gdbserver.exp (gdb_load): Don't use TCL varargs. Improve support for reusing an exec file. Copy exec file to target, and run gdbserver on the target instead of on the host.
2002-07-19* gdb.base/ending-run.exp: Don't expect to see the program end inJim Blandy2-1/+10
some orderly fashion when we're running on a real stand-alone board.
2002-07-18* gdb.base/interrupt.exp: Correct logic for skipping tests onJim Blandy2-5/+8
targets that don't support interrupts.
2002-07-11 * gdb.base/attach.exp: Add patterns to match output from /proc-basedJoel Brobecker2-5/+26
systems. Move comments in expect statements to inside the actions, so that they don't get matched against.
2002-07-10* gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "callMark Kettenis2-1/+6
function when asleep" test.
2002-07-10* gdb.base/page.exp: Rewrite to handle problems with very longAndrew Cagney2-3/+49
`info set' output. Update copyright.
2002-06-27Zap remainder of gdb.threads-hp directory.Andrew Cagney6-961/+31
2002-06-22* gdb.base/selftest.exp (do_stes_and_next): Skip calls toAndrew Cagney2-1/+22
setlocale, bindtextdomain and textdomain.
2002-06-11* gdb/source.c (source_info): Mention whether the symtab hasJim Blandy2-1/+4
information about preprocessor macros. * gdb/testsuite/lib/gdb.exp (get_debug_format): Tolerate message saying whether preprocessor macro information is present. * gdb/doc/gdb.texinfo (Symbols): Update documentation for `info source' command.
2002-06-11* macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: NewJim Blandy6-0/+582
tests.
2002-06-062002-06-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2-22/+43
* gdb.base/overlays.exp: Record addresses of overlay functions in TCL variables rather than in GDB variables, to avoid having GDB convert them to pointers (with loss of information).
2002-06-062002-06-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2-75/+115
* gdb.base/d10v.ld: Merge in several years worth of default linker script changes.
2002-06-062002-06-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2-6/+17
* gdb.base/long_long.exp: Add check for sizeof (long double).
2002-06-062002-06-06 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-0/+48
* gdb.asm/asm-source.exp: Add x86-64 target. * gdb.asm/x86_64.inc: New.
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 ().