aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2004-01-022004-01-01 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+9
* gdb.cp/namespace.exp: Accept gcc abi 2.
2004-01-022004-01-01 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+8
* gdb.cp/method.exp: Accept gcc abi 2.
2004-01-022004-01-01 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain5-344/+621
* gdb.cp/classes.exp: Generate identical results as old version. * gdb.cp/derivation.exp: Likewise. * gdb.cp/overload.exp: Likewise. * gdb.cp/virtfunc.exp: Likewise.
2004-01-02*** empty log message ***gdbadmin1-1/+1
2004-01-012004-01-01 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-3/+16
* gdb.cp/virtfunc.exp: Modify some patterns to avoid a mysterious bug with sourceware version of expect.
2004-01-012004-01-01 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-302/+192
* gdb.cp/overload.exp: Rewrite. Clean up patterns to match current versions of gcc, including gcc abi 2. Remove gratuitous restart of test program. Use gdb_test_multiple and gdb_test for all tests. Add patterns to xfail missing "const" in "const char *" and kfail PR gdb/1155.
2004-01-012004-01-01 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-253/+117
* gdb.cp/derivation.exp: Rewrite. Clean up patterns to match current versions of gcc, including gcc abi 2. Remove gratuitous restart of test program. Use gdb_test_multiple and gdb_test for all tests. Add patterns to kfail PR gdb/1498.
2004-01-012003-12-31 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-740/+322
* gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match current versions of gcc, including gcc abi 2. Use "breakpoint" and "continue" instead of restarting the target program. Use gdb_test_multiple and gdb_test for all tests.
2004-01-01* gdb.asm/asm-source.exp: Update copyright year. Link staticallyMark Kettenis2-3/+12
for *-*-solaris2*.
2004-01-01*** empty log message ***gdbadmin1-1/+1
2003-12-312003-12-31 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-555/+490
* gdb.cp/classes.exp: Rewrite. Clean up patterns to match current versions of gcc, including gcc abi 2. Use "breakpoint" and "continue" instead of restarting the target program several times. Use gdb_test_multiple and gdb_test for all tests.
2003-12-31*** empty log message ***gdbadmin1-1/+1
2003-12-30 * configure.in: Check for st_blocks member in struct stat andEli Zaretskii5-371/+428
define HAVE_STRUCT_STAT_ST_BLOCKS accordingly. * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): New undef. * configure, config.in: Regenerated.
2003-12-30Remove entry for reverted change to configure.in.Eli Zaretskii1-2/+0
2003-12-30Temporary fix for last change.Eli Zaretskii1-6/+0
2003-12-30 * remote-fileio.c (remote_fileio_to_fio_stat)Eli Zaretskii3-0/+25
(remote_fileio_func_fstat) [HAVE_STRUCT_STAT_ST_BLOCKS]: Support systems that don't have `st_blocks' member in `struct stat'. * configure.in (HAVE_STRUCT_STAT_ST_BLOCKS): Ditto.
2003-12-30*** empty log message ***gdbadmin1-1/+1
2003-12-29 * go32-nat.c (go32_sldt, go32_sgdt, go32_sidt, go32_pte): FixEli Zaretskii2-12/+16
mismatches between format string and arguments (avoids compiler warnings).
2003-12-29* configure.in: Set ac_cv_search_tgetent to "none required" forEli Zaretskii4-9/+42
"*djgpp*" targets as well (DJGPP doesn't have termcap and doesn't need one). * config/djgpp/config.sed: Tweak to adapt to the changes in configury. * config/djgpp/djconfig.sh: Fix the test of unpacked distribution, since there's no gdb.cxx directory anymore.
2003-12-29*** empty log message ***gdbadmin1-1/+1
2003-12-28* i386-sol2-tdep.c (i386_sol2_mcontext_addr): New function.Mark Kettenis2-0/+22
(i386_sol2_init_abi): Initialize TDEP->sigcontext_addr, TDEP->sc_reg_offset and TDEP->sc_num_regs.
2003-12-28* i386-tdep.h (i386_regnum): Add I386_CS_REGNUM andMark Kettenis2-0/+7
I386_SS_REGNUM.
2003-12-28*** empty log message ***gdbadmin1-1/+1
2003-12-27* dwarf2-frame.c (dwarf2_reg_rule): Add REG_RA and REG_CFA.Mark Kettenis2-108/+90
(dwarf2_frame_cache): Initialize PC_REGNUM with REG_RA and SP_REGNUM with REG_CFA. Don't overwrite the initialized register rule for registers left unspecified by the CFI. Remove the special handling of PC_REGNUM. Add code to eleminate any REG_RA rules. (dwarf2_frame_prev_register): Remove the special handling of SP_REGNUM. Add support for the REG_CFA rule.
2003-12-27*** empty log message ***gdbadmin1-1/+1
2003-12-26* i386obsd-tdep.c: Include "regset.h", "gdb_assert.h" andMark Kettenis2-38/+77
"gdb_string.h". (i386obsd_r_reg_offset): New variable. (i386obsd_aout_supply_regset) (i386obsd_aout_regset_from_core_section): New functions. (i386obsd_supply_reg, fetch_core_registers): Remove functions. (i286obsd_core_fns): Remove variable. (i386obsd_init_abi): Initialize TDEP->gregset_reg_offset, TDEP->gregset_num_regs and TDEP->sizeof_gregset. Set regset_from_core_section. Use ARRAY_SIZE to initialize TDEP->sc_num_regs. (_initialize_i386obsd_tdep): Don't call add_core_fns.
2003-12-26* i386bsd-tdep.c (i386bsd_core_osabi_sniffer): New function.Mark Kettenis2-0/+17
(_initialize_i386bsd_tdep): Register i386bsd_core_osabi_sniffer.
2003-12-26* i386-linux-nat.c: Add comment.Mark Kettenis2-0/+6
2003-12-26* win32-nat.c: Add some comments about below change.Christopher Faylor3-4/+28
2003-12-26Fix for PR threads/1048Christopher Faylor3-56/+131
* win32-nat.c (thread_info_struct): Add reload_context flag. (thread_rec): Don't reload thread context here. Just set a flag. (do_child_fetch_inferior_registers): Reload thread context here if appropriate. Avoid doing anything if current_thread is NULL thanks to strange Windows behavior. (child_fetch_inferior_registers): Avoid doing anything if current_thread is NULL. (do_child_store_inferior_registers): Ditto. (child_store_inferior_registers): Ditto. (child_kill_inferior): Ditto. (fake_create_process): Pretend to create a process for pathological windows attach situation. (get_child_debug_event): Call fake_create_process when the first event noticed is thread creation rather than process creation. (child_attach): Always set attach_flag when attaching. (child_create_inferior): Set attach_flag to zero since we're not attaching.
2003-12-26* win32-nat.c (get_child_debug_event): Keep main thread id around even afterChristopher Faylor3-122/+132
thread exits since Windows insists on continuing to report events against it.
2003-12-26*** empty log message ***gdbadmin1-1/+1
2003-12-25*** empty log message ***gdbadmin1-1/+1
2003-12-24*** empty log message ***gdbadmin1-1/+1
2003-12-23*** empty log message ***gdbadmin1-1/+1
2003-12-22* dwarf2-frame.c (dwarf2_frame_cache): Don't skip the returnMark Kettenis2-16/+12
address column.
2003-12-22* breakpoint.c (bpstat_do_actions): To ensure thatJim Blandy4-7/+34
clear_proceed_status doesn't free the command tree we're evaluating out from under us, zero the bpstat's pointer to it, and take care of freeing it ourselves. * cli/cli-script.c (make_cleanup_free_command_lines): Make this function externally visible. * cli/cli-script.h (make_cleanup_free_command_lines): New declaration.
2003-12-22*** empty log message ***gdbadmin1-1/+1
2003-12-21*** empty log message ***gdbadmin1-1/+1
2003-12-20* x86-64-tdep.c (x86_64_dwarf_regmap): Map the Return Address toMark Kettenis2-2/+7
RIP.
2003-12-20*** empty log message ***gdbadmin1-1/+1
2003-12-192003-12-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+11
* hppa-tdep.c (hppa_gdbarch_init): Set long double floating point type to floatformat_ia64_quad_big.
2003-12-19 * frv-tdep.c (skip_prologue_using_sal): New function. Taken verbatimKevin Buettner2-39/+189
from mips-tdep.c. (frv_analyze_prologue): Rework to account for intermixed prologue / body instructions.
2003-12-19*** empty log message ***gdbadmin1-1/+1
2003-12-182003-12-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+40
* hppa-tdep.c (hppa_gdbarch_init): Set sizeof(long_double) to 128. Document type sizes for hppa*-*-hpux* compilers available to me.
2003-12-182003-12-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-361/+7
* hppam3-nat.c: Delete obsolete file. * hppab-nat.c: Delete obsolete file. * Makefile.in: Remove references.
2003-12-182003-12-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-3/+18
* gdb.base/sect-cmd.exp: Handle compiling test case from multiple source files.
2003-12-182003-12-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-4/+16
* gdb.base/environ.exp: Handle compiling test case from multiple source files.
2003-12-18*** empty log message ***gdbadmin1-1/+1
2003-12-172003-12-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+5
* gdb.base/structs.exp: Call gdb_exit as well as gdb_start.