summaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-12/+12
* Multi-target supportPedro Alves2020-01-101-0/+27
* Constify target_ops::follow_execTom Tromey2019-05-221-6/+6
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-081-0/+28
* Change pid_to_str to return std::stringTom Tromey2019-03-131-7/+7
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-20/+16
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-10/+10
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-4/+4
* Introduce process_stratum_targetPedro Alves2018-11-301-2/+2
* Fix ia64-linux-nat.cTom Tromey2018-11-181-7/+7
* Eliminate target_have_continuable_watchpointPedro Alves2018-08-311-27/+0
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-640/+640
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-6/+2
* target_ops: Use bool throughoutPedro Alves2018-05-031-243/+243
* Convert struct target_ops to C++Pedro Alves2018-05-031-2730/+2306
* Eliminate target_has_exitedPedro Alves2018-04-121-37/+0
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-4/+4
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-15/+15
* Propagate record_print_flagsSimon Marchi2018-03-011-12/+12
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-33/+0
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-7/+31
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-6/+8
* Remove args from target detachSimon Marchi2018-01-191-8/+6
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-9/+7
* Remove mem_region_vector typedefSimon Marchi2017-12-031-5/+5
* Make make-target-delegates grok namespace scope op and template paramsPedro Alves2017-12-031-1/+1
* Get rid of VEC (mem_region)Simon Marchi2017-10-211-6/+6
* Make to_traceframe_info return a unique_ptrSimon Marchi2017-10-141-5/+5
* Add target method for converting thread handle to thread_info struct pointerKevin Buettner2017-09-211-0/+37
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-12/+12
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-9/+9
* Add method to query current recording method to target_ops.Tim Wiederhake2017-02-141-0/+33
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-0/+26
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-4/+6
* Optimize memory_xfer_partial for remoteDon Breazeal2016-07-011-0/+31
* Eliminate target_check_pending_interruptPedro Alves2016-04-121-26/+0
* Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves2016-04-121-0/+21
* Remote thread create/exit eventsPedro Alves2015-11-301-0/+28
* Constify thread name return pathSimon Marchi2015-11-261-5/+5
* target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi2015-11-031-8/+8
* target: add to_record_will_replay target methodMarkus Metzger2015-09-181-0/+35
* target: add to_record_stop_replaying target methodMarkus Metzger2015-09-181-0/+26
* target, record: add PTID argument to to_record_is_replayingMarkus Metzger2015-09-181-5/+7
* Support single step by arch or targetYao Qi2015-09-151-0/+31
* Extended-remote follow-execDon Breazeal2015-09-111-0/+30
* Merge async and sync code paths some morePedro Alves2015-09-091-7/+1
* remote: allow aborting long operations (e.g., file transfers)Pedro Alves2015-08-251-0/+26
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-0/+28
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-0/+31
* Mostly trivial enum fixesSimon Marchi2015-07-311-12/+12