summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi2014-03-221-138/+0
* fix regressions with target-asyncTom Tromey2014-03-121-97/+32
* PR gdb/16575: stale breakpoint instructions in the code cachePedro Alves2014-03-051-33/+20
* eliminate target_ops->deprecated_xfer_memoryPedro Alves2014-02-261-122/+0
* remove target_ignoreTom Tromey2014-02-251-7/+0
* Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi2014-02-241-4/+4
* Tweak target_xfer_status_to_stringYao Qi2014-02-241-2/+2
* Remove TARGET_XFER_STATUS_ERROR_PYao Qi2014-02-241-5/+2
* Fix length arg in call to breakpoint_xfer_memory.Andreas Krebbel2014-02-211-1/+1
* convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey2014-02-191-14/+2
* convert to_decr_pc_after_breakTom Tromey2014-02-191-8/+7
* remove some calls to INHERIT and de_faultTom Tromey2014-02-191-8/+0
* remove function casts from target.cTom Tromey2014-02-191-13/+20
* minor cleanups to update_current_targetTom Tromey2014-02-191-122/+6
* change delegation for to_read_descriptionTom Tromey2014-02-191-14/+1
* convert to_can_runTom Tromey2014-02-191-5/+2
* convert to_disconnectTom Tromey2014-02-191-13/+4
* convert to_stop_recordingTom Tromey2014-02-191-10/+1
* convert to_enable_btraceTom Tromey2014-02-191-8/+1
* convert to_read_btraceTom Tromey2014-02-191-8/+1
* convert to_teardown_btraceTom Tromey2014-02-191-10/+1
* convert to_disable_btraceTom Tromey2014-02-191-10/+1
* convert to_search_memoryTom Tromey2014-02-191-24/+25
* convert to_auxv_parseTom Tromey2014-02-191-0/+1
* convert to_memory_mapTom Tromey2014-02-191-8/+1
* convert to_thread_aliveTom Tromey2014-02-191-16/+6
* convert to_save_recordTom Tromey2014-02-191-10/+1
* convert to_delete_recordTom Tromey2014-02-191-10/+1
* convert to_record_is_replayingTom Tromey2014-02-191-7/+1
* convert to_goto_record_beginTom Tromey2014-02-191-10/+1
* convert to_goto_record_endTom Tromey2014-02-191-10/+1
* convert to_goto_recordTom Tromey2014-02-191-10/+1
* convert to_insn_historyTom Tromey2014-02-191-10/+1
* convert to_insn_history_fromTom Tromey2014-02-191-10/+1
* convert to_insn_history_rangeTom Tromey2014-02-191-10/+1
* convert to_call_historyTom Tromey2014-02-191-10/+1
* convert to_call_history_fromTom Tromey2014-02-191-10/+1
* convert to_call_history_rangeTom Tromey2014-02-191-10/+1
* convert to_verify_memoryTom Tromey2014-02-191-18/+9
* convert to_core_of_threadTom Tromey2014-02-191-16/+6
* convert to_flash_doneTom Tromey2014-02-191-12/+3
* convert to_flash_eraseTom Tromey2014-02-191-13/+4
* convert to_get_section_tableTom Tromey2014-02-191-7/+1
* convert to_pid_to_strTom Tromey2014-02-191-11/+4
* convert to_find_new_threadsTom Tromey2014-02-191-13/+3
* convert to_program_signalsTom Tromey2014-02-191-20/+12
* convert to_pass_signalsTom Tromey2014-02-191-20/+11
* convert to_mourn_inferiorTom Tromey2014-02-191-20/+16
* convert to_follow_forkTom Tromey2014-02-191-18/+19
* convert to_killTom Tromey2014-02-191-12/+3