daily update
[binutils-gdb.git] / gdb / remote.c
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/
2013-03-22 Jan Kratochvilgdb/
2013-03-20 Jan Kratochvilgdb/
2013-03-13 Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-11 Hafiz Abid Qadeer2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery...
2013-03-11 Markus MetzgerAdd the gdb remote target operations for branch tracing.
2013-03-08 Hafiz Abid Qadeer2012-03-08 Stan Shebs <stan@codesourcery.com>
2013-03-07 Pedro Alveshex2bin, bin2hex: move declarations to header.
2013-02-15 Hafiz Abid Qadeer2013-02-15 Pedro Alves <pedro@codesourcery.com>
2013-02-15 Yao Qigdb/
2013-01-25 Pedro AlvesFix GDB internal error against targets that return...
2013-01-14 Pedro Alves2013-01-14 Richard Sharman <richard_sharman@mitel...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-15 Yao Qigdb/
2012-12-15 Yao Qigdb/
2012-12-15 Yao Qigdb/
2012-11-26 Yao Qigdb/
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-11-06 Pierre Muller * remote.c (remote_insert_hw_breakpoint): ARI fix,
2012-11-02 Tom Tromey * configure: Rebuild.
2012-10-23 Yao Qigdb/
2012-09-22 Yao Qigdb/testsuite/
2012-09-12 Mike Wrighton* gdb/remote.c (remote_insert_hw_breakpoint): Throw...
2012-08-28 Yao Qigdb/
2012-08-22 Tom Tromey * defs.h (quit_flag): Don't declare.
2012-08-16 Yao Qigdb/
2012-08-09 Yao Qigdb/
next