convert to_record_is_replaying
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 0107969ea1a11b7171139af301c9f333b52ed0ed..6ced320f4ae2a157b8a50d512828e82d9c77b4e0 100644 (file)
@@ -1,5 +1,625 @@
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
+       * target-delegates.c: Rebuild.
+       * target.c (target_record_is_replaying): Unconditionally
+       delegate.
+       * target.h (struct target_ops) <to_record_is_replaying>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_goto_record_begin): Unconditionally delegate.
+       * target.h (struct target_ops) <to_goto_record_begin>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_goto_record_end): Unconditionally delegate.
+       * target.h (struct target_ops) <to_goto_record_end>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_goto_record): Unconditionally delegate.
+       * target.h (struct target_ops) <to_goto_record>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_insn_history): Unconditionally delegate.
+       * target.h (struct target_ops) <to_insn_history>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_insn_history_from): Unconditionally delegate.
+       * target.h (struct target_ops) <to_insn_history_from>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_insn_history_range): Unconditionally delegate.
+       * target.h (struct target_ops) <to_insn_history_range>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_call_history): Unconditionally delegate.
+       * target.h (struct target_ops) <to_call_history>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_call_history_from): Unconditionally delegate.
+       * target.h (struct target_ops) <to_call_history_from>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_call_history_range): Unconditionally delegate.
+       * target.h (struct target_ops) <to_call_history_range>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_verify_memory): Unconditionally delegate.
+       * target.h (struct target_ops) <to_verify_memory>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_core_of_thread): Unconditionally delegate.
+       * target.h (struct target_ops) <to_core_of_thread>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_flash_done): Unconditionally delegate.
+       * target.h (struct target_ops) <to_flash_done>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_flash_erase): Unconditionally delegate.
+       * target.h (struct target_ops) <to_flash_erase>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_get_section_table): Unconditionally delegate.
+       * target.h (struct target_ops) <to_get_section_table>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_pid_to_str): Unconditionally delegate.
+       (init_dummy_target): Don't initialize to_pid_to_str.
+       (default_pid_to_str): Rename from dummy_pid_to_str.
+       * target.h (struct target_ops) <to_pid_to_str>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_find_new_threads): Unconditionally delegate.
+       * target.h (struct target_ops) <to_find_new_threads>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_program_signals): Unconditionally delegate.
+       * target.h (struct target_ops) <to_program_signals>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_pass_signals): Unconditionally delegate.
+       * target.h (struct target_ops) <to_pass_signals>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (default_mourn_inferior): New function.
+       (target_mourn_inferior): Unconditionally delegate.
+       * target.h (struct target_ops) <to_mourn_inferior>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (default_follow_fork): New function.
+       (target_follow_fork): Unconditionally delegate.
+       * target.h (struct target_ops) <to_follow_fork>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_kill): Unconditionally delegate.
+       * target.h (struct target_ops) <to_kill>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_masked_watch_num_registers): Unconditionally
+       delegate.
+       * target.h (struct target_ops) <to_masked_watch_num_registers>:
+       Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_remove_mask_watchpoint): Unconditionally
+       delegate.
+       * target.h (struct target_ops) <to_remove_mask_watchpoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_insert_mask_watchpoint): Unconditionally
+       delegate.
+       * target.h (struct target_ops) <to_insert_mask_watchpoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_ranged_break_num_registers): Unconditionally
+       delegate.
+       * target.h (struct target_ops) <to_ranged_break_num_registers>:
+       Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (target_fetch_registers): Unconditionally delegate.
+       * target.h (struct target_ops) <to_fetch_registers>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_stop.
+       * target.h (struct target_ops) <to_stop>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_can_run_breakpoint_commands.
+       * target.h (struct target_ops) <to_can_run_breakpoint_commands>:
+       Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_supports_evaluation_of_breakpoint_conditions.
+       * target.h (struct target_ops)
+       <to_supports_evaluation_of_breakpoint_conditions>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_augmented_libraries_svr4_read.
+       * target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
+       Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_can_use_agent.
+       * target.h (struct target_ops) <to_can_use_agent>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_use_agent.
+       * target.h (struct target_ops) <to_use_agent>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_traceframe_info.
+       (return_null): Remove.
+       * target.h (struct target_ops) <to_traceframe_info>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_static_tracepoint_markers_by_strid.
+       * target.h (struct target_ops)
+       <to_static_tracepoint_markers_by_strid>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_static_tracepoint_marker_at.
+       * target.h (struct target_ops) <to_static_tracepoint_marker_at>:
+       Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_set_permissions.
+       * target.h (struct target_ops) <to_set_permissions>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_tib_address.
+       * target.h (struct target_ops) <to_get_tib_address>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_set_trace_notes.
+       * target.h (struct target_ops) <to_set_trace_notes>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't initialize
+       to_set_trace_buffer_size.
+       * target.h (struct target_ops) <to_set_trace_buffer_size>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_set_circular_trace_buffer.
+       * target.h (struct target_ops) <to_set_circular_trace_buffer>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_set_disconnected_tracing.
+       * target.h (struct target_ops) <to_set_disconnected_tracing>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_min_fast_tracepoint_insn_len.
+       (return_minus_one): Remove.
+       * target.h (struct target_ops)
+       <to_get_min_fast_tracepoint_insn_len>: Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_raw_trace_data.
+       * target.h (struct target_ops) <to_get_raw_trace_data>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_upload_trace_state_variables.
+       * target.h (struct target_ops) <to_upload_trace_state_variables>:
+       Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_upload_tracepoints.
+       * target.h (struct target_ops) <to_upload_tracepoints>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_save_trace_data.
+       * target.h (struct target_ops) <to_save_trace_data>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_trace_state_variable_value.
+       * target.h (struct target_ops)
+       <to_get_trace_state_variable_value>: Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_trace_find.
+       * target.h (struct target_ops): Use TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_trace_stop.
+       * target.h (struct target_ops) <to_trace_stop>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_tracepoint_status.
+       * target.h (struct target_ops) <to_get_tracepoint_status>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_trace_status.
+       * target.h (struct target_ops) <to_get_trace_status>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_trace_start.
+       * target.h (struct target_ops) <to_trace_start>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_trace_set_readonly_regions.
+       * target.h (struct target_ops) <to_trace_set_readonly_regions>:
+       Use TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_disable_tracepoint.
+       * target.h (struct target_ops) <to_disable_tracepoint>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_enable_tracepoint.
+       * target.h (struct target_ops) <to_enable_tracepoint>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_download_trace_state_variable.
+       * target.h (struct target_ops) <to_download_trace_state_variable>:
+       Use TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_can_download_tracepoint.
+       * target.h (struct target_ops) <to_can_download_tracepoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_download_tracepoint.
+       * target.h (struct target_ops) <to_download_tracepoint>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_trace_init.
+       * target.h (struct target_ops) <to_trace_init>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_supports_string_tracing.
+       * target.h (struct target_ops) <to_supports_string_tracing>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_supports_enable_disable_tracepoint.
+       * target.h (struct target_ops)
+       <to_supports_enable_disable_tracepoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_supports_multi_process.
+       * target.h (struct target_ops) <to_supports_multi_process>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_ada_task_ptid.
+       * target.h (struct target_ops) <to_get_ada_task_ptid>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_thread_architecture.
+       * target.h (struct target_ops) <to_thread_architecture>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_execution_direction.
+       * target.h (struct target_ops) <to_execution_direction>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_can_execute_reverse.
+       * target.h (struct target_ops) <to_can_execute_reverse>: Use
+       TARGET_DEFAULT_RETURN.
+       (target_can_execute_reverse): Unconditionally delegate.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_goto_bookmark.
+       (dummy_goto_bookmark): Remove.
+       (init_dummy_target): Don't inherit or default to_goto_bookmark.
+       * target.h (struct target_ops) <to_goto_bookmark>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_bookmark.
+       (dummy_get_bookmark): Remove.
+       (init_dummy_target): Don't inherit or default to_get_bookmark.
+       * target.h (struct target_ops) <to_get_bookmark>: Use
+       TARGET_DEFAULT_NORETURN
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_make_corefile_notes.
+       (init_dummy_target): Don't initialize to_make_corefile_notes.
+       * target.h (struct target_ops) <to_make_corefile_notes>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_find_memory_regions.
+       (init_dummy_target): Don't initialize to_find_memory_regions.
+       * target.h (struct target_ops) <to_find_memory_regions>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_log_command.
+       * target.h (struct target_ops) <to_log_command>: Use
+       TARGET_DEFAULT_IGNORE.
+       (target_log_command): Unconditionally delegate.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_pid_to_exec_file.
+       * target.h (struct target_ops) <to_pid_to_exec_file>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_thread_name.
+       (target_thread_name): Unconditionally delegate.
+       * target.h (struct target_ops) <to_thread_name>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_extra_thread_info.
+       * target.h (struct target_ops) <to_extra_thread_info>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_has_exited.
+       * target.h (struct target_ops) <to_has_exited>: Use
+       TARGET_DEFAULT_RETURN..
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_set_syscall_catchpoint.
+       (return_one): Remove.
+       * target.h (struct target_ops) <to_set_syscall_catchpoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_insert_exec_catchpoint.
+       * target.h (struct target_ops) <to_insert_exec_catchpoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-01-08  Tom Tromey  <tromey@redhat.com>
+
        * target-delegates.c: Rebuild.
        * target.c (update_current_target): Don't inherit or default
        to_insert_exec_catchpoint.
This page took 0.030448 seconds and 4 git commands to generate.