aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18Add target_xfer_partial_ftypeYao Qi1-12/+4
2013-12-02Add new target_read_raw_memory function, and consolidate comments.Pedro Alves1-10/+24
2013-11-29Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORYYao Qi1-30/+37
2013-11-24set/show code-cacheYao Qi1-4/+19
2013-11-24Renaming in target-dcache.cYao Qi1-2/+2
2013-11-20Move target-dcache out of target.cYao Qi1-83/+3
2013-11-20Don't update target_dcache if it is not initializedYao Qi1-1/+2
2013-11-20Remove last_cacheYao Qi1-9/+38
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-2/+2
2013-11-04Improve performance of large restore commandsAnton Blanchard1-0/+7
2013-10-16This is a simple bug. target_disable_btrace and target_teardown_btrace,Sergio Durigan Junior1-2/+8
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves1-15/+16
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-7/+7