aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-23remote.c: don't install a deprecated_xfer_memory hook.Pedro Alves1-66/+17
2013-08-14move some static thread state into remote_stateTom Tromey1-19/+23
2013-08-14move remote_stopped_by_watchpoint_p and remote_watch_data_address into remote...Tom Tromey1-16/+17
2013-08-14move async_client_callback and async_client_context into remote_stateTom Tromey1-7/+10
2013-08-14move sizeof_pkt into remote_trace_findTom Tromey1-3/+1
2013-08-14move use_threadinfo_query and use_threadextra_query into struct remote_stateTom Tromey1-17/+16
2013-08-14move some statics from remote_read_qxfer into struct remote_stateTom Tromey1-15/+15
2013-08-14push last_sent_step into struct remote_stateTom Tromey1-4/+4
2013-08-14push last_sent_signal into struct remote_stateTom Tromey1-6/+7
2013-08-14push last_program_signals_packet into struct remote_stateTom Tromey1-14/+13
2013-08-14push last_pass_packet into struct remote_stateTom Tromey1-9/+9
2013-08-14push remote_traceframe_number into struct remote_stateTom Tromey1-8/+10
2013-08-14push general_thread and continue_thread into struct remote_stateTom Tromey1-20/+17
2013-08-14push remote_desc into struct remote_stateTom Tromey1-40/+58
2013-08-14Add new_remote_stateTom Tromey1-7/+20
2013-08-14make remote_protocol_features "const"Tom Tromey1-1/+1
2013-08-14use the libiberty crc codeTom Tromey1-31/+1
2013-08-05gdb/Jan Kratochvil1-32/+27
2013-07-31Replace most uses of deprecated_throw_reason with quit.Andrew Burgess1-2/+2
2013-06-30gdb/Jan Kratochvil1-2/+2
2013-06-26gdb/Yao Qi1-1/+1
2013-06-25Upload tsv earlier in remote_start_remoteYao Qi1-8/+11
2013-06-07gdb/Yao Qi1-0/+2
2013-06-04GDB was not restoring the signal handler before returning when a notificationSergio Durigan Junior1-3/+3
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-0/+26
2013-05-30gdb/Yao Qi1-1/+1
2013-05-30gdb/Yao Qi1-4/+4
2013-05-29[remote] Insert breakpoints in the right process.Pedro Alves1-0/+39
2013-05-23range stepping: gdbPedro Alves1-0/+98
2013-05-23Convert rs->support_vCont_t to a struct.Pedro Alves1-5/+16
2013-05-14 * remote.c (remote_set_trace_notes): Make arguments const.Tom Tromey1-1/+2
2013-05-10Fix typo in "show remote traceframe-info-packet"Pedro Alves1-1/+1
2013-05-10PR remote/15455 - QTro remote packet brokenPedro Alves1-0/+1
2013-04-22 PR gdb/7912:Tom Tromey1-2/+3
2013-04-19gdb_byte for binary buffer, char for string: remote.c, tracepoint.c.Pedro Alves1-14/+15
2013-04-19-Wpointer-sign: char -> gdb_byte.Pedro Alves1-1/+1
2013-04-12gdb/Jan Kratochvil1-1/+2
2013-04-11gdb/Jan Kratochvil1-6/+5
2013-04-09Avoid potencially-stale errno usage.Pedro Alves1-8/+21
2013-04-07gdb/Yao Qi1-1/+1
2013-04-02gdb/Jan Kratochvil1-1/+2
2013-04-02unpush the remote target if serial_write fails.Pedro Alves1-8/+24
2013-03-28Stop sending qTStatus if the target doesn't recognize it; add packet configur...Pedro Alves1-1/+11
2013-03-27gdb/Jan Kratochvil1-2/+1
2013-03-26Make "set/show remoteaddresssize" a zuinteger command instead of uinteger.Pedro Alves1-5/+5
2013-03-22gdb/Jan Kratochvil1-8/+13
2013-03-22gdb/Jan Kratochvil1-22/+18
2013-03-20gdb/Jan Kratochvil1-2/+2
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-1/+1
2013-03-112013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer1-2/+2