summaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce target_filesystem_is_localGary Benson2015-04-021-0/+31
* Simplify target_async hook interfacePedro Alves2015-03-251-8/+6
* garbage collect target_decr_pc_after_breakPedro Alves2015-03-041-27/+0
* Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves2015-03-041-0/+124
* record btrace: add configuration structMarkus Metzger2015-02-091-5/+40
* btrace: add format argument to supports_btraceMarkus Metzger2015-02-091-5/+7
* btrace: add struct btrace_dataMarkus Metzger2015-02-091-4/+4
* Push pruning old threads down to the targetPedro Alves2014-10-151-11/+11
* Fix terminal state corruption when starting a program from within TUIPatrick Palka2014-08-271-26/+0
* auto-generate most target debug methodsTom Tromey2014-07-241-4/+2228
* rewrite make-target-delegates matching codeTom Tromey2014-07-231-14/+14
* rebuild target-delegates.cTom Tromey2014-07-161-0/+15
* convert to_get_thread_local_address to use target delegationTom Tromey2014-07-071-0/+16
* constify get_bookmark and goto_bookmarkTom Tromey2014-06-261-4/+4
* constify to_loadTom Tromey2014-06-261-2/+2
* gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger2014-06-251-0/+30
* constify to_disconnectTom Tromey2014-06-161-2/+2
* constify to_rcmdTom Tromey2014-06-161-1/+1
* convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey2014-06-041-0/+10
* Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves2014-05-201-7/+1
* fix regressions with target-asyncTom Tromey2014-03-121-12/+30
* Change the default implementation of to_traceframe_info to tcomplainYao Qi2014-03-061-1/+1
* convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey2014-02-191-0/+32
* convert to_decr_pc_after_breakTom Tromey2014-02-191-0/+10
* pass NULL to TARGET_DEFAULT_RETURN when appropriateTom Tromey2014-02-191-7/+7
* change delegation for to_read_descriptionTom Tromey2014-02-191-0/+16
* convert to_can_runTom Tromey2014-02-191-0/+16
* convert to_disconnectTom Tromey2014-02-191-0/+16
* convert to_stop_recordingTom Tromey2014-02-191-0/+15
* convert to_enable_btraceTom Tromey2014-02-191-0/+16
* convert to_read_btraceTom Tromey2014-02-191-0/+16
* convert to_teardown_btraceTom Tromey2014-02-191-0/+16
* convert to_disable_btraceTom Tromey2014-02-191-0/+16
* convert to_search_memoryTom Tromey2014-02-191-0/+10
* convert to_auxv_parseTom Tromey2014-02-191-0/+10
* convert to_memory_mapTom Tromey2014-02-191-0/+16
* convert to_thread_aliveTom Tromey2014-02-191-0/+16
* convert to_save_recordTom Tromey2014-02-191-0/+16
* convert to_delete_recordTom Tromey2014-02-191-0/+16
* convert to_record_is_replayingTom Tromey2014-02-191-0/+16