aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Constify target_ops::follow_execTom Tromey1-6/+6
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner1-0/+28
2019-03-13Change pid_to_str to return std::stringTom Tromey1-7/+7
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-20/+16
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-10/+10
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-4/+4
2018-11-30Introduce process_stratum_targetPedro Alves1-2/+2
2018-11-18Fix ia64-linux-nat.cTom Tromey1-7/+7
2018-08-31Eliminate target_have_continuable_watchpointPedro Alves1-27/+0
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves1-640/+640
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-6/+2
2018-05-03target_ops: Use bool throughoutPedro Alves1-243/+243
2018-05-03Convert struct target_ops to C++Pedro Alves1-2730/+2306
2018-04-12Eliminate target_has_exitedPedro Alves1-37/+0
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-4/+4
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-15/+15
2018-03-01Propagate record_print_flagsSimon Marchi1-12/+12
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-33/+0
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-7/+31
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-6/+8
2018-01-19Remove args from target detachSimon Marchi1-8/+6
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves1-9/+7
2017-12-03Remove mem_region_vector typedefSimon Marchi1-5/+5
2017-12-03Make make-target-delegates grok namespace scope op and template paramsPedro Alves1-1/+1
2017-10-21Get rid of VEC (mem_region)Simon Marchi1-6/+6
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi1-5/+5
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner1-0/+37
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-12/+12
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