summaryrefslogtreecommitdiff
path: root/gdb/target.h
Commit message (Expand)AuthorAgeFilesLines
* Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi2014-12-101-0/+4
* PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves2014-10-171-0/+5
* Make common code handle target_terminal_* idempotencyPedro Alves2014-10-171-13/+7
* Push pruning old threads down to the targetPedro Alves2014-10-151-3/+3
* Update target_stop's documentationGary Benson2014-09-221-2/+4
* Introduce target/target.hGary Benson2014-09-111-4/+3
* Fix terminal state corruption when starting a program from within TUIPatrick Palka2014-08-271-10/+0
* constify to_openTom Tromey2014-07-301-1/+1
* properly parenthesize two macrosTom Tromey2014-07-251-2/+2
* constify target fieldsTom Tromey2014-07-241-3/+3
* auto-generate most target debug methodsTom Tromey2014-07-241-4/+19
* fix PR gdb/17130Tom Tromey2014-07-181-0/+5
* reformat comment in target.hTom Tromey2014-07-161-1/+2
* change to_info_record to use target delegationTom Tromey2014-07-071-4/+2
* convert to_get_thread_local_address to use target delegationTom Tromey2014-07-071-1/+2
* constify get_bookmark and goto_bookmarkTom Tromey2014-06-261-2/+2
* constify to_loadTom Tromey2014-06-261-2/+2
* gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger2014-06-251-0/+14
* constify to_info_proc and friendsTom Tromey2014-06-161-2/+3
* constify to_disconnectTom Tromey2014-06-161-2/+2
* constify to_rcmdTom Tromey2014-06-161-1/+1
* constify to_attachTom Tromey2014-06-041-2/+2
* convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey2014-06-041-1/+2
* enable target async by default; separate MI and target notions of asyncPedro Alves2014-05-291-2/+1
* Fix TLS access for -static -pthreadJan Kratochvil2014-05-211-1/+2
* Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves2014-05-201-1/+9
* Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves2014-04-231-0/+6
* fix regressions with target-asyncTom Tromey2014-03-121-27/+37
* Remove "hardware" from comments of "target_insert_breakpoint"Hui Zhu2014-03-101-1/+1
* target.h: Expands complete_target_initialization and add_target comments.Joel Brobecker2014-03-071-1/+5
* Change the default implementation of to_traceframe_info to tcomplainYao Qi2014-03-061-1/+1
* eliminate target_ops->deprecated_xfer_memoryPedro Alves2014-02-261-26/+0
* remove target_ignoreTom Tromey2014-02-251-3/+0
* 2014-02-25 Hui Zhu <hui@codesourcery.com>Hui Zhu2014-02-251-1/+1
* Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi2014-02-241-5/+4
* Tweak target_xfer_status_to_stringYao Qi2014-02-241-3/+4
* Remove TARGET_XFER_STATUS_ERROR_PYao Qi2014-02-241-2/+0
* Revert previous tweaksYao Qi2014-02-231-13/+4
* convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey2014-02-191-4/+8
* convert to_decr_pc_after_breakTom Tromey2014-02-191-1/+2
* pass NULL to TARGET_DEFAULT_RETURN when appropriateTom Tromey2014-02-191-7/+7
* change delegation for to_read_descriptionTom Tromey2014-02-191-4/+6
* convert to_can_runTom Tromey2014-02-191-1/+2
* convert to_disconnectTom Tromey2014-02-191-1/+2
* convert to_stop_recordingTom Tromey2014-02-191-1/+2
* convert to_enable_btraceTom Tromey2014-02-191-1/+2
* convert to_read_btraceTom Tromey2014-02-191-1/+2
* convert to_teardown_btraceTom Tromey2014-02-191-1/+2
* convert to_disable_btraceTom Tromey2014-02-191-1/+2
* convert to_search_memoryTom Tromey2014-02-191-1/+2