Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / target.c
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-10-01 Pedro AlvesReally fail inserting software breakpoints on read...
2014-09-22 Gary BensonRename target_{stop,continue}_ptid
2014-09-11 Gary BensonIntroduce target_{stop,continue}_ptid
2014-09-11 Gary BensonIntroduce target/target.h
2014-08-19 Simon MarchiConvert target_structs vector to VEC
2014-08-07 Gary BensonMove errno.h to common-defs.h
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-04 Tom Tromeymake "set debug target" take effect immediately
2014-07-30 Tom Tromeyfix to_open debug setting
2014-07-29 Tom Tromeysimplify target_is_pushed
2014-07-24 Tom Tromeyauto-generate most target debug methods
2014-07-18 Tom Tromeyfix PR gdb/17130
2014-07-14 Tom Tromeyfix record "run" regression
2014-07-07 Tom Tromeychange to_info_record to use target delegation
2014-07-07 Tom Tromeyconvert to_get_thread_local_address to use target deleg...
2014-06-26 Tom Tromeyconstify to_load
2014-06-25 Markus Metzgergcore, target: allow target to prepare/cleanup for...
2014-06-16 Tom Tromeyconstify to_info_proc and friends
2014-06-16 Tom Tromeyconstify to_disconnect
2014-06-16 Tom Tromeyconstify to_rcmd
2014-06-04 Tom Tromeyconvert to_thread_address_space to use TARGET_DEFAULT_FUNC
2014-05-29 Pedro Alvesenable target async by default; separate MI and target...
2014-05-29 Pedro AlvesPR15693 - Fix spurious *running events, thread state...
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-21 Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-05-21 Jan KratochvilFix TLS access for -static -pthread
2014-05-20 Pedro AlvesMake compare-sections work against all targets; add...
2014-03-22 Yao QiMove the traceframe_available_memory code from memory_x...
2014-03-12 Tom Tromeyfix regressions with target-async
2014-03-05 Pedro AlvesPR gdb/16575: stale breakpoint instructions in the...
2014-02-26 Pedro Alveseliminate target_ops->deprecated_xfer_memory
2014-02-25 Tom Tromeyremove target_ignore
2014-02-24 Yao QiRename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE
2014-02-24 Yao QiTweak target_xfer_status_to_string
2014-02-24 Yao QiRemove TARGET_XFER_STATUS_ERROR_P
2014-02-21 Andreas KrebbelFix length arg in call to breakpoint_xfer_memory.
2014-02-19 Tom Tromeyconvert to_get_unwinder and to_get_tailcall_unwinder...
2014-02-19 Tom Tromeyconvert to_decr_pc_after_break
2014-02-19 Tom Tromeyremove some calls to INHERIT and de_fault
2014-02-19 Tom Tromeyremove function casts from target.c
2014-02-19 Tom Tromeyminor cleanups to update_current_target
2014-02-19 Tom Tromeychange delegation for to_read_description
2014-02-19 Tom Tromeyconvert to_can_run
2014-02-19 Tom Tromeyconvert to_disconnect
2014-02-19 Tom Tromeyconvert to_stop_recording
2014-02-19 Tom Tromeyconvert to_enable_btrace
2014-02-19 Tom Tromeyconvert to_read_btrace
2014-02-19 Tom Tromeyconvert to_teardown_btrace
2014-02-19 Tom Tromeyconvert to_disable_btrace
2014-02-19 Tom Tromeyconvert to_search_memory
2014-02-19 Tom Tromeyconvert to_auxv_parse
2014-02-19 Tom Tromeyconvert to_memory_map
2014-02-19 Tom Tromeyconvert to_thread_alive
2014-02-19 Tom Tromeyconvert to_save_record
2014-02-19 Tom Tromeyconvert to_delete_record
2014-02-19 Tom Tromeyconvert to_record_is_replaying
2014-02-19 Tom Tromeyconvert to_goto_record_begin
2014-02-19 Tom Tromeyconvert to_goto_record_end
2014-02-19 Tom Tromeyconvert to_goto_record
2014-02-19 Tom Tromeyconvert to_insn_history
2014-02-19 Tom Tromeyconvert to_insn_history_from
2014-02-19 Tom Tromeyconvert to_insn_history_range
2014-02-19 Tom Tromeyconvert to_call_history
2014-02-19 Tom Tromeyconvert to_call_history_from
2014-02-19 Tom Tromeyconvert to_call_history_range
2014-02-19 Tom Tromeyconvert to_verify_memory
2014-02-19 Tom Tromeyconvert to_core_of_thread
2014-02-19 Tom Tromeyconvert to_flash_done
2014-02-19 Tom Tromeyconvert to_flash_erase
2014-02-19 Tom Tromeyconvert to_get_section_table
2014-02-19 Tom Tromeyconvert to_pid_to_str
2014-02-19 Tom Tromeyconvert to_find_new_threads
2014-02-19 Tom Tromeyconvert to_program_signals
2014-02-19 Tom Tromeyconvert to_pass_signals
2014-02-19 Tom Tromeyconvert to_mourn_inferior
2014-02-19 Tom Tromeyconvert to_follow_fork
2014-02-19 Tom Tromeyconvert to_kill
2014-02-19 Tom Tromeyconvert to_masked_watch_num_registers
2014-02-19 Tom Tromeyconvert to_remove_mask_watchpoint
2014-02-19 Tom Tromeyconvert to_insert_mask_watchpoint
2014-02-19 Tom Tromeyconvert to_ranged_break_num_registers
2014-02-19 Tom Tromeyconvert to_fetch_registers
2014-02-19 Tom Tromeyconvert to_stop
2014-02-19 Tom Tromeyconvert to_can_run_breakpoint_commands
2014-02-19 Tom Tromeyconvert to_supports_evaluation_of_breakpoint_conditions
2014-02-19 Tom Tromeyconvert to_augmented_libraries_svr4_read
2014-02-19 Tom Tromeyconvert to_can_use_agent
2014-02-19 Tom Tromeyconvert to_use_agent
2014-02-19 Tom Tromeyconvert to_traceframe_info
2014-02-19 Tom Tromeyconvert to_static_tracepoint_markers_by_strid
2014-02-19 Tom Tromeyconvert to_static_tracepoint_marker_at
2014-02-19 Tom Tromeyconvert to_set_permissions
2014-02-19 Tom Tromeyconvert to_get_tib_address
2014-02-19 Tom Tromeyconvert to_set_trace_notes
2014-02-19 Tom Tromeyconvert to_set_trace_buffer_size
2014-02-19 Tom Tromeyconvert to_set_circular_trace_buffer
2014-02-19 Tom Tromeyconvert to_set_disconnected_tracing
2014-02-19 Tom Tromeyconvert to_get_min_fast_tracepoint_insn_len
next