deliverable/binutils-gdb.git
10 years agoconvert to_core_of_thread
Tom Tromey [Wed, 18 Dec 2013 21:55:06 +0000 (14:55 -0700)] 
convert to_core_of_thread

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.

10 years agoconvert to_flash_done
Tom Tromey [Wed, 18 Dec 2013 21:52:02 +0000 (14:52 -0700)] 
convert to_flash_done

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.

10 years agoconvert to_flash_erase
Tom Tromey [Wed, 18 Dec 2013 21:50:56 +0000 (14:50 -0700)] 
convert to_flash_erase

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.

10 years agoconvert to_get_section_table
Tom Tromey [Wed, 18 Dec 2013 21:47:06 +0000 (14:47 -0700)] 
convert to_get_section_table

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.

10 years agoconvert to_pid_to_str
Tom Tromey [Wed, 18 Dec 2013 21:46:03 +0000 (14:46 -0700)] 
convert to_pid_to_str

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.

10 years agoconvert to_find_new_threads
Tom Tromey [Wed, 18 Dec 2013 21:44:20 +0000 (14:44 -0700)] 
convert to_find_new_threads

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.

10 years agoconvert to_program_signals
Tom Tromey [Wed, 18 Dec 2013 21:42:54 +0000 (14:42 -0700)] 
convert to_program_signals

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.

10 years agoconvert to_pass_signals
Tom Tromey [Wed, 18 Dec 2013 21:42:10 +0000 (14:42 -0700)] 
convert to_pass_signals

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.

10 years agoconvert to_mourn_inferior
Tom Tromey [Wed, 18 Dec 2013 21:40:23 +0000 (14:40 -0700)] 
convert to_mourn_inferior

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.

10 years agoconvert to_follow_fork
Tom Tromey [Wed, 18 Dec 2013 21:38:04 +0000 (14:38 -0700)] 
convert to_follow_fork

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.

10 years agoconvert to_kill
Tom Tromey [Wed, 18 Dec 2013 21:35:15 +0000 (14:35 -0700)] 
convert to_kill

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.

10 years agoconvert to_masked_watch_num_registers
Tom Tromey [Wed, 18 Dec 2013 21:34:15 +0000 (14:34 -0700)] 
convert to_masked_watch_num_registers

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.

10 years agoconvert to_remove_mask_watchpoint
Tom Tromey [Wed, 18 Dec 2013 21:33:28 +0000 (14:33 -0700)] 
convert to_remove_mask_watchpoint

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.

10 years agoconvert to_insert_mask_watchpoint
Tom Tromey [Wed, 18 Dec 2013 21:32:43 +0000 (14:32 -0700)] 
convert to_insert_mask_watchpoint

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.

10 years agoconvert to_ranged_break_num_registers
Tom Tromey [Wed, 18 Dec 2013 21:31:42 +0000 (14:31 -0700)] 
convert to_ranged_break_num_registers

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.

10 years agoconvert to_fetch_registers
Tom Tromey [Wed, 18 Dec 2013 21:30:22 +0000 (14:30 -0700)] 
convert to_fetch_registers

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.

10 years agoconvert to_stop
Tom Tromey [Wed, 18 Dec 2013 21:28:07 +0000 (14:28 -0700)] 
convert to_stop

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.

10 years agoconvert to_can_run_breakpoint_commands
Tom Tromey [Wed, 18 Dec 2013 21:20:36 +0000 (14:20 -0700)] 
convert to_can_run_breakpoint_commands

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.

10 years agoconvert to_supports_evaluation_of_breakpoint_conditions
Tom Tromey [Wed, 18 Dec 2013 21:20:06 +0000 (14:20 -0700)] 
convert to_supports_evaluation_of_breakpoint_conditions

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.

10 years agoconvert to_augmented_libraries_svr4_read
Tom Tromey [Wed, 18 Dec 2013 21:19:33 +0000 (14:19 -0700)] 
convert to_augmented_libraries_svr4_read

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.

10 years agoconvert to_can_use_agent
Tom Tromey [Wed, 18 Dec 2013 21:19:04 +0000 (14:19 -0700)] 
convert to_can_use_agent

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.

10 years agoconvert to_use_agent
Tom Tromey [Wed, 18 Dec 2013 21:18:35 +0000 (14:18 -0700)] 
convert to_use_agent

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.

10 years agoconvert to_traceframe_info
Tom Tromey [Wed, 18 Dec 2013 21:18:10 +0000 (14:18 -0700)] 
convert to_traceframe_info

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.

10 years agoconvert to_static_tracepoint_markers_by_strid
Tom Tromey [Wed, 18 Dec 2013 21:17:35 +0000 (14:17 -0700)] 
convert to_static_tracepoint_markers_by_strid

Note that this patch reformats the
to_static_tracepoint_markers_by_strid field declaration in struct
target_ops.  This was needed because make-target-delegates requires
the opening paren for the parameters to be on the same line as the
method name, and I didn't see an easy way to fix this.

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.

10 years agoconvert to_static_tracepoint_marker_at
Tom Tromey [Wed, 18 Dec 2013 21:16:51 +0000 (14:16 -0700)] 
convert to_static_tracepoint_marker_at

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.

10 years agoconvert to_set_permissions
Tom Tromey [Wed, 18 Dec 2013 21:16:24 +0000 (14:16 -0700)] 
convert to_set_permissions

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.

10 years agoconvert to_get_tib_address
Tom Tromey [Wed, 18 Dec 2013 21:15:55 +0000 (14:15 -0700)] 
convert to_get_tib_address

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.

10 years agoconvert to_set_trace_notes
Tom Tromey [Wed, 18 Dec 2013 21:15:23 +0000 (14:15 -0700)] 
convert to_set_trace_notes

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.

10 years agoconvert to_set_trace_buffer_size
Tom Tromey [Wed, 18 Dec 2013 21:14:58 +0000 (14:14 -0700)] 
convert to_set_trace_buffer_size

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.

10 years agoconvert to_set_circular_trace_buffer
Tom Tromey [Wed, 18 Dec 2013 21:13:09 +0000 (14:13 -0700)] 
convert to_set_circular_trace_buffer

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.

10 years agoconvert to_set_disconnected_tracing
Tom Tromey [Wed, 18 Dec 2013 21:12:29 +0000 (14:12 -0700)] 
convert to_set_disconnected_tracing

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.

10 years agoconvert to_get_min_fast_tracepoint_insn_len
Tom Tromey [Wed, 18 Dec 2013 21:11:53 +0000 (14:11 -0700)] 
convert to_get_min_fast_tracepoint_insn_len

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.

10 years agoconvert to_get_raw_trace_data
Tom Tromey [Wed, 18 Dec 2013 21:11:12 +0000 (14:11 -0700)] 
convert to_get_raw_trace_data

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.

10 years agoconvert to_upload_trace_state_variables
Tom Tromey [Wed, 18 Dec 2013 21:10:40 +0000 (14:10 -0700)] 
convert to_upload_trace_state_variables

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.

10 years agoconvert to_upload_tracepoints
Tom Tromey [Wed, 18 Dec 2013 21:10:14 +0000 (14:10 -0700)] 
convert to_upload_tracepoints

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.

10 years agoconvert to_save_trace_data
Tom Tromey [Wed, 18 Dec 2013 21:09:37 +0000 (14:09 -0700)] 
convert to_save_trace_data

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.

10 years agoconvert to_get_trace_state_variable_value
Tom Tromey [Wed, 18 Dec 2013 21:09:04 +0000 (14:09 -0700)] 
convert to_get_trace_state_variable_value

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.

10 years agoconvert to_trace_find
Tom Tromey [Wed, 18 Dec 2013 21:08:14 +0000 (14:08 -0700)] 
convert to_trace_find

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.

10 years agoconvert to_trace_stop
Tom Tromey [Wed, 18 Dec 2013 21:07:28 +0000 (14:07 -0700)] 
convert to_trace_stop

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.

10 years agoconvert to_get_tracepoint_status
Tom Tromey [Wed, 18 Dec 2013 21:06:52 +0000 (14:06 -0700)] 
convert to_get_tracepoint_status

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.

10 years agoconvert to_get_trace_status
Tom Tromey [Wed, 18 Dec 2013 21:06:18 +0000 (14:06 -0700)] 
convert to_get_trace_status

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.

10 years agoconvert to_trace_start
Tom Tromey [Wed, 18 Dec 2013 21:04:27 +0000 (14:04 -0700)] 
convert to_trace_start

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.

10 years agoconvert to_trace_set_readonly_regions
Tom Tromey [Wed, 18 Dec 2013 21:03:28 +0000 (14:03 -0700)] 
convert to_trace_set_readonly_regions

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.

10 years agoconvert to_disable_tracepoint
Tom Tromey [Wed, 18 Dec 2013 21:02:30 +0000 (14:02 -0700)] 
convert to_disable_tracepoint

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.

10 years agoconvert to_enable_tracepoint
Tom Tromey [Wed, 18 Dec 2013 21:01:51 +0000 (14:01 -0700)] 
convert to_enable_tracepoint

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.

10 years agoconvert to_download_trace_state_variable
Tom Tromey [Wed, 18 Dec 2013 21:01:07 +0000 (14:01 -0700)] 
convert to_download_trace_state_variable

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.

10 years agoconvert to_can_download_tracepoint
Tom Tromey [Wed, 18 Dec 2013 21:00:23 +0000 (14:00 -0700)] 
convert to_can_download_tracepoint

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.

10 years agoconvert to_download_tracepoint
Tom Tromey [Wed, 18 Dec 2013 20:57:41 +0000 (13:57 -0700)] 
convert to_download_tracepoint

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.

10 years agoconvert to_trace_init
Tom Tromey [Wed, 18 Dec 2013 20:57:05 +0000 (13:57 -0700)] 
convert to_trace_init

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.

10 years agoconvert to_supports_string_tracing
Tom Tromey [Wed, 18 Dec 2013 20:56:04 +0000 (13:56 -0700)] 
convert to_supports_string_tracing

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.

10 years agoconvert to_supports_enable_disable_tracepoint
Tom Tromey [Wed, 18 Dec 2013 20:54:59 +0000 (13:54 -0700)] 
convert to_supports_enable_disable_tracepoint

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.

10 years agoconvert to_supports_multi_process
Tom Tromey [Wed, 18 Dec 2013 20:54:06 +0000 (13:54 -0700)] 
convert to_supports_multi_process

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.

10 years agoconvert to_get_ada_task_ptid
Tom Tromey [Wed, 18 Dec 2013 20:53:09 +0000 (13:53 -0700)] 
convert to_get_ada_task_ptid

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.

10 years agoconvert to_thread_architecture
Tom Tromey [Wed, 18 Dec 2013 18:16:31 +0000 (11:16 -0700)] 
convert to_thread_architecture

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.

10 years agoconvert to_execution_direction
Tom Tromey [Wed, 18 Dec 2013 18:15:21 +0000 (11:15 -0700)] 
convert to_execution_direction

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.

10 years agoconvert to_can_execute_reverse
Tom Tromey [Wed, 18 Dec 2013 18:12:28 +0000 (11:12 -0700)] 
convert to_can_execute_reverse

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.

10 years agoconvert to_goto_bookmark
Tom Tromey [Wed, 18 Dec 2013 18:11:25 +0000 (11:11 -0700)] 
convert to_goto_bookmark

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.

10 years agoconvert to_get_bookmark
Tom Tromey [Wed, 18 Dec 2013 18:10:32 +0000 (11:10 -0700)] 
convert to_get_bookmark

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

10 years agoconvert to_make_corefile_notes
Tom Tromey [Wed, 18 Dec 2013 17:57:18 +0000 (10:57 -0700)] 
convert to_make_corefile_notes

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.

10 years agoconvert to_find_memory_regions
Tom Tromey [Wed, 18 Dec 2013 17:55:34 +0000 (10:55 -0700)] 
convert to_find_memory_regions

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.

10 years agoconvert to_log_command
Tom Tromey [Wed, 18 Dec 2013 17:52:58 +0000 (10:52 -0700)] 
convert to_log_command

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.

10 years agoconvert to_pid_to_exec_file
Tom Tromey [Wed, 18 Dec 2013 17:51:10 +0000 (10:51 -0700)] 
convert to_pid_to_exec_file

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.

10 years agoconvert to_thread_name
Tom Tromey [Wed, 18 Dec 2013 17:49:35 +0000 (10:49 -0700)] 
convert to_thread_name

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.

10 years agoconvert to_extra_thread_info
Tom Tromey [Wed, 18 Dec 2013 17:48:36 +0000 (10:48 -0700)] 
convert to_extra_thread_info

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.

10 years agoconvert to_has_exited
Tom Tromey [Wed, 18 Dec 2013 17:47:22 +0000 (10:47 -0700)] 
convert to_has_exited

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..

10 years agoconvert to_set_syscall_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:46:38 +0000 (10:46 -0700)] 
convert to_set_syscall_catchpoint

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.

10 years agoconvert to_remove_exec_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:46:02 +0000 (10:46 -0700)] 
convert to_remove_exec_catchpoint

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.

10 years agoconvert to_insert_exec_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:45:38 +0000 (10:45 -0700)] 
convert to_insert_exec_catchpoint

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.

10 years agoconvert to_remove_vfork_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:44:57 +0000 (10:44 -0700)] 
convert to_remove_vfork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_remove_vfork_catchpoint.
* target.h (struct target_ops) <to_remove_vfork_catchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_insert_vfork_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:44:22 +0000 (10:44 -0700)] 
convert to_insert_vfork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_insert_vfork_catchpoint.
* target.h (struct target_ops) <to_insert_vfork_catchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_remove_fork_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:34:15 +0000 (10:34 -0700)] 
convert to_remove_fork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_remove_fork_catchpoint.
* target.h (struct target_ops) <to_remove_fork_catchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_insert_fork_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:33:43 +0000 (10:33 -0700)] 
convert to_insert_fork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_insert_fork_catchpoint.
* target.h (struct target_ops) <to_insert_fork_catchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_post_startup_inferior
Tom Tromey [Wed, 18 Dec 2013 17:32:56 +0000 (10:32 -0700)] 
convert to_post_startup_inferior

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_post_startup_inferior.
* target.h (struct target_ops) <to_post_startup_inferior>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_load
Tom Tromey [Wed, 18 Dec 2013 17:31:48 +0000 (10:31 -0700)] 
convert to_load

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_load.
* target.h (struct target_ops) <to_load>: Use
TARGET_DEFAULT_NORETURN.

10 years agoconvert to_terminal_info
Tom Tromey [Wed, 18 Dec 2013 17:31:10 +0000 (10:31 -0700)] 
convert to_terminal_info

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_info.
* target.h (struct target_ops) <to_terminal_info>: Use
TARGET_DEFAULT_FUNC.

10 years agoconvert to_terminal_save_ours
Tom Tromey [Wed, 18 Dec 2013 17:30:41 +0000 (10:30 -0700)] 
convert to_terminal_save_ours

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_save_ours.
* target.h (struct target_ops) <to_terminal_save_ours>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_terminal_ours
Tom Tromey [Wed, 18 Dec 2013 17:30:16 +0000 (10:30 -0700)] 
convert to_terminal_ours

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_ours.
* target.h (struct target_ops) <to_terminal_ours>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_terminal_ours_for_output
Tom Tromey [Wed, 18 Dec 2013 17:29:46 +0000 (10:29 -0700)] 
convert to_terminal_ours_for_output

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_ours_for_output.
* target.h (struct target_ops) <to_terminal_ours_for_output>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_terminal_inferior
Tom Tromey [Wed, 18 Dec 2013 17:29:01 +0000 (10:29 -0700)] 
convert to_terminal_inferior

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_inferior.
* target.h (struct target_ops) <to_terminal_inferior>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_terminal_init
Tom Tromey [Wed, 18 Dec 2013 17:24:07 +0000 (10:24 -0700)] 
convert to_terminal_init

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_init.
* target.h (struct target_ops) <to_terminal_init>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_can_accel_watchpoint_condition
Tom Tromey [Wed, 18 Dec 2013 17:20:48 +0000 (10:20 -0700)] 
convert to_can_accel_watchpoint_condition

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_can_accel_watchpoint_condition.
* target.h (struct target_ops)
<to_can_accel_watchpoint_condition>: Use TARGET_DEFAULT_RETURN.

10 years agoconvert to_region_ok_for_hw_watchpoint
Tom Tromey [Wed, 18 Dec 2013 17:18:05 +0000 (10:18 -0700)] 
convert to_region_ok_for_hw_watchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_region_ok_for_hw_watchpoint.
* target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
Use TARGET_DEFAULT_FUNC.

10 years agoconvert to_watchpoint_addr_within_range
Tom Tromey [Wed, 18 Dec 2013 17:15:23 +0000 (10:15 -0700)] 
convert to_watchpoint_addr_within_range

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_watchpoint_addr_within_range.
* target.h (struct target_ops) <to_watchpoint_addr_within_range>:
Use TARGET_DEFAULT_FUNC.

10 years agoconvert to_remove_watchpoint
Tom Tromey [Wed, 18 Dec 2013 17:11:49 +0000 (10:11 -0700)] 
convert to_remove_watchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_remove_watchpoint.
* target.h (struct target_ops) <to_remove_watchpoint>: Use
TARGET_DEFAULT_NORETURN.

10 years agoconvert to_insert_watchpoint
Tom Tromey [Wed, 18 Dec 2013 17:08:59 +0000 (10:08 -0700)] 
convert to_insert_watchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_insert_watchpoint.
* target.h (struct target_ops) <to_insert_watchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_remove_hw_breakpoint
Tom Tromey [Wed, 18 Dec 2013 17:05:18 +0000 (10:05 -0700)] 
convert to_remove_hw_breakpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_remove_hw_breakpoint.
* target.h (struct target_ops) <to_remove_hw_breakpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_insert_hw_breakpoint
Tom Tromey [Wed, 18 Dec 2013 17:01:11 +0000 (10:01 -0700)] 
convert to_insert_hw_breakpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_insert_hw_breakpoint.
* target.h (struct target_ops) <to_insert_hw_breakpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_can_use_hw_breakpoint
Tom Tromey [Wed, 18 Dec 2013 16:58:16 +0000 (09:58 -0700)] 
convert to_can_use_hw_breakpoint

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_hw_breakpoint.
* target.h (struct target_ops) <to_can_use_hw_breakpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_files_info
Tom Tromey [Wed, 18 Dec 2013 16:51:47 +0000 (09:51 -0700)] 
convert to_files_info

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_files_info.
* target.h (struct target_ops) <to_files_info>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_prepare_to_store
Tom Tromey [Wed, 18 Dec 2013 16:47:18 +0000 (09:47 -0700)] 
convert to_prepare_to_store

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_store.
* target.h (struct target_ops) <to_store>: Use
TARGET_DEFAULT_NORETURN.

10 years agoconvert to_post_attach
Tom Tromey [Wed, 18 Dec 2013 16:42:24 +0000 (09:42 -0700)] 
convert to_post_attach

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_post_attach.
* target.h (struct target_ops) <to_post_attach>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_rcmd
Tom Tromey [Wed, 18 Dec 2013 16:35:21 +0000 (09:35 -0700)] 
convert to_rcmd

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_rcmd.
(default_rcmd): New function.
(do_monitor_command): Unconditionally delegate.
* target.h (struct target_ops) <to_rmcd>: Use
TARGET_DEFAULT_FUNC.

10 years agoconvert to_attach
Tom Tromey [Fri, 13 Dec 2013 21:16:57 +0000 (14:16 -0700)] 
convert to_attach

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (init_dummy_target): Don't initialize to_attach.
(target_attach): Unconditionally delegate.
* target.h (struct target_ops) <to_attach>: Use
TARGET_DEFAULT_FUNC.

10 years agoconvert to_detach
Tom Tromey [Fri, 13 Dec 2013 20:33:08 +0000 (13:33 -0700)] 
convert to_detach

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (target_detach): Unconditionally delegate.
(init_dummy_target): Don't initialize to_detach.
* target.h (struct target_ops) <to_detach>: Use
TARGET_DEFAULT_IGNORE.

10 years agoAdd target_ops argument to to_augmented_libraries_svr4_read
Tom Tromey [Wed, 18 Dec 2013 04:49:18 +0000 (21:49 -0700)] 
Add target_ops argument to to_augmented_libraries_svr4_read

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
Add argument.
(target_augmented_libraries_svr4_read): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_augmented_libraries_svr4_read): Add 'self'
argument.

10 years agoAdd target_ops argument to to_call_history_range
Tom Tromey [Wed, 18 Dec 2013 04:49:06 +0000 (21:49 -0700)] 
Add target_ops argument to to_call_history_range

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_call_history_range>: Add
argument.
* target.c (target_call_history_range): Add argument.
* record-btrace.c (record_btrace_call_history_range): Add 'self'
argument.
(record_btrace_call_history_from): Update.

10 years agoAdd target_ops argument to to_call_history_from
Tom Tromey [Wed, 18 Dec 2013 04:48:53 +0000 (21:48 -0700)] 
Add target_ops argument to to_call_history_from

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_call_history_from>: Add
argument.
* target.c (target_call_history_from): Add argument.
* record-btrace.c (record_btrace_call_history_from): Add 'self'
argument.

10 years agoAdd target_ops argument to to_call_history
Tom Tromey [Wed, 18 Dec 2013 04:48:41 +0000 (21:48 -0700)] 
Add target_ops argument to to_call_history

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_call_history>: Add argument.
* target.c (target_call_history): Add argument.
* record-btrace.c (record_btrace_call_history): Add 'self'
argument.

10 years agoAdd target_ops argument to to_insn_history_range
Tom Tromey [Wed, 18 Dec 2013 04:48:29 +0000 (21:48 -0700)] 
Add target_ops argument to to_insn_history_range

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_insn_history_range>: Add
argument.
* target.c (target_insn_history_range): Add argument.
* record-btrace.c (record_btrace_insn_history_range): Add 'self'
argument.
(record_btrace_insn_history_from): Update.

10 years agoAdd target_ops argument to to_insn_history_from
Tom Tromey [Wed, 18 Dec 2013 04:48:16 +0000 (21:48 -0700)] 
Add target_ops argument to to_insn_history_from

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_insn_history_from>: Add
argument.
* target.c (target_insn_history_from): Add argument.
* record-btrace.c (record_btrace_insn_history_from): Add 'self'
argument.

This page took 0.043511 seconds and 4 git commands to generate.