X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=8285dc82c5cc4c3ea967e8f4ca69a0b3c6325587;hb=bc8bcb4b1d31b56b3dcfe1838008256ab9b2d7b7;hp=fb56770c2739aa41a6e570b19bc8ecfcc99c95a6;hpb=936df4b3c3ffa390e8984801a7c67d7bb93864e7;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fb56770c27..8285dc82c5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,183 @@ +2005-01-21 Mark Kettenis + + * configure.ac: Modernize checks for `long long' and `long double' + 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 Mark Kettenis + + * acconfig.h (HAVE_STRUCT_SAVE_STATE_T) + (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs. + * configure.ac: Remove checks for HP-UX save_state structure. + + * configure: Regenerated. + +2005-01-19 Andrew Cagney + + * 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 Jim Blandy + + * configure.tgt: Set build_rdi_share to "yes" on those targets + 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. + + * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using + autoconf 2.59 and automake 1.9.3. + +2005-01-19 Andrew Cagney + + * 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. + + * infrun.c: (resume, proceed, wait_for_inferior) + (handle_inferior_event, stop_stepping) + (prepare_to_wait): Write debug output to gdb_stdlog. + +2005-01-19 Mark Kettenis + + * inf-ptrace.c (inf_ptrace_prepare_to_store) + (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-18 Andrew Cagney + + * 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. + + * remote.c (remote_open_1): Use throw_exception. + +2005-01-17 Michael Snyder + + * mips-linux-tdep.c: Whitespace tweaks. + +2005-01-17 Corinna Vinschen + + * infcmd.c (attach_command): Call CLEAR_SOLIB if available. + +2005-01-17 Andrew Cagney + + * 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-16 Jason Thorpe + + * MAINTAINERS: Update my email address. + +2005-01-16 Mark Kettenis + + * configure.ac: Provide prerequisite headers when checking + . + * configure: Regenerate. + + * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h" + 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-16 Andrew Cagney + + * 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. + +2005-01-16 Mark Kettenis + + * sparc64fbsd-tdep.c: Update copyright year. + (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New + functions. + (sparc64fbsd_init_abi): Create register sets with collect + functions. + + * sparc64fbsd-nat.c: Include "fbsd-nat.h". + (_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. + + * sparc64-tdep.c (sparc64_store_arguments): Fix typo. + + * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify. + +2005-01-16 Andrew Cagney + + * 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 Mark Kettenis * Makefile.in (sparc64fbsd-nat.o): Update dependencies.