aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-16btrace: uppercase btrace_read_typeMarkus Metzger1-2/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-09Handle the case of a remote target supporting target side commands, but not o...Pedro Alves1-0/+6
2014-01-08[remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves1-16/+70
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-02Handle 'k' packet TARGET_CLOSE_ERROR gracefully.Pedro Alves1-12/+28
2013-11-30Fix typo "checksm"Yao Qi1-1/+1
2013-11-29Plug target side conditions and commands leaks.Pedro Alves1-4/+0
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-5/+3
2013-10-25Send qXfer:traceframe-info:read when traceframe is selected.Yao Qi1-0/+5
2013-10-25remote: Map invalid signal numbers to GDB_SIGNAL_UNKNOWN.Pedro Alves1-4/+14
2013-10-11gdb/Yao Qi1-1/+1
2013-10-11gdb/Yao Qi1-6/+33
2013-10-04Move pending_event to remote_notif_state.Yao Qi1-32/+47
2013-10-04Move notif_queue and remote_async_get_pending_events_token to remote_stateYao Qi1-5/+8
2013-09-27Fix regular /path/to/directory sysroots and target reported dll paths with dr...Pedro Alves1-1/+3
2013-09-27remote.c: Remove unnecessary fields from 'struct stop_reply'.Pedro Alves1-20/+11
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