aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-9/+9
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake1-0/+33
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-0/+26
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-4/+6
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal1-0/+31
2016-04-12Eliminate target_check_pending_interruptPedro Alves1-26/+0
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves1-0/+21
2015-11-30Remote thread create/exit eventsPedro Alves1-0/+28
2015-11-26Constify thread name return pathSimon Marchi1-5/+5
2015-11-03target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi1-8/+8
2015-09-18target: add to_record_will_replay target methodMarkus Metzger1-0/+35
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger1-0/+26
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger1-5/+7
2015-09-15Support single step by arch or targetYao Qi1-0/+31
2015-09-11Extended-remote follow-execDon Breazeal1-0/+30
2015-09-09Merge async and sync code paths some morePedro Alves1-7/+1
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves1-0/+26
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-0/+28
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-0/+31
2015-07-31Mostly trivial enum fixesSimon Marchi1-12/+12
2015-04-02Introduce target_filesystem_is_localGary Benson1-0/+31
2015-03-25Simplify target_async hook interfacePedro Alves1-8/+6
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-27/+0
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves1-0/+124
2015-02-09record btrace: add configuration structMarkus Metzger1-5/+40
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-5/+7
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-4/+4
2014-10-15Push pruning old threads down to the targetPedro Alves1-11/+11
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka1-26/+0
2014-07-24auto-generate most target debug methodsTom Tromey1-4/+2228
2014-07-23rewrite make-target-delegates matching codeTom Tromey1-14/+14
2014-07-16rebuild target-delegates.cTom Tromey1-0/+15
2014-07-07convert to_get_thread_local_address to use target delegationTom Tromey1-0/+16
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey1-4/+4
2014-06-26constify to_loadTom Tromey1-2/+2
2014-06-25gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger1-0/+30
2014-06-16constify to_disconnectTom Tromey1-2/+2
2014-06-16constify to_rcmdTom Tromey1-1/+1
2014-06-04convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey1-0/+10
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves1-7/+1
2014-03-12fix regressions with target-asyncTom Tromey1-12/+30
2014-03-06Change the default implementation of to_traceframe_info to tcomplainYao Qi1-1/+1
2014-02-19convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey1-0/+32
2014-02-19convert to_decr_pc_after_breakTom Tromey1-0/+10
2014-02-19pass NULL to TARGET_DEFAULT_RETURN when appropriateTom Tromey1-7/+7
2014-02-19change delegation for to_read_descriptionTom Tromey1-0/+16
2014-02-19convert to_can_runTom Tromey1-0/+16
2014-02-19convert to_disconnectTom Tromey1-0/+16
2014-02-19convert to_stop_recordingTom Tromey1-0/+15
2014-02-19convert to_enable_btraceTom Tromey1-0/+16