aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2005-01-24Index: ChangeLogAndrew Cagney3-0/+170
2005-01-24 Andrew Cagney <cagney@gnu.org> * infrun.c (handle_inferior_event): Handle back-to-back and nested signals where the step_resume_breakpoint may have already been inserted. Index: testsuite/ChangeLog 2005-01-24 Andrew Cagney <cagney@gnu.org> * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
2005-01-192005-01-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+4
* gdb.stabs/Makefile.in (Makefile): Update dependencies - configure.ac not configure.in.
2005-01-192005-01-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-14/+10
* gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL of powerpc*-*-*. * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto. * gdb.base/list.exp (test_list_function) (test_list_filename_and_function): Ditto. * gdb.base/callfuncs.exp (do_function_calls): Ditto.
2005-01-162005-01-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-9/+5
* cli/cli-script.c: Include "exceptions.h". (struct wrapped_read_command_file_args): Define. (wrapped_read_command_file): New function. (script_from_file): Replace direct call to read_command_file by one wrapped by an exception handler. * exceptions.c (throw_it): Free the old message after creating the new. * Makefile.in: Update dependencies. Index: testsuite/ChangeLog 2005-01-16 Andrew Cagney <cagney@gnu.org> * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
2005-01-162005-01-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-0/+75
* gdb.base/source-error.gdb, gdb.base/source.exp: New files.
2005-01-14Index: ChangeLogAndrew Cagney3-4/+11
2005-01-14 Andrew Cagney <cagney@gnu.org> * varobj.c (varobj_create): Add missing \n. Index: testsuite/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output. * gdb.mi/mi2-var-cmd.exp: Ditto.
2005-01-10 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).Corinna Vinschen2-1/+5
2005-01-07Index: ChangeLogAndrew Cagney17-4469/+16969
2005-01-07 Andrew Cagney <cagney@gnu.org> * configure.ac: Rename configure.in, require autoconf 2.59. * configure: Re-generate. Index: doc/ChangeLog 2005-01-07 Andrew Cagney <cagney@gnu.org> * configure.ac: Rename configure.in, require autoconf 2.59. * configure: Re-generate. Index: gdbserver/ChangeLog 2005-01-07 Andrew Cagney <cagney@gnu.org> * configure.ac: Rename configure.in, require autoconf 2.59. * configure: Re-generate. Index: testsuite/ChangeLog 2005-01-07 Andrew Cagney <cagney@gnu.org> * configure.ac: Rename configure.in, require autoconf 2.59. * configure: Re-generate. * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59. * gdb.stabs/configure: Re-generate. * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59. * gdb.hp/configure: Re-generate. * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require autoconf 2.59. * gdb.hp/gdb.objdbg/configure: Re-generate. * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require autoconf 2.59. * gdb.hp/gdb.defects/configure: Re-generate. * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require autoconf 2.59. * gdb.hp/gdb.compat/configure: Re-generate. * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require autoconf 2.59. * gdb.hp/gdb.base-hp/configure: Re-generate. * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require autoconf 2.59. * gdb.hp/gdb.aCC/configure: Re-generate.
2005-01-07Index: ChangeLogAndrew Cagney2-17/+11
2005-01-07 Andrew Cagney <cagney@gnu.org> * configure.in: Replace configdirs with multiple references to AC_CONFIG_SUBDIRS. * configure: Re-generate. Index: doc/ChangeLog 2005-01-07 Andrew Cagney <cagney@gnu.org> * configure.in: Replace configdirs with multiple references to AC_CONFIG_SUBDIRS. * configure: Re-generate.
2004-12-15* gdb.threads/linux-dp.exp: Fix output regexp to handle outputJim Blandy2-8/+64
under NPTL when there is debugging info available for libpthread.
2004-12-13 * gdb.ada/fixed_points.c: New file.Jerome Guitton3-0/+94
* gdb.ada/fixed_points.exp: New file.
2004-12-032004-12-03 Randolph Chung <tausq@debian.org>Randolph Chung3-0/+216
* gdbarch.sh (instruction_nullified): Delete. * gdbarch.c: Regenerate. * gdbarch.h: Regenerate. * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is nullified. (hppa_unwind_pc): Likewise. (hppa_instruction_nullified): Delete. (hppa_gdbarch_init): Don't set instruction_nullified method. * infrun.c (infwait_states): Remove infwait_nullified_state. (handle_inferior_event): Remove handling of infwait_nullified_state. Remove handling of nullified instructions. testsuite/ * gdb.arch/pa-nullify.exp: New file. * gdb.arch/pa-nullify.s: New file.
2004-12-012004-11-30 Randolph Chung <tausq@debian.org>Randolph Chung2-3/+8
* gdb.threads/thread_check.exp: Use ${srcfile} for test program name instead of "tbug". Fix regexp to work properly with gdb_test.
2004-11-29* gdb.base/bitfields2.exp: New test.Paul N. Hilfinger3-0/+477
* gdb.base/bitfields2.c: New file.
2004-11-28* config/sim.exp (gdb_load): Return 0 on success, -1 on failure.Richard Earnshaw2-1/+6
2004-11-232004-11-16 Randolph Chung <tausq@debian.org>Randolph Chung2-1/+5
* gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
2004-11-14 * gdb.threads/threadapply.exp: Correct "macro details" test.Daniel Jacobowitz2-1/+5
2004-11-112004-11-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+158
* gdb.threads/threadapply.exp: New test. * gdb.threads/threadapply.c: New file.
2004-11-07* gdb.base/savedregs.exp: Correct pattern used for sigtrampMark Kettenis2-1/+6
frames.
2004-11-052004-11-05 Felix Lee <felix+log1@specifixinc.com>Felix Lee3-0/+124
* gdb.base/cursal.exp: New file. * gdb.base/cursal.c: New file.
2004-11-032004-11-03 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-0/+220
* gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
2004-10-30* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list ofMark Kettenis2-0/+6
NetBSD/ELF targets.
2004-10-29 * gdb.threads/bp_in_thread.c: New file, copied fromJoel Brobecker3-1/+84
pthread_cond_wait.c. * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source file, rather than reusing the .c file from another testcase.
2004-10-21 * gdb.ada/null_record.exp: Check where we stopped afterJoel Brobecker2-1/+7
sending the start command, instead of where the associated temporary breakpoint was inserted.
2004-10-14Fix changelog (but not mine :-)Andrew Cagney1-1/+1
2004-10-142004-10-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+5
* gdb.mi/gdb701.c (main): Return 0.
2004-10-13 * dw2-intercu.S, dw2-intercu.exp: New files.Daniel Jacobowitz3-0/+293
2004-10-122004-10-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-5/+83
* gdb.threads/schedlock.c: Add comment markers to use to find line numbers. * gdb.threads/schedlock.exp: Adjust regex to handle the new comments. * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find breakpoint lines.
2004-10-12 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.Daniel Jacobowitz2-0/+5
2004-10-12 * configure.in: Add gdb.dwarf2.Daniel Jacobowitz9-6/+341
* configure: Regenerated. * Makefile.in: Add gdb.dwarf2. * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S, gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c, gdb.dwarf2/file1.txt: New files.
2004-10-112004-10-11 Orjan Friberg <orjanf@axis.com>Orjan Friberg3-6/+15
* gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead of "run", since the latter doesn't work with remote targets. Adjust the breakpoint numbering accordingly. * gdb.threads/pthread_cond_wait.exp: Ditto.
2004-10-082004-10-08 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+5
* gdb.base/overlays.exp: Update copyright years.
2004-10-082004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka2-0/+9
* gdb.base/overlays.exp: Disable if target is Linux.
2004-10-062004-10-06 Felix Lee <felix+log1@specifixinc.com>Felix Lee2-1/+5
* config/gdbserver.exp (gdb_load): Use right filename on remote.
2004-10-052004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka3-0/+42
* gdb.asm/asm-source.exp: Add m32r-linux target. * gdb.asm/m32r-linux.inc: New file.
2004-09-242004-09-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-10/+91
David Anderson <anderson@redhat.com> * gdb.base/bigcore.exp (extract_heap): If the expect "file size" command fails, assume things will work. * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>. (_GNU_SOURCE): Define. (print_unsigned, print_hex): Change parameter to "long long". (print_byte_count): New function, use to print byte counts. (large_off_t, large_lseek, O_LARGEFILE): Define dependant on O_LARGEFILE. (main): Compute an upper bound on a corefile in max_core_size. Limit memory chunk size to max_core_size. Limit total memory allocated to max_core_size.
2004-09-232004-09-23 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-52/+71
* gdb.base/bigcore.exp: Replace the code that creates a corefile from a separate process with code that creates a corefile by making the inferior dump core.
2004-09-23* gdb.base/sigstep.exp: Avoid comments withing gdb_test_multipleMark Kettenis2-6/+11
block.
2004-09-232004-09-23 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-20/+37
* gdb.base/constvars.exp (local_compiler_xfail_check_2): New proc. Accept both gcc 3.x.x and gcc 4.x.x. * gdb.base/volatile.exp (local_compiler_xfail_check_2): Likewise.
2004-09-202004-09-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+147
* gdb.java/jprint.exp: New test case for java inferior call. * gdb.java/jprint.java: Ditto.
2004-09-16 * gdb.base/bigcore.exp: Deactivate on IRIX targets.Joel Brobecker2-0/+11
2004-09-142004-09-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-2/+9
* gdb.threads/killed.c: Include <stdlib.h>. * gdb.threads/pthreads.c: Likewise.
2004-09-142004-09-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+23
* gdb.threads/killed.c: Add copyright notice.
2004-09-10[gdb/ChangeLog]Jason Molenda2-1/+41
2004-09-10 Jason Molenda (jmolenda@apple.com) * cli/cli-script.c (read_next_line): Accept zero or more whitespace chars after 'if' or 'while' commands in user-defined commands. [gdb/testsuite/ChangeLog] 2004-09-10 Jason Molenda (jmolenda@apple.com) * gdb.base/define.exp: Two new tests to verify zero space chars after 'if' and 'while' commands in a user-defined command is correctly parsed. Approved here: http://sources.redhat.com/ml/gdb-patches/2004-09/msg00160.html http://sources.redhat.com/ml/gdb-patches/2004-09/msg00157.html
2004-09-102004-09-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain6-67/+76
* lib/gdb.exp (gdb_file_cmd): Revert the return value to previous simple convention. Use a global variable to store information about what was found. (gdb_run_cmd): Adapt to reverted return value. * gdb.base/remote.exp: Adapt to reverted return value. * gdb.gdb/complaints.exp: Likewise. * gdb.gdb/observer.exp: Likewise. * gdb.gdb/selftest.exp: Likewise. * gdb.gdb/xfullpath.exp: Likewise.
2004-09-082004-09-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-115/+9
* gdb.base/signals.exp (signal_tests_1): Delete. Merge signal delivery test with duplicate at end of file.
2004-09-06* gdb.base/unload.exp: Link with -dl on *-*-solaris*.Mark Kettenis2-0/+5
2004-09-052004-09-05 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-24/+4
* config/hppro.exp: Removed.
2004-09-052004-09-05 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-388/+4
* config/sparclet.exp: Removed.
2004-09-052004-09-05 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-110/+4
* config/udi.exp: Removed.