aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-30constify to_openTom Tromey1-1/+1
2014-07-25properly parenthesize two macrosTom Tromey1-2/+2
2014-07-24constify target fieldsTom Tromey1-3/+3
2014-07-24auto-generate most target debug methodsTom Tromey1-4/+19
2014-07-18fix PR gdb/17130Tom Tromey1-0/+5
2014-07-16reformat comment in target.hTom Tromey1-1/+2
2014-07-07change to_info_record to use target delegationTom Tromey1-4/+2
2014-07-07convert to_get_thread_local_address to use target delegationTom Tromey1-1/+2
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey1-2/+2
2014-06-26constify to_loadTom Tromey1-2/+2
2014-06-25gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger1-0/+14
2014-06-16constify to_info_proc and friendsTom Tromey1-2/+3
2014-06-16constify to_disconnectTom Tromey1-2/+2
2014-06-16constify to_rcmdTom Tromey1-1/+1
2014-06-04constify to_attachTom Tromey1-2/+2
2014-06-04convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey1-1/+2
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-2/+1
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil1-1/+2
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves1-1/+9
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves1-0/+6
2014-03-12fix regressions with target-asyncTom Tromey1-27/+37
2014-03-10Remove "hardware" from comments of "target_insert_breakpoint"Hui Zhu1-1/+1
2014-03-07target.h: Expands complete_target_initialization and add_target comments.Joel Brobecker1-1/+5
2014-03-06Change the default implementation of to_traceframe_info to tcomplainYao Qi1-1/+1
2014-02-26eliminate target_ops->deprecated_xfer_memoryPedro Alves1-26/+0
2014-02-25remove target_ignoreTom Tromey1-3/+0
2014-02-252014-02-25 Hui Zhu <hui@codesourcery.com>Hui Zhu1-1/+1
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi1-5/+4
2014-02-24Tweak target_xfer_status_to_stringYao Qi1-3/+4
2014-02-24Remove TARGET_XFER_STATUS_ERROR_PYao Qi1-2/+0
2014-02-23Revert previous tweaksYao Qi1-13/+4
2014-02-19convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey1-4/+8
2014-02-19convert to_decr_pc_after_breakTom Tromey1-1/+2
2014-02-19pass NULL to TARGET_DEFAULT_RETURN when appropriateTom Tromey1-7/+7
2014-02-19change delegation for to_read_descriptionTom Tromey1-4/+6
2014-02-19convert to_can_runTom Tromey1-1/+2
2014-02-19convert to_disconnectTom Tromey1-1/+2
2014-02-19convert to_stop_recordingTom Tromey1-1/+2
2014-02-19convert to_enable_btraceTom Tromey1-1/+2
2014-02-19convert to_read_btraceTom Tromey1-1/+2
2014-02-19convert to_teardown_btraceTom Tromey1-1/+2
2014-02-19convert to_disable_btraceTom Tromey1-1/+2
2014-02-19convert to_search_memoryTom Tromey1-1/+2
2014-02-19convert to_auxv_parseTom Tromey1-1/+2
2014-02-19convert to_memory_mapTom Tromey1-1/+2
2014-02-19convert to_thread_aliveTom Tromey1-1/+2
2014-02-19convert to_save_recordTom Tromey1-1/+2
2014-02-19convert to_delete_recordTom Tromey1-1/+2
2014-02-19convert to_record_is_replayingTom Tromey1-1/+2
2014-02-19convert to_goto_record_beginTom Tromey1-1/+2