aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Add target_ops argument to to_fileio_openTom Tromey5-7/+23
2014-02-19Add target_ops argument to to_can_run_breakpoint_commandsTom Tromey4-7/+19
2014-02-19Add target_ops argument to to_supports_evaluation_of_breakpoint_conditionsTom Tromey4-7/+20
2014-02-19Add target_ops argument to to_supports_string_tracingTom Tromey4-4/+12
2014-02-19Add target_ops argument to to_supports_disable_randomizationTom Tromey5-8/+24
2014-02-19Add target_ops argument to to_supports_enable_disable_tracepointTom Tromey4-4/+13
2014-02-19Add target_ops argument to to_supports_multi_processTom Tromey6-6/+18
2014-02-19Add target_ops argument to to_execution_directionTom Tromey4-4/+13
2014-02-19Add target_ops argument to to_can_execute_reverseTom Tromey5-5/+16
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey12-14/+38
2014-02-19Add target_ops argument to to_goto_bookmarkTom Tromey4-4/+12
2014-02-19Add target_ops argument to to_get_bookmarkTom Tromey4-4/+11
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey8-11/+31
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey8-9/+43
2014-02-19Add target_ops argument to to_supports_non_stopTom Tromey5-6/+16
2014-02-19Add target_ops argument to to_log_commandTom Tromey4-4/+12
2014-02-19Add target_ops argument to to_pid_to_exec_fileTom Tromey11-15/+32
2014-02-19Add target_ops argument to to_rcmdTom Tromey5-9/+20
2014-02-19Add target_ops argument to to_stopTom Tromey14-26/+46
2014-02-19Add target_ops argument to to_thread_nameTom Tromey4-4/+11
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey11-12/+37
2014-02-19Add target_ops argument to to_program_signalsTom Tromey4-3/+10
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey7-10/+26
2014-02-19Add target_ops argument to to_can_runTom Tromey7-10/+22
2014-02-19Add target_ops argument to to_has_exitedTom Tromey3-5/+15
2014-02-19Add target_ops argument to to_set_syscall_catchpointTom Tromey4-4/+16
2014-02-19Add target_ops argument to to_remove_exec_catchpointTom Tromey4-6/+16
2014-02-19Add target_ops argument to to_insert_exec_catchpointTom Tromey4-6/+16
2014-02-19Add target_ops argument to to_remove_vfork_catchpointTom Tromey4-6/+16
2014-02-19Add target_ops argument to to_insert_vfork_catchpointTom Tromey4-6/+16
2014-02-19Add target_ops argument to to_remove_fork_catchpointTom Tromey4-6/+16
2014-02-19Add target_ops argument to to_insert_fork_catchpointTom Tromey4-6/+16
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey10-18/+47
2014-02-19Add target_ops argument to to_loadTom Tromey9-14/+27
2014-02-19Add target_ops argument to to_terminal_infoTom Tromey6-9/+20
2014-02-19Add target_ops argument to to_terminal_save_oursTom Tromey5-8/+18
2014-02-19Add target_ops argument to to_terminal_oursTom Tromey8-15/+28
2014-02-19Add target_ops argument to to_terminal_ours_for_outputTom Tromey5-8/+20
2014-02-19Add target_ops argument to to_terminal_inferiorTom Tromey8-13/+26
2014-02-19Add target_ops argument to to_terminal_initTom Tromey7-10/+21
2014-02-19Add target_ops argument to to_can_accel_watchpoint_conditionTom Tromey4-7/+25
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey13-18/+62
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey16-20/+68
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey16-20/+67
2014-02-19Add target_ops argument to to_remove_hw_breakpointTom Tromey8-11/+36
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey9-12/+38
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey18-23/+78
2014-02-19Add target_ops argument to to_post_attachTom Tromey8-10/+22
2014-02-19Add target_ops argument to to_closeTom Tromey21-28/+52
2014-02-19introduce remote_loadTom Tromey2-1/+14