GDB (xrefs)
Classes | Macros | Typedefs | Enumerations | Functions | Variables
/tmp/gdb-8.1/gdb/remote.c File Reference
#include "defs.h"
#include <ctype.h>
#include <fcntl.h>
#include "inferior.h"
#include "infrun.h"
#include "bfd.h"
#include "symfile.h"
#include "target.h"
#include "gdbcmd.h"
#include "objfiles.h"
#include "gdb-stabs.h"
#include "gdbthread.h"
#include "remote.h"
#include "remote-notif.h"
#include "regcache.h"
#include "value.h"
#include "observer.h"
#include "solib.h"
#include "cli/cli-decode.h"
#include "cli/cli-setshow.h"
#include "target-descriptions.h"
#include "gdb_bfd.h"
#include "filestuff.h"
#include "rsp-low.h"
#include "disasm.h"
#include "location.h"
#include "gdb_sys_time.h"
#include "event-loop.h"
#include "event-top.h"
#include "inf-loop.h"
#include <signal.h>
#include "serial.h"
#include "gdbcore.h"
#include "remote-fileio.h"
#include "gdb/fileio.h"
#include <sys/stat.h>
#include "xml-support.h"
#include "memory-map.h"
#include "tracepoint.h"
#include "ax.h"
#include "ax-gdb.h"
#include "agent.h"
#include "btrace.h"
#include "record-btrace.h"
#include <algorithm>
#include "common/scoped_restore.h"
#include "environ.h"
#include "common/byte-vector.h"

Go to the source code of this file.

Classes

struct  vCont_action_support
 
struct  readahead_cache
 
struct  remote_state
 
struct  remote_thread_info
 
struct  packet_reg
 
struct  remote_arch_state
 
struct  memory_packet_config
 
struct  packet_config
 
struct  gdb_ext_thread_info
 
struct  thread_item
 
struct  threads_listing_context
 
struct  protocol_feature
 
struct  remote_inferior
 
struct  vcont_builder
 
struct  stop_reply
 
struct  queue_iter_param
 
struct  remote_g_packet_guess
 
struct  remote_g_packet_data
 
struct  btrace_target_info
 

Macros

#define OPAQUETHREADBYTES   8
 
#define MAXTHREADLISTRESULTS   32
 
#define REMOTE_DEBUG_MAX_CHAR   512
 
#define DEFAULT_MAX_MEMORY_PACKET_SIZE   16384
 
#define MIN_MEMORY_PACKET_SIZE   20
 
#define TAG_THREADID   1
 
#define TAG_EXISTS   2
 
#define TAG_DISPLAY   4
 
#define TAG_THREADNAME   8
 
#define TAG_MOREDISPLAY   16
 
#define BUF_THREAD_ID_SIZE   (OPAQUETHREADBYTES * 2)
 
#define TAG_THREADID   1 /* Echo the thread identifier. */
 
#define TAG_EXISTS
 
#define TAG_DISPLAY   4 /* A short thing maybe to put on a window */
 
#define TAG_THREADNAME   8 /* string, maps 1-to-1 with a thread is. */
 
#define TAG_MOREDISPLAY
 
#define CRAZY_MAX_THREADS   1000
 
#define MAX_ACTION_SIZE   200
 
#define MAX_TRIES   3
 
#define BUF_SIZE   2048
 

Typedefs

typedef unsigned char threadref[OPAQUETHREADBYTES]
 
typedef int gdb_threadref
 
typedef int(* rmt_thread_action) (threadref *ref, void *context)
 
typedef struct stop_replystop_reply_p
 
typedef struct remote_g_packet_guess remote_g_packet_guess_s
 

Enumerations

enum  { REMOTE_ALIGN_WRITES = 16 }
 
enum  packet_support { PACKET_SUPPORT_UNKNOWN = 0, PACKET_ENABLE, PACKET_DISABLE }
 
enum  packet_result { PACKET_ERROR, PACKET_OK, PACKET_UNKNOWN }
 
enum  {
  PACKET_vCont = 0, PACKET_X, PACKET_qSymbol, PACKET_P,
  PACKET_p, PACKET_Z0, PACKET_Z1, PACKET_Z2,
  PACKET_Z3, PACKET_Z4, PACKET_vFile_setfs, PACKET_vFile_open,
  PACKET_vFile_pread, PACKET_vFile_pwrite, PACKET_vFile_close, PACKET_vFile_unlink,
  PACKET_vFile_readlink, PACKET_vFile_fstat, PACKET_qXfer_auxv, PACKET_qXfer_features,
  PACKET_qXfer_exec_file, PACKET_qXfer_libraries, PACKET_qXfer_libraries_svr4, PACKET_qXfer_memory_map,
  PACKET_qXfer_spu_read, PACKET_qXfer_spu_write, PACKET_qXfer_osdata, PACKET_qXfer_threads,
  PACKET_qXfer_statictrace_read, PACKET_qXfer_traceframe_info, PACKET_qXfer_uib, PACKET_qGetTIBAddr,
  PACKET_qGetTLSAddr, PACKET_qSupported, PACKET_qTStatus, PACKET_QPassSignals,
  PACKET_QCatchSyscalls, PACKET_QProgramSignals, PACKET_QSetWorkingDir, PACKET_QStartupWithShell,
  PACKET_QEnvironmentHexEncoded, PACKET_QEnvironmentReset, PACKET_QEnvironmentUnset, PACKET_qCRC,
  PACKET_qSearch_memory, PACKET_vAttach, PACKET_vRun, PACKET_QStartNoAckMode,
  PACKET_vKill, PACKET_qXfer_siginfo_read, PACKET_qXfer_siginfo_write, PACKET_qAttached,
  PACKET_ConditionalTracepoints, PACKET_ConditionalBreakpoints, PACKET_BreakpointCommands, PACKET_FastTracepoints,
  PACKET_StaticTracepoints, PACKET_InstallInTrace, PACKET_bc, PACKET_bs,
  PACKET_TracepointSource, PACKET_QAllow, PACKET_qXfer_fdpic, PACKET_QDisableRandomization,
  PACKET_QAgent, PACKET_QTBuffer_size, PACKET_Qbtrace_off, PACKET_Qbtrace_bts,
  PACKET_Qbtrace_pt, PACKET_qXfer_btrace, PACKET_QNonStop, PACKET_QThreadEvents,
  PACKET_multiprocess_feature, PACKET_EnableDisableTracepoints_feature, PACKET_tracenz_feature, PACKET_DisconnectedTracing_feature,
  PACKET_augmented_libraries_svr4_read_feature, PACKET_qXfer_btrace_conf, PACKET_Qbtrace_conf_bts_size, PACKET_swbreak_feature,
  PACKET_hwbreak_feature, PACKET_fork_event_feature, PACKET_vfork_event_feature, PACKET_Qbtrace_conf_pt_size,
  PACKET_exec_event_feature, PACKET_vContSupported, PACKET_vCtrlC, PACKET_no_resumed,
  PACKET_MAX
}
 
enum  Z_packet_type {
  Z_PACKET_SOFTWARE_BP, Z_PACKET_HARDWARE_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP,
  Z_PACKET_ACCESS_WP, NR_Z_PACKET_TYPES
}
 

Functions

static int getpkt_sane (char **buf, long *sizeof_buf, int forever)
 
static int getpkt_or_notif_sane (char **buf, long *sizeof_buf, int forever, int *is_notif)
 
static void remote_files_info (struct target_ops *ignore)
 
static void remote_prepare_to_store (struct target_ops *self, struct regcache *regcache)
 
static void remote_open_1 (const char *, int, struct target_ops *, int extended_p)
 
static void remote_close (struct target_ops *self)
 
static int remote_vkill (int pid, struct remote_state *rs)
 
static void remote_kill_k (void)
 
static void remote_mourn (struct target_ops *ops)
 
static void extended_remote_restart (void)
 
static void remote_send (char **buf, long *sizeof_buf_p)
 
static int readchar (int timeout)
 
static void remote_serial_write (const char *str, int len)
 
static void remote_kill (struct target_ops *ops)
 
static int remote_can_async_p (struct target_ops *)
 
static int remote_is_async_p (struct target_ops *)
 
static void remote_async (struct target_ops *ops, int enable)
 
static void remote_thread_events (struct target_ops *ops, int enable)
 
static void interrupt_query (void)
 
static void set_general_thread (ptid_t ptid)
 
static void set_continue_thread (ptid_t ptid)
 
static void get_offsets (void)
 
static void skip_frame (void)
 
static long read_frame (char **buf_p, long *sizeof_buf)
 
static int hexnumlen (ULONGEST num)
 
static void init_remote_ops (void)
 
static void init_extended_remote_ops (void)
 
static void remote_stop (struct target_ops *self, ptid_t)
 
static int stubhex (int ch)
 
static int hexnumstr (char *, ULONGEST)
 
static int hexnumnstr (char *, ULONGEST, int)
 
static CORE_ADDR remote_address_masked (CORE_ADDR)
 
static void print_packet (const char *)
 
static int stub_unpack_int (char *buff, int fieldlength)
 
static ptid_t remote_current_thread (ptid_t oldptid)
 
static int putpkt_binary (const char *buf, int cnt)
 
static void check_binary_download (CORE_ADDR addr)
 
static void show_packet_config_cmd (struct packet_config *config)
 
static void show_remote_protocol_packet_cmd (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static char * write_ptid (char *buf, const char *endbuf, ptid_t ptid)
 
static ptid_t read_ptid (const char *buf, const char **obuf)
 
static void remote_set_permissions (struct target_ops *self)
 
static int remote_get_trace_status (struct target_ops *self, struct trace_status *ts)
 
static int remote_upload_tracepoints (struct target_ops *self, struct uploaded_tp **utpp)
 
static int remote_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **utsvp)
 
static void remote_query_supported (void)
 
static void remote_check_symbols (void)
 
static void stop_reply_xfree (struct stop_reply *)
 
static void remote_parse_stop_reply (char *, struct stop_reply *)
 
static void push_stop_reply (struct stop_reply *)
 
static void discard_pending_stop_replies_in_queue (struct remote_state *)
 
static int peek_stop_reply (ptid_t ptid)
 
static void remove_new_fork_children (struct threads_listing_context *)
 
static void remote_async_inferior_event_handler (gdb_client_data)
 
static void remote_terminal_ours (struct target_ops *self)
 
static int remote_read_description_p (struct target_ops *target)
 
static void remote_console_output (char *msg)
 
static int remote_supports_cond_breakpoints (struct target_ops *self)
 
static int remote_can_run_breakpoint_commands (struct target_ops *self)
 
static void remote_btrace_reset (void)
 
static void remote_btrace_maybe_reopen (void)
 
static int stop_reply_queue_length (void)
 
static void readahead_cache_invalidate (void)
 
static void remote_unpush_and_throw (void)
 
static struct remote_stateget_remote_state (void)
 
static struct remote_stateget_remote_state_raw (void)
 
static struct remote_statenew_remote_state (void)
 
static void trace_error (char *buf)
 
static char * remote_get_noisy_reply ()
 
static struct remote_arch_stateget_remote_arch_state (struct gdbarch *gdbarch)
 
static void remote_pspace_data_cleanup (struct program_space *pspace, void *arg)
 
static const char * get_remote_exec_file (void)
 
static void set_pspace_remote_exec_file (struct program_space *pspace, char *remote_exec_file)
 
static void set_remote_exec_file (const char *ignored, int from_tty, struct cmd_list_element *c)
 
static void show_remote_exec_file (struct ui_file *file, int from_tty, struct cmd_list_element *cmd, const char *value)
 
static int compare_pnums (const void *lhs_, const void *rhs_)
 
static int map_regcache_remote_table (struct gdbarch *gdbarch, struct packet_reg *regs)
 
int remote_register_number_and_offset (struct gdbarch *gdbarch, int regnum, int *pnum, int *poffset)
 
static void * init_remote_state (struct gdbarch *gdbarch)
 
static long get_remote_packet_size (void)
 
static struct packet_regpacket_reg_from_regnum (struct gdbarch *gdbarch, struct remote_arch_state *rsa, long regnum)
 
static struct packet_regpacket_reg_from_pnum (struct gdbarch *gdbarch, struct remote_arch_state *rsa, LONGEST pnum)
 
static void show_interrupt_sequence (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static void set_remotebreak (const char *args, int from_tty, struct cmd_list_element *c)
 
static void show_remotebreak (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static long get_memory_packet_size (struct memory_packet_config *config)
 
static void set_memory_packet_size (const char *args, struct memory_packet_config *config)
 
static void show_memory_packet_size (struct memory_packet_config *config)
 
static void set_memory_write_packet_size (const char *args, int from_tty)
 
static void show_memory_write_packet_size (const char *args, int from_tty)
 
static long get_memory_write_packet_size (void)
 
static void set_memory_read_packet_size (const char *args, int from_tty)
 
static void show_memory_read_packet_size (const char *args, int from_tty)
 
static long get_memory_read_packet_size (void)
 
static enum packet_support packet_config_support (struct packet_config *config)
 
static enum packet_support packet_support (int packet)
 
static void add_packet_config_cmd (struct packet_config *config, const char *name, const char *title, int legacy)
 
static enum packet_result packet_check_result (const char *buf)
 
static enum packet_result packet_ok (const char *buf, struct packet_config *config)
 
static enum auto_boolean packet_set_cmd_state (int packet)
 
static void set_remote_protocol_Z_packet_cmd (const char *args, int from_tty, struct cmd_list_element *c)
 
static void show_remote_protocol_Z_packet_cmd (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static int remote_multi_process_p (struct remote_state *rs)
 
static int remote_fork_event_p (struct remote_state *rs)
 
static int remote_vfork_event_p (struct remote_state *rs)
 
static int remote_exec_event_p (struct remote_state *rs)
 
static int remote_insert_fork_catchpoint (struct target_ops *ops, int pid)
 
static int remote_remove_fork_catchpoint (struct target_ops *ops, int pid)
 
static int remote_insert_vfork_catchpoint (struct target_ops *ops, int pid)
 
static int remote_remove_vfork_catchpoint (struct target_ops *ops, int pid)
 
static int remote_insert_exec_catchpoint (struct target_ops *ops, int pid)
 
static int remote_remove_exec_catchpoint (struct target_ops *ops, int pid)
 
static int remote_query_attached (int pid)
 
static struct inferiorremote_add_inferior (int fake_pid_p, int pid, int attached, int try_open_exec)
 
static remote_thread_infoget_remote_thread_info (thread_info *thread)
 
static void remote_add_thread (ptid_t ptid, int running, int executing)
 
static void remote_notice_new_inferior (ptid_t currthread, int executing)
 
static remote_thread_infoget_remote_thread_info (ptid_t ptid)
 
static void record_currthread (struct remote_state *rs, ptid_t currthread)
 
static void remote_pass_signals (struct target_ops *self, int numsigs, unsigned char *pass_signals)
 
static int remote_set_syscall_catchpoint (struct target_ops *self, int pid, bool needed, int any_count, gdb::array_view< const int > syscall_counts)
 
static void remote_program_signals (struct target_ops *self, int numsigs, unsigned char *signals)
 
static void set_thread (ptid_t ptid, int gen)
 
static void set_general_process (void)
 
static int remote_thread_always_alive (struct target_ops *ops, ptid_t ptid)
 
static int remote_thread_alive (struct target_ops *ops, ptid_t ptid)
 
static const char * remote_thread_name (struct target_ops *ops, struct thread_info *info)
 
static char * unpack_nibble (char *buf, int *val)
 
static char * unpack_byte (char *buf, int *value)
 
static char * pack_int (char *buf, int value)
 
static char * unpack_int (char *buf, int *value)
 
static char * unpack_string (char *src, char *dest, int length)
 
static char * pack_threadid (char *pkt, threadref *id)
 
static char * unpack_threadid (char *inbuf, threadref *id)
 
void int_to_threadref (threadref *id, int value)
 
static int threadref_to_int (threadref *ref)
 
static void copy_threadref (threadref *dest, threadref *src)
 
static int threadmatch (threadref *dest, threadref *src)
 
static char * pack_threadinfo_request (char *pkt, int mode, threadref *id)
 
static int remote_unpack_thread_info_response (char *pkt, threadref *expectedref, struct gdb_ext_thread_info *info)
 
static int remote_get_threadinfo (threadref *threadid, int fieldset, struct gdb_ext_thread_info *info)
 
static char * pack_threadlist_request (char *pkt, int startflag, int threadcount, threadref *nextthread)
 
static int parse_threadlist_response (char *pkt, int result_limit, threadref *original_echo, threadref *resultlist, int *doneflag)
 
static int remote_get_threadlist (int startflag, threadref *nextthread, int result_limit, int *done, int *result_count, threadref *threadlist)
 
static int remote_threadlist_iterator (rmt_thread_action stepfunction, void *context, int looplimit)
 
static int remote_newthread_step (threadref *ref, void *context)
 
static int remote_get_threads_with_ql (struct target_ops *ops, struct threads_listing_context *context)
 
static void start_thread (struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, VEC(gdb_xml_value_s) *attributes)
 
static void end_thread (struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, const char *body_text)
 
static int remote_get_threads_with_qxfer (struct target_ops *ops, struct threads_listing_context *context)
 
static int remote_get_threads_with_qthreadinfo (struct target_ops *ops, struct threads_listing_context *context)
 
static void remote_update_thread_list (struct target_ops *ops)
 
static const char * remote_threads_extra_info (struct target_ops *self, struct thread_info *tp)
 
static int remote_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR addr, struct static_tracepoint_marker *marker)
 
static VEC (static_tracepoint_marker_p)
 
static ptid_t remote_get_ada_task_ptid (struct target_ops *self, long lwp, long thread)
 
static void send_interrupt_sequence (void)
 
static ptid_t stop_reply_extract_thread (char *stop_reply)
 
static ptid_t get_current_thread (char *wait_status)
 
static void add_current_inferior_and_thread (char *wait_status)
 
static void print_one_stopped_thread (struct thread_info *thread)
 
static void process_initial_stop_replies (int from_tty)
 
static void remote_start_remote (int from_tty, struct target_ops *target, int extended_p)
 
static void remote_open (const char *name, int from_tty)
 
static void extended_remote_open (const char *name, int from_tty)
 
static void reset_all_packet_configs_support (void)
 
static void init_all_packet_configs (void)
 
static struct serialremote_serial_open (const char *name)
 
static void remote_supported_packet (const struct protocol_feature *feature, enum packet_support support, const char *argument)
 
static void remote_packet_size (const struct protocol_feature *feature, enum packet_support support, const char *value)
 
void register_remote_support_xml (const char *xml)
 
static char * remote_query_supported_append (char *msg, const char *append)
 
static void remote_serial_quit_handler (void)
 
static void remote_unpush_target (void)
 
static void remote_detach_pid (int pid)
 
static void remote_detach_1 (const char *args, int from_tty)
 
static void remote_detach (struct target_ops *ops, const char *args, int from_tty)
 
static void extended_remote_detach (struct target_ops *ops, const char *args, int from_tty)
 
static int remote_follow_fork (struct target_ops *ops, int follow_child, int detach_fork)
 
static void remote_follow_exec (struct target_ops *ops, struct inferior *inf, char *execd_pathname)
 
static void remote_disconnect (struct target_ops *target, const char *args, int from_tty)
 
static void extended_remote_attach (struct target_ops *target, const char *args, int from_tty)
 
static void extended_remote_post_attach (struct target_ops *ops, int pid)
 
static void remote_vcont_probe (struct remote_state *rs)
 
static char * append_resumption (char *p, char *endp, ptid_t ptid, int step, enum gdb_signal siggnal)
 
static void resume_clear_thread_private_info (struct thread_info *thread)
 
static char * append_pending_thread_resumptions (char *p, char *endp, ptid_t ptid)
 
static void remote_resume_with_hc (struct target_ops *ops, ptid_t ptid, int step, enum gdb_signal siggnal)
 
static int remote_resume_with_vcont (ptid_t ptid, int step, enum gdb_signal siggnal)
 
static void remote_resume (struct target_ops *ops, ptid_t ptid, int step, enum gdb_signal siggnal)
 
static void check_pending_events_prevent_wildcard_vcont (int *may_global_wildcard_vcont)
 
static int is_pending_fork_parent_thread (struct thread_info *thread)
 
static remote_inferiorget_remote_inferior (inferior *inf)
 
static void vcont_builder_restart (struct vcont_builder *builder)
 
static void vcont_builder_flush (struct vcont_builder *builder)
 
static void vcont_builder_push_action (struct vcont_builder *builder, ptid_t ptid, int step, enum gdb_signal siggnal)
 
static void remote_commit_resume (struct target_ops *ops)
 
static void remote_stop_ns (ptid_t ptid)
 
static void remote_interrupt_as (void)
 
static void remote_interrupt_ns (void)
 
static void remote_interrupt (struct target_ops *self, ptid_t ptid)
 
static void remote_pass_ctrlc (struct target_ops *self)
 
static void remote_terminal_inferior (struct target_ops *self)
 
 DEF_VEC_O (cached_reg_t)
 
 DECLARE_QUEUE_P (stop_reply_p)
 
 DEFINE_QUEUE_P (stop_reply_p)
 
static QUEUE (stop_reply_p)
 
static void remote_notif_stop_parse (struct notif_client *self, char *buf, struct notif_event *event)
 
static void remote_notif_stop_ack (struct notif_client *self, char *buf, struct notif_event *event)
 
static int remote_notif_stop_can_get_pending_events (struct notif_client *self)
 
static void stop_reply_dtr (struct notif_event *event)
 
static struct notif_eventremote_notif_stop_alloc_reply (void)
 
static int is_pending_fork_parent (struct target_waitstatus *ws, int event_pid, ptid_t thread_ptid)
 
static struct target_waitstatusthread_pending_fork_status (struct thread_info *thread)
 
static int remove_child_of_pending_fork (QUEUE(stop_reply_p) *q, QUEUE_ITER(stop_reply_p) *iter, stop_reply_p event, void *data)
 
static int check_pending_event_prevents_wildcard_vcont_callback (QUEUE(stop_reply_p) *q, QUEUE_ITER(stop_reply_p) *iter, stop_reply_p event, void *data)
 
static int remove_stop_reply_for_inferior (QUEUE(stop_reply_p) *q, QUEUE_ITER(stop_reply_p) *iter, stop_reply_p event, void *data)
 
static void discard_pending_stop_replies (struct inferior *inf)
 
static int remove_stop_reply_of_remote_state (QUEUE(stop_reply_p) *q, QUEUE_ITER(stop_reply_p) *iter, stop_reply_p event, void *data)
 
static int remote_notif_remove_once_on_match (QUEUE(stop_reply_p) *q, QUEUE_ITER(stop_reply_p) *iter, stop_reply_p event, void *data)
 
static struct stop_replyremote_notif_remove_queued_reply (ptid_t ptid)
 
static struct stop_replyqueued_stop_reply (ptid_t ptid)
 
static int stop_reply_match_ptid_and_ws (QUEUE(stop_reply_p) *q, QUEUE_ITER(stop_reply_p) *iter, struct stop_reply *event, void *data)
 
static int strprefix (const char *p, const char *pend, const char *prefix)
 
void remote_notif_get_pending_events (struct notif_client *nc)
 
static ptid_t process_stop_reply (struct stop_reply *stop_reply, struct target_waitstatus *status)
 
static ptid_t remote_wait_ns (ptid_t ptid, struct target_waitstatus *status, int options)
 
static ptid_t remote_wait_as (ptid_t ptid, struct target_waitstatus *status, int options)
 
static ptid_t remote_wait (struct target_ops *ops, ptid_t ptid, struct target_waitstatus *status, int options)
 
static int fetch_register_using_p (struct regcache *regcache, struct packet_reg *reg)
 
static int send_g_packet (void)
 
static void process_g_packet (struct regcache *regcache)
 
static void fetch_registers_using_g (struct regcache *regcache)
 
static void set_remote_traceframe (void)
 
static void remote_fetch_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
 
static int store_register_using_P (const struct regcache *regcache, struct packet_reg *reg)
 
static void store_registers_using_G (const struct regcache *regcache)
 
static void remote_store_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
 
static int align_for_efficient_write (int todo, CORE_ADDR memaddr)
 
static enum target_xfer_status remote_write_bytes_aux (const char *header, CORE_ADDR memaddr, const gdb_byte *myaddr, ULONGEST len_units, int unit_size, ULONGEST *xfered_len_units, char packet_format, int use_length)
 
static enum target_xfer_status remote_write_bytes (CORE_ADDR memaddr, const gdb_byte *myaddr, ULONGEST len, int unit_size, ULONGEST *xfered_len)
 
static enum target_xfer_status remote_read_bytes_1 (CORE_ADDR memaddr, gdb_byte *myaddr, ULONGEST len_units, int unit_size, ULONGEST *xfered_len_units)
 
static enum target_xfer_status remote_xfer_live_readonly_partial (struct target_ops *ops, gdb_byte *readbuf, ULONGEST memaddr, ULONGEST len, int unit_size, ULONGEST *xfered_len)
 
static enum target_xfer_status remote_read_bytes (struct target_ops *ops, CORE_ADDR memaddr, gdb_byte *myaddr, ULONGEST len, int unit_size, ULONGEST *xfered_len)
 
static enum packet_result remote_send_printf (const char *format,...) ATTRIBUTE_PRINTF(1
 
static void remote_flash_erase (struct target_ops *ops, ULONGEST address, LONGEST length)
 
static enum target_xfer_status remote_flash_write (struct target_ops *ops, ULONGEST address, ULONGEST length, ULONGEST *xfered_len, const gdb_byte *data)
 
static void remote_flash_done (struct target_ops *ops)
 
static void unpush_and_perror (const char *string)
 
static std::string escape_buffer (const char *buf, int n)
 
int putpkt (const char *buf)
 
void getpkt (char **buf, long *sizeof_buf, int forever)
 
static int getpkt_or_notif_sane_1 (char **buf, long *sizeof_buf, int forever, int expecting_notif, int *is_notif)
 
static int kill_child_of_pending_fork (QUEUE(stop_reply_p) *q, QUEUE_ITER(stop_reply_p) *iter, stop_reply_p event, void *data)
 
static void kill_new_fork_children (int pid, struct remote_state *rs)
 
static int extended_remote_supports_disable_randomization (struct target_ops *self)
 
static void extended_remote_disable_randomization (int val)
 
static int extended_remote_run (const std::string &args)
 
static void send_environment_packet (struct remote_state *rs, const char *action, const char *packet, const char *value)
 
static void extended_remote_environment_support (struct remote_state *rs)
 
static void extended_remote_set_inferior_cwd (struct remote_state *rs)
 
static void extended_remote_create_inferior (struct target_ops *ops, const char *exec_file, const std::string &args, char **env, int from_tty)
 
static int remote_add_target_side_condition (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt, char *buf, char *buf_end)
 
static void remote_add_target_side_commands (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt, char *buf)
 
static int remote_insert_breakpoint (struct target_ops *ops, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 
static int remote_remove_breakpoint (struct target_ops *ops, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt, enum remove_bp_reason reason)
 
static enum Z_packet_type watchpoint_to_Z_packet (int type)
 
static int remote_insert_watchpoint (struct target_ops *self, CORE_ADDR addr, int len, enum target_hw_bp_type type, struct expression *cond)
 
static int remote_watchpoint_addr_within_range (struct target_ops *target, CORE_ADDR addr, CORE_ADDR start, int length)
 
static int remote_remove_watchpoint (struct target_ops *self, CORE_ADDR addr, int len, enum target_hw_bp_type type, struct expression *cond)
 
static int remote_region_ok_for_hw_watchpoint (struct target_ops *self, CORE_ADDR addr, int len)
 
static int remote_check_watch_resources (struct target_ops *self, enum bptype type, int cnt, int ot)
 
static int remote_stopped_by_sw_breakpoint (struct target_ops *ops)
 
static int remote_supports_stopped_by_sw_breakpoint (struct target_ops *ops)
 
static int remote_stopped_by_hw_breakpoint (struct target_ops *ops)
 
static int remote_supports_stopped_by_hw_breakpoint (struct target_ops *ops)
 
static int remote_stopped_by_watchpoint (struct target_ops *ops)
 
static int remote_stopped_data_address (struct target_ops *target, CORE_ADDR *addr_p)
 
static int remote_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 
static int remote_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 
static int remote_verify_memory (struct target_ops *ops, const gdb_byte *data, CORE_ADDR lma, ULONGEST size)
 
static void compare_sections_command (const char *args, int from_tty)
 
static enum target_xfer_status remote_write_qxfer (struct target_ops *ops, const char *object_name, const char *annex, const gdb_byte *writebuf, ULONGEST offset, LONGEST len, ULONGEST *xfered_len, struct packet_config *packet)
 
static enum target_xfer_status remote_read_qxfer (struct target_ops *ops, const char *object_name, const char *annex, gdb_byte *readbuf, ULONGEST offset, LONGEST len, ULONGEST *xfered_len, struct packet_config *packet)
 
static enum target_xfer_status remote_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len)
 
static ULONGEST remote_get_memory_xfer_limit (struct target_ops *ops)
 
static int remote_search_memory (struct target_ops *ops, CORE_ADDR start_addr, ULONGEST search_space_len, const gdb_byte *pattern, ULONGEST pattern_len, CORE_ADDR *found_addrp)
 
static void remote_rcmd (struct target_ops *self, const char *command, struct ui_file *outbuf)
 
static std::vector< mem_regionremote_memory_map (struct target_ops *ops)
 
static void packet_command (const char *args, int from_tty)
 
static const char * remote_pid_to_str (struct target_ops *ops, ptid_t ptid)
 
static CORE_ADDR remote_get_thread_local_address (struct target_ops *ops, ptid_t ptid, CORE_ADDR lm, CORE_ADDR offset)
 
static int remote_get_tib_address (struct target_ops *self, ptid_t ptid, CORE_ADDR *addr)
 
 DEF_VEC_O (remote_g_packet_guess_s)
 
static void * remote_g_packet_data_init (struct obstack *obstack)
 
void register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes, const struct target_desc *tdesc)
 
static const struct target_descremote_read_description (struct target_ops *target)
 
static void remote_buffer_add_string (char **buffer, int *left, const char *string)
 
static void remote_buffer_add_bytes (char **buffer, int *left, const gdb_byte *bytes, int len)
 
static void remote_buffer_add_int (char **buffer, int *left, ULONGEST value)
 
static int remote_hostio_parse_result (char *buffer, int *retcode, int *remote_errno, char **attachment)
 
static int remote_hostio_send_command (int command_bytes, int which_packet, int *remote_errno, char **attachment, int *attachment_len)
 
static void readahead_cache_invalidate_fd (int fd)
 
static int remote_hostio_set_filesystem (struct inferior *inf, int *remote_errno)
 
static int remote_hostio_open (struct target_ops *self, struct inferior *inf, const char *filename, int flags, int mode, int warn_if_slow, int *remote_errno)
 
static int remote_hostio_pwrite (struct target_ops *self, int fd, const gdb_byte *write_buf, int len, ULONGEST offset, int *remote_errno)
 
static int remote_hostio_pread_vFile (struct target_ops *self, int fd, gdb_byte *read_buf, int len, ULONGEST offset, int *remote_errno)
 
static int remote_hostio_pread_from_cache (struct remote_state *rs, int fd, gdb_byte *read_buf, size_t len, ULONGEST offset)
 
static int remote_hostio_pread (struct target_ops *self, int fd, gdb_byte *read_buf, int len, ULONGEST offset, int *remote_errno)
 
static int remote_hostio_close (struct target_ops *self, int fd, int *remote_errno)
 
static int remote_hostio_unlink (struct target_ops *self, struct inferior *inf, const char *filename, int *remote_errno)
 
static char * remote_hostio_readlink (struct target_ops *self, struct inferior *inf, const char *filename, int *remote_errno)
 
static int remote_hostio_fstat (struct target_ops *self, int fd, struct stat *st, int *remote_errno)
 
static int remote_filesystem_is_local (struct target_ops *self)
 
static int remote_fileio_errno_to_host (int errnum)
 
static char * remote_hostio_error (int errnum)
 
static void remote_hostio_close_cleanup (void *opaque)
 
void remote_file_put (const char *local_file, const char *remote_file, int from_tty)
 
void remote_file_get (const char *remote_file, const char *local_file, int from_tty)
 
void remote_file_delete (const char *remote_file, int from_tty)
 
static void remote_put_command (const char *args, int from_tty)
 
static void remote_get_command (const char *args, int from_tty)
 
static void remote_delete_command (const char *args, int from_tty)
 
static void remote_command (const char *args, int from_tty)
 
static int remote_can_execute_reverse (struct target_ops *self)
 
static int remote_supports_non_stop (struct target_ops *self)
 
static int remote_supports_disable_randomization (struct target_ops *self)
 
static int remote_supports_multi_process (struct target_ops *self)
 
static int remote_supports_cond_tracepoints (void)
 
static int remote_supports_fast_tracepoints (void)
 
static int remote_supports_static_tracepoints (void)
 
static int remote_supports_install_in_trace (void)
 
static int remote_supports_enable_disable_tracepoint (struct target_ops *self)
 
static int remote_supports_string_tracing (struct target_ops *self)
 
static void remote_trace_init (struct target_ops *self)
 
static void remote_download_command_source (int num, ULONGEST addr, struct command_line *cmds)
 
static void remote_download_tracepoint (struct target_ops *self, struct bp_location *loc)
 
static int remote_can_download_tracepoint (struct target_ops *self)
 
static void remote_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *tsv)
 
static void remote_enable_tracepoint (struct target_ops *self, struct bp_location *location)
 
static void remote_disable_tracepoint (struct target_ops *self, struct bp_location *location)
 
static void remote_trace_set_readonly_regions (struct target_ops *self)
 
static void remote_trace_start (struct target_ops *self)
 
static void remote_get_tracepoint_status (struct target_ops *self, struct breakpoint *bp, struct uploaded_tp *utp)
 
static void remote_trace_stop (struct target_ops *self)
 
static int remote_trace_find (struct target_ops *self, enum trace_find_type type, int num, CORE_ADDR addr1, CORE_ADDR addr2, int *tpp)
 
static int remote_get_trace_state_variable_value (struct target_ops *self, int tsvnum, LONGEST *val)
 
static int remote_save_trace_data (struct target_ops *self, const char *filename)
 
static LONGEST remote_get_raw_trace_data (struct target_ops *self, gdb_byte *buf, ULONGEST offset, LONGEST len)
 
static void remote_set_disconnected_tracing (struct target_ops *self, int val)
 
static int remote_core_of_thread (struct target_ops *ops, ptid_t ptid)
 
static void remote_set_circular_trace_buffer (struct target_ops *self, int val)
 
static traceframe_info_up remote_traceframe_info (struct target_ops *self)
 
static int remote_get_min_fast_tracepoint_insn_len (struct target_ops *self)
 
static void remote_set_trace_buffer_size (struct target_ops *self, LONGEST val)
 
static int remote_set_trace_notes (struct target_ops *self, const char *user, const char *notes, const char *stop_notes)
 
static int remote_use_agent (struct target_ops *self, int use)
 
static int remote_can_use_agent (struct target_ops *self)
 
static int remote_supports_btrace (struct target_ops *self, enum btrace_format format)
 
static void btrace_sync_conf (const struct btrace_config *conf)
 
static void btrace_read_config (struct btrace_config *conf)
 
static struct btrace_target_inforemote_enable_btrace (struct target_ops *self, ptid_t ptid, const struct btrace_config *conf)
 
static void remote_disable_btrace (struct target_ops *self, struct btrace_target_info *tinfo)
 
static void remote_teardown_btrace (struct target_ops *self, struct btrace_target_info *tinfo)
 
static enum btrace_error remote_read_btrace (struct target_ops *self, struct btrace_data *btrace, struct btrace_target_info *tinfo, enum btrace_read_type type)
 
static const struct btrace_configremote_btrace_conf (struct target_ops *self, const struct btrace_target_info *tinfo)
 
static int remote_augmented_libraries_svr4_read (struct target_ops *self)
 
static void remote_load (struct target_ops *self, const char *name, int from_tty)
 
static char * remote_pid_to_exec_file (struct target_ops *self, int pid)
 
static int remote_can_do_single_step (struct target_ops *ops)
 
static enum exec_direction_kind remote_execution_direction (struct target_ops *self)
 
static struct thread_inforemote_thread_handle_to_thread_info (struct target_ops *ops, const gdb_byte *thread_handle, int handle_len, struct inferior *inf)
 
static void remote_async_serial_handler (struct serial *scb, void *context)
 
static void set_remote_cmd (const char *args, int from_tty)
 
static void show_remote_cmd (const char *args, int from_tty)
 
static void remote_new_objfile (struct objfile *objfile)
 
static void show_range_stepping (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static void set_range_stepping (const char *ignore_args, int from_tty, struct cmd_list_element *c)
 
void _initialize_remote (void)
 

Variables

static const struct program_space_data * remote_pspace_data
 
static char * remote_exec_file_var
 
static struct cmd_list_elementremote_cmdlist
 
static struct cmd_list_elementremote_set_cmdlist
 
static struct cmd_list_elementremote_show_cmdlist
 
static int use_range_stepping = 1
 
static struct remote_stateremote_state
 
static struct gdbarch_dataremote_gdbarch_data_handle
 
static struct target_ops remote_ops
 
static struct target_ops extended_remote_ops
 
static int wait_forever_enabled_p = 1
 
const char interrupt_sequence_control_c [] = "Ctrl-C"
 
const char interrupt_sequence_break [] = "BREAK"
 
const char interrupt_sequence_break_g [] = "BREAK-g"
 
static const char *const interrupt_sequence_modes []
 
static const char * interrupt_sequence_mode = interrupt_sequence_control_c
 
static int interrupt_on_connect = 0
 
static int remote_break
 
static unsigned int remote_address_size
 
static struct memory_packet_config memory_write_packet_config
 
static struct memory_packet_config memory_read_packet_config
 
static struct packet_config remote_protocol_packets [PACKET_MAX]
 
static enum auto_boolean remote_Z_packet_detect
 
static struct async_event_handlerremote_async_inferior_event_token
 
static ptid_t magic_null_ptid
 
static ptid_t not_sent_ptid
 
static ptid_t any_thread_ptid
 
const struct gdb_xml_attribute thread_attributes []
 
const struct gdb_xml_element thread_children []
 
const struct gdb_xml_element threads_children []
 
const struct gdb_xml_element threads_elements []
 
static const struct protocol_feature remote_protocol_features []
 
static char * remote_support_xml
 
struct notif_client notif_client_stop
 
static const int remote_flash_timeout = 1000
 
int remote_hw_watchpoint_limit = -1
 
int remote_hw_watchpoint_length_limit = -1
 
int remote_hw_breakpoint_limit = -1
 
static struct gdbarch_dataremote_g_packet_data_handle
 
static serial_event_ftype remote_async_serial_handler
 

Macro Definition Documentation

◆ BUF_SIZE

#define BUF_SIZE   2048

◆ BUF_THREAD_ID_SIZE

#define BUF_THREAD_ID_SIZE   (OPAQUETHREADBYTES * 2)

◆ CRAZY_MAX_THREADS

#define CRAZY_MAX_THREADS   1000

Definition at line 3037 of file remote.c.

Referenced by remote_get_threads_with_ql().

◆ DEFAULT_MAX_MEMORY_PACKET_SIZE

#define DEFAULT_MAX_MEMORY_PACKET_SIZE   16384

Definition at line 1021 of file remote.c.

Referenced by get_memory_packet_size(), and set_memory_packet_size().

◆ MAX_ACTION_SIZE

#define MAX_ACTION_SIZE   200

Definition at line 5834 of file remote.c.

Referenced by vcont_builder_push_action().

◆ MAX_TRIES

#define MAX_TRIES   3

Referenced by getpkt_or_notif_sane_1().

◆ MAXTHREADLISTRESULTS

#define MAXTHREADLISTRESULTS   32

Definition at line 279 of file remote.c.

Referenced by remote_threadlist_iterator().

◆ MIN_MEMORY_PACKET_SIZE

#define MIN_MEMORY_PACKET_SIZE   20

Definition at line 1025 of file remote.c.

Referenced by get_memory_packet_size().

◆ OPAQUETHREADBYTES

#define OPAQUETHREADBYTES   8

Definition at line 272 of file remote.c.

◆ REMOTE_DEBUG_MAX_CHAR

#define REMOTE_DEBUG_MAX_CHAR   512

Definition at line 284 of file remote.c.

Referenced by getpkt_or_notif_sane_1(), and putpkt_binary().

◆ TAG_DISPLAY [1/2]

#define TAG_DISPLAY   4

Definition at line 2679 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

◆ TAG_DISPLAY [2/2]

#define TAG_DISPLAY   4 /* A short thing maybe to put on a window */

Definition at line 2679 of file remote.c.

◆ TAG_EXISTS [1/2]

#define TAG_EXISTS   2

Definition at line 2677 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

◆ TAG_EXISTS [2/2]

#define TAG_EXISTS
Value:
2 /* Is this process defined enough to
fetch registers and its stack? */

Definition at line 2677 of file remote.c.

◆ TAG_MOREDISPLAY [1/2]

#define TAG_MOREDISPLAY   16

Definition at line 2681 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

◆ TAG_MOREDISPLAY [2/2]

#define TAG_MOREDISPLAY
Value:
16 /* Whatever the kernel wants to say about
the process. */

Definition at line 2681 of file remote.c.

◆ TAG_THREADID [1/2]

#define TAG_THREADID   1

Definition at line 2676 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

◆ TAG_THREADID [2/2]

#define TAG_THREADID   1 /* Echo the thread identifier. */

Definition at line 2676 of file remote.c.

◆ TAG_THREADNAME [1/2]

#define TAG_THREADNAME   8

Definition at line 2680 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

◆ TAG_THREADNAME [2/2]

#define TAG_THREADNAME   8 /* string, maps 1-to-1 with a thread is. */

Definition at line 2680 of file remote.c.

Typedef Documentation

◆ gdb_threadref

typedef int gdb_threadref

Definition at line 2292 of file remote.c.

◆ remote_g_packet_guess_s

Definition at line 11145 of file remote.c.

◆ rmt_thread_action

typedef int(* rmt_thread_action) (threadref *ref, void *context)

Definition at line 2374 of file remote.c.

◆ stop_reply_p

typedef struct stop_reply * stop_reply_p

◆ threadref

typedef unsigned char threadref[OPAQUETHREADBYTES]

Definition at line 275 of file remote.c.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
REMOTE_ALIGN_WRITES 

Definition at line 98 of file remote.c.

◆ anonymous enum

anonymous enum
Enumerator
PACKET_vCont 
PACKET_X 
PACKET_qSymbol 
PACKET_P 
PACKET_p 
PACKET_Z0 
PACKET_Z1 
PACKET_Z2 
PACKET_Z3 
PACKET_Z4 
PACKET_vFile_setfs 
PACKET_vFile_open 
PACKET_vFile_pread 
PACKET_vFile_pwrite 
PACKET_vFile_close 
PACKET_vFile_unlink 
PACKET_vFile_readlink 
PACKET_vFile_fstat 
PACKET_qXfer_auxv 
PACKET_qXfer_features 
PACKET_qXfer_exec_file 
PACKET_qXfer_libraries 
PACKET_qXfer_libraries_svr4 
PACKET_qXfer_memory_map 
PACKET_qXfer_spu_read 
PACKET_qXfer_spu_write 
PACKET_qXfer_osdata 
PACKET_qXfer_threads 
PACKET_qXfer_statictrace_read 
PACKET_qXfer_traceframe_info 
PACKET_qXfer_uib 
PACKET_qGetTIBAddr 
PACKET_qGetTLSAddr 
PACKET_qSupported 
PACKET_qTStatus 
PACKET_QPassSignals 
PACKET_QCatchSyscalls 
PACKET_QProgramSignals 
PACKET_QSetWorkingDir 
PACKET_QStartupWithShell 
PACKET_QEnvironmentHexEncoded 
PACKET_QEnvironmentReset 
PACKET_QEnvironmentUnset 
PACKET_qCRC 
PACKET_qSearch_memory 
PACKET_vAttach 
PACKET_vRun 
PACKET_QStartNoAckMode 
PACKET_vKill 
PACKET_qXfer_siginfo_read 
PACKET_qXfer_siginfo_write 
PACKET_qAttached 
PACKET_ConditionalTracepoints 
PACKET_ConditionalBreakpoints 
PACKET_BreakpointCommands 
PACKET_FastTracepoints 
PACKET_StaticTracepoints 
PACKET_InstallInTrace 
PACKET_bc 
PACKET_bs 
PACKET_TracepointSource 
PACKET_QAllow 
PACKET_qXfer_fdpic 
PACKET_QDisableRandomization 
PACKET_QAgent 
PACKET_QTBuffer_size 
PACKET_Qbtrace_off 
PACKET_Qbtrace_bts 
PACKET_Qbtrace_pt 
PACKET_qXfer_btrace 
PACKET_QNonStop 
PACKET_QThreadEvents 
PACKET_multiprocess_feature 
PACKET_EnableDisableTracepoints_feature 
PACKET_tracenz_feature 
PACKET_DisconnectedTracing_feature 
PACKET_augmented_libraries_svr4_read_feature 
PACKET_qXfer_btrace_conf 
PACKET_Qbtrace_conf_bts_size 
PACKET_swbreak_feature 
PACKET_hwbreak_feature 
PACKET_fork_event_feature 
PACKET_vfork_event_feature 
PACKET_Qbtrace_conf_pt_size 
PACKET_exec_event_feature 
PACKET_vContSupported 
PACKET_vCtrlC 
PACKET_no_resumed 
PACKET_MAX 

Definition at line 1376 of file remote.c.

◆ packet_result

Enumerator
PACKET_ERROR 
PACKET_OK 
PACKET_UNKNOWN 

Definition at line 1216 of file remote.c.

◆ packet_support

Enumerator
PACKET_SUPPORT_UNKNOWN 
PACKET_ENABLE 
PACKET_DISABLE 

Definition at line 1190 of file remote.c.

◆ Z_packet_type

Enumerator
Z_PACKET_SOFTWARE_BP 
Z_PACKET_HARDWARE_BP 
Z_PACKET_WRITE_WP 
Z_PACKET_READ_WP 
Z_PACKET_ACCESS_WP 
NR_Z_PACKET_TYPES 

Definition at line 1586 of file remote.c.

Function Documentation

◆ _initialize_remote()

void _initialize_remote ( void  )

Definition at line 13942 of file remote.c.

References _, add_cmd(), add_packet_config_cmd(), add_prefix_cmd(), add_setshow_auto_boolean_cmd(), add_setshow_boolean_cmd(), add_setshow_enum_cmd(), add_setshow_string_noescape_cmd(), add_setshow_zinteger_cmd(), add_setshow_zuinteger_cmd(), add_target(), any_thread_ptid, class_files, class_maintenance, class_obscure, class_run, class_support, cmdlist, compare_sections_command(), deprecate_cmd(), discard_pending_stop_replies(), extended_remote_ops, gdb_assert, gdbarch_data_register_post_init(), gdbarch_data_register_pre_init(), init_all_packet_configs(), init_extended_remote_ops(), init_remote_ops(), init_remote_state(), initialize_remote_fileio(), interrupt_on_connect, interrupt_sequence_mode, interrupt_sequence_modes, lookup_cmd(), magic_null_ptid, maintenancelist, name, new_remote_state(), no_class, not_sent_ptid, observer_attach_inferior_exit(), observer_attach_new_objfile(), PACKET_augmented_libraries_svr4_read_feature, PACKET_bc, PACKET_BreakpointCommands, PACKET_bs, packet_command(), PACKET_ConditionalBreakpoints, PACKET_ConditionalTracepoints, PACKET_DisconnectedTracing_feature, PACKET_EnableDisableTracepoints_feature, PACKET_exec_event_feature, PACKET_FastTracepoints, PACKET_fork_event_feature, PACKET_hwbreak_feature, PACKET_InstallInTrace, PACKET_MAX, PACKET_multiprocess_feature, PACKET_no_resumed, PACKET_P, PACKET_p, PACKET_QAgent, PACKET_QAllow, PACKET_qAttached, PACKET_Qbtrace_bts, PACKET_Qbtrace_conf_bts_size, PACKET_Qbtrace_conf_pt_size, PACKET_Qbtrace_off, PACKET_Qbtrace_pt, PACKET_QCatchSyscalls, PACKET_qCRC, PACKET_QDisableRandomization, PACKET_QEnvironmentHexEncoded, PACKET_QEnvironmentReset, PACKET_QEnvironmentUnset, PACKET_qGetTIBAddr, PACKET_qGetTLSAddr, PACKET_QNonStop, PACKET_QPassSignals, PACKET_QProgramSignals, PACKET_qSearch_memory, PACKET_QSetWorkingDir, PACKET_QStartNoAckMode, PACKET_QStartupWithShell, PACKET_qSupported, PACKET_qSymbol, PACKET_QTBuffer_size, PACKET_QThreadEvents, PACKET_qTStatus, PACKET_qXfer_auxv, PACKET_qXfer_btrace, PACKET_qXfer_btrace_conf, PACKET_qXfer_exec_file, PACKET_qXfer_fdpic, PACKET_qXfer_features, PACKET_qXfer_libraries, PACKET_qXfer_libraries_svr4, PACKET_qXfer_memory_map, PACKET_qXfer_osdata, PACKET_qXfer_siginfo_read, PACKET_qXfer_siginfo_write, PACKET_qXfer_spu_read, PACKET_qXfer_spu_write, PACKET_qXfer_statictrace_read, PACKET_qXfer_threads, PACKET_qXfer_traceframe_info, PACKET_qXfer_uib, PACKET_StaticTracepoints, PACKET_swbreak_feature, PACKET_tracenz_feature, PACKET_TracepointSource, PACKET_vAttach, PACKET_vCont, PACKET_vContSupported, PACKET_vCtrlC, PACKET_vFile_close, PACKET_vFile_fstat, PACKET_vFile_open, PACKET_vFile_pread, PACKET_vFile_pwrite, PACKET_vFile_readlink, PACKET_vFile_setfs, PACKET_vFile_unlink, PACKET_vfork_event_feature, PACKET_vKill, PACKET_vRun, PACKET_X, PACKET_Z0, PACKET_Z1, PACKET_Z2, PACKET_Z3, PACKET_Z4, ptid_build(), QUEUE_alloc, remote_address_size, remote_break, remote_cmdlist, remote_command(), remote_delete_command(), remote_exec_file_var, remote_g_packet_data_handle, remote_g_packet_data_init(), remote_gdbarch_data_handle, remote_get_command(), remote_hw_breakpoint_limit, remote_hw_watchpoint_length_limit, remote_hw_watchpoint_limit, remote_new_objfile(), remote_ops, remote_protocol_packets, remote_pspace_data, remote_pspace_data_cleanup(), remote_put_command(), remote_set_cmdlist, remote_show_cmdlist, remote_Z_packet_detect, set_memory_read_packet_size(), set_memory_write_packet_size(), set_range_stepping(), set_remote_cmd(), set_remote_exec_file(), set_remote_protocol_Z_packet_cmd(), set_remotebreak(), setlist, show_interrupt_sequence(), show_memory_read_packet_size(), show_memory_write_packet_size(), show_range_stepping(), show_remote_cmd(), show_remote_exec_file(), show_remote_protocol_Z_packet_cmd(), show_remotebreak(), showlist, stop_reply_xfree(), and use_range_stepping.

◆ add_current_inferior_and_thread()

static void add_current_inferior_and_thread ( char *  wait_status)
static

◆ add_packet_config_cmd()

static void add_packet_config_cmd ( struct packet_config config,
const char *  name,
const char *  title,
int  legacy 
)
static

◆ align_for_efficient_write()

static int align_for_efficient_write ( int  todo,
CORE_ADDR  memaddr 
)
static

Definition at line 8023 of file remote.c.

References REMOTE_ALIGN_WRITES.

Referenced by remote_write_bytes_aux().

◆ append_pending_thread_resumptions()

static char* append_pending_thread_resumptions ( char *  p,
char *  endp,
ptid_t  ptid 
)
static

◆ append_resumption()

static char* append_resumption ( char *  p,
char *  endp,
ptid_t  ptid,
int  step,
enum gdb_signal  siggnal 
)
static

◆ btrace_read_config()

static void btrace_read_config ( struct btrace_config conf)
static

◆ btrace_sync_conf()

static void btrace_sync_conf ( const struct btrace_config conf)
static

◆ check_binary_download()

static void check_binary_download ( CORE_ADDR  addr)
static

◆ check_pending_event_prevents_wildcard_vcont_callback()

static int check_pending_event_prevents_wildcard_vcont_callback ( QUEUE(stop_reply_p) *  q,
QUEUE_ITER(stop_reply_p) *  iter,
stop_reply_p  event,
void *  data 
)
static

◆ check_pending_events_prevent_wildcard_vcont()

static void check_pending_events_prevent_wildcard_vcont ( int *  may_global_wildcard_vcont)
static

◆ compare_pnums()

static int compare_pnums ( const void *  lhs_,
const void *  rhs_ 
)
static

Definition at line 729 of file remote.c.

Referenced by map_regcache_remote_table().

◆ compare_sections_command()

static void compare_sections_command ( const char *  args,
int  from_tty 
)
static

◆ copy_threadref()

static void copy_threadref ( threadref dest,
threadref src 
)
static

Definition at line 2621 of file remote.c.

Referenced by remote_threadlist_iterator(), and remote_unpack_thread_info_response().

◆ DECLARE_QUEUE_P()

DECLARE_QUEUE_P ( stop_reply_p  )

◆ DEF_VEC_O() [1/2]

DEF_VEC_O ( cached_reg_t  )

◆ DEF_VEC_O() [2/2]

DEF_VEC_O ( remote_g_packet_guess_s  )

◆ DEFINE_QUEUE_P()

DEFINE_QUEUE_P ( stop_reply_p  )

◆ discard_pending_stop_replies()

static void discard_pending_stop_replies ( struct inferior inf)
static

◆ discard_pending_stop_replies_in_queue()

static void discard_pending_stop_replies_in_queue ( struct remote_state rs)
static

◆ end_thread()

static void end_thread ( struct gdb_xml_parser parser,
const struct gdb_xml_element element,
void *  user_data,
const char *  body_text 
)
static

Definition at line 3106 of file remote.c.

References threads_listing_context::items.

◆ escape_buffer()

static std::string escape_buffer ( const char *  buf,
int  n 
)
static

◆ extended_remote_attach()

static void extended_remote_attach ( struct target_ops target,
const char *  args,
int  from_tty 
)
static

◆ extended_remote_create_inferior()

static void extended_remote_create_inferior ( struct target_ops ops,
const char *  exec_file,
const std::string args,
char **  env,
int  from_tty 
)
static

◆ extended_remote_detach()

static void extended_remote_detach ( struct target_ops ops,
const char *  args,
int  from_tty 
)
static

Definition at line 5173 of file remote.c.

References remote_detach_1().

Referenced by init_extended_remote_ops().

◆ extended_remote_disable_randomization()

static void extended_remote_disable_randomization ( int  val)
static

◆ extended_remote_environment_support()

static void extended_remote_environment_support ( struct remote_state rs)
static

◆ extended_remote_open()

static void extended_remote_open ( const char *  name,
int  from_tty 
)
static

Definition at line 4322 of file remote.c.

References extended_remote_ops, name, and remote_open_1().

Referenced by init_extended_remote_ops().

◆ extended_remote_post_attach()

static void extended_remote_post_attach ( struct target_ops ops,
int  pid 
)
static

Definition at line 5373 of file remote.c.

References get_offsets(), remote_check_symbols(), and symfile_objfile.

Referenced by init_extended_remote_ops().

◆ extended_remote_restart()

static void extended_remote_restart ( void  )
static

◆ extended_remote_run()

static int extended_remote_run ( const std::string args)
static

◆ extended_remote_set_inferior_cwd()

static void extended_remote_set_inferior_cwd ( struct remote_state rs)
static

◆ extended_remote_supports_disable_randomization()

static int extended_remote_supports_disable_randomization ( struct target_ops self)
static

◆ fetch_register_using_p()

static int fetch_register_using_p ( struct regcache regcache,
struct packet_reg reg 
)
static

◆ fetch_registers_using_g()

static void fetch_registers_using_g ( struct regcache regcache)
static

Definition at line 7665 of file remote.c.

References process_g_packet(), and send_g_packet().

Referenced by remote_fetch_registers().

◆ get_current_thread()

static ptid_t get_current_thread ( char *  wait_status)
static

◆ get_memory_packet_size()

static long get_memory_packet_size ( struct memory_packet_config config)
static

◆ get_memory_read_packet_size()

static long get_memory_read_packet_size ( void  )
static

◆ get_memory_write_packet_size()

static long get_memory_write_packet_size ( void  )
static

◆ get_offsets()

static void get_offsets ( void  )
static

◆ get_remote_arch_state()

static struct remote_arch_state* get_remote_arch_state ( struct gdbarch gdbarch)
static

◆ get_remote_exec_file()

static const char* get_remote_exec_file ( void  )
static

Definition at line 683 of file remote.c.

References current_program_space, and remote_pspace_data.

Referenced by extended_remote_create_inferior(), and extended_remote_run().

◆ get_remote_inferior()

static remote_inferior* get_remote_inferior ( inferior inf)
static

◆ get_remote_packet_size()

static long get_remote_packet_size ( void  )
static

Definition at line 863 of file remote.c.

References remote_state::explicit_packet_size, get_remote_arch_state(), get_remote_state(), remote_arch_state::remote_packet_size, and target_gdbarch().

Referenced by btrace_sync_conf(), extended_remote_attach(), extended_remote_create_inferior(), extended_remote_disable_randomization(), extended_remote_restart(), extended_remote_run(), extended_remote_set_inferior_cwd(), get_memory_packet_size(), get_memory_read_packet_size(), remote_check_symbols(), remote_detach_pid(), remote_disable_btrace(), remote_disable_tracepoint(), remote_download_trace_state_variable(), remote_enable_btrace(), remote_enable_tracepoint(), remote_file_get(), remote_file_put(), remote_get_min_fast_tracepoint_insn_len(), remote_get_thread_local_address(), remote_get_threadlist(), remote_get_tib_address(), remote_get_trace_state_variable_value(), remote_get_tracepoint_status(), remote_hostio_close(), remote_hostio_fstat(), remote_hostio_open(), remote_hostio_pread(), remote_hostio_pread_vFile(), remote_hostio_pwrite(), remote_hostio_readlink(), remote_hostio_set_filesystem(), remote_hostio_unlink(), remote_insert_breakpoint(), remote_insert_hw_breakpoint(), remote_insert_watchpoint(), remote_interrupt_ns(), remote_query_attached(), remote_rcmd(), remote_read_qxfer(), remote_remove_breakpoint(), remote_remove_hw_breakpoint(), remote_remove_watchpoint(), remote_resume_with_vcont(), remote_save_trace_data(), remote_send_printf(), remote_set_circular_trace_buffer(), remote_set_disconnected_tracing(), remote_set_permissions(), remote_set_syscall_catchpoint(), remote_set_trace_buffer_size(), remote_set_trace_notes(), remote_static_tracepoint_marker_at(), remote_stop_ns(), remote_thread_alive(), remote_thread_events(), remote_threads_extra_info(), remote_trace_find(), remote_use_agent(), remote_verify_memory(), remote_vkill(), remote_xfer_partial(), send_environment_packet(), send_g_packet(), set_thread(), store_register_using_P(), and vcont_builder_restart().

◆ get_remote_state()

static struct remote_state * get_remote_state ( void  )
static

Definition at line 658 of file remote.c.

References get_remote_arch_state(), get_remote_state_raw(), and target_gdbarch().

Referenced by add_current_inferior_and_thread(), append_resumption(), btrace_sync_conf(), check_binary_download(), discard_pending_stop_replies(), extended_remote_attach(), extended_remote_create_inferior(), extended_remote_disable_randomization(), extended_remote_restart(), extended_remote_run(), fetch_register_using_p(), get_memory_packet_size(), get_offsets(), get_remote_packet_size(), getpkt_or_notif_sane_1(), interrupt_query(), kill_child_of_pending_fork(), kill_new_fork_children(), packet_command(), parse_threadlist_response(), process_g_packet(), putpkt_binary(), read_frame(), readahead_cache_invalidate(), readahead_cache_invalidate_fd(), readchar(), remote_add_thread(), remote_async(), remote_btrace_maybe_reopen(), remote_btrace_reset(), remote_can_async_p(), remote_can_do_single_step(), remote_can_download_tracepoint(), remote_close(), remote_current_thread(), remote_detach_1(), remote_detach_pid(), remote_disable_btrace(), remote_disable_tracepoint(), remote_download_command_source(), remote_download_trace_state_variable(), remote_download_tracepoint(), remote_enable_btrace(), remote_enable_tracepoint(), remote_execution_direction(), remote_file_delete(), remote_file_get(), remote_file_put(), remote_follow_fork(), remote_get_min_fast_tracepoint_insn_len(), remote_get_noisy_reply(), remote_get_raw_trace_data(), remote_get_thread_local_address(), remote_get_threadinfo(), remote_get_threadlist(), remote_get_threads_with_qthreadinfo(), remote_get_tib_address(), remote_get_trace_state_variable_value(), remote_get_trace_status(), remote_get_tracepoint_status(), remote_hostio_close(), remote_hostio_fstat(), remote_hostio_open(), remote_hostio_pread(), remote_hostio_pread_vFile(), remote_hostio_pwrite(), remote_hostio_readlink(), remote_hostio_send_command(), remote_hostio_set_filesystem(), remote_hostio_unlink(), remote_insert_breakpoint(), remote_insert_exec_catchpoint(), remote_insert_fork_catchpoint(), remote_insert_hw_breakpoint(), remote_insert_vfork_catchpoint(), remote_insert_watchpoint(), remote_interrupt_as(), remote_interrupt_ns(), remote_is_async_p(), remote_kill(), remote_mourn(), remote_new_objfile(), remote_notice_new_inferior(), remote_notif_get_pending_events(), remote_open_1(), remote_packet_size(), remote_parse_stop_reply(), remote_pass_ctrlc(), remote_pass_signals(), remote_pid_to_str(), remote_program_signals(), remote_query_attached(), remote_query_supported(), remote_rcmd(), remote_read_bytes_1(), remote_read_qxfer(), remote_remove_breakpoint(), remote_remove_hw_breakpoint(), remote_remove_watchpoint(), remote_resume(), remote_resume_with_hc(), remote_resume_with_vcont(), remote_save_trace_data(), remote_search_memory(), remote_send_printf(), remote_serial_quit_handler(), remote_serial_write(), remote_set_circular_trace_buffer(), remote_set_disconnected_tracing(), remote_set_permissions(), remote_set_syscall_catchpoint(), remote_set_trace_buffer_size(), remote_set_trace_notes(), remote_start_remote(), remote_static_tracepoint_marker_at(), remote_stop_ns(), remote_supports_multi_process(), remote_thread_alive(), remote_thread_events(), remote_threadlist_iterator(), remote_threads_extra_info(), remote_trace_find(), remote_trace_init(), remote_trace_set_readonly_regions(), remote_trace_start(), remote_trace_stop(), remote_unpack_thread_info_response(), remote_upload_trace_state_variables(), remote_upload_tracepoints(), remote_use_agent(), remote_verify_memory(), remote_wait_as(), remote_wait_ns(), remote_write_bytes_aux(), remote_write_qxfer(), remote_xfer_partial(), send_g_packet(), send_interrupt_sequence(), set_general_process(), set_range_stepping(), set_remote_traceframe(), set_thread(), store_register_using_P(), store_registers_using_G(), vcont_builder_flush(), vcont_builder_restart(), VEC(), and write_ptid().

◆ get_remote_state_raw()

static struct remote_state* get_remote_state_raw ( void  )
static

Definition at line 486 of file remote.c.

References remote_state.

Referenced by get_remote_state(), and init_remote_state().

◆ get_remote_thread_info() [1/2]

static remote_thread_info * get_remote_thread_info ( thread_info thread)
static

◆ get_remote_thread_info() [2/2]

static remote_thread_info* get_remote_thread_info ( ptid_t  ptid)
static

Definition at line 1953 of file remote.c.

References find_thread_ptid(), get_remote_thread_info(), and thread_info::ptid.

◆ getpkt()

void getpkt ( char **  buf,
long *  sizeof_buf,
int  forever 
)

Definition at line 9044 of file remote.c.

References remote_state::buf, and getpkt_sane().

Referenced by btrace_sync_conf(), check_binary_download(), extended_remote_attach(), extended_remote_create_inferior(), extended_remote_environment_support(), extended_remote_run(), extended_remote_set_inferior_cwd(), fetch_register_using_p(), get_offsets(), packet_command(), remote_check_symbols(), remote_current_thread(), remote_detach_pid(), remote_disable_btrace(), remote_enable_btrace(), remote_get_noisy_reply(), remote_get_thread_local_address(), remote_get_threadinfo(), remote_get_threadlist(), remote_get_threads_with_qthreadinfo(), remote_get_tib_address(), remote_insert_breakpoint(), remote_insert_hw_breakpoint(), remote_insert_watchpoint(), remote_interrupt_ns(), remote_mourn(), remote_notif_get_pending_events(), remote_pass_signals(), remote_program_signals(), remote_query_attached(), remote_query_supported(), remote_read_bytes_1(), remote_remove_breakpoint(), remote_remove_hw_breakpoint(), remote_remove_watchpoint(), remote_resume_with_vcont(), remote_send(), remote_send_printf(), remote_set_permissions(), remote_set_syscall_catchpoint(), remote_start_remote(), remote_static_tracepoint_marker_at(), remote_stop_ns(), remote_thread_alive(), remote_thread_events(), remote_threads_extra_info(), remote_trace_set_readonly_regions(), remote_upload_trace_state_variables(), remote_upload_tracepoints(), remote_use_agent(), remote_vcont_probe(), remote_verify_memory(), remote_vkill(), remote_write_bytes_aux(), remote_xfer_partial(), send_environment_packet(), send_g_packet(), set_thread(), store_register_using_P(), store_registers_using_G(), vcont_builder_flush(), and VEC().

◆ getpkt_or_notif_sane()

static int getpkt_or_notif_sane ( char **  buf,
long *  sizeof_buf,
int  forever,
int *  is_notif 
)
static

Definition at line 9214 of file remote.c.

References remote_state::buf, and getpkt_or_notif_sane_1().

Referenced by remote_wait_as(), and remote_wait_ns().

◆ getpkt_or_notif_sane_1()

static int getpkt_or_notif_sane_1 ( char **  buf,
long *  sizeof_buf,
int  forever,
int  expecting_notif,
int *  is_notif 
)
static

◆ getpkt_sane()

static int getpkt_sane ( char **  buf,
long *  sizeof_buf,
int  forever 
)
static

◆ hexnumlen()

static int hexnumlen ( ULONGEST  num)
static

Definition at line 7898 of file remote.c.

Referenced by hexnumstr(), remote_buffer_add_int(), and remote_write_bytes_aux().

◆ hexnumnstr()

static int hexnumnstr ( char *  buf,
ULONGEST  num,
int  width 
)
static

Definition at line 7922 of file remote.c.

Referenced by hexnumstr(), and remote_write_bytes_aux().

◆ hexnumstr()

static int hexnumstr ( char *  buf,
ULONGEST  num 
)
static

◆ init_all_packet_configs()

static void init_all_packet_configs ( void  )
static

◆ init_extended_remote_ops()

static void init_extended_remote_ops ( void  )
static

◆ init_remote_ops()

static void init_remote_ops ( void  )
static

Definition at line 13525 of file remote.c.

References default_child_has_all_memory(), default_child_has_execution(), default_child_has_memory(), default_child_has_registers(), default_child_has_stack(), OPS_MAGIC, process_stratum, remote_async(), remote_augmented_libraries_svr4_read(), remote_btrace_conf(), remote_can_async_p(), remote_can_do_single_step(), remote_can_download_tracepoint(), remote_can_execute_reverse(), remote_can_run_breakpoint_commands(), remote_can_use_agent(), remote_check_watch_resources(), remote_close(), remote_commit_resume(), remote_core_of_thread(), remote_detach(), remote_disable_btrace(), remote_disable_tracepoint(), remote_disconnect(), remote_download_trace_state_variable(), remote_download_tracepoint(), remote_enable_btrace(), remote_enable_tracepoint(), remote_execution_direction(), remote_fetch_registers(), remote_files_info(), remote_filesystem_is_local(), remote_flash_done(), remote_flash_erase(), remote_follow_exec(), remote_follow_fork(), remote_get_ada_task_ptid(), remote_get_memory_xfer_limit(), remote_get_min_fast_tracepoint_insn_len(), remote_get_raw_trace_data(), remote_get_thread_local_address(), remote_get_tib_address(), remote_get_trace_state_variable_value(), remote_get_trace_status(), remote_get_tracepoint_status(), remote_hostio_close(), remote_hostio_fstat(), remote_hostio_open(), remote_hostio_pread(), remote_hostio_pwrite(), remote_hostio_readlink(), remote_hostio_unlink(), remote_insert_breakpoint(), remote_insert_exec_catchpoint(), remote_insert_fork_catchpoint(), remote_insert_hw_breakpoint(), remote_insert_vfork_catchpoint(), remote_insert_watchpoint(), remote_interrupt(), remote_is_async_p(), remote_kill(), remote_load(), remote_memory_map(), remote_mourn(), remote_open(), remote_ops, remote_pass_ctrlc(), remote_pass_signals(), remote_pid_to_exec_file(), remote_pid_to_str(), remote_prepare_to_store(), remote_program_signals(), remote_rcmd(), remote_read_btrace(), remote_read_description(), remote_region_ok_for_hw_watchpoint(), remote_remove_breakpoint(), remote_remove_exec_catchpoint(), remote_remove_fork_catchpoint(), remote_remove_hw_breakpoint(), remote_remove_vfork_catchpoint(), remote_remove_watchpoint(), remote_resume(), remote_save_trace_data(), remote_search_memory(), remote_set_circular_trace_buffer(), remote_set_disconnected_tracing(), remote_set_permissions(), remote_set_syscall_catchpoint(), remote_set_trace_buffer_size(), remote_set_trace_notes(), remote_static_tracepoint_marker_at(), remote_stop(), remote_stopped_by_hw_breakpoint(), remote_stopped_by_sw_breakpoint(), remote_stopped_by_watchpoint(), remote_stopped_data_address(), remote_store_registers(), remote_supports_btrace(), remote_supports_cond_breakpoints(), remote_supports_disable_randomization(), remote_supports_enable_disable_tracepoint(), remote_supports_multi_process(), remote_supports_non_stop(), remote_supports_stopped_by_hw_breakpoint(), remote_supports_stopped_by_sw_breakpoint(), remote_supports_string_tracing(), remote_teardown_btrace(), remote_terminal_inferior(), remote_terminal_ours(), remote_thread_alive(), remote_thread_events(), remote_thread_handle_to_thread_info(), remote_thread_name(), remote_threads_extra_info(), remote_trace_find(), remote_trace_init(), remote_trace_set_readonly_regions(), remote_trace_start(), remote_trace_stop(), remote_traceframe_info(), remote_update_thread_list(), remote_upload_trace_state_variables(), remote_upload_tracepoints(), remote_use_agent(), remote_verify_memory(), remote_wait(), remote_watchpoint_addr_within_range(), remote_xfer_partial(), serial_log_command(), tc_schedlock, target_ops::to_async, target_ops::to_augmented_libraries_svr4_read, target_ops::to_btrace_conf, target_ops::to_can_async_p, target_ops::to_can_do_single_step, target_ops::to_can_download_tracepoint, target_ops::to_can_execute_reverse, target_ops::to_can_run_breakpoint_commands, target_ops::to_can_use_agent, target_ops::to_can_use_hw_breakpoint, target_ops::to_close, target_ops::to_commit_resume, target_ops::to_core_of_thread, target_ops::to_detach, target_ops::to_disable_btrace, target_ops::to_disable_tracepoint, target_ops::to_disconnect, target_ops::to_doc, target_ops::to_download_trace_state_variable, target_ops::to_download_tracepoint, target_ops::to_enable_btrace, target_ops::to_enable_tracepoint, target_ops::to_execution_direction, target_ops::to_extra_thread_info, target_ops::to_fetch_registers, target_ops::to_fileio_close, target_ops::to_fileio_fstat, target_ops::to_fileio_open, target_ops::to_fileio_pread, target_ops::to_fileio_pwrite, target_ops::to_fileio_readlink, target_ops::to_fileio_unlink, target_ops::to_files_info, target_ops::to_filesystem_is_local, target_ops::to_flash_done, target_ops::to_flash_erase, target_ops::to_follow_exec, target_ops::to_follow_fork, target_ops::to_get_ada_task_ptid, target_ops::to_get_memory_xfer_limit, target_ops::to_get_min_fast_tracepoint_insn_len, target_ops::to_get_raw_trace_data, target_ops::to_get_thread_local_address, target_ops::to_get_tib_address, target_ops::to_get_trace_state_variable_value, target_ops::to_get_trace_status, target_ops::to_get_tracepoint_status, target_ops::to_has_all_memory, target_ops::to_has_execution, target_ops::to_has_memory, target_ops::to_has_registers, target_ops::to_has_stack, target_ops::to_has_thread_control, target_ops::to_insert_breakpoint, target_ops::to_insert_exec_catchpoint, target_ops::to_insert_fork_catchpoint, target_ops::to_insert_hw_breakpoint, target_ops::to_insert_vfork_catchpoint, target_ops::to_insert_watchpoint, target_ops::to_interrupt, target_ops::to_is_async_p, target_ops::to_kill, target_ops::to_load, target_ops::to_log_command, target_ops::to_longname, target_ops::to_magic, target_ops::to_mourn_inferior, target_ops::to_open, target_ops::to_pass_ctrlc, target_ops::to_pass_signals, target_ops::to_pid_to_exec_file, target_ops::to_pid_to_str, target_ops::to_prepare_to_store, target_ops::to_program_signals, target_ops::to_rcmd, target_ops::to_read_btrace, target_ops::to_read_description, target_ops::to_region_ok_for_hw_watchpoint, target_ops::to_remove_breakpoint, target_ops::to_remove_exec_catchpoint, target_ops::to_remove_fork_catchpoint, target_ops::to_remove_hw_breakpoint, target_ops::to_remove_vfork_catchpoint, target_ops::to_remove_watchpoint, target_ops::to_resume, target_ops::to_save_trace_data, target_ops::to_search_memory, target_ops::to_set_circular_trace_buffer, target_ops::to_set_disconnected_tracing, target_ops::to_set_permissions, target_ops::to_set_syscall_catchpoint, target_ops::to_set_trace_buffer_size, target_ops::to_set_trace_notes, target_ops::to_shortname, target_ops::to_static_tracepoint_marker_at, target_ops::to_stop, target_ops::to_stopped_by_hw_breakpoint, target_ops::to_stopped_by_sw_breakpoint, target_ops::to_stopped_by_watchpoint, target_ops::to_stopped_data_address, target_ops::to_store_registers, target_ops::to_stratum, target_ops::to_supports_btrace, target_ops::to_supports_disable_randomization, target_ops::to_supports_enable_disable_tracepoint, target_ops::to_supports_evaluation_of_breakpoint_conditions, target_ops::to_supports_multi_process, target_ops::to_supports_non_stop, target_ops::to_supports_stopped_by_hw_breakpoint, target_ops::to_supports_stopped_by_sw_breakpoint, target_ops::to_supports_string_tracing, target_ops::to_teardown_btrace, target_ops::to_terminal_inferior, target_ops::to_terminal_ours, target_ops::to_thread_alive, target_ops::to_thread_events, target_ops::to_thread_handle_to_thread_info, target_ops::to_thread_name, target_ops::to_trace_find, target_ops::to_trace_init, target_ops::to_trace_set_readonly_regions, target_ops::to_trace_start, target_ops::to_trace_stop, target_ops::to_traceframe_info, target_ops::to_update_thread_list, target_ops::to_upload_trace_state_variables, target_ops::to_upload_tracepoints, target_ops::to_use_agent, target_ops::to_verify_memory, target_ops::to_wait, target_ops::to_watchpoint_addr_within_range, and target_ops::to_xfer_partial.

Referenced by _initialize_remote().

◆ init_remote_state()

static void* init_remote_state ( struct gdbarch gdbarch)
static

◆ int_to_threadref()

void int_to_threadref ( threadref id,
int  value 
)

Definition at line 2590 of file remote.c.

References scan().

Referenced by remote_threads_extra_info().

◆ interrupt_query()

static void interrupt_query ( void  )
static

◆ is_pending_fork_parent()

static int is_pending_fork_parent ( struct target_waitstatus ws,
int  event_pid,
ptid_t  thread_ptid 
)
static

◆ is_pending_fork_parent_thread()

static int is_pending_fork_parent_thread ( struct thread_info thread)
static

◆ kill_child_of_pending_fork()

static int kill_child_of_pending_fork ( QUEUE(stop_reply_p) *  q,
QUEUE_ITER(stop_reply_p) *  iter,
stop_reply_p  event,
void *  data 
)
static

◆ kill_new_fork_children()

static void kill_new_fork_children ( int  pid,
struct remote_state rs 
)
static

◆ map_regcache_remote_table()

static int map_regcache_remote_table ( struct gdbarch gdbarch,
struct packet_reg regs 
)
static

◆ new_remote_state()

static struct remote_state* new_remote_state ( void  )
static

◆ pack_int()

static char * pack_int ( char *  buf,
int  value 
)
static

Definition at line 2503 of file remote.c.

References remote_state::buf, and pack_hex_byte().

Referenced by pack_threadinfo_request().

◆ pack_threadid()

static char * pack_threadid ( char *  pkt,
threadref id 
)
static

Definition at line 2553 of file remote.c.

References BUF_THREAD_ID_SIZE, and pack_hex_byte().

Referenced by pack_threadinfo_request(), and pack_threadlist_request().

◆ pack_threadinfo_request()

static char * pack_threadinfo_request ( char *  pkt,
int  mode,
threadref id 
)
static

Definition at line 2662 of file remote.c.

References pack_int(), and pack_threadid().

Referenced by remote_get_threadinfo().

◆ pack_threadlist_request()

static char * pack_threadlist_request ( char *  pkt,
int  startflag,
int  threadcount,
threadref nextthread 
)
static

Definition at line 2799 of file remote.c.

References remote_state::nextthread, pack_hex_byte(), pack_nibble(), and pack_threadid().

Referenced by remote_get_threadlist().

◆ packet_check_result()

static enum packet_result packet_check_result ( const char *  buf)
static

Definition at line 1298 of file remote.c.

References PACKET_ERROR, PACKET_OK, and PACKET_UNKNOWN.

Referenced by packet_ok(), remote_send_printf(), and store_registers_using_G().

◆ packet_command()

static void packet_command ( const char *  args,
int  from_tty 
)
static

◆ packet_config_support()

static enum packet_support packet_config_support ( struct packet_config config)
static

◆ packet_ok()

static enum packet_result packet_ok ( const char *  buf,
struct packet_config config 
)
static

◆ packet_reg_from_pnum()

static struct packet_reg* packet_reg_from_pnum ( struct gdbarch gdbarch,
struct remote_arch_state rsa,
LONGEST  pnum 
)
static

Definition at line 890 of file remote.c.

References gdbarch_num_regs(), packet_reg::pnum, and remote_arch_state::regs.

Referenced by remote_parse_stop_reply().

◆ packet_reg_from_regnum()

static struct packet_reg* packet_reg_from_regnum ( struct gdbarch gdbarch,
struct remote_arch_state rsa,
long  regnum 
)
static

◆ packet_set_cmd_state()

static enum auto_boolean packet_set_cmd_state ( int  packet)
static

Definition at line 1527 of file remote.c.

References packet_config::detect, and remote_protocol_packets.

Referenced by remote_query_supported().

◆ packet_support()

static enum packet_support packet_support ( int  packet)
static

Definition at line 1556 of file remote.c.

References packet_config_support(), and remote_protocol_packets.

◆ parse_threadlist_response()

static int parse_threadlist_response ( char *  pkt,
int  result_limit,
threadref original_echo,
threadref resultlist,
int *  doneflag 
)
static

◆ peek_stop_reply()

static int peek_stop_reply ( ptid_t  ptid)
static

Definition at line 6728 of file remote.c.

References stop_reply::ptid, QUEUE_iterate, and stop_reply_match_ptid_and_ws().

Referenced by remote_stop_ns().

◆ print_one_stopped_thread()

static void print_one_stopped_thread ( struct thread_info thread)
static

◆ print_packet()

static void print_packet ( const char *  buf)
static

Definition at line 8642 of file remote.c.

References remote_state::buf, fputstr_filtered(), gdb_stdout, and puts_filtered().

Referenced by packet_command().

◆ process_g_packet()

static void process_g_packet ( struct regcache regcache)
static

◆ process_initial_stop_replies()

static void process_initial_stop_replies ( int  from_tty)
static

◆ process_stop_reply()

static ptid_t process_stop_reply ( struct stop_reply stop_reply,
struct target_waitstatus status 
)
static

◆ push_stop_reply()

static void push_stop_reply ( struct stop_reply new_event)
static

◆ putpkt()

int putpkt ( const char *  buf)

Definition at line 8650 of file remote.c.

References remote_state::buf, and putpkt_binary().

Referenced by btrace_sync_conf(), extended_remote_attach(), extended_remote_create_inferior(), extended_remote_disable_randomization(), extended_remote_environment_support(), extended_remote_restart(), extended_remote_run(), extended_remote_set_inferior_cwd(), fetch_register_using_p(), get_offsets(), packet_command(), remote_check_symbols(), remote_current_thread(), remote_detach_pid(), remote_disable_btrace(), remote_disable_tracepoint(), remote_download_command_source(), remote_download_trace_state_variable(), remote_download_tracepoint(), remote_enable_btrace(), remote_enable_tracepoint(), remote_fileio_reply(), remote_get_min_fast_tracepoint_insn_len(), remote_get_noisy_reply(), remote_get_raw_trace_data(), remote_get_thread_local_address(), remote_get_threadinfo(), remote_get_threadlist(), remote_get_threads_with_qthreadinfo(), remote_get_tib_address(), remote_get_trace_state_variable_value(), remote_get_trace_status(), remote_get_tracepoint_status(), remote_insert_breakpoint(), remote_insert_hw_breakpoint(), remote_insert_watchpoint(), remote_interrupt_ns(), remote_kill_k(), remote_mourn(), remote_notif_stop_ack(), remote_pass_signals(), remote_program_signals(), remote_query_attached(), remote_query_supported(), remote_rcmd(), remote_read_bytes_1(), remote_read_qxfer(), remote_remove_breakpoint(), remote_remove_hw_breakpoint(), remote_remove_watchpoint(), remote_resume_with_hc(), remote_resume_with_vcont(), remote_save_trace_data(), remote_send(), remote_send_printf(), remote_set_circular_trace_buffer(), remote_set_disconnected_tracing(), remote_set_permissions(), remote_set_syscall_catchpoint(), remote_set_trace_buffer_size(), remote_set_trace_notes(), remote_start_remote(), remote_static_tracepoint_marker_at(), remote_stop_ns(), remote_thread_alive(), remote_thread_events(), remote_threads_extra_info(), remote_trace_find(), remote_trace_init(), remote_trace_set_readonly_regions(), remote_trace_start(), remote_trace_stop(), remote_upload_trace_state_variables(), remote_upload_tracepoints(), remote_use_agent(), remote_vcont_probe(), remote_verify_memory(), remote_vkill(), remote_wait_as(), remote_xfer_partial(), send_environment_packet(), set_thread(), store_register_using_P(), store_registers_using_G(), vcont_builder_flush(), and VEC().

◆ putpkt_binary()

static int putpkt_binary ( const char *  buf,
int  cnt 
)
static

◆ QUEUE()

static QUEUE ( stop_reply_p  )
static

Definition at line 6302 of file remote.c.

References notif_event_xfree().

◆ queued_stop_reply()

static struct stop_reply* queued_stop_reply ( ptid_t  ptid)
static

◆ read_frame()

static long read_frame ( char **  buf_p,
long *  sizeof_buf 
)
static

◆ read_ptid()

static ptid_t read_ptid ( const char *  buf,
const char **  obuf 
)
static

◆ readahead_cache_invalidate()

static void readahead_cache_invalidate ( void  )
static

Definition at line 11435 of file remote.c.

References readahead_cache::fd, get_remote_state(), and remote_state::readahead_cache.

Referenced by remote_open_1().

◆ readahead_cache_invalidate_fd()

static void readahead_cache_invalidate_fd ( int  fd)
static

◆ readchar()

static int readchar ( int  timeout)
static

◆ record_currthread()

static void record_currthread ( struct remote_state rs,
ptid_t  currthread 
)
static

Definition at line 1966 of file remote.c.

References remote_state::general_thread.

Referenced by extended_remote_attach(), remote_mourn(), and remote_wait_as().

◆ register_remote_g_packet_guess()

void register_remote_g_packet_guess ( struct gdbarch gdbarch,
int  bytes,
const struct target_desc tdesc 
)

◆ register_remote_support_xml()

void register_remote_support_xml ( const char *  xml)

Definition at line 4662 of file remote.c.

References remote_support_xml, and xfree().

Referenced by _initialize_i386_tdep().

◆ remote_add_inferior()

static struct inferior* remote_add_inferior ( int  fake_pid_p,
int  pid,
int  attached,
int  try_open_exec 
)
static

◆ remote_add_target_side_commands()

static void remote_add_target_side_commands ( struct gdbarch gdbarch,
struct bp_target_info bp_tgt,
char *  buf 
)
static

◆ remote_add_target_side_condition()

static int remote_add_target_side_condition ( struct gdbarch gdbarch,
struct bp_target_info bp_tgt,
char *  buf,
char *  buf_end 
)
static

◆ remote_add_thread()

static void remote_add_thread ( ptid_t  ptid,
int  running,
int  executing 
)
static

◆ remote_address_masked()

static CORE_ADDR remote_address_masked ( CORE_ADDR  addr)
static

◆ remote_async()

static void remote_async ( struct target_ops ops,
int  enable 
)
static

◆ remote_async_inferior_event_handler()

static void remote_async_inferior_event_handler ( gdb_client_data  data)
static

Definition at line 13741 of file remote.c.

References INF_REG_EVENT, and inferior_event_handler().

Referenced by remote_open_1().

◆ remote_async_serial_handler()

static void remote_async_serial_handler ( struct serial scb,
void *  context 
)
static

Definition at line 13733 of file remote.c.

References INF_REG_EVENT, and inferior_event_handler().

◆ remote_augmented_libraries_svr4_read()

static int remote_augmented_libraries_svr4_read ( struct target_ops self)
static

Definition at line 13414 of file remote.c.

References PACKET_augmented_libraries_svr4_read_feature, and PACKET_ENABLE.

Referenced by init_remote_ops().

◆ remote_btrace_conf()

static const struct btrace_config* remote_btrace_conf ( struct target_ops self,
const struct btrace_target_info tinfo 
)
static

Definition at line 13407 of file remote.c.

References btrace_target_info::conf.

Referenced by init_remote_ops().

◆ remote_btrace_maybe_reopen()

static void remote_btrace_maybe_reopen ( void  )
static

◆ remote_btrace_reset()

static void remote_btrace_reset ( void  )
static

Definition at line 13094 of file remote.c.

References remote_state::btrace_config, get_remote_state(), and memset().

Referenced by remote_open_1().

◆ remote_buffer_add_bytes()

static void remote_buffer_add_bytes ( char **  buffer,
int *  left,
const gdb_byte bytes,
int  len 
)
static

◆ remote_buffer_add_int()

static void remote_buffer_add_int ( char **  buffer,
int *  left,
ULONGEST  value 
)
static

◆ remote_buffer_add_string()

static void remote_buffer_add_string ( char **  buffer,
int *  left,
const char *  string 
)
static

◆ remote_can_async_p()

static int remote_can_async_p ( struct target_ops ops)
static

◆ remote_can_do_single_step()

static int remote_can_do_single_step ( struct target_ops ops)
static

◆ remote_can_download_tracepoint()

static int remote_can_download_tracepoint ( struct target_ops self)
static

◆ remote_can_execute_reverse()

static int remote_can_execute_reverse ( struct target_ops self)
static

Definition at line 12152 of file remote.c.

References PACKET_bc, PACKET_bs, and PACKET_ENABLE.

Referenced by init_remote_ops().

◆ remote_can_run_breakpoint_commands()

static int remote_can_run_breakpoint_commands ( struct target_ops self)
static

◆ remote_can_use_agent()

static int remote_can_use_agent ( struct target_ops self)
static

Definition at line 13077 of file remote.c.

References PACKET_DISABLE, and PACKET_QAgent.

Referenced by init_remote_ops().

◆ remote_check_symbols()

static void remote_check_symbols ( void  )
static

◆ remote_check_watch_resources()

static int remote_check_watch_resources ( struct target_ops self,
enum bptype  type,
int  cnt,
int  ot 
)
static

◆ remote_close()

static void remote_close ( struct target_ops self)
static

◆ remote_command()

static void remote_command ( const char *  args,
int  from_tty 
)
static

Definition at line 12146 of file remote.c.

References all_commands, gdb_stdout, help_list(), and remote_cmdlist.

Referenced by _initialize_remote().

◆ remote_commit_resume()

static void remote_commit_resume ( struct target_ops ops)
static

◆ remote_console_output()

static void remote_console_output ( char *  msg)
static

◆ remote_core_of_thread()

static int remote_core_of_thread ( struct target_ops ops,
ptid_t  ptid 
)
static

◆ remote_current_thread()

static ptid_t remote_current_thread ( ptid_t  oldptid)
static

◆ remote_delete_command()

static void remote_delete_command ( const char *  args,
int  from_tty 
)
static

Definition at line 12133 of file remote.c.

References _, gdb::argv, error(), error_no_arg(), and remote_file_delete().

Referenced by _initialize_remote().

◆ remote_detach()

static void remote_detach ( struct target_ops ops,
const char *  args,
int  from_tty 
)
static

Definition at line 5167 of file remote.c.

References remote_detach_1().

Referenced by init_remote_ops().

◆ remote_detach_1()

static void remote_detach_1 ( const char *  args,
int  from_tty 
)
static

◆ remote_detach_pid()

static void remote_detach_pid ( int  pid)
static

◆ remote_disable_btrace()

static void remote_disable_btrace ( struct target_ops self,
struct btrace_target_info tinfo 
)
static

◆ remote_disable_tracepoint()

static void remote_disable_tracepoint ( struct target_ops self,
struct bp_location location 
)
static

◆ remote_disconnect()

static void remote_disconnect ( struct target_ops target,
const char *  args,
int  from_tty 
)
static

Definition at line 5238 of file remote.c.

References _, error(), generic_mourn_inferior(), puts_filtered(), and unpush_target().

Referenced by init_remote_ops().

◆ remote_download_command_source()

static void remote_download_command_source ( int  num,
ULONGEST  addr,
struct command_line cmds 
)
static

◆ remote_download_trace_state_variable()

static void remote_download_trace_state_variable ( struct target_ops self,
struct trace_state_variable tsv 
)
static

◆ remote_download_tracepoint()

static void remote_download_tracepoint ( struct target_ops self,
struct bp_location loc 
)
static

◆ remote_enable_btrace()

static struct btrace_target_info* remote_enable_btrace ( struct target_ops self,
ptid_t  ptid,
const struct btrace_config conf 
)
static

◆ remote_enable_tracepoint()

static void remote_enable_tracepoint ( struct target_ops self,
struct bp_location location 
)
static

◆ remote_exec_event_p()

static int remote_exec_event_p ( struct remote_state rs)
static

Definition at line 1651 of file remote.c.

References PACKET_ENABLE, and PACKET_exec_event_feature.

Referenced by remote_insert_exec_catchpoint().

◆ remote_execution_direction()

static enum exec_direction_kind remote_execution_direction ( struct target_ops self)
static

Definition at line 13488 of file remote.c.

References get_remote_state(), and remote_state::last_resume_exec_dir.

Referenced by init_remote_ops().

◆ remote_fetch_registers()

static void remote_fetch_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
)
static

◆ remote_file_delete()

void remote_file_delete ( const char *  remote_file,
int  from_tty 
)

◆ remote_file_get()

void remote_file_get ( const char *  remote_file,
const char *  local_file,
int  from_tty 
)

◆ remote_file_put()

void remote_file_put ( const char *  local_file,
const char *  remote_file,
int  from_tty 
)

◆ remote_fileio_errno_to_host()

static int remote_fileio_errno_to_host ( int  errnum)
static

Definition at line 11870 of file remote.c.

Referenced by remote_hostio_error().

◆ remote_files_info()

static void remote_files_info ( struct target_ops ignore)
static

Definition at line 8518 of file remote.c.

References puts_filtered().

Referenced by init_remote_ops().

◆ remote_filesystem_is_local()

static int remote_filesystem_is_local ( struct target_ops self)
static

◆ remote_flash_done()

static void remote_flash_done ( struct target_ops ops)
static

◆ remote_flash_erase()

static void remote_flash_erase ( struct target_ops ops,
ULONGEST  address,
LONGEST  length 
)
static

◆ remote_flash_write()

static enum target_xfer_status remote_flash_write ( struct target_ops ops,
ULONGEST  address,
ULONGEST  length,
ULONGEST xfered_len,
const gdb_byte data 
)
static

◆ remote_follow_exec()

static void remote_follow_exec ( struct target_ops ops,
struct inferior inf,
char *  execd_pathname 
)
static

Definition at line 5224 of file remote.c.

References is_target_filename(), set_pspace_remote_exec_file(), and TARGET_SYSROOT_PREFIX.

Referenced by init_remote_ops().

◆ remote_follow_fork()

static int remote_follow_fork ( struct target_ops ops,
int  follow_child,
int  detach_fork 
)
static

◆ remote_fork_event_p()

static int remote_fork_event_p ( struct remote_state rs)
static

Definition at line 1635 of file remote.c.

References PACKET_ENABLE, and PACKET_fork_event_feature.

Referenced by remote_follow_fork(), and remote_insert_fork_catchpoint().

◆ remote_g_packet_data_init()

static void* remote_g_packet_data_init ( struct obstack *  obstack)
static

Definition at line 11156 of file remote.c.

References OBSTACK_ZALLOC.

Referenced by _initialize_remote().

◆ remote_get_ada_task_ptid()

static ptid_t remote_get_ada_task_ptid ( struct target_ops self,
long  lwp,
long  thread 
)
static

Definition at line 3465 of file remote.c.

References inferior_ptid, selftests::ptid::lwp, ptid_build(), and ptid_get_pid().

Referenced by init_remote_ops().

◆ remote_get_command()

static void remote_get_command ( const char *  args,
int  from_tty 
)
static

Definition at line 12120 of file remote.c.

References _, gdb::argv, error(), error_no_arg(), and remote_file_get().

Referenced by _initialize_remote().

◆ remote_get_memory_xfer_limit()

static ULONGEST remote_get_memory_xfer_limit ( struct target_ops ops)
static

Definition at line 10645 of file remote.c.

References get_memory_write_packet_size().

Referenced by init_remote_ops().

◆ remote_get_min_fast_tracepoint_insn_len()

static int remote_get_min_fast_tracepoint_insn_len ( struct target_ops self)
static

◆ remote_get_noisy_reply()

static char* remote_get_noisy_reply ( )
static

◆ remote_get_raw_trace_data()

static LONGEST remote_get_raw_trace_data ( struct target_ops self,
gdb_byte buf,
ULONGEST  offset,
LONGEST  len 
)
static

◆ remote_get_thread_local_address()

static CORE_ADDR remote_get_thread_local_address ( struct target_ops ops,
ptid_t  ptid,
CORE_ADDR  lm,
CORE_ADDR  offset 
)
static

◆ remote_get_threadinfo()

static int remote_get_threadinfo ( threadref threadid,
int  fieldset,
struct gdb_ext_thread_info info 
)
static

◆ remote_get_threadlist()

static int remote_get_threadlist ( int  startflag,
threadref nextthread,
int  result_limit,
int *  done,
int *  result_count,
threadref threadlist 
)
static

◆ remote_get_threads_with_ql()

static int remote_get_threads_with_ql ( struct target_ops ops,
struct threads_listing_context context 
)
static

◆ remote_get_threads_with_qthreadinfo()

static int remote_get_threads_with_qthreadinfo ( struct target_ops ops,
struct threads_listing_context context 
)
static

◆ remote_get_threads_with_qxfer()

static int remote_get_threads_with_qxfer ( struct target_ops ops,
struct threads_listing_context context 
)
static

◆ remote_get_tib_address()

static int remote_get_tib_address ( struct target_ops self,
ptid_t  ptid,
CORE_ADDR addr 
)
static

◆ remote_get_trace_state_variable_value()

static int remote_get_trace_state_variable_value ( struct target_ops self,
int  tsvnum,
LONGEST val 
)
static

◆ remote_get_trace_status()

static int remote_get_trace_status ( struct target_ops self,
struct trace_status ts 
)
static

◆ remote_get_tracepoint_status()

static void remote_get_tracepoint_status ( struct target_ops self,
struct breakpoint bp,
struct uploaded_tp utp 
)
static

◆ remote_hostio_close()

static int remote_hostio_close ( struct target_ops self,
int  fd,
int *  remote_errno 
)
static

◆ remote_hostio_close_cleanup()

static void remote_hostio_close_cleanup ( void *  opaque)
static

Definition at line 11932 of file remote.c.

References find_target_at(), process_stratum, and remote_hostio_close().

Referenced by remote_file_get(), and remote_file_put().

◆ remote_hostio_error()

static char* remote_hostio_error ( int  errnum)
static

◆ remote_hostio_fstat()

static int remote_hostio_fstat ( struct target_ops self,
int  fd,
struct stat *  st,
int *  remote_errno 
)
static

◆ remote_hostio_open()

static int remote_hostio_open ( struct target_ops self,
struct inferior inf,
const char *  filename,
int  flags,
int  mode,
int  warn_if_slow,
int *  remote_errno 
)
static

◆ remote_hostio_parse_result()

static int remote_hostio_parse_result ( char *  buffer,
int *  retcode,
int *  remote_errno,
char **  attachment 
)
static

Definition at line 11312 of file remote.c.

Referenced by remote_hostio_send_command().

◆ remote_hostio_pread()

static int remote_hostio_pread ( struct target_ops self,
int  fd,
gdb_byte read_buf,
int  len,
ULONGEST  offset,
int *  remote_errno 
)
static

◆ remote_hostio_pread_from_cache()

static int remote_hostio_pread_from_cache ( struct remote_state rs,
int  fd,
gdb_byte read_buf,
size_t  len,
ULONGEST  offset 
)
static

◆ remote_hostio_pread_vFile()

static int remote_hostio_pread_vFile ( struct target_ops self,
int  fd,
gdb_byte read_buf,
int  len,
ULONGEST  offset,
int *  remote_errno 
)
static

◆ remote_hostio_pwrite()

static int remote_hostio_pwrite ( struct target_ops self,
int  fd,
const gdb_byte write_buf,
int  len,
ULONGEST  offset,
int *  remote_errno 
)
static

◆ remote_hostio_readlink()

static char* remote_hostio_readlink ( struct target_ops self,
struct inferior inf,
const char *  filename,
int *  remote_errno 
)
static

◆ remote_hostio_send_command()

static int remote_hostio_send_command ( int  command_bytes,
int  which_packet,
int *  remote_errno,
char **  attachment,
int *  attachment_len 
)
static

◆ remote_hostio_set_filesystem()

static int remote_hostio_set_filesystem ( struct inferior inf,
int *  remote_errno 
)
static

◆ remote_hostio_unlink()

static int remote_hostio_unlink ( struct target_ops self,
struct inferior inf,
const char *  filename,
int *  remote_errno 
)
static

◆ remote_insert_breakpoint()

static int remote_insert_breakpoint ( struct target_ops ops,
struct gdbarch gdbarch,
struct bp_target_info bp_tgt 
)
static

◆ remote_insert_exec_catchpoint()

static int remote_insert_exec_catchpoint ( struct target_ops ops,
int  pid 
)
static

Definition at line 1700 of file remote.c.

References get_remote_state(), and remote_exec_event_p().

Referenced by init_remote_ops().

◆ remote_insert_fork_catchpoint()

static int remote_insert_fork_catchpoint ( struct target_ops ops,
int  pid 
)
static

Definition at line 1660 of file remote.c.

References get_remote_state(), and remote_fork_event_p().

Referenced by init_remote_ops().

◆ remote_insert_hw_breakpoint()

static int remote_insert_hw_breakpoint ( struct target_ops self,
struct gdbarch gdbarch,
struct bp_target_info bp_tgt 
)
static

◆ remote_insert_vfork_catchpoint()

static int remote_insert_vfork_catchpoint ( struct target_ops ops,
int  pid 
)
static

Definition at line 1680 of file remote.c.

References get_remote_state(), and remote_vfork_event_p().

Referenced by init_remote_ops().

◆ remote_insert_watchpoint()

static int remote_insert_watchpoint ( struct target_ops self,
CORE_ADDR  addr,
int  len,
enum target_hw_bp_type  type,
struct expression cond 
)
static

◆ remote_interrupt()

static void remote_interrupt ( struct target_ops self,
ptid_t  ptid 
)
static

◆ remote_interrupt_as()

static void remote_interrupt_as ( void  )
static

◆ remote_interrupt_ns()

static void remote_interrupt_ns ( void  )
static

◆ remote_is_async_p()

static int remote_is_async_p ( struct target_ops ops)
static

◆ remote_kill()

static void remote_kill ( struct target_ops ops)
static

◆ remote_kill_k()

static void remote_kill_k ( void  )
static

Definition at line 9360 of file remote.c.

References CATCH, END_CATCH, putpkt(), RETURN_MASK_ERROR, TARGET_CLOSE_ERROR, throw_exception(), and TRY.

Referenced by remote_kill().

◆ remote_load()

static void remote_load ( struct target_ops self,
const char *  name,
int  from_tty 
)
static

Definition at line 13423 of file remote.c.

References generic_load(), and name.

Referenced by init_remote_ops().

◆ remote_memory_map()

static std::vector<mem_region> remote_memory_map ( struct target_ops ops)
static

◆ remote_mourn()

static void remote_mourn ( struct target_ops ops)
static

◆ remote_multi_process_p()

static int remote_multi_process_p ( struct remote_state rs)
static

◆ remote_new_objfile()

static void remote_new_objfile ( struct objfile objfile)
static

Definition at line 13847 of file remote.c.

References get_remote_state(), remote_check_symbols(), and remote_state::remote_desc.

Referenced by _initialize_remote().

◆ remote_newthread_step()

static int remote_newthread_step ( threadref ref,
void *  context 
)
static

◆ remote_notice_new_inferior()

static void remote_notice_new_inferior ( ptid_t  currthread,
int  executing 
)
static

◆ remote_notif_get_pending_events()

void remote_notif_get_pending_events ( struct notif_client nc)

◆ remote_notif_remove_once_on_match()

static int remote_notif_remove_once_on_match ( QUEUE(stop_reply_p) *  q,
QUEUE_ITER(stop_reply_p) *  iter,
stop_reply_p  event,
void *  data 
)
static

◆ remote_notif_remove_queued_reply()

static struct stop_reply* remote_notif_remove_queued_reply ( ptid_t  ptid)
static

◆ remote_notif_stop_ack()

static void remote_notif_stop_ack ( struct notif_client self,
char *  buf,
struct notif_event event 
)
static

◆ remote_notif_stop_alloc_reply()

static struct notif_event* remote_notif_stop_alloc_reply ( void  )
static

Definition at line 6369 of file remote.c.

References notif_event::dtr, stop_reply_dtr(), and XNEW.

◆ remote_notif_stop_can_get_pending_events()

static int remote_notif_stop_can_get_pending_events ( struct notif_client self)
static

Definition at line 6342 of file remote.c.

References mark_async_event_handler(), and remote_async_inferior_event_token.

◆ remote_notif_stop_parse()

static void remote_notif_stop_parse ( struct notif_client self,
char *  buf,
struct notif_event event 
)
static

Definition at line 6319 of file remote.c.

References remote_parse_stop_reply().

◆ remote_open()

static void remote_open ( const char *  name,
int  from_tty 
)
static

Definition at line 4313 of file remote.c.

References name, remote_open_1(), and remote_ops.

Referenced by init_remote_ops().

◆ remote_open_1()

static void remote_open_1 ( const char *  name,
int  from_tty,
struct target_ops target,
int  extended_p 
)
static

◆ remote_packet_size()

static void remote_packet_size ( const struct protocol_feature feature,
enum packet_support  support,
const char *  value 
)
static

◆ remote_parse_stop_reply()

static void remote_parse_stop_reply ( char *  buf,
struct stop_reply event 
)
static

◆ remote_pass_ctrlc()

static void remote_pass_ctrlc ( struct target_ops self)
static

◆ remote_pass_signals()

static void remote_pass_signals ( struct target_ops self,
int  numsigs,
unsigned char *  pass_signals 
)
static

◆ remote_pid_to_exec_file()

static char* remote_pid_to_exec_file ( struct target_ops self,
int  pid 
)
static

◆ remote_pid_to_str()

static const char* remote_pid_to_str ( struct target_ops ops,
ptid_t  ptid 
)
static

◆ remote_prepare_to_store()

static void remote_prepare_to_store ( struct target_ops self,
struct regcache regcache 
)
static

◆ remote_program_signals()

static void remote_program_signals ( struct target_ops self,
int  numsigs,
unsigned char *  signals 
)
static

◆ remote_pspace_data_cleanup()

static void remote_pspace_data_cleanup ( struct program_space pspace,
void *  arg 
)
static

Definition at line 673 of file remote.c.

References xfree().

Referenced by _initialize_remote().

◆ remote_put_command()

static void remote_put_command ( const char *  args,
int  from_tty 
)
static

Definition at line 12107 of file remote.c.

References _, gdb::argv, error(), error_no_arg(), and remote_file_put().

Referenced by _initialize_remote().

◆ remote_query_attached()

static int remote_query_attached ( int  pid)
static

◆ remote_query_supported()

static void remote_query_supported ( void  )
static

◆ remote_query_supported_append()

static char* remote_query_supported_append ( char *  msg,
const char *  append 
)
static

Definition at line 4692 of file remote.c.

Referenced by remote_query_supported().

◆ remote_rcmd()

static void remote_rcmd ( struct target_ops self,
const char *  command,
struct ui_file outbuf 
)
static

◆ remote_read_btrace()

static enum btrace_error remote_read_btrace ( struct target_ops self,
struct btrace_data btrace,
struct btrace_target_info tinfo,
enum btrace_read_type  type 
)
static

◆ remote_read_bytes()

static enum target_xfer_status remote_read_bytes ( struct target_ops ops,
CORE_ADDR  memaddr,
gdb_byte myaddr,
ULONGEST  len,
int  unit_size,
ULONGEST xfered_len 
)
static

◆ remote_read_bytes_1()

static enum target_xfer_status remote_read_bytes_1 ( CORE_ADDR  memaddr,
gdb_byte myaddr,
ULONGEST  len_units,
int  unit_size,
ULONGEST xfered_len_units 
)
static

◆ remote_read_description()

static const struct target_desc* remote_read_description ( struct target_ops target)
static

◆ remote_read_description_p()

static int remote_read_description_p ( struct target_ops target)
static

Definition at line 11190 of file remote.c.

References remote_g_packet_data_handle, target_gdbarch(), and VEC_empty.

Referenced by remote_start_remote().

◆ remote_read_qxfer()

static enum target_xfer_status remote_read_qxfer ( struct target_ops ops,
const char *  object_name,
const char *  annex,
gdb_byte readbuf,
ULONGEST  offset,
LONGEST  len,
ULONGEST xfered_len,
struct packet_config packet 
)
static

◆ remote_region_ok_for_hw_watchpoint()

static int remote_region_ok_for_hw_watchpoint ( struct target_ops self,
CORE_ADDR  addr,
int  len 
)
static

Definition at line 9971 of file remote.c.

References remote_hw_watchpoint_length_limit.

Referenced by init_remote_ops().

◆ remote_register_number_and_offset()

int remote_register_number_and_offset ( struct gdbarch gdbarch,
int  regnum,
int *  pnum,
int *  poffset 
)

◆ remote_remove_breakpoint()

static int remote_remove_breakpoint ( struct target_ops ops,
struct gdbarch gdbarch,
struct bp_target_info bp_tgt,
enum remove_bp_reason  reason 
)
static

◆ remote_remove_exec_catchpoint()

static int remote_remove_exec_catchpoint ( struct target_ops ops,
int  pid 
)
static

Definition at line 1711 of file remote.c.

Referenced by init_remote_ops().

◆ remote_remove_fork_catchpoint()

static int remote_remove_fork_catchpoint ( struct target_ops ops,
int  pid 
)
static

Definition at line 1671 of file remote.c.

Referenced by init_remote_ops().

◆ remote_remove_hw_breakpoint()

static int remote_remove_hw_breakpoint ( struct target_ops self,
struct gdbarch gdbarch,
struct bp_target_info bp_tgt 
)
static

◆ remote_remove_vfork_catchpoint()

static int remote_remove_vfork_catchpoint ( struct target_ops ops,
int  pid 
)
static

Definition at line 1691 of file remote.c.

Referenced by init_remote_ops().

◆ remote_remove_watchpoint()

static int remote_remove_watchpoint ( struct target_ops self,
CORE_ADDR  addr,
int  len,
enum target_hw_bp_type  type,
struct expression cond 
)
static

◆ remote_resume()

static void remote_resume ( struct target_ops ops,
ptid_t  ptid,
int  step,
enum gdb_signal  siggnal 
)
static

◆ remote_resume_with_hc()

static void remote_resume_with_hc ( struct target_ops ops,
ptid_t  ptid,
int  step,
enum gdb_signal  siggnal 
)
static

◆ remote_resume_with_vcont()

static int remote_resume_with_vcont ( ptid_t  ptid,
int  step,
enum gdb_signal  siggnal 
)
static

◆ remote_save_trace_data()

static int remote_save_trace_data ( struct target_ops self,
const char *  filename 
)
static

◆ remote_search_memory()

static int remote_search_memory ( struct target_ops ops,
CORE_ADDR  start_addr,
ULONGEST  search_space_len,
const gdb_byte pattern,
ULONGEST  pattern_len,
CORE_ADDR found_addrp 
)
static

◆ remote_send()

static void remote_send ( char **  buf,
long *  sizeof_buf_p 
)
static

Definition at line 8616 of file remote.c.

References _, remote_state::buf, error(), getpkt(), and putpkt().

Referenced by send_g_packet().

◆ remote_send_printf()

static enum packet_result static enum packet_result remote_send_printf ( const char *  format,
  ... 
)
static

◆ remote_serial_open()

static struct serial* remote_serial_open ( const char *  name)
static

Definition at line 4425 of file remote.c.

References _, name, serial_open(), startswith(), and warning().

Referenced by remote_open_1().

◆ remote_serial_quit_handler()

static void remote_serial_quit_handler ( void  )
static

◆ remote_serial_write()

static void remote_serial_write ( const char *  str,
int  len 
)
static

◆ remote_set_circular_trace_buffer()

static void remote_set_circular_trace_buffer ( struct target_ops self,
int  val 
)
static

◆ remote_set_disconnected_tracing()

static void remote_set_disconnected_tracing ( struct target_ops self,
int  val 
)
static

◆ remote_set_permissions()

void remote_set_permissions ( struct target_ops self)
static

◆ remote_set_syscall_catchpoint()

static int remote_set_syscall_catchpoint ( struct target_ops self,
int  pid,
bool  needed,
int  any_count,
gdb::array_view< const int >  syscall_counts 
)
static

◆ remote_set_trace_buffer_size()

static void remote_set_trace_buffer_size ( struct target_ops self,
LONGEST  val 
)
static

◆ remote_set_trace_notes()

static int remote_set_trace_notes ( struct target_ops self,
const char *  user,
const char *  notes,
const char *  stop_notes 
)
static

◆ remote_start_remote()

static void remote_start_remote ( int  from_tty,
struct target_ops target,
int  extended_p 
)
static

Definition at line 3996 of file remote.c.

References _, add_current_inferior_and_thread(), auto_solib_add, breakpoints_should_be_inserted_now(), remote_state::buf, remote_state::buf_size, remote_state::cached_wait_status, current_trace_status(), error(), fprintf_unfiltered(), gdb_assert, gdb_stdlog, gdbarch_has_global_solist(), gdbarch_target_desc(), get_current_thread(), get_offsets(), get_remote_state(), getpkt(), notif_client::id, inferior_ptid, init_wait_for_inferior(), insert_breakpoints(), interrupt_on_connect, merge_uploaded_trace_state_variables(), merge_uploaded_tracepoints(), minus_one_ptid, remote_state::noack_mode, notif_client_stop, remote_state::notif_state, null_ptid, packet_config_support(), PACKET_DISABLE, PACKET_ENABLE, PACKET_OK, packet_ok(), PACKET_QAllow, PACKET_QNonStop, PACKET_QStartNoAckMode, PACKET_vFile_setfs, remote_notif_state::pending_event, printf_filtered(), process_initial_stop_replies(), thread_info::ptid, ptid_equal(), putpkt(), QUIT, remote_btrace_maybe_reopen(), remote_check_symbols(), remote_debug, remote_get_trace_status(), remote_notif_get_pending_events(), remote_notif_parse(), remote_pass_signals(), remote_protocol_packets, remote_query_supported(), remote_read_description_p(), remote_serial_write(), remote_set_permissions(), remote_update_thread_list(), remote_upload_trace_state_variables(), remote_upload_tracepoints(), send_interrupt_sequence(), set_continue_thread(), solib_add(), start_remote(), remote_state::starting_up, packet_config::support, symfile_objfile, target_async(), target_can_async_p, target_clear_description(), target_find_description(), target_gdbarch(), target_has_execution, target_is_non_stop_p(), target_update_thread_list(), thread_count(), thread_list, update_address_spaces(), and update_signals_program_target().

Referenced by remote_open_1().

◆ remote_static_tracepoint_marker_at()

static int remote_static_tracepoint_marker_at ( struct target_ops self,
CORE_ADDR  addr,
struct static_tracepoint_marker marker 
)
static

◆ remote_stop()

static void remote_stop ( struct target_ops self,
ptid_t  ptid 
)
static

◆ remote_stop_ns()

static void remote_stop_ns ( ptid_t  ptid)
static

◆ remote_stopped_by_hw_breakpoint()

static int remote_stopped_by_hw_breakpoint ( struct target_ops ops)
static

◆ remote_stopped_by_sw_breakpoint()

static int remote_stopped_by_sw_breakpoint ( struct target_ops ops)
static

◆ remote_stopped_by_watchpoint()

static int remote_stopped_by_watchpoint ( struct target_ops ops)
static

◆ remote_stopped_data_address()

static int remote_stopped_data_address ( struct target_ops target,
CORE_ADDR addr_p 
)
static

◆ remote_store_registers()

static void remote_store_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
)
static

◆ remote_supported_packet()

static void remote_supported_packet ( const struct protocol_feature feature,
enum packet_support  support,
const char *  argument 
)
static

◆ remote_supports_btrace()

static int remote_supports_btrace ( struct target_ops self,
enum btrace_format  format 
)
static

◆ remote_supports_cond_breakpoints()

static int remote_supports_cond_breakpoints ( struct target_ops self)
static

◆ remote_supports_cond_tracepoints()

static int remote_supports_cond_tracepoints ( void  )
static

Definition at line 12183 of file remote.c.

References PACKET_ConditionalTracepoints, and PACKET_ENABLE.

Referenced by remote_download_tracepoint().

◆ remote_supports_disable_randomization()

static int remote_supports_disable_randomization ( struct target_ops self)
static

Definition at line 12168 of file remote.c.

Referenced by init_remote_ops().

◆ remote_supports_enable_disable_tracepoint()

static int remote_supports_enable_disable_tracepoint ( struct target_ops self)
static

Definition at line 12213 of file remote.c.

References PACKET_ENABLE, and PACKET_EnableDisableTracepoints_feature.

Referenced by init_remote_ops().

◆ remote_supports_fast_tracepoints()

static int remote_supports_fast_tracepoints ( void  )
static

Definition at line 12195 of file remote.c.

References PACKET_ENABLE, and PACKET_FastTracepoints.

Referenced by remote_download_tracepoint().

◆ remote_supports_install_in_trace()

static int remote_supports_install_in_trace ( void  )
static

Definition at line 12207 of file remote.c.

References PACKET_ENABLE, and PACKET_InstallInTrace.

Referenced by remote_can_download_tracepoint().

◆ remote_supports_multi_process()

static int remote_supports_multi_process ( struct target_ops self)
static

Definition at line 12175 of file remote.c.

References get_remote_state(), and remote_multi_process_p().

Referenced by init_remote_ops().

◆ remote_supports_non_stop()

static int remote_supports_non_stop ( struct target_ops self)
static

Definition at line 12162 of file remote.c.

Referenced by init_remote_ops().

◆ remote_supports_static_tracepoints()

static int remote_supports_static_tracepoints ( void  )
static

Definition at line 12201 of file remote.c.

References PACKET_ENABLE, and PACKET_StaticTracepoints.

Referenced by remote_download_tracepoint().

◆ remote_supports_stopped_by_hw_breakpoint()

static int remote_supports_stopped_by_hw_breakpoint ( struct target_ops ops)
static

Definition at line 10048 of file remote.c.

References PACKET_ENABLE, and PACKET_hwbreak_feature.

Referenced by init_remote_ops().

◆ remote_supports_stopped_by_sw_breakpoint()

static int remote_supports_stopped_by_sw_breakpoint ( struct target_ops ops)
static

Definition at line 10027 of file remote.c.

References PACKET_ENABLE, and PACKET_swbreak_feature.

Referenced by init_remote_ops().

◆ remote_supports_string_tracing()

static int remote_supports_string_tracing ( struct target_ops self)
static

Definition at line 12220 of file remote.c.

References PACKET_ENABLE, and PACKET_tracenz_feature.

Referenced by init_remote_ops().

◆ remote_teardown_btrace()

static void remote_teardown_btrace ( struct target_ops self,
struct btrace_target_info tinfo 
)
static

Definition at line 13354 of file remote.c.

References xfree().

Referenced by init_remote_ops().

◆ remote_terminal_inferior()

static void remote_terminal_inferior ( struct target_ops self)
static

Definition at line 6232 of file remote.c.

Referenced by init_remote_ops().

◆ remote_terminal_ours()

static void remote_terminal_ours ( struct target_ops self)
static

Definition at line 6240 of file remote.c.

Referenced by init_remote_ops(), and remote_close().

◆ remote_thread_alive()

static int remote_thread_alive ( struct target_ops ops,
ptid_t  ptid 
)
static

◆ remote_thread_always_alive()

static int remote_thread_always_alive ( struct target_ops ops,
ptid_t  ptid 
)
static

◆ remote_thread_events()

static void remote_thread_events ( struct target_ops ops,
int  enable 
)
static

◆ remote_thread_handle_to_thread_info()

static struct thread_info* remote_thread_handle_to_thread_info ( struct target_ops ops,
const gdb_byte thread_handle,
int  handle_len,
struct inferior inf 
)
static

◆ remote_thread_name()

static const char* remote_thread_name ( struct target_ops ops,
struct thread_info info 
)
static

Definition at line 2268 of file remote.c.

References get_remote_thread_info(), name, remote_thread_info::name, thread_info::priv, and string.

Referenced by init_remote_ops().

◆ remote_threadlist_iterator()

static int remote_threadlist_iterator ( rmt_thread_action  stepfunction,
void *  context,
int  looplimit 
)
static

◆ remote_threads_extra_info()

static const char* remote_threads_extra_info ( struct target_ops self,
struct thread_info tp 
)
static

◆ remote_trace_find()

static int remote_trace_find ( struct target_ops self,
enum trace_find_type  type,
int  num,
CORE_ADDR  addr1,
CORE_ADDR  addr2,
int *  tpp 
)
static

◆ remote_trace_init()

static void remote_trace_init ( struct target_ops self)
static

Definition at line 12232 of file remote.c.

References _, remote_state::buf, error(), get_remote_state(), putpkt(), and remote_get_noisy_reply().

Referenced by init_remote_ops().

◆ remote_trace_set_readonly_regions()

static void remote_trace_set_readonly_regions ( struct target_ops self)
static

◆ remote_trace_start()

static void remote_trace_start ( struct target_ops self)
static

Definition at line 12585 of file remote.c.

References _, remote_state::buf, error(), get_remote_state(), putpkt(), and remote_get_noisy_reply().

Referenced by init_remote_ops().

◆ remote_trace_stop()

static void remote_trace_stop ( struct target_ops self)
static

Definition at line 12697 of file remote.c.

References _, remote_state::buf, error(), get_remote_state(), putpkt(), and remote_get_noisy_reply().

Referenced by init_remote_ops().

◆ remote_traceframe_info()

static traceframe_info_up remote_traceframe_info ( struct target_ops self)
static

◆ remote_unpack_thread_info_response()

static int remote_unpack_thread_info_response ( char *  pkt,
threadref expectedref,
struct gdb_ext_thread_info info 
)
static

◆ remote_unpush_and_throw()

static void remote_unpush_and_throw ( void  )
static

Definition at line 4931 of file remote.c.

References _, remote_unpush_target(), TARGET_CLOSE_ERROR, and throw_error().

Referenced by remote_serial_quit_handler().

◆ remote_unpush_target()

static void remote_unpush_target ( void  )
static

◆ remote_update_thread_list()

static void remote_update_thread_list ( struct target_ops ops)
static

◆ remote_upload_trace_state_variables()

static int remote_upload_trace_state_variables ( struct target_ops self,
struct uploaded_tsv **  utsvp 
)
static

◆ remote_upload_tracepoints()

static int remote_upload_tracepoints ( struct target_ops self,
struct uploaded_tp **  utpp 
)
static

◆ remote_use_agent()

static int remote_use_agent ( struct target_ops self,
int  use 
)
static

◆ remote_vcont_probe()

static void remote_vcont_probe ( struct remote_state rs)
static

◆ remote_verify_memory()

static int remote_verify_memory ( struct target_ops ops,
const gdb_byte data,
CORE_ADDR  lma,
ULONGEST  size 
)
static

◆ remote_vfork_event_p()

static int remote_vfork_event_p ( struct remote_state rs)
static

Definition at line 1643 of file remote.c.

References PACKET_ENABLE, and PACKET_vfork_event_feature.

Referenced by remote_follow_fork(), and remote_insert_vfork_catchpoint().

◆ remote_vkill()

static int remote_vkill ( int  pid,
struct remote_state rs 
)
static

◆ remote_wait()

static ptid_t remote_wait ( struct target_ops ops,
ptid_t  ptid,
struct target_waitstatus status,
int  options 
)
static

◆ remote_wait_as()

static ptid_t remote_wait_as ( ptid_t  ptid,
struct target_waitstatus status,
int  options 
)
static

◆ remote_wait_ns()

static ptid_t remote_wait_ns ( ptid_t  ptid,
struct target_waitstatus status,
int  options 
)
static

◆ remote_watchpoint_addr_within_range()

static int remote_watchpoint_addr_within_range ( struct target_ops target,
CORE_ADDR  addr,
CORE_ADDR  start,
int  length 
)
static

Definition at line 9919 of file remote.c.

References remote_address_masked().

Referenced by init_remote_ops().

◆ remote_write_bytes()

static enum target_xfer_status remote_write_bytes ( CORE_ADDR  memaddr,
const gdb_byte myaddr,
ULONGEST  len,
int  unit_size,
ULONGEST xfered_len 
)
static

◆ remote_write_bytes_aux()

static enum target_xfer_status remote_write_bytes_aux ( const char *  header,
CORE_ADDR  memaddr,
const gdb_byte myaddr,
ULONGEST  len_units,
int  unit_size,
ULONGEST xfered_len_units,
char  packet_format,
int  use_length 
)
static

◆ remote_write_qxfer()

static enum target_xfer_status remote_write_qxfer ( struct target_ops ops,
const char *  object_name,
const char *  annex,
const gdb_byte writebuf,
ULONGEST  offset,
LONGEST  len,
ULONGEST xfered_len,
struct packet_config packet 
)
static

◆ remote_xfer_live_readonly_partial()

static enum target_xfer_status remote_xfer_live_readonly_partial ( struct target_ops ops,
gdb_byte readbuf,
ULONGEST  memaddr,
ULONGEST  len,
int  unit_size,
ULONGEST xfered_len 
)
static

◆ remote_xfer_partial()

static enum target_xfer_status remote_xfer_partial ( struct target_ops ops,
enum target_object  object,
const char *  annex,
gdb_byte readbuf,
const gdb_byte writebuf,
ULONGEST  offset,
ULONGEST  len,
ULONGEST xfered_len 
)
static

◆ remove_child_of_pending_fork()

static int remove_child_of_pending_fork ( QUEUE(stop_reply_p) *  q,
QUEUE_ITER(stop_reply_p) *  iter,
stop_reply_p  event,
void *  data 
)
static

◆ remove_new_fork_children()

static void remove_new_fork_children ( struct threads_listing_context context)
static

◆ remove_stop_reply_for_inferior()

static int remove_stop_reply_for_inferior ( QUEUE(stop_reply_p) *  q,
QUEUE_ITER(stop_reply_p) *  iter,
stop_reply_p  event,
void *  data 
)
static

◆ remove_stop_reply_of_remote_state()

static int remove_stop_reply_of_remote_state ( QUEUE(stop_reply_p) *  q,
QUEUE_ITER(stop_reply_p) *  iter,
stop_reply_p  event,
void *  data 
)
static

◆ reset_all_packet_configs_support()

static void reset_all_packet_configs_support ( void  )
static

Definition at line 4331 of file remote.c.

References PACKET_MAX, PACKET_SUPPORT_UNKNOWN, and remote_protocol_packets.

Referenced by remote_open_1().

◆ resume_clear_thread_private_info()

static void resume_clear_thread_private_info ( struct thread_info thread)
static

◆ send_environment_packet()

static void send_environment_packet ( struct remote_state rs,
const char *  action,
const char *  packet,
const char *  value 
)
static

◆ send_g_packet()

static int send_g_packet ( void  )
static

◆ send_interrupt_sequence()

static void send_interrupt_sequence ( void  )
static

◆ set_continue_thread()

static void set_continue_thread ( ptid_t  ptid)
static

Definition at line 2190 of file remote.c.

References set_thread().

Referenced by remote_resume_with_hc(), and remote_start_remote().

◆ set_general_process()

static void set_general_process ( void  )
static

◆ set_general_thread()

static void set_general_thread ( ptid_t  ptid)
static

◆ set_memory_packet_size()

static void set_memory_packet_size ( const char *  args,
struct memory_packet_config config 
)
static

◆ set_memory_read_packet_size()

static void set_memory_read_packet_size ( const char *  args,
int  from_tty 
)
static

Definition at line 1161 of file remote.c.

References memory_read_packet_config, and set_memory_packet_size().

Referenced by _initialize_remote().

◆ set_memory_write_packet_size()

static void set_memory_write_packet_size ( const char *  args,
int  from_tty 
)
static

Definition at line 1138 of file remote.c.

References memory_write_packet_config, and set_memory_packet_size().

Referenced by _initialize_remote().

◆ set_pspace_remote_exec_file()

static void set_pspace_remote_exec_file ( struct program_space pspace,
char *  remote_exec_file 
)
static

Definition at line 699 of file remote.c.

References remote_pspace_data, and xfree().

Referenced by remote_follow_exec(), and set_remote_exec_file().

◆ set_range_stepping()

static void set_range_stepping ( const char *  ignore_args,
int  from_tty,
struct cmd_list_element c 
)
static

◆ set_remote_cmd()

static void set_remote_cmd ( const char *  args,
int  from_tty 
)
static

Definition at line 13810 of file remote.c.

References all_commands, gdb_stdout, help_list(), and remote_set_cmdlist.

Referenced by _initialize_remote().

◆ set_remote_exec_file()

static void set_remote_exec_file ( const char *  ignored,
int  from_tty,
struct cmd_list_element c 
)
static

◆ set_remote_protocol_Z_packet_cmd()

static void set_remote_protocol_Z_packet_cmd ( const char *  args,
int  from_tty,
struct cmd_list_element c 
)
static

◆ set_remote_traceframe()

static void set_remote_traceframe ( void  )
static

◆ set_remotebreak()

static void set_remotebreak ( const char *  args,
int  from_tty,
struct cmd_list_element c 
)
static

◆ set_thread()

static void set_thread ( ptid_t  ptid,
int  gen 
)
static

◆ show_interrupt_sequence()

static void show_interrupt_sequence ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static

◆ show_memory_packet_size()

static void show_memory_packet_size ( struct memory_packet_config config)
static

◆ show_memory_read_packet_size()

static void show_memory_read_packet_size ( const char *  args,
int  from_tty 
)
static

Definition at line 1167 of file remote.c.

References memory_read_packet_config, and show_memory_packet_size().

Referenced by _initialize_remote().

◆ show_memory_write_packet_size()

static void show_memory_write_packet_size ( const char *  args,
int  from_tty 
)
static

Definition at line 1144 of file remote.c.

References memory_write_packet_config, and show_memory_packet_size().

Referenced by _initialize_remote().

◆ show_packet_config_cmd()

static void show_packet_config_cmd ( struct packet_config config)
static

◆ show_range_stepping()

static void show_range_stepping ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static

Definition at line 13906 of file remote.c.

References _, and fprintf_filtered().

Referenced by _initialize_remote().

◆ show_remote_cmd()

static void show_remote_cmd ( const char *  args,
int  from_tty 
)
static

◆ show_remote_exec_file()

static void show_remote_exec_file ( struct ui_file file,
int  from_tty,
struct cmd_list_element cmd,
const char *  value 
)
static

Definition at line 722 of file remote.c.

References fprintf_filtered(), and remote_exec_file_var.

Referenced by _initialize_remote().

◆ show_remote_protocol_packet_cmd()

static void show_remote_protocol_packet_cmd ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static

◆ show_remote_protocol_Z_packet_cmd()

static void show_remote_protocol_Z_packet_cmd ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static

Definition at line 1612 of file remote.c.

References NR_Z_PACKET_TYPES, PACKET_Z0, remote_protocol_packets, and show_packet_config_cmd().

Referenced by _initialize_remote().

◆ show_remotebreak()

static void show_remotebreak ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static

Definition at line 982 of file remote.c.

Referenced by _initialize_remote().

◆ skip_frame()

static void skip_frame ( void  )
static

Definition at line 8870 of file remote.c.

References readchar(), remote_timeout, and SERIAL_TIMEOUT.

Referenced by putpkt_binary().

◆ start_thread()

static void start_thread ( struct gdb_xml_parser parser,
const struct gdb_xml_element element,
void *  user_data,
VEC(gdb_xml_value_s) *  attributes 
)
static

◆ stop_reply_dtr()

static void stop_reply_dtr ( struct notif_event event)
static

Definition at line 6354 of file remote.c.

References VEC_free, VEC_iterate, and xfree().

Referenced by remote_notif_stop_alloc_reply().

◆ stop_reply_extract_thread()

static ptid_t stop_reply_extract_thread ( char *  stop_reply)
static

Definition at line 3706 of file remote.c.

References null_ptid, and read_ptid().

Referenced by get_current_thread().

◆ stop_reply_match_ptid_and_ws()

static int stop_reply_match_ptid_and_ws ( QUEUE(stop_reply_p) *  q,
QUEUE_ITER(stop_reply_p) *  iter,
struct stop_reply event,
void *  data 
)
static

Definition at line 6714 of file remote.c.

References stop_reply::ptid, ptid_equal(), and TARGET_WAITKIND_STOPPED.

Referenced by peek_stop_reply().

◆ stop_reply_queue_length()

static int stop_reply_queue_length ( void  )
static

Definition at line 6313 of file remote.c.

References QUEUE_length.

Referenced by process_initial_stop_replies().

◆ stop_reply_xfree()

static void stop_reply_xfree ( struct stop_reply )
static

◆ store_register_using_P()

static int store_register_using_P ( const struct regcache regcache,
struct packet_reg reg 
)
static

◆ store_registers_using_G()

static void store_registers_using_G ( const struct regcache regcache)
static

◆ strprefix()

static int strprefix ( const char *  p,
const char *  pend,
const char *  prefix 
)
static

Definition at line 6738 of file remote.c.

Referenced by remote_parse_stop_reply().

◆ stub_unpack_int()

static int stub_unpack_int ( char *  buff,
int  fieldlength 
)
static

Definition at line 2472 of file remote.c.

References stubhex().

Referenced by remote_unpack_thread_info_response(), unpack_byte(), and unpack_int().

◆ stubhex()

static int stubhex ( int  ch)
static

Definition at line 2460 of file remote.c.

Referenced by stub_unpack_int(), and unpack_threadid().

◆ thread_pending_fork_status()

static struct target_waitstatus* thread_pending_fork_status ( struct thread_info thread)
static

◆ threadmatch()

static int threadmatch ( threadref dest,
threadref src 
)
static

Definition at line 2634 of file remote.c.

Referenced by remote_get_threadlist(), and remote_unpack_thread_info_response().

◆ threadref_to_int()

static int threadref_to_int ( threadref ref)
static

Definition at line 2607 of file remote.c.

References scan().

Referenced by remote_newthread_step().

◆ trace_error()

static void trace_error ( char *  buf)
static

Definition at line 549 of file remote.c.

References _, and error().

Referenced by remote_get_noisy_reply().

◆ unpack_byte()

static char * unpack_byte ( char *  buf,
int *  value 
)
static

◆ unpack_int()

static char * unpack_int ( char *  buf,
int *  value 
)
static

Definition at line 2513 of file remote.c.

References remote_state::buf, and stub_unpack_int().

Referenced by remote_unpack_thread_info_response().

◆ unpack_nibble()

static char * unpack_nibble ( char *  buf,
int *  val 
)
static

Definition at line 2489 of file remote.c.

References remote_state::buf, and fromhex().

Referenced by parse_threadlist_response().

◆ unpack_string()

static char * unpack_string ( char *  src,
char *  dest,
int  length 
)
static

Definition at line 2544 of file remote.c.

Referenced by remote_unpack_thread_info_response().

◆ unpack_threadid()

static char * unpack_threadid ( char *  inbuf,
threadref id 
)
static

Definition at line 2567 of file remote.c.

References BUF_THREAD_ID_SIZE, and stubhex().

Referenced by parse_threadlist_response(), and remote_unpack_thread_info_response().

◆ unpush_and_perror()

static void unpush_and_perror ( const char *  string)
static

Definition at line 8533 of file remote.c.

References remote_unpush_target(), safe_strerror(), TARGET_CLOSE_ERROR, and throw_error().

Referenced by readchar(), and remote_serial_write().

◆ vcont_builder_flush()

static void vcont_builder_flush ( struct vcont_builder builder)
static

◆ vcont_builder_push_action()

static void vcont_builder_push_action ( struct vcont_builder builder,
ptid_t  ptid,
int  step,
enum gdb_signal  siggnal 
)
static

◆ vcont_builder_restart()

static void vcont_builder_restart ( struct vcont_builder builder)
static

◆ VEC()

static VEC ( static_tracepoint_marker_p  )
static

◆ watchpoint_to_Z_packet()

static enum Z_packet_type watchpoint_to_Z_packet ( int  type)
static

◆ write_ptid()

static char * write_ptid ( char *  buf,
const char *  endbuf,
ptid_t  ptid 
)
static

Variable Documentation

◆ any_thread_ptid

ptid_t any_thread_ptid
static

Definition at line 1726 of file remote.c.

Referenced by _initialize_remote(), remote_resume_with_hc(), and set_thread().

◆ extended_remote_ops

struct target_ops extended_remote_ops
static

Definition at line 907 of file remote.c.

Referenced by _initialize_remote(), extended_remote_open(), and init_extended_remote_ops().

◆ interrupt_on_connect

int interrupt_on_connect = 0
static

Definition at line 965 of file remote.c.

Referenced by _initialize_remote(), and remote_start_remote().

◆ interrupt_sequence_break

const char interrupt_sequence_break[] = "BREAK"

Definition at line 925 of file remote.c.

Referenced by send_interrupt_sequence(), set_remotebreak(), and show_interrupt_sequence().

◆ interrupt_sequence_break_g

const char interrupt_sequence_break_g[] = "BREAK-g"

Definition at line 926 of file remote.c.

Referenced by send_interrupt_sequence(), and show_interrupt_sequence().

◆ interrupt_sequence_control_c

const char interrupt_sequence_control_c[] = "Ctrl-C"

Definition at line 924 of file remote.c.

Referenced by send_interrupt_sequence(), set_remotebreak(), and show_interrupt_sequence().

◆ interrupt_sequence_mode

const char* interrupt_sequence_mode = interrupt_sequence_control_c
static

◆ interrupt_sequence_modes

const char* const interrupt_sequence_modes[]
static
Initial value:
=
{
NULL
}
const char interrupt_sequence_control_c[]
Definition: remote.c:924
const char interrupt_sequence_break[]
Definition: remote.c:925
const char interrupt_sequence_break_g[]
Definition: remote.c:926

Definition at line 927 of file remote.c.

Referenced by _initialize_remote().

◆ magic_null_ptid

ptid_t magic_null_ptid
static

◆ memory_read_packet_config

struct memory_packet_config memory_read_packet_config
static
Initial value:
=
{
"memory-read-packet-size",
}

Definition at line 1155 of file remote.c.

Referenced by get_memory_read_packet_size(), set_memory_read_packet_size(), and show_memory_read_packet_size().

◆ memory_write_packet_config

struct memory_packet_config memory_write_packet_config
static
Initial value:
=
{
"memory-write-packet-size",
}

Definition at line 1132 of file remote.c.

Referenced by get_memory_write_packet_size(), set_memory_write_packet_size(), and show_memory_write_packet_size().

◆ not_sent_ptid

ptid_t not_sent_ptid
static

Definition at line 1725 of file remote.c.

Referenced by _initialize_remote(), and remote_open_1().

◆ notif_client_stop

struct notif_client notif_client_stop
Initial value:
=
{
"Stop",
"vStopped",
}
static int remote_notif_stop_can_get_pending_events(struct notif_client *self)
Definition: remote.c:6342
static void remote_notif_stop_ack(struct notif_client *self, char *buf, struct notif_event *event)
Definition: remote.c:6326
static struct notif_event * remote_notif_stop_alloc_reply(void)
Definition: remote.c:6369
static void remote_notif_stop_parse(struct notif_client *self, char *buf, struct notif_event *event)
Definition: remote.c:6319

Definition at line 6381 of file remote.c.

Referenced by check_pending_events_prevent_wildcard_vcont(), discard_pending_stop_replies(), extended_remote_attach(), kill_new_fork_children(), remote_resume(), remote_start_remote(), remote_wait_as(), remote_wait_ns(), and remove_new_fork_children().

◆ remote_address_size

unsigned int remote_address_size
static

Definition at line 999 of file remote.c.

Referenced by _initialize_remote(), and remote_address_masked().

◆ remote_async_inferior_event_token

struct async_event_handler* remote_async_inferior_event_token
static

◆ remote_async_serial_handler

serial_event_ftype remote_async_serial_handler
static

Definition at line 13730 of file remote.c.

Referenced by remote_async().

◆ remote_break

int remote_break
static

Definition at line 970 of file remote.c.

Referenced by _initialize_remote(), and set_remotebreak().

◆ remote_cmdlist

struct cmd_list_element* remote_cmdlist
static

Definition at line 241 of file remote.c.

Referenced by _initialize_remote(), and remote_command().

◆ remote_exec_file_var

char* remote_exec_file_var
static

Definition at line 86 of file remote.c.

Referenced by _initialize_remote(), set_remote_exec_file(), and show_remote_exec_file().

◆ remote_flash_timeout

const int remote_flash_timeout = 1000
static

Definition at line 8460 of file remote.c.

Referenced by remote_flash_done(), remote_flash_erase(), and remote_flash_write().

◆ remote_g_packet_data_handle

struct gdbarch_data* remote_g_packet_data_handle
static

◆ remote_gdbarch_data_handle

struct gdbarch_data* remote_gdbarch_data_handle
static

Definition at line 645 of file remote.c.

Referenced by _initialize_remote(), and get_remote_arch_state().

◆ remote_hw_breakpoint_limit

int remote_hw_breakpoint_limit = -1

Definition at line 9968 of file remote.c.

Referenced by _initialize_remote(), and remote_check_watch_resources().

◆ remote_hw_watchpoint_length_limit

int remote_hw_watchpoint_length_limit = -1

Definition at line 9967 of file remote.c.

Referenced by _initialize_remote(), and remote_region_ok_for_hw_watchpoint().

◆ remote_hw_watchpoint_limit

int remote_hw_watchpoint_limit = -1

Definition at line 9966 of file remote.c.

Referenced by _initialize_remote(), and remote_check_watch_resources().

◆ remote_ops

struct target_ops remote_ops
static

◆ remote_protocol_features

const struct protocol_feature remote_protocol_features[]
static

Definition at line 4548 of file remote.c.

Referenced by remote_query_supported().

◆ remote_protocol_packets

struct packet_config remote_protocol_packets[PACKET_MAX]
static

◆ remote_pspace_data

const struct program_space_data* remote_pspace_data
static

Definition at line 80 of file remote.c.

Referenced by _initialize_remote(), get_remote_exec_file(), and set_pspace_remote_exec_file().

◆ remote_set_cmdlist

struct cmd_list_element* remote_set_cmdlist
static

◆ remote_show_cmdlist

struct cmd_list_element* remote_show_cmdlist
static

◆ remote_state

struct remote_state* remote_state
static

Definition at line 483 of file remote.c.

Referenced by get_remote_state_raw().

◆ remote_support_xml

char* remote_support_xml
static

Definition at line 4657 of file remote.c.

Referenced by register_remote_support_xml(), and remote_query_supported().

◆ remote_Z_packet_detect

enum auto_boolean remote_Z_packet_detect
static

Definition at line 1599 of file remote.c.

Referenced by _initialize_remote(), and set_remote_protocol_Z_packet_cmd().

◆ thread_attributes

const struct gdb_xml_attribute thread_attributes[]
Initial value:
= {
{ "id", GDB_XML_AF_NONE, NULL, NULL },
{ "name", GDB_XML_AF_OPTIONAL, NULL, NULL },
{ "handle", GDB_XML_AF_OPTIONAL, NULL, NULL },
{ NULL, GDB_XML_AF_NONE, NULL, NULL }
}
gdb_xml_attribute_handler gdb_xml_parse_attr_ulongest

Definition at line 3117 of file remote.c.

◆ thread_children

const struct gdb_xml_element thread_children[]
Initial value:
= {
{ NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
}

Definition at line 3125 of file remote.c.

◆ threads_children

const struct gdb_xml_element threads_children[]
Initial value:
= {
{ NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
}
static void start_thread(struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, VEC(gdb_xml_value_s) *attributes)
Definition: remote.c:3078
static void end_thread(struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, const char *body_text)
Definition: remote.c:3106
const struct gdb_xml_attribute thread_attributes[]
Definition: remote.c:3117
const struct gdb_xml_element thread_children[]
Definition: remote.c:3125

Definition at line 3129 of file remote.c.

◆ threads_elements

const struct gdb_xml_element threads_elements[]
Initial value:
= {
{ "threads", NULL, threads_children,
GDB_XML_EF_NONE, NULL, NULL },
{ NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
}
const struct gdb_xml_element threads_children[]
Definition: remote.c:3129

Definition at line 3136 of file remote.c.

Referenced by remote_get_threads_with_qxfer().

◆ use_range_stepping

int use_range_stepping = 1
static

Definition at line 270 of file remote.c.

Referenced by _initialize_remote(), append_resumption(), and set_range_stepping().

◆ wait_forever_enabled_p

int wait_forever_enabled_p = 1
static

Definition at line 916 of file remote.c.

Referenced by remote_open_1(), and remote_wait_as().