summaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
AgeCommit message (Expand)Author
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves
2018-05-03target factories, target open and multiple instances of targetsPedro Alves
2018-05-03target_ops: Use bool throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-04-12Eliminate target_has_exitedPedro Alves
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi
2018-03-01Propagate record_print_flagsSimon Marchi
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi
2018-01-19Remove args from target detachSimon Marchi
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves
2017-12-03Remove mem_region_vector typedefSimon Marchi
2017-12-03Make make-target-delegates grok namespace scope op and template paramsPedro Alves
2017-10-21Get rid of VEC (mem_region)Simon Marchi
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner
2017-09-04Introduce gdb_disassembly_flagsPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal
2016-04-12Eliminate target_check_pending_interruptPedro Alves
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves
2015-11-30Remote thread create/exit eventsPedro Alves
2015-11-26Constify thread name return pathSimon Marchi
2015-11-03target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi
2015-09-18target: add to_record_will_replay target methodMarkus Metzger
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger
2015-09-15Support single step by arch or targetYao Qi
2015-09-11Extended-remote follow-execDon Breazeal
2015-09-09Merge async and sync code paths some morePedro Alves
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-04-02Introduce target_filesystem_is_localGary Benson
2015-03-25Simplify target_async hook interfacePedro Alves
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves
2015-02-09record btrace: add configuration structMarkus Metzger
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger
2015-02-09btrace: add struct btrace_dataMarkus Metzger
2014-10-15Push pruning old threads down to the targetPedro Alves
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka
2014-07-24auto-generate most target debug methodsTom Tromey
2014-07-23rewrite make-target-delegates matching codeTom Tromey