Add target_ops argument to to_get_ada_task_ptid
[platform/upstream/binutils.git] / gdb / remote.c
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...
2013-10-25 Pedro Alvesremote: Map invalid signal numbers to GDB_SIGNAL_UNKNOWN.
2013-10-11 Yao Qigdb/
2013-10-11 Yao Qigdb/
2013-10-04 Yao QiMove pending_event to remote_notif_state.
2013-10-04 Yao QiMove notif_queue and remote_async_get_pending_events_to...
2013-09-27 Pedro AlvesFix regular /path/to/directory sysroots and target...
2013-09-27 Pedro Alvesremote.c: Remove unnecessary fields from 'struct stop_r...
2013-08-23 Pedro Alvesremote.c: don't install a deprecated_xfer_memory hook.
2013-08-14 Tom Tromeymove some static thread state into remote_state
2013-08-14 Tom Tromeymove remote_stopped_by_watchpoint_p and remote_watch_da...
2013-08-14 Tom Tromeymove async_client_callback and async_client_context...
2013-08-14 Tom Tromeymove sizeof_pkt into remote_trace_find
2013-08-14 Tom Tromeymove use_threadinfo_query and use_threadextra_query...
2013-08-14 Tom Tromeymove some statics from remote_read_qxfer into struct...
2013-08-14 Tom Tromeypush last_sent_step into struct remote_state
2013-08-14 Tom Tromeypush last_sent_signal into struct remote_state
2013-08-14 Tom Tromeypush last_program_signals_packet into struct remote_state
2013-08-14 Tom Tromeypush last_pass_packet into struct remote_state
2013-08-14 Tom Tromeypush remote_traceframe_number into struct remote_state
2013-08-14 Tom Tromeypush general_thread and continue_thread into struct...
2013-08-14 Tom Tromeypush remote_desc into struct remote_state
2013-08-14 Tom TromeyAdd new_remote_state
2013-08-14 Tom Tromeymake remote_protocol_features "const"
2013-08-14 Tom Tromeyuse the libiberty crc code
2013-08-05 Jan Kratochvilgdb/
2013-07-31 Andrew BurgessReplace most uses of deprecated_throw_reason with quit.
2013-06-30 Jan Kratochvilgdb/
2013-06-26 Yao Qigdb/
2013-06-25 Yao QiUpload tsv earlier in remote_start_remote
2013-06-07 Yao Qigdb/
2013-06-04 Sergio Durigan JuniorGDB was not restoring the signal handler before returni...
2013-06-04 Gary Benson2013-06-04 Gary Benson <gbenson@redhat.com>
2013-05-30 Yao Qigdb/
2013-05-30 Yao Qigdb/
2013-05-29 Pedro Alves[remote] Insert breakpoints in the right process.
2013-05-23 Pedro Alvesrange stepping: gdb
2013-05-23 Pedro AlvesConvert rs->support_vCont_t to a struct.
2013-05-14 Tom Tromey * remote.c (remote_set_trace_notes): Make arguments...
2013-05-10 Pedro AlvesFix typo in "show remote traceframe-info-packet"
2013-05-10 Pedro AlvesPR remote/15455 - QTro remote packet broken
2013-04-22 Tom Tromey PR gdb/7912:
2013-04-19 Pedro Alvesgdb_byte for binary buffer, char for string: remote...
2013-04-19 Pedro Alves-Wpointer-sign: char -> gdb_byte.
2013-04-12 Jan Kratochvilgdb/
2013-04-11 Jan Kratochvilgdb/
2013-04-09 Pedro AlvesAvoid potencially-stale errno usage.
2013-04-07 Yao Qigdb/
2013-04-02 Jan Kratochvilgdb/
2013-04-02 Pedro Alvesunpush the remote target if serial_write fails.
2013-03-28 Pedro AlvesStop sending qTStatus if the target doesn't recognize...
2013-03-27 Jan Kratochvilgdb/
2013-03-26 Pedro AlvesMake "set/show remoteaddresssize" a zuinteger command...
2013-03-22 Jan Kratochvilgdb/
next