aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Add target_ops argument to to_can_run_breakpoint_commandsTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_supports_evaluation_of_breakpoint_conditionsTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_supports_string_tracingTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_supports_disable_randomizationTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_supports_enable_disable_tracepointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_supports_multi_processTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_execution_directionTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_goto_bookmarkTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_bookmarkTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_supports_non_stopTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_pid_to_exec_fileTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_rcmdTom Tromey1-5/+6
2014-02-19Add target_ops argument to to_stopTom Tromey1-5/+5
2014-02-19Add target_ops argument to to_thread_nameTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_program_signalsTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_can_runTom Tromey1-3/+4
2014-02-19Add target_ops argument to to_has_exitedTom Tromey1-3/+5
2014-02-19Add target_ops argument to to_set_syscall_catchpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_remove_exec_catchpointTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_insert_exec_catchpointTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_remove_vfork_catchpointTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_insert_vfork_catchpointTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_remove_fork_catchpointTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_insert_fork_catchpointTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_loadTom Tromey1-5/+5
2014-02-19Add target_ops argument to to_terminal_infoTom Tromey1-4/+5
2014-02-19Add target_ops argument to to_terminal_save_oursTom Tromey1-4/+4
2014-02-19Add target_ops argument to to_terminal_oursTom Tromey1-4/+4
2014-02-19Add target_ops argument to to_terminal_ours_for_outputTom Tromey1-4/+4
2014-02-19Add target_ops argument to to_terminal_inferiorTom Tromey1-5/+5
2014-02-19Add target_ops argument to to_terminal_initTom Tromey1-4/+4
2014-02-19Add target_ops argument to to_can_accel_watchpoint_conditionTom Tromey1-4/+8
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-5/+10
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-4/+8
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-4/+8
2014-02-19Add target_ops argument to to_remove_hw_breakpointTom Tromey1-4/+8
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey1-4/+8
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-4/+7
2014-02-19Add target_ops argument to to_post_attachTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_closeTom Tromey1-2/+2
2014-02-19convert to_supports_btraceTom Tromey1-14/+0
2014-02-19add target method delegationTom Tromey1-139/+53
2014-02-19add make-target-delegatesTom Tromey1-0/+9
2014-02-19introduce and use find_target_atTom Tromey1-0/+14