summaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
AgeCommit message (Expand)Author
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
2014-07-16rebuild target-delegates.cTom Tromey
2014-07-07convert to_get_thread_local_address to use target delegationTom Tromey
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey
2014-06-26constify to_loadTom Tromey
2014-06-25gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger
2014-06-16constify to_disconnectTom Tromey
2014-06-16constify to_rcmdTom Tromey
2014-06-04convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves
2014-03-12fix regressions with target-asyncTom Tromey
2014-03-06Change the default implementation of to_traceframe_info to tcomplainYao Qi
2014-02-19convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey