aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-27/+0
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves1-0/+124
2015-02-09record btrace: add configuration structMarkus Metzger1-5/+40
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-5/+7
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-4/+4
2014-10-15Push pruning old threads down to the targetPedro Alves1-11/+11
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka1-26/+0
2014-07-24auto-generate most target debug methodsTom Tromey1-4/+2228
2014-07-23rewrite make-target-delegates matching codeTom Tromey1-14/+14
2014-07-16rebuild target-delegates.cTom Tromey1-0/+15
2014-07-07convert to_get_thread_local_address to use target delegationTom Tromey1-0/+16
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey1-4/+4
2014-06-26constify to_loadTom Tromey1-2/+2
2014-06-25gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger1-0/+30
2014-06-16constify to_disconnectTom Tromey1-2/+2
2014-06-16constify to_rcmdTom Tromey1-1/+1
2014-06-04convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey1-0/+10
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves1-7/+1
2014-03-12fix regressions with target-asyncTom Tromey1-12/+30
2014-03-06Change the default implementation of to_traceframe_info to tcomplainYao Qi1-1/+1
2014-02-19convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey1-0/+32
2014-02-19convert to_decr_pc_after_breakTom Tromey1-0/+10
2014-02-19pass NULL to TARGET_DEFAULT_RETURN when appropriateTom Tromey1-7/+7
2014-02-19change delegation for to_read_descriptionTom Tromey1-0/+16
2014-02-19convert to_can_runTom Tromey1-0/+16
2014-02-19convert to_disconnectTom Tromey1-0/+16
2014-02-19convert to_stop_recordingTom Tromey1-0/+15
2014-02-19convert to_enable_btraceTom Tromey1-0/+16
2014-02-19convert to_read_btraceTom Tromey1-0/+16
2014-02-19convert to_teardown_btraceTom Tromey1-0/+16
2014-02-19convert to_disable_btraceTom Tromey1-0/+16
2014-02-19convert to_search_memoryTom Tromey1-0/+10
2014-02-19convert to_auxv_parseTom Tromey1-0/+10
2014-02-19convert to_memory_mapTom Tromey1-0/+16
2014-02-19convert to_thread_aliveTom Tromey1-0/+16
2014-02-19convert to_save_recordTom Tromey1-0/+16
2014-02-19convert to_delete_recordTom Tromey1-0/+16
2014-02-19convert to_record_is_replayingTom Tromey1-0/+16
2014-02-19convert to_goto_record_beginTom Tromey1-0/+16
2014-02-19convert to_goto_record_endTom Tromey1-0/+16
2014-02-19convert to_goto_recordTom Tromey1-0/+16
2014-02-19convert to_insn_historyTom Tromey1-0/+16
2014-02-19convert to_insn_history_fromTom Tromey1-0/+16
2014-02-19convert to_insn_history_rangeTom Tromey1-0/+16
2014-02-19convert to_call_historyTom Tromey1-0/+16
2014-02-19convert to_call_history_fromTom Tromey1-0/+16
2014-02-19convert to_call_history_rangeTom Tromey1-0/+16