aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-19add "this" pointers to more target APIsTom Tromey1-11/+12
2014-02-14* target.c (target_write_partial): Fix result type.Doug Evans1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-102/+161
2014-02-07Return early in target_xfer_partial when LEN is zero.Yao Qi1-0/+4
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-3/+3
2014-01-23Use gdb_byte * instead of void *Yao Qi1-4/+4
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger1-0/+21
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger1-4/+5
2014-01-16record-btrace: provide xfer_partial target methodMarkus Metzger1-0/+4
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger1-16/+44
2014-01-16frame, backtrace: allow targets to supply a frame unwinderMarkus Metzger1-0/+28
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger1-4/+5
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-8/+8
2014-01-07Use correct default for target functions that return pointerAndreas Schwab1-4/+12