summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-54/+77
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-10/+10
* Use rs->buf after getpktYao Qi2014-02-051-6/+2
* Call remote_check_symbols even if only symbol-file (not file) has been givenChristian Eggers2014-02-041-1/+1
* Change len's type to ULONGEST: remote_read_bytes and get_core_siginfoYao Qi2014-01-241-2/+2
* Change len's type to ULONGEST: remote_write_bytes_auxYao Qi2014-01-241-3/+3
* Add "volatile" keyword to "struct gdb_exception" declarationSergio Durigan Junior2014-01-171-1/+1
* remove extended_remote_create_inferior_1Tom Tromey2014-01-161-10/+3
* btrace, gdbserver: read branch trace incrementallyMarkus Metzger2014-01-161-10/+13
* target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger2014-01-161-4/+6
* Add target_ops argument to to_prepare_to_storeMarkus Metzger2014-01-161-2/+3
* btrace: uppercase btrace_read_typeMarkus Metzger2014-01-161-2/+2
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* replace XMALLOC with XNEWTom Tromey2014-01-131-1/+1
* Handle the case of a remote target supporting target side commands, but not o...Pedro Alves2014-01-091-0/+6
* [remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves2014-01-081-16/+70
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Handle 'k' packet TARGET_CLOSE_ERROR gracefully.Pedro Alves2013-12-021-12/+28
* Fix typo "checksm"Yao Qi2013-11-301-1/+1
* Plug target side conditions and commands leaks.Pedro Alves2013-11-291-4/+0
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-5/+3
* Send qXfer:traceframe-info:read when traceframe is selected.Yao Qi2013-10-251-0/+5
* remote: Map invalid signal numbers to GDB_SIGNAL_UNKNOWN.Pedro Alves2013-10-251-4/+14
* gdb/Yao Qi2013-10-111-1/+1
* gdb/Yao Qi2013-10-111-6/+33
* Move pending_event to remote_notif_state.Yao Qi2013-10-041-32/+47
* Move notif_queue and remote_async_get_pending_events_token to remote_stateYao Qi2013-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