]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/remote.c
start change to progspace independence
[thirdparty/binutils-gdb.git] / gdb / remote.c
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-02-23  Yao QiRevert previous tweaks
2014-02-19  Pedro Alvesremote.c: Use the ptid.lwp field to store remote thread...
2014-02-19  Tom Tromeychange delegation for to_read_description
2014-02-19  Tom TromeyAdd target_ops argument to to_augmented_libraries_svr4_read
2014-02-19  Tom TromeyAdd target_ops argument to to_read_btrace
2014-02-19  Tom TromeyAdd target_ops argument to to_teardown_btrace
2014-02-19  Tom TromeyAdd target_ops argument to to_disable_btrace
2014-02-19  Tom TromeyAdd target_ops argument to to_enable_btrace
2014-02-19  Tom TromeyAdd target_ops argument to to_can_use_agent
2014-02-19  Tom TromeyAdd target_ops argument to to_use_agent
2014-02-19  Tom TromeyAdd target_ops argument to to_traceframe_info
2014-02-19  Tom TromeyAdd target_ops argument to to_static_tracepoint_markers...
2014-02-19  Tom TromeyAdd target_ops argument to to_static_tracepoint_marker_at
2014-02-19  Tom TromeyAdd target_ops argument to to_set_permissions
2014-02-19  Tom TromeyAdd target_ops argument to to_get_tib_address
2014-02-19  Tom TromeyAdd target_ops argument to to_set_trace_notes
2014-02-19  Tom TromeyAdd target_ops argument to to_set_trace_buffer_size
2014-02-19  Tom TromeyAdd target_ops argument to to_set_circular_trace_buffer
2014-02-19  Tom TromeyAdd target_ops argument to to_set_disconnected_tracing
2014-02-19  Tom TromeyAdd target_ops argument to to_get_min_fast_tracepoint_i...
2014-02-19  Tom TromeyAdd target_ops argument to to_get_raw_trace_data
2014-02-19  Tom TromeyAdd target_ops argument to to_upload_trace_state_variables
2014-02-19  Tom TromeyAdd target_ops argument to to_upload_tracepoints
2014-02-19  Tom TromeyAdd target_ops argument to to_save_trace_data
2014-02-19  Tom TromeyAdd target_ops argument to to_get_trace_state_variable_...
2014-02-19  Tom TromeyAdd target_ops argument to to_trace_find
2014-02-19  Tom TromeyAdd target_ops argument to to_trace_stop
2014-02-19  Tom TromeyAdd target_ops argument to to_get_tracepoint_status
2014-02-19  Tom TromeyAdd target_ops argument to to_get_trace_status
2014-02-19  Tom TromeyAdd target_ops argument to to_trace_start
2014-02-19  Tom TromeyAdd target_ops argument to to_trace_set_readonly_regions
2014-02-19  Tom TromeyAdd target_ops argument to to_disable_tracepoint
2014-02-19  Tom TromeyAdd target_ops argument to to_enable_tracepoint
2014-02-19  Tom TromeyAdd target_ops argument to to_download_trace_state_variable
2014-02-19  Tom TromeyAdd target_ops argument to to_can_download_tracepoint
2014-02-19  Tom TromeyAdd target_ops argument to to_download_tracepoint
2014-02-19  Tom TromeyAdd target_ops argument to to_trace_init
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_readlink
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_unlink
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_close
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_pread
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_pwrite
2014-02-19  Tom TromeyAdd target_ops argument to to_fileio_open
2014-02-19  Tom TromeyAdd target_ops argument to to_can_run_breakpoint_commands
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_evaluation_of_br...
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_string_tracing
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_disable_randomiz...
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_enable_disable_t...
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_multi_process
2014-02-19  Tom TromeyAdd target_ops argument to to_can_execute_reverse
2014-02-19  Tom TromeyAdd target_ops argument to to_get_ada_task_ptid
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_non_stop
2014-02-19  Tom TromeyAdd target_ops argument to to_rcmd
2014-02-19  Tom TromeyAdd target_ops argument to to_stop
2014-02-19  Tom TromeyAdd target_ops argument to to_extra_thread_info
2014-02-19  Tom TromeyAdd target_ops argument to to_program_signals
2014-02-19  Tom TromeyAdd target_ops argument to to_pass_signals
2014-02-19  Tom TromeyAdd target_ops argument to to_load
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_ours
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_inferior
2014-02-19  Tom TromeyAdd target_ops argument to to_region_ok_for_hw_watchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_insert_watchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_remove_watchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_remove_hw_breakpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_insert_hw_breakpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_can_use_hw_breakpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_close
2014-02-19  Tom Tromeyintroduce remote_load
2014-02-19  Tom Tromeyconvert to_supports_btrace
2014-02-19  Tom Tromeyadd "this" pointers to more target APIs
2014-02-12  Tom Tromeydon't let bin2hex call strlen
2014-02-12  Tom Tromeymove some rsp bits into rsp-low.h
2014-02-11  Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07  Yao QiReplace -1 with TARGET_XFER_E_IO
2014-02-05  Yao QiUse rs->buf after getpkt
2014-02-04  Christian EggersCall remote_check_symbols even if only symbol-file...
2014-01-24  Yao QiChange len's type to ULONGEST: remote_read_bytes and...
2014-01-24  Yao QiChange len's type to ULONGEST: remote_write_bytes_aux
2014-01-17  Sergio Durigan JuniorAdd "volatile" keyword to "struct gdb_exception" declar...
2014-01-16  Tom Tromeyremove extended_remote_create_inferior_1
2014-01-16  Markus Metzgerbtrace, gdbserver: read branch trace incrementally
2014-01-16  Markus Metzgertarget, breakpoint: allow insert/remove breakpoint...
2014-01-16  Markus MetzgerAdd target_ops argument to to_prepare_to_store
2014-01-16  Markus Metzgerbtrace: uppercase btrace_read_type
2014-01-14  Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-13  Tom Tromeyreplace XMALLOC with XNEW
2014-01-09  Pedro AlvesHandle the case of a remote target supporting target...
2014-01-08  Pedro Alves[remote/gdbserver] Don't lose signals when reconnecting.
2014-01-07  Honggyu KimRemove duplicated #include's from GDB
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-02  Pedro AlvesHandle 'k' packet TARGET_CLOSE_ERROR gracefully.
2013-11-30  Yao QiFix typo "checksm"
2013-11-29  Pedro AlvesPlug target side conditions and commands leaks.
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-08  Tom Tromeyconstify to_detach
2013-10-25  Yao QiSend qXfer:traceframe-info:read when traceframe is...
next