aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
AgeCommit message (Collapse)AuthorFilesLines
2004-04-28* gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 onMark Kettenis1-7/+0
x86_64-*-*.
2004-04-28* gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 onMark Kettenis1-4/+0
i*86-*-*.
2004-04-28* gdb.base/call-sc.exp (start_scalars_test): Fix regularMark Kettenis1-1/+1
expression that checks the return type.
2004-04-232004-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+570
* gdb.base/call-sc.exp: New test of scalar call/return values. * gdb.base/call-sc.c: Ditto.
2004-04-232004-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-15/+20
* gdb.base/siginfo.exp: Clean up step out of signal. * gdb.base/sigstep.exp: Ditto.
2004-04-212004-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+230
* gdb.base/sigstep.c: New file. * gdb.base/sigstep.exp: New file.
2004-04-152004-04-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+159
* gdb.base/siginfo.c: New file. * gdb.base/siginfo.exp: New file.
2004-04-12 * gdb.base/sep.exp: Fix typo in comment.Joel Brobecker1-1/+1
2004-04-12 * gdb.base/sep.c: New file.Joel Brobecker3-0/+149
* 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 Kettenis1-1/+3
support.
2004-04-052004-04-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+183
* 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 Brobecker1-2/+1
"help set follow-fork-mode", to match a change that was made to the help of this variable on 2004-01-13.
2004-03-24 * gdb.base/gdb1250.exp: Use runto {allow-pending}.Daniel Jacobowitz1-1/+1
* lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
2004-03-222004-03-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-24/+1
* gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. Problem identified by Ulrich Weigand.
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-03Committed under "obvious fix rule".Fred Fish1-2/+2
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.base/relocate.c (dummy): Initialize.Daniel Jacobowitz1-1/+1
2004-02-29 * gdb.base/chng-syms.exp: Anchor exit pattern. AllowDaniel Jacobowitz1-1/+4
a breakpoint at exit.
2004-02-28Reviewed and approved by drow@false.org.Fred Fish1-0/+3
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 Cagney1-1/+1
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile support.
2004-02-262004-02-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
* gdb.base/langs.exp: Update query string to match the new nquery format used for pending breakpoints.
2004-02-26Index: ChangeLogAndrew Cagney4-87/+91
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 Cagney1-11/+5
* gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing mmapped data in core file" PASS and FAIL messages consistent.
2004-02-232004-02-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-4/+4
* lib/gdb.exp (gdb_breakpoint): Update query string to match new nquery format. * gdb.base/pending.exp: Ditto.
2004-02-23Missed adding ChangeLog entry and updating copyright year in a previousFred Fish1-2/+2
check in of callfuncs.exp. 2004-02-20 Fred Fish <fnf@redhat.com> * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous blank in test for "returns short", for consistency with other "returns xxx" tests. Update copyright year.
2004-02-21* gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.Mark Kettenis1-1/+1
2004-02-20Remove extraneous blank characterFred Fish1-1/+1
2004-02-192004-02-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-1/+1
* gdb.base/nodebug.exp: Fix typo.
2004-02-182004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>Jim Blandy1-2/+2
Committed by Jim Blandy <jimb@redhat.com>. * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
2004-02-182004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>Jim Blandy1-0/+2
Committed by Jim Blandy <jimb@redhat.com>. * config/s390/nm-linux.h: Update comments. Do not include "solib.h". (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove. (FETCH_INFERIOR_REGISTERS): Define. * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and core-regset.o. * config/s390/s390x.mt: Remove. * config/s390/tm-s390.h: Remove. * config/s390/tm-linux.h: Do not include "s390/tm-s390.h". (TARGET_ELF64): Remove. (SKIP_TRAMPOLINE_CODE): Do not undefine. * configure.tgt [s390-*-*, s390x-*-*]: Merge into single s390*-*-* case; always set gdb_target to s390. * regformats/reg-s390.dat: Remove control registers. * regformats/reg-s390x.dat: Likewise. * s390-tdep.h: New file. * s390-nat.c: Do not include <asm/processor.h> or <value.h>. Include "inferior.h" and "s390-tdep.h". Remove private definition of offsetof. (s390_register_u_addr): Remove. (regmap_gregset, regmap_fpregset): Define. (supply_gregset, fill_gregset): Reimplement. (supply_fpregset, fill_fpregset): Likewise. (s390_inferior_tid): New function. (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise. (fetch_inferior_registers, store_inferior_registers): Likewise. * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h". Global replace of S390_GP0_REGNUM by S390_R0_REGNUM. Global replace of S390_FP0_REGNUM by S390_F0_REGNUM. (struct gdbarch_tdep): Define. (struct s390_register_info): Define. (s390_register_info): New variable. (s390_register_name): Reimplement. (s390_register_type): New function. (s390_register_raw_size, s390x_register_raw_size): Remove. (s390_cannot_fetch_register): Remove. (s390_register_byte): Remove. (s390_register_virtual_type, s390x_register_virtual_type): Remove. (s390_dwarf_regmap): New variable. (s390_dwarf_reg_to_regnum): New function. (s390_stab_reg_to_regnum): Remove. (s390_pseudo_register_read, s390_pseudo_register_write): New functions. (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise. (s390_convert_register_p): Likewise. (s390_register_to_value, s390_value_to_register): Likewise. (s390_register_reggroup_p): Likewise. (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset, s390_gregset, s390x_gregset, s390_fpregset): New variables. (s390_supply_regset, s390_regset_from_core_section): New functions. (GDB_TARGET_IS_ESAME): Move here from tm-s390.h. (S390_FPR_SIZE): Likewise. (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME. Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE. (S390_NUM_GPRS): Move here from tm-s390.h. (S390_NUM_FPRS): Likewise. (s390_in_function_epilogue_p): New function. (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE. Replace S390_PC_REGNUM by S390_PSWA_REGNUM. (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure. Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum. Replace S390_FP_REGNUM by S390_SP_REGNUM. Remove calls to: set_gdbarch_deprecated_max_register_raw_size, set_gdbarch_deprecated_max_register_virtual_size, set_gdbarch_deprecated_register_byte, set_gdbarch_cannot_fetch_register, set_gdbarch_cannot_store_register, set_gdbarch_deprecated_register_size, set_gdbarch_deprecated_register_raw_size, set_gdbarch_deprecated_register_virtual_size, set_gdbarch_deprecated_register_virtual_type, set_gdbarch_deprecated_register_bytes. Add calls to: set_gdbarch_num_pseudo_regs, set_gdbarch_register_type, set_gdbarch_convert_register_p, set_gdbarch_register_to_value, set_gdbarch_value_to_register, set_gdbarch_register_reggroup_p, set_gdbarch_regset_from_core_section, set_gdbarch_pseudo_register_read, set_gdbarch_pseudo_register_write, set_gdbarch_in_function_epilogue_p. * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies. (s390_tdep_h): New variable.
2004-02-18* gdb.base/gdb1555.exp: New file.Adam Fedor3-0/+176
* gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
2004-02-182004-02-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+3
* Makefile.in (defs_h): Remove dependency on progress_h. * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of progress.h. * main.c (captured_main): Delete use of START_PROGRESS and END_PROGRESS. 2004-02-17 Elena Zannoni <ezannoni@redhat.com> * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
2004-02-162004-02-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+395
* gdb.base/bigcore.exp: New file. * gdb.base/bigcore.c: New file.
2004-02-092004-02-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-2/+2
* gdb.base/pending.exp: Remove extra \n from gdb_test calls.
2004-02-072004-02-07 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+5
* gdb.base/maint.exp: Update test to reflect obstack changes.
2004-02-052004-02-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-4/+9
* gdb.base/pendshr.c (pendfunc): New function that calls pendfunc1. * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
2004-02-02Reviewed and approved by drow@mvista.com.Fred Fish1-4/+10
2004-02-02 Fred Fish <fnf@redhat.com> * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with remote targets. Update copyright years.
2004-02-022004-02-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-4/+340
* lib/gdb.exp (gdb_breakpoint): Add pending breakpoint support. * gdb.base/langs.exp: Fix test which attempts to create breakpoint on non-existent function to handle new pending support. * gdb.base/shlib-call.exp: Use gdb_breakpoint to set a breakpoint. * gdb.base/pending.exp: New test. * gdb.base/pending.c: New file. * gdb.base/pendshr.c: Ditto.
2004-02-02Reviewed and approved by drow@mvista.com:Fred Fish6-12/+12
2004-02-01 Fred Fish <fnf@redhat.com> * gdb.base/dump.exp: Use runto_main instead of "runto main". * gdb.base/finish.exp: Ditto. * gdb.base/gcore.exp: Ditto. * gdb.base/huge.exp: Ditto. * gdb.base/info-proc.exp: Ditto. * gdb.base/return2.exp: Ditto. * gdb.threads/gcore-thread.exp: Ditto.
2004-02-01* gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR suchMark Kettenis1-1/+1
that opening the file succeeds on OpenBSD.
2004-02-01* gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail onMark Kettenis1-5/+10
sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs only on the "print_small_structs from print_long_arg_list" test.
2004-02-01 * gdb.base/completion.exp: Kill a stray backslash.Daniel Jacobowitz1-1/+9
From Jim Ingham <jingham@apple.com>: * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl" agrees with the result from sending a tab.
2004-01-31 * gdb.base/chng-syms.exp: Remove stray newline.Daniel Jacobowitz1-1/+1
2004-01-29New test to check that GDB does not crash due to memory corruptionPaul N. Hilfinger3-1/+143
when a reload caused by a change in an executable invalidates a breakpoint condition.
2004-01-24* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: IncludeMark Kettenis3-0/+5
<string.h>.
2004-01-18* gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patternsMark Kettenis1-2/+2
used with gdb_test_multiple.
2004-01-18* gdb.base/gdb1476.exp: Accept alternat pattern for failed memoryMark Kettenis1-1/+2
read at address 0. This fixes PR testsuite/1504.
2004-01-152004-01-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-5/+1
* gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
2004-01-152004-01-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-1/+2
* gdb.base/setvar.exp: Add copyright years.
2004-01-142004-01-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-2/+7
* gdb.base/sepdebug.exp: Bail out of the test if we don't know what debug info we have. Print a better message if something goes wrong while producing the separate debug info file.