summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/qiyao2013-10-111-1/+1
* gdb/qiyao2013-10-111-6/+33
* Move pending_event to remote_notif_state.qiyao2013-10-041-32/+47
* Move notif_queue and remote_async_get_pending_events_token to remote_stateqiyao2013-10-041-5/+8
* Fix regular /path/to/directory sysroots and target reported dll paths with dr...Pedro Alves2013-09-271-1/+3
* remote.c: Remove unnecessary fields from 'struct stop_reply'.Pedro Alves2013-09-271-20/+11
* remote.c: don't install a deprecated_xfer_memory hook.Pedro Alves2013-08-231-66/+17
* move some static thread state into remote_stateTom Tromey2013-08-141-19/+23
* move remote_stopped_by_watchpoint_p and remote_watch_data_address into remote...Tom Tromey2013-08-141-16/+17
* move async_client_callback and async_client_context into remote_stateTom Tromey2013-08-141-7/+10
* move sizeof_pkt into remote_trace_findTom Tromey2013-08-141-3/+1
* move use_threadinfo_query and use_threadextra_query into struct remote_stateTom Tromey2013-08-141-17/+16
* move some statics from remote_read_qxfer into struct remote_stateTom Tromey2013-08-141-15/+15
* push last_sent_step into struct remote_stateTom Tromey2013-08-141-4/+4
* push last_sent_signal into struct remote_stateTom Tromey2013-08-141-6/+7
* push last_program_signals_packet into struct remote_stateTom Tromey2013-08-141-14/+13
* push last_pass_packet into struct remote_stateTom Tromey2013-08-141-9/+9
* push remote_traceframe_number into struct remote_stateTom Tromey2013-08-141-8/+10
* push general_thread and continue_thread into struct remote_stateTom Tromey2013-08-141-20/+17
* push remote_desc into struct remote_stateTom Tromey2013-08-141-40/+58
* Add new_remote_stateTom Tromey2013-08-141-7/+20
* make remote_protocol_features "const"Tom Tromey2013-08-141-1/+1
* use the libiberty crc codeTom Tromey2013-08-141-31/+1
* gdb/Jan Kratochvil2013-08-051-32/+27
* Replace most uses of deprecated_throw_reason with quit.aburgess2013-07-311-2/+2
* gdb/Jan Kratochvil2013-06-301-2/+2
* gdb/qiyao2013-06-261-1/+1
* Upload tsv earlier in remote_start_remoteqiyao2013-06-251-8/+11
* gdb/qiyao2013-06-071-0/+2
* GDB was not restoring the signal handler before returning when a notificationsergiodj2013-06-041-3/+3
* 2013-06-04 Gary Benson <gbenson@redhat.com>gary2013-06-041-0/+26
* gdb/qiyao2013-05-301-1/+1
* gdb/qiyao2013-05-301-4/+4
* [remote] Insert breakpoints in the right process.Pedro Alves2013-05-291-0/+39
* range stepping: gdbPedro Alves2013-05-231-0/+98
* Convert rs->support_vCont_t to a struct.Pedro Alves2013-05-231-5/+16
* * remote.c (remote_set_trace_notes): Make arguments const.Tom Tromey2013-05-141-1/+2
* Fix typo in "show remote traceframe-info-packet"Pedro Alves2013-05-101-1/+1
* PR remote/15455 - QTro remote packet brokenPedro Alves2013-05-101-0/+1
* PR gdb/7912:Tom Tromey2013-04-221-2/+3
* gdb_byte for binary buffer, char for string: remote.c, tracepoint.c.Pedro Alves2013-04-191-14/+15
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-1/+1
* gdb/Jan Kratochvil2013-04-121-1/+2
* gdb/Jan Kratochvil2013-04-111-6/+5
* Avoid potencially-stale errno usage.Pedro Alves2013-04-091-8/+21
* gdb/qiyao2013-04-071-1/+1
* gdb/Jan Kratochvil2013-04-021-1/+2
* unpush the remote target if serial_write fails.Pedro Alves2013-04-021-8/+24
* Stop sending qTStatus if the target doesn't recognize it; add packet configur...Pedro Alves2013-03-281-1/+11
* gdb/Jan Kratochvil2013-03-271-2/+1