aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2005-01-25*** empty log message ***gdbadmin1-1/+1
2005-01-24Index: ChangeLogAndrew Cagney5-5/+194
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-242005-01-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-2/+8
* gettext.m4: Only fall back to ../intl/ when it's present.
2005-01-24*** empty log message ***gdbadmin1-1/+1
2005-01-23* NEWS: Mention new BSD user-level threads support.Mark Kettenis2-0/+15
2005-01-23* i386obsd-tdep.c: Update copyright year. IncludeMark Kettenis4-3/+134
"bsd-uthread.h". (i386obsd_uthread_reg_offset): New variable. (I386OBSD_UTHREAD_ESP_OFFSET): New define. (i386obsd_supply_uthread, i386obsd_collect_uthread): New functions. (i386obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (i386obsd-tdep.o): Update dependencies. * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
2005-01-23* win32-nat.c: Update copyright year.Christopher Faylor3-2/+10
(child_init_thread_list): Set thread linked list point to NULL so that it won't be reused after clearing.
2005-01-23*** empty log message ***gdbadmin1-1/+1
2005-01-22*** empty log message ***gdbadmin1-1/+1
2005-01-21* acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): RemoveMark Kettenis5-65/+214
undefs. * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct thread' has a td_pcb member and whether `struct reg' has r_fs and r_gs members. * configure, config.in: Regenerate.
2005-01-21* configure.ac: Remove ia64-*-aix* junk.Mark Kettenis3-9/+3
* configure: Regenerate.
2005-01-21* configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLSMark Kettenis6-627/+431
and BFD_NEED_DECLARATION. Don't check if a declaration of strdup is necessary. * configure, config.in: Regenerate. * utils.c: Adjust for usage of AC_CHECK_DECLS instead of BFD_NEED_DECLARATION. Never provide a prototype for caninicalize_file_name. * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of BFD_NEED_DECLARATION.
2005-01-21* configure.ac (targ_archs): Use standard autoconf check forMark Kettenis5-66/+117
"struct stat.st_blocks" instead of rolling our own. * configure: Regenerated. * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef. * config.in: Regenerated.
2005-01-21Remove stray newline.Mark Kettenis1-1/+0
2005-01-21*** empty log message ***gdbadmin1-1/+1
2005-01-20* configure.ac: Modernize checks for `long long' and `long double'Mark Kettenis5-438/+531
support. * configure: Regenerated. * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG) (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs. * config.in: Regenerated.
2005-01-20* acconfig.h (HAVE_STRUCT_SAVE_STATE_T)Mark Kettenis4-84/+7
(HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs. * configure.ac: Remove checks for HP-UX save_state structure. * configure: Regenerated.
2005-01-20*** empty log message ***gdbadmin1-1/+1
2005-01-192005-01-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-33/+31
* utils.c (quit): Simplify, call fatal. * exceptions.c: Include "serial.h" (print_flush): Mimic flush code found in utils.c:quit. * Makefile.in: Update dependencies.
2005-01-19* configure.tgt: Set build_rdi_share to "yes" on those targetsJim Blandy4-14/+106
that use that debugging protocol. Set build_nlm to yes to build NLM stub for Netware targets. * configure.ac: If build_rdi_share is "yes", then configure the rdi-share subdirectory. If build_nlm is "yes", the configure the "nlm" subdirectory. * configure: Regenerated.
2005-01-19* rdi-share/configure, rdi-share/aclocal.m4: Regenerated usingJim Blandy3-1408/+5765
autoconf 2.59 and automake 1.9.3.
2005-01-192005-01-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney12-13/+28
* exceptions.h (deprecated_throw_reason): Rename throw_reason. * exceptions.c (deprecated_throw_reason): Rename throw_reason. * utils.c (internal_verror, quit): Update. * remote-sds.c (interrupt_query): Update. * remote-mips.c (mips_error, mips_kill): Update. * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update. * remote.c (interrupt_query): Update. * ocd.c (interrupt_query): Update. * nto-procfs.c (interrupt_query): Update. * monitor.c (monitor_interrupt_query): Update. * breakpoint.c (break_command_1): Update.
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-192005-01-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-53/+62
* infrun.c: (resume, proceed, wait_for_inferior) (handle_inferior_event, stop_stepping) (prepare_to_wait): Write debug output to gdb_stdlog.
2005-01-19* inf-ptrace.c (inf_ptrace_prepare_to_store)Mark Kettenis2-86/+20
(inf_ptrace_post_startup_inferior) (inf_ptrace_acknowledge_created_inferior) (inf_ptrace_insert_fork_catchpoint) (inf_ptrace_remove_fork_catchpoint) (inf_ptrace_insert_vfork_catchpoint): (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork) (inf_ptrace_insert_exec_catchpoint) (inf_ptrace_remove_exec_catchpoint): Remove functions. (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment. (inf_ptrace_target): Don't set to_prepare_to_store, to_post_startup_inferior, to_acknowledge_created_inferior, to_insert_fork_ctachpoint, to_remove_fork_catchpoint, to_insert_vfork_catchpoint, to_remove_vfork_catchpoint, to_follow_fork, to_insert_exec_catchpoint, to_remove_exec_catchpoint.
2005-01-19*** empty log message ***gdbadmin1-1/+1
2005-01-182005-01-18 Andrew Cagney <cagney@gnu.org>Andrew Cagney7-63/+59
* target.h (struct target_ops): Change return type of to_insert_fork_catchpoint, to_insert_vfork_catchpoint and to_insert_exec_catchpoint to void. (child_insert_fork_catchpoint, child_insert_vfork_catchpoint) (child_insert_exec_catchpoint): Change return type to void. * target.c (update_current_target): Update. (debug_to_insert_fork_catchpoint) (debug_to_insert_vfork_catchpoint) (debug_to_insert_exec_catchpoint): Update. * inf-child.c (inf_child_insert_fork_catchpoint) (inf_child_insert_vfork_catchpoint) (inf_child_insert_exec_catchpoint): Update. * breakpoint.c (insert_catchpoint): Update, do not throw an error. * linux-nat.c (child_insert_fork_catchpoint) (child_insert_vfork_catchpoint) (child_insert_exec_catchpoint): Update. * inftarg.c (child_insert_fork_catchpoint) (child_insert_vfork_catchpoint,) (child_insert_exec_catchpoint): Update.
2005-01-182005-01-18 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-3/+5
* remote.c (remote_open_1): Use throw_exception.
2005-01-18*** empty log message ***gdbadmin1-1/+1
2005-01-172005-01-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* gdb.texinfo: Fix spelling, infinte -> infinite.
2005-01-172005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-72/+107
* mips-linux-tdep.c: Whitespace tweaks.
2005-01-17 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.Corinna Vinschen2-0/+24
2005-01-172005-01-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-67/+25
* top.h (source_error, source_pre_error): Delete declaration. * cli/cli-script.c (source_error_allocated, source_error): Delete. (script_from_file, source_cleanup_lines): Do not manipulate source_error_allocated, error_pre_print and source_error. (struct source_cleanup_lines_args): Delete fields old_pre_error, and old_error_pre_print. * top.c (source_error_allocated, source_error) (source_pre_error): Delete. (command_line_input): Do not set error_pre_print. * event-top.c (command_line_handler): Do not set error_pre_print.
2005-01-172005-01-16 Jason Thorpe <thorpej@netbsd.org>Jason Thorpe2-2/+6
* MAINTAINERS: Update my email address.
2005-01-17*** empty log message ***gdbadmin1-1/+1
2005-01-16* configure.ac: Provide prerequisite headers when checkingMark Kettenis2-1/+10
<term.h>. * configure: Regenerate.
2005-01-16* amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"Mark Kettenis5-5/+85
and "bsd-uthread.h". (amd64fbsd_jmp_buf_reg_offset): New variable. (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New functions. (amd64fbsd_init_abi): Set supply_uthread and collect_uthread. * i386fbsd-tdep.c: Fix typo. * Makefile.in (amd64fbsd-tdep.o): Update dependencies. * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
2005-01-162005-01-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney6-21/+64
* 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-16* sparc64fbsd-tdep.c: Update copyright year.Mark Kettenis2-3/+27
(sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New functions. (sparc64fbsd_init_abi): Create register sets with collect functions.
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-16* sparc64fbsd-nat.c: Include "fbsd-nat.h".Mark Kettenis5-39/+22
(_initialize_sparc64fbsd_nat): Add some extra features to the generic SPARC target. * Makefile.in (sparc64fbsd-nat.o): Update dependencies. * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o. (NAT_FILE): Set to solib.h. * config/sparc/nm-fbsd.h: Remove file.
2005-01-16* sparc64-tdep.c (sparc64_store_arguments): Fix typo.Mark Kettenis2-1/+3
2005-01-16* sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.Mark Kettenis2-14/+12
2005-01-162005-01-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-18/+14
* exceptions.c (struct catcher): Delete saved_error_pre_print and saved_quit_pre_print. (catcher_init): Delete parameter errstring, do not override the pre_print strings. (catcher_pop): Do not restore the pre_print strings. (catch_exception, catch_exceptions_with_msg, catch_errors) (catch_command_errors): Update catch_init calls.
2005-01-16* Makefile.in (sparc64fbsd-nat.o): Update dependencies.Mark Kettenis3-3/+9
* sparc64fbsd-nat.c: Update copyright year. Include "target.h".
2005-01-16*** empty log message ***gdbadmin1-1/+1
2005-01-152005-01-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-1009/+78
* acinclude.m4: Include ../bfd/bfd.m4 instead of ../bfd/acinclude.m4. Include ../gettext.m4. * aclocal.m4, configure: Re-generate.
2005-01-152005-01-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-28/+12
* exceptions.c (do_captured_command) (struct captured_command_args): Delete. (catch_command_errors): Simplify by inlining call to catch_errors.
2005-01-152005-01-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-18/+19
* exceptions.c (struct catcher): Delete field print_message. (catcher_init): Delete print_message parameter. (catch_exception, catch_exceptions_with_msg, catch_errors): Update. (throw_it): Delete prefix parameter. (throw_verror, throw_vfatal, throw_error): Update.