1 /* Remote target communications for serial-line targets in custom GDB protocol
3 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
4 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
5 2010 Free Software Foundation, Inc.
7 This file is part of GDB.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 /* See the GDB User Guide for details of the GDB remote protocol. */
25 #include "gdb_string.h"
31 #include "exceptions.h"
33 /*#include "terminal.h" */
36 #include "gdb-stabs.h"
37 #include "gdbthread.h"
41 #include "gdb_assert.h"
44 #include "cli/cli-decode.h"
45 #include "cli/cli-setshow.h"
46 #include "target-descriptions.h"
51 #include "event-loop.h"
52 #include "event-top.h"
58 #include "gdbcore.h" /* for exec_bfd */
60 #include "remote-fileio.h"
61 #include "gdb/fileio.h"
63 #include "xml-support.h"
65 #include "memory-map.h"
67 #include "tracepoint.h"
71 /* temp hacks for tracepoint encoding migration */
72 static char *target_buf;
73 static long target_buf_size;
75 encode_actions (struct breakpoint *t, struct bp_location *tloc,
76 char ***tdp_actions, char ***stepping_actions);
78 /* The size to align memory write packets, when practical. The protocol
79 does not guarantee any alignment, and gdb will generate short
80 writes and unaligned writes, but even as a best-effort attempt this
81 can improve bulk transfers. For instance, if a write is misaligned
82 relative to the target's data bus, the stub may need to make an extra
83 round trip fetching data from the target. This doesn't make a
84 huge difference, but it's easy to do, so we try to be helpful.
86 The alignment chosen is arbitrary; usually data bus width is
87 important here, not the possibly larger cache line size. */
88 enum { REMOTE_ALIGN_WRITES = 16 };
90 /* Prototypes for local functions. */
91 static void cleanup_sigint_signal_handler (void *dummy);
92 static void initialize_sigint_signal_handler (void);
93 static int getpkt_sane (char **buf, long *sizeof_buf, int forever);
94 static int getpkt_or_notif_sane (char **buf, long *sizeof_buf,
97 static void handle_remote_sigint (int);
98 static void handle_remote_sigint_twice (int);
99 static void async_remote_interrupt (gdb_client_data);
100 void async_remote_interrupt_twice (gdb_client_data);
102 static void remote_files_info (struct target_ops *ignore);
104 static void remote_prepare_to_store (struct regcache *regcache);
106 static void remote_open (char *name, int from_tty);
108 static void extended_remote_open (char *name, int from_tty);
110 static void remote_open_1 (char *, int, struct target_ops *, int extended_p);
112 static void remote_close (int quitting);
114 static void remote_mourn (struct target_ops *ops);
116 static void extended_remote_restart (void);
118 static void extended_remote_mourn (struct target_ops *);
120 static void remote_mourn_1 (struct target_ops *);
122 static void remote_send (char **buf, long *sizeof_buf_p);
124 static int readchar (int timeout);
126 static void remote_kill (struct target_ops *ops);
128 static int tohex (int nib);
130 static int remote_can_async_p (void);
132 static int remote_is_async_p (void);
134 static void remote_async (void (*callback) (enum inferior_event_type event_type,
135 void *context), void *context);
137 static int remote_async_mask (int new_mask);
139 static void remote_detach (struct target_ops *ops, char *args, int from_tty);
141 static void remote_interrupt (int signo);
143 static void remote_interrupt_twice (int signo);
145 static void interrupt_query (void);
147 static void set_general_thread (struct ptid ptid);
148 static void set_continue_thread (struct ptid ptid);
150 static void get_offsets (void);
152 static void skip_frame (void);
154 static long read_frame (char **buf_p, long *sizeof_buf);
156 static int hexnumlen (ULONGEST num);
158 static void init_remote_ops (void);
160 static void init_extended_remote_ops (void);
162 static void remote_stop (ptid_t);
164 static int ishex (int ch, int *val);
166 static int stubhex (int ch);
168 static int hexnumstr (char *, ULONGEST);
170 static int hexnumnstr (char *, ULONGEST, int);
172 static CORE_ADDR remote_address_masked (CORE_ADDR);
174 static void print_packet (char *);
176 static void compare_sections_command (char *, int);
178 static void packet_command (char *, int);
180 static int stub_unpack_int (char *buff, int fieldlength);
182 static ptid_t remote_current_thread (ptid_t oldptid);
184 static void remote_find_new_threads (void);
186 static void record_currthread (ptid_t currthread);
188 static int fromhex (int a);
190 extern int hex2bin (const char *hex, gdb_byte *bin, int count);
192 extern int bin2hex (const gdb_byte *bin, char *hex, int count);
194 static int putpkt_binary (char *buf, int cnt);
196 static void check_binary_download (CORE_ADDR addr);
198 struct packet_config;
200 static void show_packet_config_cmd (struct packet_config *config);
202 static void update_packet_config (struct packet_config *config);
204 static void set_remote_protocol_packet_cmd (char *args, int from_tty,
205 struct cmd_list_element *c);
207 static void show_remote_protocol_packet_cmd (struct ui_file *file,
209 struct cmd_list_element *c,
212 static char *write_ptid (char *buf, const char *endbuf, ptid_t ptid);
213 static ptid_t read_ptid (char *buf, char **obuf);
216 static int remote_get_trace_status (struct trace_status *ts);
218 static int remote_upload_tracepoints (struct uploaded_tp **utpp);
220 static int remote_upload_trace_state_variables (struct uploaded_tsv **utsvp);
222 static void remote_query_supported (void);
224 static void remote_check_symbols (struct objfile *objfile);
226 void _initialize_remote (void);
229 static struct stop_reply *stop_reply_xmalloc (void);
230 static void stop_reply_xfree (struct stop_reply *);
231 static void do_stop_reply_xfree (void *arg);
232 static void remote_parse_stop_reply (char *buf, struct stop_reply *);
233 static void push_stop_reply (struct stop_reply *);
234 static void remote_get_pending_stop_replies (void);
235 static void discard_pending_stop_replies (int pid);
236 static int peek_stop_reply (ptid_t ptid);
238 static void remote_async_inferior_event_handler (gdb_client_data);
239 static void remote_async_get_pending_events_handler (gdb_client_data);
241 static void remote_terminal_ours (void);
243 static int remote_read_description_p (struct target_ops *target);
245 /* The non-stop remote protocol provisions for one pending stop reply.
246 This is where we keep it until it is acknowledged. */
248 static struct stop_reply *pending_stop_reply = NULL;
252 static struct cmd_list_element *remote_cmdlist;
254 /* For "set remote" and "show remote". */
256 static struct cmd_list_element *remote_set_cmdlist;
257 static struct cmd_list_element *remote_show_cmdlist;
259 /* Description of the remote protocol state for the currently
260 connected target. This is per-target state, and independent of the
261 selected architecture. */
265 /* A buffer to use for incoming packets, and its current size. The
266 buffer is grown dynamically for larger incoming packets.
267 Outgoing packets may also be constructed in this buffer.
268 BUF_SIZE is always at least REMOTE_PACKET_SIZE;
269 REMOTE_PACKET_SIZE should be used to limit the length of outgoing
274 /* If we negotiated packet size explicitly (and thus can bypass
275 heuristics for the largest packet size that will not overflow
276 a buffer in the stub), this will be set to that packet size.
277 Otherwise zero, meaning to use the guessed size. */
278 long explicit_packet_size;
280 /* remote_wait is normally called when the target is running and
281 waits for a stop reply packet. But sometimes we need to call it
282 when the target is already stopped. We can send a "?" packet
283 and have remote_wait read the response. Or, if we already have
284 the response, we can stash it in BUF and tell remote_wait to
285 skip calling getpkt. This flag is set when BUF contains a
286 stop reply packet and the target is not waiting. */
287 int cached_wait_status;
289 /* True, if in no ack mode. That is, neither GDB nor the stub will
290 expect acks from each other. The connection is assumed to be
294 /* True if we're connected in extended remote mode. */
297 /* True if the stub reported support for multi-process
299 int multi_process_aware;
301 /* True if we resumed the target and we're waiting for the target to
302 stop. In the mean time, we can't start another command/query.
303 The remote server wouldn't be ready to process it, so we'd
304 timeout waiting for a reply that would never come and eventually
305 we'd close the connection. This can happen in asynchronous mode
306 because we allow GDB commands while the target is running. */
307 int waiting_for_stop_reply;
309 /* True if the stub reports support for non-stop mode. */
312 /* True if the stub reports support for vCont;t. */
315 /* True if the stub reports support for conditional tracepoints. */
316 int cond_tracepoints;
318 /* True if the stub reports support for fast tracepoints. */
319 int fast_tracepoints;
321 /* True if the stub can continue running a trace while GDB is
323 int disconnected_tracing;
325 /* Nonzero if the user has pressed Ctrl-C, but the target hasn't
326 responded to that. */
330 /* Private data that we'll store in (struct thread_info)->private. */
331 struct private_thread_info
338 free_private_thread_info (struct private_thread_info *info)
344 /* Returns true if the multi-process extensions are in effect. */
346 remote_multi_process_p (struct remote_state *rs)
348 return rs->extended && rs->multi_process_aware;
351 /* This data could be associated with a target, but we do not always
352 have access to the current target when we need it, so for now it is
353 static. This will be fine for as long as only one target is in use
355 static struct remote_state remote_state;
357 static struct remote_state *
358 get_remote_state_raw (void)
360 return &remote_state;
363 /* Description of the remote protocol for a given architecture. */
367 long offset; /* Offset into G packet. */
368 long regnum; /* GDB's internal register number. */
369 LONGEST pnum; /* Remote protocol register number. */
370 int in_g_packet; /* Always part of G packet. */
371 /* long size in bytes; == register_size (target_gdbarch, regnum);
373 /* char *name; == gdbarch_register_name (target_gdbarch, regnum);
377 struct remote_arch_state
379 /* Description of the remote protocol registers. */
380 long sizeof_g_packet;
382 /* Description of the remote protocol registers indexed by REGNUM
383 (making an array gdbarch_num_regs in size). */
384 struct packet_reg *regs;
386 /* This is the size (in chars) of the first response to the ``g''
387 packet. It is used as a heuristic when determining the maximum
388 size of memory-read and memory-write packets. A target will
389 typically only reserve a buffer large enough to hold the ``g''
390 packet. The size does not include packet overhead (headers and
392 long actual_register_packet_size;
394 /* This is the maximum size (in chars) of a non read/write packet.
395 It is also used as a cap on the size of read/write packets. */
396 long remote_packet_size;
399 long sizeof_pkt = 2000;
401 /* Utility: generate error from an incoming stub packet. */
403 trace_error (char *buf)
406 return; /* not an error msg */
409 case '1': /* malformed packet error */
410 if (*++buf == '0') /* general case: */
411 error (_("remote.c: error in outgoing packet."));
413 error (_("remote.c: error in outgoing packet at field #%ld."),
414 strtol (buf, NULL, 16));
416 error (_("trace API error 0x%s."), ++buf);
418 error (_("Target returns error code '%s'."), buf);
422 /* Utility: wait for reply from stub, while accepting "O" packets. */
424 remote_get_noisy_reply (char **buf_p,
427 do /* Loop on reply from remote stub. */
430 QUIT; /* allow user to bail out with ^C */
431 getpkt (buf_p, sizeof_buf, 0);
434 error (_("Target does not support this command."));
435 else if (buf[0] == 'E')
437 else if (buf[0] == 'O' &&
439 remote_console_output (buf + 1); /* 'O' message from stub */
441 return buf; /* here's the actual reply */
446 /* Handle for retreving the remote protocol data from gdbarch. */
447 static struct gdbarch_data *remote_gdbarch_data_handle;
449 static struct remote_arch_state *
450 get_remote_arch_state (void)
452 return gdbarch_data (target_gdbarch, remote_gdbarch_data_handle);
455 /* Fetch the global remote target state. */
457 static struct remote_state *
458 get_remote_state (void)
460 /* Make sure that the remote architecture state has been
461 initialized, because doing so might reallocate rs->buf. Any
462 function which calls getpkt also needs to be mindful of changes
463 to rs->buf, but this call limits the number of places which run
465 get_remote_arch_state ();
467 return get_remote_state_raw ();
471 compare_pnums (const void *lhs_, const void *rhs_)
473 const struct packet_reg * const *lhs = lhs_;
474 const struct packet_reg * const *rhs = rhs_;
476 if ((*lhs)->pnum < (*rhs)->pnum)
478 else if ((*lhs)->pnum == (*rhs)->pnum)
485 init_remote_state (struct gdbarch *gdbarch)
487 int regnum, num_remote_regs, offset;
488 struct remote_state *rs = get_remote_state_raw ();
489 struct remote_arch_state *rsa;
490 struct packet_reg **remote_regs;
492 rsa = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct remote_arch_state);
494 /* Use the architecture to build a regnum<->pnum table, which will be
495 1:1 unless a feature set specifies otherwise. */
496 rsa->regs = GDBARCH_OBSTACK_CALLOC (gdbarch,
497 gdbarch_num_regs (gdbarch),
499 for (regnum = 0; regnum < gdbarch_num_regs (gdbarch); regnum++)
501 struct packet_reg *r = &rsa->regs[regnum];
503 if (register_size (gdbarch, regnum) == 0)
504 /* Do not try to fetch zero-sized (placeholder) registers. */
507 r->pnum = gdbarch_remote_register_number (gdbarch, regnum);
512 /* Define the g/G packet format as the contents of each register
513 with a remote protocol number, in order of ascending protocol
516 remote_regs = alloca (gdbarch_num_regs (gdbarch)
517 * sizeof (struct packet_reg *));
518 for (num_remote_regs = 0, regnum = 0;
519 regnum < gdbarch_num_regs (gdbarch);
521 if (rsa->regs[regnum].pnum != -1)
522 remote_regs[num_remote_regs++] = &rsa->regs[regnum];
524 qsort (remote_regs, num_remote_regs, sizeof (struct packet_reg *),
527 for (regnum = 0, offset = 0; regnum < num_remote_regs; regnum++)
529 remote_regs[regnum]->in_g_packet = 1;
530 remote_regs[regnum]->offset = offset;
531 offset += register_size (gdbarch, remote_regs[regnum]->regnum);
534 /* Record the maximum possible size of the g packet - it may turn out
536 rsa->sizeof_g_packet = offset;
538 /* Default maximum number of characters in a packet body. Many
539 remote stubs have a hardwired buffer size of 400 bytes
540 (c.f. BUFMAX in m68k-stub.c and i386-stub.c). BUFMAX-1 is used
541 as the maximum packet-size to ensure that the packet and an extra
542 NUL character can always fit in the buffer. This stops GDB
543 trashing stubs that try to squeeze an extra NUL into what is
544 already a full buffer (As of 1999-12-04 that was most stubs). */
545 rsa->remote_packet_size = 400 - 1;
547 /* This one is filled in when a ``g'' packet is received. */
548 rsa->actual_register_packet_size = 0;
550 /* Should rsa->sizeof_g_packet needs more space than the
551 default, adjust the size accordingly. Remember that each byte is
552 encoded as two characters. 32 is the overhead for the packet
553 header / footer. NOTE: cagney/1999-10-26: I suspect that 8
554 (``$NN:G...#NN'') is a better guess, the below has been padded a
556 if (rsa->sizeof_g_packet > ((rsa->remote_packet_size - 32) / 2))
557 rsa->remote_packet_size = (rsa->sizeof_g_packet * 2 + 32);
559 /* Make sure that the packet buffer is plenty big enough for
560 this architecture. */
561 if (rs->buf_size < rsa->remote_packet_size)
563 rs->buf_size = 2 * rsa->remote_packet_size;
564 rs->buf = xrealloc (rs->buf, rs->buf_size);
570 /* Return the current allowed size of a remote packet. This is
571 inferred from the current architecture, and should be used to
572 limit the length of outgoing packets. */
574 get_remote_packet_size (void)
576 struct remote_state *rs = get_remote_state ();
577 struct remote_arch_state *rsa = get_remote_arch_state ();
579 if (rs->explicit_packet_size)
580 return rs->explicit_packet_size;
582 return rsa->remote_packet_size;
585 static struct packet_reg *
586 packet_reg_from_regnum (struct remote_arch_state *rsa, long regnum)
588 if (regnum < 0 && regnum >= gdbarch_num_regs (target_gdbarch))
592 struct packet_reg *r = &rsa->regs[regnum];
593 gdb_assert (r->regnum == regnum);
598 static struct packet_reg *
599 packet_reg_from_pnum (struct remote_arch_state *rsa, LONGEST pnum)
602 for (i = 0; i < gdbarch_num_regs (target_gdbarch); i++)
604 struct packet_reg *r = &rsa->regs[i];
611 /* FIXME: graces/2002-08-08: These variables should eventually be
612 bound to an instance of the target object (as in gdbarch-tdep()),
613 when such a thing exists. */
615 /* This is set to the data address of the access causing the target
616 to stop for a watchpoint. */
617 static CORE_ADDR remote_watch_data_address;
619 /* This is non-zero if target stopped for a watchpoint. */
620 static int remote_stopped_by_watchpoint_p;
622 static struct target_ops remote_ops;
624 static struct target_ops extended_remote_ops;
626 static int remote_async_mask_value = 1;
628 /* FIXME: cagney/1999-09-23: Even though getpkt was called with
629 ``forever'' still use the normal timeout mechanism. This is
630 currently used by the ASYNC code to guarentee that target reads
631 during the initial connect always time-out. Once getpkt has been
632 modified to return a timeout indication and, in turn
633 remote_wait()/wait_for_inferior() have gained a timeout parameter
635 static int wait_forever_enabled_p = 1;
637 /* Allow the user to specify what sequence to send to the remote
638 when he requests a program interruption: Although ^C is usually
639 what remote systems expect (this is the default, here), it is
640 sometimes preferable to send a break. On other systems such
641 as the Linux kernel, a break followed by g, which is Magic SysRq g
642 is required in order to interrupt the execution. */
643 const char interrupt_sequence_control_c[] = "Ctrl-C";
644 const char interrupt_sequence_break[] = "BREAK";
645 const char interrupt_sequence_break_g[] = "BREAK-g";
646 static const char *interrupt_sequence_modes[] =
648 interrupt_sequence_control_c,
649 interrupt_sequence_break,
650 interrupt_sequence_break_g,
653 static const char *interrupt_sequence_mode = interrupt_sequence_control_c;
656 show_interrupt_sequence (struct ui_file *file, int from_tty,
657 struct cmd_list_element *c,
660 if (interrupt_sequence_mode == interrupt_sequence_control_c)
661 fprintf_filtered (file,
662 _("Send the ASCII ETX character (Ctrl-c) "
663 "to the remote target to interrupt the "
664 "execution of the program.\n"));
665 else if (interrupt_sequence_mode == interrupt_sequence_break)
666 fprintf_filtered (file,
667 _("send a break signal to the remote target "
668 "to interrupt the execution of the program.\n"));
669 else if (interrupt_sequence_mode == interrupt_sequence_break_g)
670 fprintf_filtered (file,
671 _("Send a break signal and 'g' a.k.a. Magic SysRq g to "
672 "the remote target to interrupt the execution "
673 "of Linux kernel.\n"));
675 internal_error (__FILE__, __LINE__,
676 _("Invalid value for interrupt_sequence_mode: %s."),
677 interrupt_sequence_mode);
680 /* This boolean variable specifies whether interrupt_sequence is sent
681 to the remote target when gdb connects to it.
682 This is mostly needed when you debug the Linux kernel: The Linux kernel
683 expects BREAK g which is Magic SysRq g for connecting gdb. */
684 static int interrupt_on_connect = 0;
686 /* This variable is used to implement the "set/show remotebreak" commands.
687 Since these commands are now deprecated in favor of "set/show remote
688 interrupt-sequence", it no longer has any effect on the code. */
689 static int remote_break;
692 set_remotebreak (char *args, int from_tty, struct cmd_list_element *c)
695 interrupt_sequence_mode = interrupt_sequence_break;
697 interrupt_sequence_mode = interrupt_sequence_control_c;
701 show_remotebreak (struct ui_file *file, int from_tty,
702 struct cmd_list_element *c,
707 /* Descriptor for I/O to remote machine. Initialize it to NULL so that
708 remote_open knows that we don't have a file open when the program
710 static struct serial *remote_desc = NULL;
712 /* This variable sets the number of bits in an address that are to be
713 sent in a memory ("M" or "m") packet. Normally, after stripping
714 leading zeros, the entire address would be sent. This variable
715 restricts the address to REMOTE_ADDRESS_SIZE bits. HISTORY: The
716 initial implementation of remote.c restricted the address sent in
717 memory packets to ``host::sizeof long'' bytes - (typically 32
718 bits). Consequently, for 64 bit targets, the upper 32 bits of an
719 address was never sent. Since fixing this bug may cause a break in
720 some remote targets this variable is principly provided to
721 facilitate backward compatibility. */
723 static int remote_address_size;
725 /* Temporary to track who currently owns the terminal. See
726 remote_terminal_* for more details. */
728 static int remote_async_terminal_ours_p;
730 /* The executable file to use for "run" on the remote side. */
732 static char *remote_exec_file = "";
735 /* User configurable variables for the number of characters in a
736 memory read/write packet. MIN (rsa->remote_packet_size,
737 rsa->sizeof_g_packet) is the default. Some targets need smaller
738 values (fifo overruns, et.al.) and some users need larger values
739 (speed up transfers). The variables ``preferred_*'' (the user
740 request), ``current_*'' (what was actually set) and ``forced_*''
741 (Positive - a soft limit, negative - a hard limit). */
743 struct memory_packet_config
750 /* Compute the current size of a read/write packet. Since this makes
751 use of ``actual_register_packet_size'' the computation is dynamic. */
754 get_memory_packet_size (struct memory_packet_config *config)
756 struct remote_state *rs = get_remote_state ();
757 struct remote_arch_state *rsa = get_remote_arch_state ();
759 /* NOTE: The somewhat arbitrary 16k comes from the knowledge (folk
760 law?) that some hosts don't cope very well with large alloca()
761 calls. Eventually the alloca() code will be replaced by calls to
762 xmalloc() and make_cleanups() allowing this restriction to either
763 be lifted or removed. */
764 #ifndef MAX_REMOTE_PACKET_SIZE
765 #define MAX_REMOTE_PACKET_SIZE 16384
767 /* NOTE: 20 ensures we can write at least one byte. */
768 #ifndef MIN_REMOTE_PACKET_SIZE
769 #define MIN_REMOTE_PACKET_SIZE 20
774 if (config->size <= 0)
775 what_they_get = MAX_REMOTE_PACKET_SIZE;
777 what_they_get = config->size;
781 what_they_get = get_remote_packet_size ();
782 /* Limit the packet to the size specified by the user. */
784 && what_they_get > config->size)
785 what_they_get = config->size;
787 /* Limit it to the size of the targets ``g'' response unless we have
788 permission from the stub to use a larger packet size. */
789 if (rs->explicit_packet_size == 0
790 && rsa->actual_register_packet_size > 0
791 && what_they_get > rsa->actual_register_packet_size)
792 what_they_get = rsa->actual_register_packet_size;
794 if (what_they_get > MAX_REMOTE_PACKET_SIZE)
795 what_they_get = MAX_REMOTE_PACKET_SIZE;
796 if (what_they_get < MIN_REMOTE_PACKET_SIZE)
797 what_they_get = MIN_REMOTE_PACKET_SIZE;
799 /* Make sure there is room in the global buffer for this packet
800 (including its trailing NUL byte). */
801 if (rs->buf_size < what_they_get + 1)
803 rs->buf_size = 2 * what_they_get;
804 rs->buf = xrealloc (rs->buf, 2 * what_they_get);
807 return what_they_get;
810 /* Update the size of a read/write packet. If they user wants
811 something really big then do a sanity check. */
814 set_memory_packet_size (char *args, struct memory_packet_config *config)
816 int fixed_p = config->fixed_p;
817 long size = config->size;
819 error (_("Argument required (integer, `fixed' or `limited')."));
820 else if (strcmp (args, "hard") == 0
821 || strcmp (args, "fixed") == 0)
823 else if (strcmp (args, "soft") == 0
824 || strcmp (args, "limit") == 0)
829 size = strtoul (args, &end, 0);
831 error (_("Invalid %s (bad syntax)."), config->name);
833 /* Instead of explicitly capping the size of a packet to
834 MAX_REMOTE_PACKET_SIZE or dissallowing it, the user is
835 instead allowed to set the size to something arbitrarily
837 if (size > MAX_REMOTE_PACKET_SIZE)
838 error (_("Invalid %s (too large)."), config->name);
842 if (fixed_p && !config->fixed_p)
844 if (! query (_("The target may not be able to correctly handle a %s\n"
845 "of %ld bytes. Change the packet size? "),
847 error (_("Packet size not changed."));
849 /* Update the config. */
850 config->fixed_p = fixed_p;
855 show_memory_packet_size (struct memory_packet_config *config)
857 printf_filtered (_("The %s is %ld. "), config->name, config->size);
859 printf_filtered (_("Packets are fixed at %ld bytes.\n"),
860 get_memory_packet_size (config));
862 printf_filtered (_("Packets are limited to %ld bytes.\n"),
863 get_memory_packet_size (config));
866 static struct memory_packet_config memory_write_packet_config =
868 "memory-write-packet-size",
872 set_memory_write_packet_size (char *args, int from_tty)
874 set_memory_packet_size (args, &memory_write_packet_config);
878 show_memory_write_packet_size (char *args, int from_tty)
880 show_memory_packet_size (&memory_write_packet_config);
884 get_memory_write_packet_size (void)
886 return get_memory_packet_size (&memory_write_packet_config);
889 static struct memory_packet_config memory_read_packet_config =
891 "memory-read-packet-size",
895 set_memory_read_packet_size (char *args, int from_tty)
897 set_memory_packet_size (args, &memory_read_packet_config);
901 show_memory_read_packet_size (char *args, int from_tty)
903 show_memory_packet_size (&memory_read_packet_config);
907 get_memory_read_packet_size (void)
909 long size = get_memory_packet_size (&memory_read_packet_config);
910 /* FIXME: cagney/1999-11-07: Functions like getpkt() need to get an
911 extra buffer size argument before the memory read size can be
912 increased beyond this. */
913 if (size > get_remote_packet_size ())
914 size = get_remote_packet_size ();
919 /* Generic configuration support for packets the stub optionally
920 supports. Allows the user to specify the use of the packet as well
921 as allowing GDB to auto-detect support in the remote stub. */
925 PACKET_SUPPORT_UNKNOWN = 0,
934 enum auto_boolean detect;
935 enum packet_support support;
938 /* Analyze a packet's return value and update the packet config
949 update_packet_config (struct packet_config *config)
951 switch (config->detect)
953 case AUTO_BOOLEAN_TRUE:
954 config->support = PACKET_ENABLE;
956 case AUTO_BOOLEAN_FALSE:
957 config->support = PACKET_DISABLE;
959 case AUTO_BOOLEAN_AUTO:
960 config->support = PACKET_SUPPORT_UNKNOWN;
966 show_packet_config_cmd (struct packet_config *config)
968 char *support = "internal-error";
969 switch (config->support)
975 support = "disabled";
977 case PACKET_SUPPORT_UNKNOWN:
981 switch (config->detect)
983 case AUTO_BOOLEAN_AUTO:
984 printf_filtered (_("Support for the `%s' packet is auto-detected, currently %s.\n"),
985 config->name, support);
987 case AUTO_BOOLEAN_TRUE:
988 case AUTO_BOOLEAN_FALSE:
989 printf_filtered (_("Support for the `%s' packet is currently %s.\n"),
990 config->name, support);
996 add_packet_config_cmd (struct packet_config *config, const char *name,
997 const char *title, int legacy)
1003 config->name = name;
1004 config->title = title;
1005 config->detect = AUTO_BOOLEAN_AUTO;
1006 config->support = PACKET_SUPPORT_UNKNOWN;
1007 set_doc = xstrprintf ("Set use of remote protocol `%s' (%s) packet",
1009 show_doc = xstrprintf ("Show current use of remote protocol `%s' (%s) packet",
1011 /* set/show TITLE-packet {auto,on,off} */
1012 cmd_name = xstrprintf ("%s-packet", title);
1013 add_setshow_auto_boolean_cmd (cmd_name, class_obscure,
1014 &config->detect, set_doc, show_doc, NULL, /* help_doc */
1015 set_remote_protocol_packet_cmd,
1016 show_remote_protocol_packet_cmd,
1017 &remote_set_cmdlist, &remote_show_cmdlist);
1018 /* The command code copies the documentation strings. */
1021 /* set/show remote NAME-packet {auto,on,off} -- legacy. */
1025 legacy_name = xstrprintf ("%s-packet", name);
1026 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
1027 &remote_set_cmdlist);
1028 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
1029 &remote_show_cmdlist);
1033 static enum packet_result
1034 packet_check_result (const char *buf)
1038 /* The stub recognized the packet request. Check that the
1039 operation succeeded. */
1041 && isxdigit (buf[1]) && isxdigit (buf[2])
1043 /* "Enn" - definitly an error. */
1044 return PACKET_ERROR;
1046 /* Always treat "E." as an error. This will be used for
1047 more verbose error messages, such as E.memtypes. */
1048 if (buf[0] == 'E' && buf[1] == '.')
1049 return PACKET_ERROR;
1051 /* The packet may or may not be OK. Just assume it is. */
1055 /* The stub does not support the packet. */
1056 return PACKET_UNKNOWN;
1059 static enum packet_result
1060 packet_ok (const char *buf, struct packet_config *config)
1062 enum packet_result result;
1064 result = packet_check_result (buf);
1069 /* The stub recognized the packet request. */
1070 switch (config->support)
1072 case PACKET_SUPPORT_UNKNOWN:
1074 fprintf_unfiltered (gdb_stdlog,
1075 "Packet %s (%s) is supported\n",
1076 config->name, config->title);
1077 config->support = PACKET_ENABLE;
1079 case PACKET_DISABLE:
1080 internal_error (__FILE__, __LINE__,
1081 _("packet_ok: attempt to use a disabled packet"));
1087 case PACKET_UNKNOWN:
1088 /* The stub does not support the packet. */
1089 switch (config->support)
1092 if (config->detect == AUTO_BOOLEAN_AUTO)
1093 /* If the stub previously indicated that the packet was
1094 supported then there is a protocol error.. */
1095 error (_("Protocol error: %s (%s) conflicting enabled responses."),
1096 config->name, config->title);
1098 /* The user set it wrong. */
1099 error (_("Enabled packet %s (%s) not recognized by stub"),
1100 config->name, config->title);
1102 case PACKET_SUPPORT_UNKNOWN:
1104 fprintf_unfiltered (gdb_stdlog,
1105 "Packet %s (%s) is NOT supported\n",
1106 config->name, config->title);
1107 config->support = PACKET_DISABLE;
1109 case PACKET_DISABLE:
1131 PACKET_vFile_pwrite,
1133 PACKET_vFile_unlink,
1135 PACKET_qXfer_features,
1136 PACKET_qXfer_libraries,
1137 PACKET_qXfer_memory_map,
1138 PACKET_qXfer_spu_read,
1139 PACKET_qXfer_spu_write,
1140 PACKET_qXfer_osdata,
1141 PACKET_qXfer_threads,
1144 PACKET_QPassSignals,
1145 PACKET_qSearch_memory,
1148 PACKET_QStartNoAckMode,
1150 PACKET_qXfer_siginfo_read,
1151 PACKET_qXfer_siginfo_write,
1153 PACKET_ConditionalTracepoints,
1154 PACKET_FastTracepoints,
1160 static struct packet_config remote_protocol_packets[PACKET_MAX];
1163 set_remote_protocol_packet_cmd (char *args, int from_tty,
1164 struct cmd_list_element *c)
1166 struct packet_config *packet;
1168 for (packet = remote_protocol_packets;
1169 packet < &remote_protocol_packets[PACKET_MAX];
1172 if (&packet->detect == c->var)
1174 update_packet_config (packet);
1178 internal_error (__FILE__, __LINE__, "Could not find config for %s",
1183 show_remote_protocol_packet_cmd (struct ui_file *file, int from_tty,
1184 struct cmd_list_element *c,
1187 struct packet_config *packet;
1189 for (packet = remote_protocol_packets;
1190 packet < &remote_protocol_packets[PACKET_MAX];
1193 if (&packet->detect == c->var)
1195 show_packet_config_cmd (packet);
1199 internal_error (__FILE__, __LINE__, "Could not find config for %s",
1203 /* Should we try one of the 'Z' requests? */
1207 Z_PACKET_SOFTWARE_BP,
1208 Z_PACKET_HARDWARE_BP,
1215 /* For compatibility with older distributions. Provide a ``set remote
1216 Z-packet ...'' command that updates all the Z packet types. */
1218 static enum auto_boolean remote_Z_packet_detect;
1221 set_remote_protocol_Z_packet_cmd (char *args, int from_tty,
1222 struct cmd_list_element *c)
1225 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
1227 remote_protocol_packets[PACKET_Z0 + i].detect = remote_Z_packet_detect;
1228 update_packet_config (&remote_protocol_packets[PACKET_Z0 + i]);
1233 show_remote_protocol_Z_packet_cmd (struct ui_file *file, int from_tty,
1234 struct cmd_list_element *c,
1238 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
1240 show_packet_config_cmd (&remote_protocol_packets[PACKET_Z0 + i]);
1244 /* Should we try the 'ThreadInfo' query packet?
1246 This variable (NOT available to the user: auto-detect only!)
1247 determines whether GDB will use the new, simpler "ThreadInfo"
1248 query or the older, more complex syntax for thread queries.
1249 This is an auto-detect variable (set to true at each connect,
1250 and set to false when the target fails to recognize it). */
1252 static int use_threadinfo_query;
1253 static int use_threadextra_query;
1255 /* Tokens for use by the asynchronous signal handlers for SIGINT. */
1256 static struct async_signal_handler *sigint_remote_twice_token;
1257 static struct async_signal_handler *sigint_remote_token;
1260 /* Asynchronous signal handle registered as event loop source for
1261 when we have pending events ready to be passed to the core. */
1263 static struct async_event_handler *remote_async_inferior_event_token;
1265 /* Asynchronous signal handle registered as event loop source for when
1266 the remote sent us a %Stop notification. The registered callback
1267 will do a vStopped sequence to pull the rest of the events out of
1268 the remote side into our event queue. */
1270 static struct async_event_handler *remote_async_get_pending_events_token;
1273 static ptid_t magic_null_ptid;
1274 static ptid_t not_sent_ptid;
1275 static ptid_t any_thread_ptid;
1277 /* These are the threads which we last sent to the remote system. The
1278 TID member will be -1 for all or -2 for not sent yet. */
1280 static ptid_t general_thread;
1281 static ptid_t continue_thread;
1283 /* Find out if the stub attached to PID (and hence GDB should offer to
1284 detach instead of killing it when bailing out). */
1287 remote_query_attached (int pid)
1289 struct remote_state *rs = get_remote_state ();
1291 if (remote_protocol_packets[PACKET_qAttached].support == PACKET_DISABLE)
1294 if (remote_multi_process_p (rs))
1295 sprintf (rs->buf, "qAttached:%x", pid);
1297 sprintf (rs->buf, "qAttached");
1300 getpkt (&rs->buf, &rs->buf_size, 0);
1302 switch (packet_ok (rs->buf,
1303 &remote_protocol_packets[PACKET_qAttached]))
1306 if (strcmp (rs->buf, "1") == 0)
1310 warning (_("Remote failure reply: %s"), rs->buf);
1312 case PACKET_UNKNOWN:
1319 /* Add PID to GDB's inferior table. Since we can be connected to a
1320 remote system before before knowing about any inferior, mark the
1321 target with execution when we find the first inferior. If ATTACHED
1322 is 1, then we had just attached to this inferior. If it is 0, then
1323 we just created this inferior. If it is -1, then try querying the
1324 remote stub to find out if it had attached to the inferior or
1327 static struct inferior *
1328 remote_add_inferior (int pid, int attached)
1330 struct inferior *inf;
1332 /* Check whether this process we're learning about is to be
1333 considered attached, or if is to be considered to have been
1334 spawned by the stub. */
1336 attached = remote_query_attached (pid);
1338 if (gdbarch_has_global_solist (target_gdbarch))
1340 /* If the target shares code across all inferiors, then every
1341 attach adds a new inferior. */
1342 inf = add_inferior (pid);
1344 /* ... and every inferior is bound to the same program space.
1345 However, each inferior may still have its own address
1347 inf->aspace = maybe_new_address_space ();
1348 inf->pspace = current_program_space;
1352 /* In the traditional debugging scenario, there's a 1-1 match
1353 between program/address spaces. We simply bind the inferior
1354 to the program space's address space. */
1355 inf = current_inferior ();
1356 inferior_appeared (inf, pid);
1359 inf->attach_flag = attached;
1364 /* Add thread PTID to GDB's thread list. Tag it as executing/running
1365 according to RUNNING. */
1368 remote_add_thread (ptid_t ptid, int running)
1372 set_executing (ptid, running);
1373 set_running (ptid, running);
1376 /* Come here when we learn about a thread id from the remote target.
1377 It may be the first time we hear about such thread, so take the
1378 opportunity to add it to GDB's thread list. In case this is the
1379 first time we're noticing its corresponding inferior, add it to
1380 GDB's inferior list as well. */
1383 remote_notice_new_inferior (ptid_t currthread, int running)
1385 /* If this is a new thread, add it to GDB's thread list.
1386 If we leave it up to WFI to do this, bad things will happen. */
1388 if (in_thread_list (currthread) && is_exited (currthread))
1390 /* We're seeing an event on a thread id we knew had exited.
1391 This has to be a new thread reusing the old id. Add it. */
1392 remote_add_thread (currthread, running);
1396 if (!in_thread_list (currthread))
1398 struct inferior *inf = NULL;
1399 int pid = ptid_get_pid (currthread);
1401 if (ptid_is_pid (inferior_ptid)
1402 && pid == ptid_get_pid (inferior_ptid))
1404 /* inferior_ptid has no thread member yet. This can happen
1405 with the vAttach -> remote_wait,"TAAthread:" path if the
1406 stub doesn't support qC. This is the first stop reported
1407 after an attach, so this is the main thread. Update the
1408 ptid in the thread list. */
1409 if (in_thread_list (pid_to_ptid (pid)))
1410 thread_change_ptid (inferior_ptid, currthread);
1413 remote_add_thread (currthread, running);
1414 inferior_ptid = currthread;
1419 if (ptid_equal (magic_null_ptid, inferior_ptid))
1421 /* inferior_ptid is not set yet. This can happen with the
1422 vRun -> remote_wait,"TAAthread:" path if the stub
1423 doesn't support qC. This is the first stop reported
1424 after an attach, so this is the main thread. Update the
1425 ptid in the thread list. */
1426 thread_change_ptid (inferior_ptid, currthread);
1430 /* When connecting to a target remote, or to a target
1431 extended-remote which already was debugging an inferior, we
1432 may not know about it yet. Add it before adding its child
1433 thread, so notifications are emitted in a sensible order. */
1434 if (!in_inferior_list (ptid_get_pid (currthread)))
1435 inf = remote_add_inferior (ptid_get_pid (currthread), -1);
1437 /* This is really a new thread. Add it. */
1438 remote_add_thread (currthread, running);
1440 /* If we found a new inferior, let the common code do whatever
1441 it needs to with it (e.g., read shared libraries, insert
1444 notice_new_inferior (currthread, running, 0);
1448 /* Return the private thread data, creating it if necessary. */
1450 struct private_thread_info *
1451 demand_private_info (ptid_t ptid)
1453 struct thread_info *info = find_thread_ptid (ptid);
1459 info->private = xmalloc (sizeof (*(info->private)));
1460 info->private_dtor = free_private_thread_info;
1461 info->private->core = -1;
1462 info->private->extra = 0;
1465 return info->private;
1468 /* Call this function as a result of
1469 1) A halt indication (T packet) containing a thread id
1470 2) A direct query of currthread
1471 3) Successful execution of set thread
1475 record_currthread (ptid_t currthread)
1477 general_thread = currthread;
1480 static char *last_pass_packet;
1482 /* If 'QPassSignals' is supported, tell the remote stub what signals
1483 it can simply pass through to the inferior without reporting. */
1486 remote_pass_signals (void)
1488 if (remote_protocol_packets[PACKET_QPassSignals].support != PACKET_DISABLE)
1490 char *pass_packet, *p;
1491 int numsigs = (int) TARGET_SIGNAL_LAST;
1494 gdb_assert (numsigs < 256);
1495 for (i = 0; i < numsigs; i++)
1497 if (signal_stop_state (i) == 0
1498 && signal_print_state (i) == 0
1499 && signal_pass_state (i) == 1)
1502 pass_packet = xmalloc (count * 3 + strlen ("QPassSignals:") + 1);
1503 strcpy (pass_packet, "QPassSignals:");
1504 p = pass_packet + strlen (pass_packet);
1505 for (i = 0; i < numsigs; i++)
1507 if (signal_stop_state (i) == 0
1508 && signal_print_state (i) == 0
1509 && signal_pass_state (i) == 1)
1512 *p++ = tohex (i >> 4);
1513 *p++ = tohex (i & 15);
1522 if (!last_pass_packet || strcmp (last_pass_packet, pass_packet))
1524 struct remote_state *rs = get_remote_state ();
1525 char *buf = rs->buf;
1527 putpkt (pass_packet);
1528 getpkt (&rs->buf, &rs->buf_size, 0);
1529 packet_ok (buf, &remote_protocol_packets[PACKET_QPassSignals]);
1530 if (last_pass_packet)
1531 xfree (last_pass_packet);
1532 last_pass_packet = pass_packet;
1535 xfree (pass_packet);
1539 /* If PTID is MAGIC_NULL_PTID, don't set any thread. If PTID is
1540 MINUS_ONE_PTID, set the thread to -1, so the stub returns the
1541 thread. If GEN is set, set the general thread, if not, then set
1542 the step/continue thread. */
1544 set_thread (struct ptid ptid, int gen)
1546 struct remote_state *rs = get_remote_state ();
1547 ptid_t state = gen ? general_thread : continue_thread;
1548 char *buf = rs->buf;
1549 char *endbuf = rs->buf + get_remote_packet_size ();
1551 if (ptid_equal (state, ptid))
1555 *buf++ = gen ? 'g' : 'c';
1556 if (ptid_equal (ptid, magic_null_ptid))
1557 xsnprintf (buf, endbuf - buf, "0");
1558 else if (ptid_equal (ptid, any_thread_ptid))
1559 xsnprintf (buf, endbuf - buf, "0");
1560 else if (ptid_equal (ptid, minus_one_ptid))
1561 xsnprintf (buf, endbuf - buf, "-1");
1563 write_ptid (buf, endbuf, ptid);
1565 getpkt (&rs->buf, &rs->buf_size, 0);
1567 general_thread = ptid;
1569 continue_thread = ptid;
1573 set_general_thread (struct ptid ptid)
1575 set_thread (ptid, 1);
1579 set_continue_thread (struct ptid ptid)
1581 set_thread (ptid, 0);
1584 /* Change the remote current process. Which thread within the process
1585 ends up selected isn't important, as long as it is the same process
1586 as what INFERIOR_PTID points to.
1588 This comes from that fact that there is no explicit notion of
1589 "selected process" in the protocol. The selected process for
1590 general operations is the process the selected general thread
1594 set_general_process (void)
1596 struct remote_state *rs = get_remote_state ();
1598 /* If the remote can't handle multiple processes, don't bother. */
1599 if (!remote_multi_process_p (rs))
1602 /* We only need to change the remote current thread if it's pointing
1603 at some other process. */
1604 if (ptid_get_pid (general_thread) != ptid_get_pid (inferior_ptid))
1605 set_general_thread (inferior_ptid);
1609 /* Return nonzero if the thread PTID is still alive on the remote
1613 remote_thread_alive (struct target_ops *ops, ptid_t ptid)
1615 struct remote_state *rs = get_remote_state ();
1618 if (ptid_equal (ptid, magic_null_ptid))
1619 /* The main thread is always alive. */
1622 if (ptid_get_pid (ptid) != 0 && ptid_get_tid (ptid) == 0)
1623 /* The main thread is always alive. This can happen after a
1624 vAttach, if the remote side doesn't support
1629 endp = rs->buf + get_remote_packet_size ();
1632 write_ptid (p, endp, ptid);
1635 getpkt (&rs->buf, &rs->buf_size, 0);
1636 return (rs->buf[0] == 'O' && rs->buf[1] == 'K');
1639 /* About these extended threadlist and threadinfo packets. They are
1640 variable length packets but, the fields within them are often fixed
1641 length. They are redundent enough to send over UDP as is the
1642 remote protocol in general. There is a matching unit test module
1645 #define OPAQUETHREADBYTES 8
1647 /* a 64 bit opaque identifier */
1648 typedef unsigned char threadref[OPAQUETHREADBYTES];
1650 /* WARNING: This threadref data structure comes from the remote O.S.,
1651 libstub protocol encoding, and remote.c. it is not particularly
1654 /* Right now, the internal structure is int. We want it to be bigger.
1658 typedef int gdb_threadref; /* Internal GDB thread reference. */
1660 /* gdb_ext_thread_info is an internal GDB data structure which is
1661 equivalent to the reply of the remote threadinfo packet. */
1663 struct gdb_ext_thread_info
1665 threadref threadid; /* External form of thread reference. */
1666 int active; /* Has state interesting to GDB?
1668 char display[256]; /* Brief state display, name,
1669 blocked/suspended. */
1670 char shortname[32]; /* To be used to name threads. */
1671 char more_display[256]; /* Long info, statistics, queue depth,
1675 /* The volume of remote transfers can be limited by submitting
1676 a mask containing bits specifying the desired information.
1677 Use a union of these values as the 'selection' parameter to
1678 get_thread_info. FIXME: Make these TAG names more thread specific.
1681 #define TAG_THREADID 1
1682 #define TAG_EXISTS 2
1683 #define TAG_DISPLAY 4
1684 #define TAG_THREADNAME 8
1685 #define TAG_MOREDISPLAY 16
1687 #define BUF_THREAD_ID_SIZE (OPAQUETHREADBYTES * 2)
1689 char *unpack_varlen_hex (char *buff, ULONGEST *result);
1691 static char *unpack_nibble (char *buf, int *val);
1693 static char *pack_nibble (char *buf, int nibble);
1695 static char *pack_hex_byte (char *pkt, int /* unsigned char */ byte);
1697 static char *unpack_byte (char *buf, int *value);
1699 static char *pack_int (char *buf, int value);
1701 static char *unpack_int (char *buf, int *value);
1703 static char *unpack_string (char *src, char *dest, int length);
1705 static char *pack_threadid (char *pkt, threadref *id);
1707 static char *unpack_threadid (char *inbuf, threadref *id);
1709 void int_to_threadref (threadref *id, int value);
1711 static int threadref_to_int (threadref *ref);
1713 static void copy_threadref (threadref *dest, threadref *src);
1715 static int threadmatch (threadref *dest, threadref *src);
1717 static char *pack_threadinfo_request (char *pkt, int mode,
1720 static int remote_unpack_thread_info_response (char *pkt,
1721 threadref *expectedref,
1722 struct gdb_ext_thread_info
1726 static int remote_get_threadinfo (threadref *threadid,
1727 int fieldset, /*TAG mask */
1728 struct gdb_ext_thread_info *info);
1730 static char *pack_threadlist_request (char *pkt, int startflag,
1732 threadref *nextthread);
1734 static int parse_threadlist_response (char *pkt,
1736 threadref *original_echo,
1737 threadref *resultlist,
1740 static int remote_get_threadlist (int startflag,
1741 threadref *nextthread,
1745 threadref *threadlist);
1747 typedef int (*rmt_thread_action) (threadref *ref, void *context);
1749 static int remote_threadlist_iterator (rmt_thread_action stepfunction,
1750 void *context, int looplimit);
1752 static int remote_newthread_step (threadref *ref, void *context);
1755 /* Write a PTID to BUF. ENDBUF points to one-passed-the-end of the
1756 buffer we're allowed to write to. Returns
1757 BUF+CHARACTERS_WRITTEN. */
1760 write_ptid (char *buf, const char *endbuf, ptid_t ptid)
1763 struct remote_state *rs = get_remote_state ();
1765 if (remote_multi_process_p (rs))
1767 pid = ptid_get_pid (ptid);
1769 buf += xsnprintf (buf, endbuf - buf, "p-%x.", -pid);
1771 buf += xsnprintf (buf, endbuf - buf, "p%x.", pid);
1773 tid = ptid_get_tid (ptid);
1775 buf += xsnprintf (buf, endbuf - buf, "-%x", -tid);
1777 buf += xsnprintf (buf, endbuf - buf, "%x", tid);
1782 /* Extract a PTID from BUF. If non-null, OBUF is set to the to one
1783 passed the last parsed char. Returns null_ptid on error. */
1786 read_ptid (char *buf, char **obuf)
1790 ULONGEST pid = 0, tid = 0;
1794 /* Multi-process ptid. */
1795 pp = unpack_varlen_hex (p + 1, &pid);
1797 error (_("invalid remote ptid: %s\n"), p);
1800 pp = unpack_varlen_hex (p + 1, &tid);
1803 return ptid_build (pid, 0, tid);
1806 /* No multi-process. Just a tid. */
1807 pp = unpack_varlen_hex (p, &tid);
1809 /* Since the stub is not sending a process id, then default to
1810 what's in inferior_ptid, unless it's null at this point. If so,
1811 then since there's no way to know the pid of the reported
1812 threads, use the magic number. */
1813 if (ptid_equal (inferior_ptid, null_ptid))
1814 pid = ptid_get_pid (magic_null_ptid);
1816 pid = ptid_get_pid (inferior_ptid);
1820 return ptid_build (pid, 0, tid);
1823 /* Encode 64 bits in 16 chars of hex. */
1825 static const char hexchars[] = "0123456789abcdef";
1828 ishex (int ch, int *val)
1830 if ((ch >= 'a') && (ch <= 'f'))
1832 *val = ch - 'a' + 10;
1835 if ((ch >= 'A') && (ch <= 'F'))
1837 *val = ch - 'A' + 10;
1840 if ((ch >= '0') && (ch <= '9'))
1851 if (ch >= 'a' && ch <= 'f')
1852 return ch - 'a' + 10;
1853 if (ch >= '0' && ch <= '9')
1855 if (ch >= 'A' && ch <= 'F')
1856 return ch - 'A' + 10;
1861 stub_unpack_int (char *buff, int fieldlength)
1868 nibble = stubhex (*buff++);
1872 retval = retval << 4;
1878 unpack_varlen_hex (char *buff, /* packet to parse */
1882 ULONGEST retval = 0;
1884 while (ishex (*buff, &nibble))
1887 retval = retval << 4;
1888 retval |= nibble & 0x0f;
1895 unpack_nibble (char *buf, int *val)
1897 *val = fromhex (*buf++);
1902 pack_nibble (char *buf, int nibble)
1904 *buf++ = hexchars[(nibble & 0x0f)];
1909 pack_hex_byte (char *pkt, int byte)
1911 *pkt++ = hexchars[(byte >> 4) & 0xf];
1912 *pkt++ = hexchars[(byte & 0xf)];
1917 unpack_byte (char *buf, int *value)
1919 *value = stub_unpack_int (buf, 2);
1924 pack_int (char *buf, int value)
1926 buf = pack_hex_byte (buf, (value >> 24) & 0xff);
1927 buf = pack_hex_byte (buf, (value >> 16) & 0xff);
1928 buf = pack_hex_byte (buf, (value >> 8) & 0x0ff);
1929 buf = pack_hex_byte (buf, (value & 0xff));
1934 unpack_int (char *buf, int *value)
1936 *value = stub_unpack_int (buf, 8);
1940 #if 0 /* Currently unused, uncomment when needed. */
1941 static char *pack_string (char *pkt, char *string);
1944 pack_string (char *pkt, char *string)
1949 len = strlen (string);
1951 len = 200; /* Bigger than most GDB packets, junk??? */
1952 pkt = pack_hex_byte (pkt, len);
1956 if ((ch == '\0') || (ch == '#'))
1957 ch = '*'; /* Protect encapsulation. */
1962 #endif /* 0 (unused) */
1965 unpack_string (char *src, char *dest, int length)
1974 pack_threadid (char *pkt, threadref *id)
1977 unsigned char *altid;
1979 altid = (unsigned char *) id;
1980 limit = pkt + BUF_THREAD_ID_SIZE;
1982 pkt = pack_hex_byte (pkt, *altid++);
1988 unpack_threadid (char *inbuf, threadref *id)
1991 char *limit = inbuf + BUF_THREAD_ID_SIZE;
1994 altref = (char *) id;
1996 while (inbuf < limit)
1998 x = stubhex (*inbuf++);
1999 y = stubhex (*inbuf++);
2000 *altref++ = (x << 4) | y;
2005 /* Externally, threadrefs are 64 bits but internally, they are still
2006 ints. This is due to a mismatch of specifications. We would like
2007 to use 64bit thread references internally. This is an adapter
2011 int_to_threadref (threadref *id, int value)
2013 unsigned char *scan;
2015 scan = (unsigned char *) id;
2021 *scan++ = (value >> 24) & 0xff;
2022 *scan++ = (value >> 16) & 0xff;
2023 *scan++ = (value >> 8) & 0xff;
2024 *scan++ = (value & 0xff);
2028 threadref_to_int (threadref *ref)
2031 unsigned char *scan;
2037 value = (value << 8) | ((*scan++) & 0xff);
2042 copy_threadref (threadref *dest, threadref *src)
2045 unsigned char *csrc, *cdest;
2047 csrc = (unsigned char *) src;
2048 cdest = (unsigned char *) dest;
2055 threadmatch (threadref *dest, threadref *src)
2057 /* Things are broken right now, so just assume we got a match. */
2059 unsigned char *srcp, *destp;
2061 srcp = (char *) src;
2062 destp = (char *) dest;
2066 result &= (*srcp++ == *destp++) ? 1 : 0;
2073 threadid:1, # always request threadid
2080 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
2083 pack_threadinfo_request (char *pkt, int mode, threadref *id)
2085 *pkt++ = 'q'; /* Info Query */
2086 *pkt++ = 'P'; /* process or thread info */
2087 pkt = pack_int (pkt, mode); /* mode */
2088 pkt = pack_threadid (pkt, id); /* threadid */
2089 *pkt = '\0'; /* terminate */
2093 /* These values tag the fields in a thread info response packet. */
2094 /* Tagging the fields allows us to request specific fields and to
2095 add more fields as time goes by. */
2097 #define TAG_THREADID 1 /* Echo the thread identifier. */
2098 #define TAG_EXISTS 2 /* Is this process defined enough to
2099 fetch registers and its stack? */
2100 #define TAG_DISPLAY 4 /* A short thing maybe to put on a window */
2101 #define TAG_THREADNAME 8 /* string, maps 1-to-1 with a thread is. */
2102 #define TAG_MOREDISPLAY 16 /* Whatever the kernel wants to say about
2106 remote_unpack_thread_info_response (char *pkt, threadref *expectedref,
2107 struct gdb_ext_thread_info *info)
2109 struct remote_state *rs = get_remote_state ();
2113 char *limit = pkt + rs->buf_size; /* Plausible parsing limit. */
2116 /* info->threadid = 0; FIXME: implement zero_threadref. */
2118 info->display[0] = '\0';
2119 info->shortname[0] = '\0';
2120 info->more_display[0] = '\0';
2122 /* Assume the characters indicating the packet type have been
2124 pkt = unpack_int (pkt, &mask); /* arg mask */
2125 pkt = unpack_threadid (pkt, &ref);
2128 warning (_("Incomplete response to threadinfo request."));
2129 if (!threadmatch (&ref, expectedref))
2130 { /* This is an answer to a different request. */
2131 warning (_("ERROR RMT Thread info mismatch."));
2134 copy_threadref (&info->threadid, &ref);
2136 /* Loop on tagged fields , try to bail if somthing goes wrong. */
2138 /* Packets are terminated with nulls. */
2139 while ((pkt < limit) && mask && *pkt)
2141 pkt = unpack_int (pkt, &tag); /* tag */
2142 pkt = unpack_byte (pkt, &length); /* length */
2143 if (!(tag & mask)) /* Tags out of synch with mask. */
2145 warning (_("ERROR RMT: threadinfo tag mismatch."));
2149 if (tag == TAG_THREADID)
2153 warning (_("ERROR RMT: length of threadid is not 16."));
2157 pkt = unpack_threadid (pkt, &ref);
2158 mask = mask & ~TAG_THREADID;
2161 if (tag == TAG_EXISTS)
2163 info->active = stub_unpack_int (pkt, length);
2165 mask = mask & ~(TAG_EXISTS);
2168 warning (_("ERROR RMT: 'exists' length too long."));
2174 if (tag == TAG_THREADNAME)
2176 pkt = unpack_string (pkt, &info->shortname[0], length);
2177 mask = mask & ~TAG_THREADNAME;
2180 if (tag == TAG_DISPLAY)
2182 pkt = unpack_string (pkt, &info->display[0], length);
2183 mask = mask & ~TAG_DISPLAY;
2186 if (tag == TAG_MOREDISPLAY)
2188 pkt = unpack_string (pkt, &info->more_display[0], length);
2189 mask = mask & ~TAG_MOREDISPLAY;
2192 warning (_("ERROR RMT: unknown thread info tag."));
2193 break; /* Not a tag we know about. */
2199 remote_get_threadinfo (threadref *threadid, int fieldset, /* TAG mask */
2200 struct gdb_ext_thread_info *info)
2202 struct remote_state *rs = get_remote_state ();
2205 pack_threadinfo_request (rs->buf, fieldset, threadid);
2207 getpkt (&rs->buf, &rs->buf_size, 0);
2209 if (rs->buf[0] == '\0')
2212 result = remote_unpack_thread_info_response (rs->buf + 2,
2217 /* Format: i'Q':8,i"L":8,initflag:8,batchsize:16,lastthreadid:32 */
2220 pack_threadlist_request (char *pkt, int startflag, int threadcount,
2221 threadref *nextthread)
2223 *pkt++ = 'q'; /* info query packet */
2224 *pkt++ = 'L'; /* Process LIST or threadLIST request */
2225 pkt = pack_nibble (pkt, startflag); /* initflag 1 bytes */
2226 pkt = pack_hex_byte (pkt, threadcount); /* threadcount 2 bytes */
2227 pkt = pack_threadid (pkt, nextthread); /* 64 bit thread identifier */
2232 /* Encoding: 'q':8,'M':8,count:16,done:8,argthreadid:64,(threadid:64)* */
2235 parse_threadlist_response (char *pkt, int result_limit,
2236 threadref *original_echo, threadref *resultlist,
2239 struct remote_state *rs = get_remote_state ();
2241 int count, resultcount, done;
2244 /* Assume the 'q' and 'M chars have been stripped. */
2245 limit = pkt + (rs->buf_size - BUF_THREAD_ID_SIZE);
2246 /* done parse past here */
2247 pkt = unpack_byte (pkt, &count); /* count field */
2248 pkt = unpack_nibble (pkt, &done);
2249 /* The first threadid is the argument threadid. */
2250 pkt = unpack_threadid (pkt, original_echo); /* should match query packet */
2251 while ((count-- > 0) && (pkt < limit))
2253 pkt = unpack_threadid (pkt, resultlist++);
2254 if (resultcount++ >= result_limit)
2263 remote_get_threadlist (int startflag, threadref *nextthread, int result_limit,
2264 int *done, int *result_count, threadref *threadlist)
2266 struct remote_state *rs = get_remote_state ();
2267 static threadref echo_nextthread;
2270 /* Trancate result limit to be smaller than the packet size. */
2271 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10) >= get_remote_packet_size ())
2272 result_limit = (get_remote_packet_size () / BUF_THREAD_ID_SIZE) - 2;
2274 pack_threadlist_request (rs->buf, startflag, result_limit, nextthread);
2276 getpkt (&rs->buf, &rs->buf_size, 0);
2278 if (*rs->buf == '\0')
2282 parse_threadlist_response (rs->buf + 2, result_limit, &echo_nextthread,
2285 if (!threadmatch (&echo_nextthread, nextthread))
2287 /* FIXME: This is a good reason to drop the packet. */
2288 /* Possably, there is a duplicate response. */
2290 retransmit immediatly - race conditions
2291 retransmit after timeout - yes
2293 wait for packet, then exit
2295 warning (_("HMM: threadlist did not echo arg thread, dropping it."));
2296 return 0; /* I choose simply exiting. */
2298 if (*result_count <= 0)
2302 warning (_("RMT ERROR : failed to get remote thread list."));
2305 return result; /* break; */
2307 if (*result_count > result_limit)
2310 warning (_("RMT ERROR: threadlist response longer than requested."));
2316 /* This is the interface between remote and threads, remotes upper
2319 /* remote_find_new_threads retrieves the thread list and for each
2320 thread in the list, looks up the thread in GDB's internal list,
2321 adding the thread if it does not already exist. This involves
2322 getting partial thread lists from the remote target so, polling the
2323 quit_flag is required. */
2326 /* About this many threadisds fit in a packet. */
2328 #define MAXTHREADLISTRESULTS 32
2331 remote_threadlist_iterator (rmt_thread_action stepfunction, void *context,
2334 int done, i, result_count;
2338 static threadref nextthread;
2339 static threadref resultthreadlist[MAXTHREADLISTRESULTS];
2344 if (loopcount++ > looplimit)
2347 warning (_("Remote fetch threadlist -infinite loop-."));
2350 if (!remote_get_threadlist (startflag, &nextthread, MAXTHREADLISTRESULTS,
2351 &done, &result_count, resultthreadlist))
2356 /* Clear for later iterations. */
2358 /* Setup to resume next batch of thread references, set nextthread. */
2359 if (result_count >= 1)
2360 copy_threadref (&nextthread, &resultthreadlist[result_count - 1]);
2362 while (result_count--)
2363 if (!(result = (*stepfunction) (&resultthreadlist[i++], context)))
2370 remote_newthread_step (threadref *ref, void *context)
2372 int pid = ptid_get_pid (inferior_ptid);
2373 ptid_t ptid = ptid_build (pid, 0, threadref_to_int (ref));
2375 if (!in_thread_list (ptid))
2377 return 1; /* continue iterator */
2380 #define CRAZY_MAX_THREADS 1000
2383 remote_current_thread (ptid_t oldpid)
2385 struct remote_state *rs = get_remote_state ();
2388 getpkt (&rs->buf, &rs->buf_size, 0);
2389 if (rs->buf[0] == 'Q' && rs->buf[1] == 'C')
2390 return read_ptid (&rs->buf[2], NULL);
2395 /* Find new threads for info threads command.
2396 * Original version, using John Metzler's thread protocol.
2400 remote_find_new_threads (void)
2402 remote_threadlist_iterator (remote_newthread_step, 0,
2406 #if defined(HAVE_LIBEXPAT)
2408 typedef struct thread_item
2414 DEF_VEC_O(thread_item_t);
2416 struct threads_parsing_context
2418 VEC (thread_item_t) *items;
2422 start_thread (struct gdb_xml_parser *parser,
2423 const struct gdb_xml_element *element,
2424 void *user_data, VEC(gdb_xml_value_s) *attributes)
2426 struct threads_parsing_context *data = user_data;
2428 struct thread_item item;
2431 id = VEC_index (gdb_xml_value_s, attributes, 0)->value;
2432 item.ptid = read_ptid (id, NULL);
2434 if (VEC_length (gdb_xml_value_s, attributes) > 1)
2435 item.core = *(ULONGEST *) VEC_index (gdb_xml_value_s, attributes, 1)->value;
2441 VEC_safe_push (thread_item_t, data->items, &item);
2445 end_thread (struct gdb_xml_parser *parser,
2446 const struct gdb_xml_element *element,
2447 void *user_data, const char *body_text)
2449 struct threads_parsing_context *data = user_data;
2451 if (body_text && *body_text)
2452 VEC_last (thread_item_t, data->items)->extra = strdup (body_text);
2455 const struct gdb_xml_attribute thread_attributes[] = {
2456 { "id", GDB_XML_AF_NONE, NULL, NULL },
2457 { "core", GDB_XML_AF_OPTIONAL, gdb_xml_parse_attr_ulongest, NULL },
2458 { NULL, GDB_XML_AF_NONE, NULL, NULL }
2461 const struct gdb_xml_element thread_children[] = {
2462 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
2465 const struct gdb_xml_element threads_children[] = {
2466 { "thread", thread_attributes, thread_children,
2467 GDB_XML_EF_REPEATABLE | GDB_XML_EF_OPTIONAL,
2468 start_thread, end_thread },
2469 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
2472 const struct gdb_xml_element threads_elements[] = {
2473 { "threads", NULL, threads_children,
2474 GDB_XML_EF_NONE, NULL, NULL },
2475 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
2481 * Find all threads for info threads command.
2482 * Uses new thread protocol contributed by Cisco.
2483 * Falls back and attempts to use the older method (above)
2484 * if the target doesn't respond to the new method.
2488 remote_threads_info (struct target_ops *ops)
2490 struct remote_state *rs = get_remote_state ();
2494 if (remote_desc == 0) /* paranoia */
2495 error (_("Command can only be used when connected to the remote target."));
2497 #if defined(HAVE_LIBEXPAT)
2498 if (remote_protocol_packets[PACKET_qXfer_threads].support == PACKET_ENABLE)
2500 char *xml = target_read_stralloc (¤t_target,
2501 TARGET_OBJECT_THREADS, NULL);
2503 struct cleanup *back_to = make_cleanup (xfree, xml);
2506 struct gdb_xml_parser *parser;
2507 struct threads_parsing_context context;
2508 struct cleanup *back_to = make_cleanup (null_cleanup, NULL);
2511 parser = gdb_xml_create_parser_and_cleanup (_("threads"),
2515 gdb_xml_use_dtd (parser, "threads.dtd");
2517 if (gdb_xml_parse (parser, xml) == 0)
2520 struct thread_item *item;
2522 for (i = 0; VEC_iterate (thread_item_t, context.items, i, item); ++i)
2524 if (!ptid_equal (item->ptid, null_ptid))
2526 struct private_thread_info *info;
2527 /* In non-stop mode, we assume new found threads
2528 are running until proven otherwise with a
2529 stop reply. In all-stop, we can only get
2530 here if all threads are stopped. */
2531 int running = non_stop ? 1 : 0;
2533 remote_notice_new_inferior (item->ptid, running);
2535 info = demand_private_info (item->ptid);
2536 info->core = item->core;
2537 info->extra = item->extra;
2540 xfree (item->extra);
2544 VEC_free (thread_item_t, context.items);
2547 do_cleanups (back_to);
2552 if (use_threadinfo_query)
2554 putpkt ("qfThreadInfo");
2555 getpkt (&rs->buf, &rs->buf_size, 0);
2557 if (bufp[0] != '\0') /* q packet recognized */
2559 while (*bufp++ == 'm') /* reply contains one or more TID */
2563 new_thread = read_ptid (bufp, &bufp);
2564 if (!ptid_equal (new_thread, null_ptid))
2566 /* In non-stop mode, we assume new found threads
2567 are running until proven otherwise with a
2568 stop reply. In all-stop, we can only get
2569 here if all threads are stopped. */
2570 int running = non_stop ? 1 : 0;
2572 remote_notice_new_inferior (new_thread, running);
2575 while (*bufp++ == ','); /* comma-separated list */
2576 putpkt ("qsThreadInfo");
2577 getpkt (&rs->buf, &rs->buf_size, 0);
2584 /* Only qfThreadInfo is supported in non-stop mode. */
2588 /* Else fall back to old method based on jmetzler protocol. */
2589 use_threadinfo_query = 0;
2590 remote_find_new_threads ();
2595 * Collect a descriptive string about the given thread.
2596 * The target may say anything it wants to about the thread
2597 * (typically info about its blocked / runnable state, name, etc.).
2598 * This string will appear in the info threads display.
2600 * Optional: targets are not required to implement this function.
2604 remote_threads_extra_info (struct thread_info *tp)
2606 struct remote_state *rs = get_remote_state ();
2610 struct gdb_ext_thread_info threadinfo;
2611 static char display_buf[100]; /* arbitrary... */
2612 int n = 0; /* position in display_buf */
2614 if (remote_desc == 0) /* paranoia */
2615 internal_error (__FILE__, __LINE__,
2616 _("remote_threads_extra_info"));
2618 if (ptid_equal (tp->ptid, magic_null_ptid)
2619 || (ptid_get_pid (tp->ptid) != 0 && ptid_get_tid (tp->ptid) == 0))
2620 /* This is the main thread which was added by GDB. The remote
2621 server doesn't know about it. */
2624 if (remote_protocol_packets[PACKET_qXfer_threads].support == PACKET_ENABLE)
2626 struct thread_info *info = find_thread_ptid (tp->ptid);
2627 if (info && info->private)
2628 return info->private->extra;
2633 if (use_threadextra_query)
2636 char *endb = rs->buf + get_remote_packet_size ();
2638 xsnprintf (b, endb - b, "qThreadExtraInfo,");
2640 write_ptid (b, endb, tp->ptid);
2643 getpkt (&rs->buf, &rs->buf_size, 0);
2644 if (rs->buf[0] != 0)
2646 n = min (strlen (rs->buf) / 2, sizeof (display_buf));
2647 result = hex2bin (rs->buf, (gdb_byte *) display_buf, n);
2648 display_buf [result] = '\0';
2653 /* If the above query fails, fall back to the old method. */
2654 use_threadextra_query = 0;
2655 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
2656 | TAG_MOREDISPLAY | TAG_DISPLAY;
2657 int_to_threadref (&id, ptid_get_tid (tp->ptid));
2658 if (remote_get_threadinfo (&id, set, &threadinfo))
2659 if (threadinfo.active)
2661 if (*threadinfo.shortname)
2662 n += xsnprintf (&display_buf[0], sizeof (display_buf) - n,
2663 " Name: %s,", threadinfo.shortname);
2664 if (*threadinfo.display)
2665 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
2666 " State: %s,", threadinfo.display);
2667 if (*threadinfo.more_display)
2668 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
2669 " Priority: %s", threadinfo.more_display);
2673 /* For purely cosmetic reasons, clear up trailing commas. */
2674 if (',' == display_buf[n-1])
2675 display_buf[n-1] = ' ';
2683 /* Implement the to_get_ada_task_ptid function for the remote targets. */
2686 remote_get_ada_task_ptid (long lwp, long thread)
2688 return ptid_build (ptid_get_pid (inferior_ptid), 0, lwp);
2692 /* Restart the remote side; this is an extended protocol operation. */
2695 extended_remote_restart (void)
2697 struct remote_state *rs = get_remote_state ();
2699 /* Send the restart command; for reasons I don't understand the
2700 remote side really expects a number after the "R". */
2701 xsnprintf (rs->buf, get_remote_packet_size (), "R%x", 0);
2704 remote_fileio_reset ();
2707 /* Clean up connection to a remote debugger. */
2710 remote_close (int quitting)
2712 if (remote_desc == NULL)
2713 return; /* already closed */
2715 /* Make sure we leave stdin registered in the event loop, and we
2716 don't leave the async SIGINT signal handler installed. */
2717 remote_terminal_ours ();
2719 serial_close (remote_desc);
2722 /* We don't have a connection to the remote stub anymore. Get rid
2723 of all the inferiors and their threads we were controlling. */
2724 discard_all_inferiors ();
2726 /* We're no longer interested in any of these events. */
2727 discard_pending_stop_replies (-1);
2729 if (remote_async_inferior_event_token)
2730 delete_async_event_handler (&remote_async_inferior_event_token);
2731 if (remote_async_get_pending_events_token)
2732 delete_async_event_handler (&remote_async_get_pending_events_token);
2735 /* Query the remote side for the text, data and bss offsets. */
2740 struct remote_state *rs = get_remote_state ();
2743 int lose, num_segments = 0, do_sections, do_segments;
2744 CORE_ADDR text_addr, data_addr, bss_addr, segments[2];
2745 struct section_offsets *offs;
2746 struct symfile_segment_data *data;
2748 if (symfile_objfile == NULL)
2751 putpkt ("qOffsets");
2752 getpkt (&rs->buf, &rs->buf_size, 0);
2755 if (buf[0] == '\000')
2756 return; /* Return silently. Stub doesn't support
2760 warning (_("Remote failure reply: %s"), buf);
2764 /* Pick up each field in turn. This used to be done with scanf, but
2765 scanf will make trouble if CORE_ADDR size doesn't match
2766 conversion directives correctly. The following code will work
2767 with any size of CORE_ADDR. */
2768 text_addr = data_addr = bss_addr = 0;
2772 if (strncmp (ptr, "Text=", 5) == 0)
2775 /* Don't use strtol, could lose on big values. */
2776 while (*ptr && *ptr != ';')
2777 text_addr = (text_addr << 4) + fromhex (*ptr++);
2779 if (strncmp (ptr, ";Data=", 6) == 0)
2782 while (*ptr && *ptr != ';')
2783 data_addr = (data_addr << 4) + fromhex (*ptr++);
2788 if (!lose && strncmp (ptr, ";Bss=", 5) == 0)
2791 while (*ptr && *ptr != ';')
2792 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
2794 if (bss_addr != data_addr)
2795 warning (_("Target reported unsupported offsets: %s"), buf);
2800 else if (strncmp (ptr, "TextSeg=", 8) == 0)
2803 /* Don't use strtol, could lose on big values. */
2804 while (*ptr && *ptr != ';')
2805 text_addr = (text_addr << 4) + fromhex (*ptr++);
2808 if (strncmp (ptr, ";DataSeg=", 9) == 0)
2811 while (*ptr && *ptr != ';')
2812 data_addr = (data_addr << 4) + fromhex (*ptr++);
2820 error (_("Malformed response to offset query, %s"), buf);
2821 else if (*ptr != '\0')
2822 warning (_("Target reported unsupported offsets: %s"), buf);
2824 offs = ((struct section_offsets *)
2825 alloca (SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections)));
2826 memcpy (offs, symfile_objfile->section_offsets,
2827 SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));
2829 data = get_symfile_segment_data (symfile_objfile->obfd);
2830 do_segments = (data != NULL);
2831 do_sections = num_segments == 0;
2833 if (num_segments > 0)
2835 segments[0] = text_addr;
2836 segments[1] = data_addr;
2838 /* If we have two segments, we can still try to relocate everything
2839 by assuming that the .text and .data offsets apply to the whole
2840 text and data segments. Convert the offsets given in the packet
2841 to base addresses for symfile_map_offsets_to_segments. */
2842 else if (data && data->num_segments == 2)
2844 segments[0] = data->segment_bases[0] + text_addr;
2845 segments[1] = data->segment_bases[1] + data_addr;
2848 /* If the object file has only one segment, assume that it is text
2849 rather than data; main programs with no writable data are rare,
2850 but programs with no code are useless. Of course the code might
2851 have ended up in the data segment... to detect that we would need
2852 the permissions here. */
2853 else if (data && data->num_segments == 1)
2855 segments[0] = data->segment_bases[0] + text_addr;
2858 /* There's no way to relocate by segment. */
2864 int ret = symfile_map_offsets_to_segments (symfile_objfile->obfd, data,
2865 offs, num_segments, segments);
2867 if (ret == 0 && !do_sections)
2868 error (_("Can not handle qOffsets TextSeg response with this symbol file"));
2875 free_symfile_segment_data (data);
2879 offs->offsets[SECT_OFF_TEXT (symfile_objfile)] = text_addr;
2881 /* This is a temporary kludge to force data and bss to use the same offsets
2882 because that's what nlmconv does now. The real solution requires changes
2883 to the stub and remote.c that I don't have time to do right now. */
2885 offs->offsets[SECT_OFF_DATA (symfile_objfile)] = data_addr;
2886 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = data_addr;
2889 objfile_relocate (symfile_objfile, offs);
2892 /* Callback for iterate_over_threads. Set the STOP_REQUESTED flags in
2893 threads we know are stopped already. This is used during the
2894 initial remote connection in non-stop mode --- threads that are
2895 reported as already being stopped are left stopped. */
2898 set_stop_requested_callback (struct thread_info *thread, void *data)
2900 /* If we have a stop reply for this thread, it must be stopped. */
2901 if (peek_stop_reply (thread->ptid))
2902 set_stop_requested (thread->ptid, 1);
2907 /* Stub for catch_exception. */
2909 struct start_remote_args
2913 /* The current target. */
2914 struct target_ops *target;
2916 /* Non-zero if this is an extended-remote target. */
2920 /* Send interrupt_sequence to remote target. */
2922 send_interrupt_sequence ()
2924 if (interrupt_sequence_mode == interrupt_sequence_control_c)
2925 serial_write (remote_desc, "\x03", 1);
2926 else if (interrupt_sequence_mode == interrupt_sequence_break)
2927 serial_send_break (remote_desc);
2928 else if (interrupt_sequence_mode == interrupt_sequence_break_g)
2930 serial_send_break (remote_desc);
2931 serial_write (remote_desc, "g", 1);
2934 internal_error (__FILE__, __LINE__,
2935 _("Invalid value for interrupt_sequence_mode: %s."),
2936 interrupt_sequence_mode);
2940 remote_start_remote (struct ui_out *uiout, void *opaque)
2942 struct start_remote_args *args = opaque;
2943 struct remote_state *rs = get_remote_state ();
2944 struct packet_config *noack_config;
2945 char *wait_status = NULL;
2947 immediate_quit++; /* Allow user to interrupt it. */
2949 /* Ack any packet which the remote side has already sent. */
2950 serial_write (remote_desc, "+", 1);
2952 if (interrupt_on_connect)
2953 send_interrupt_sequence ();
2955 /* The first packet we send to the target is the optional "supported
2956 packets" request. If the target can answer this, it will tell us
2957 which later probes to skip. */
2958 remote_query_supported ();
2960 /* Next, we possibly activate noack mode.
2962 If the QStartNoAckMode packet configuration is set to AUTO,
2963 enable noack mode if the stub reported a wish for it with
2966 If set to TRUE, then enable noack mode even if the stub didn't
2967 report it in qSupported. If the stub doesn't reply OK, the
2968 session ends with an error.
2970 If FALSE, then don't activate noack mode, regardless of what the
2971 stub claimed should be the default with qSupported. */
2973 noack_config = &remote_protocol_packets[PACKET_QStartNoAckMode];
2975 if (noack_config->detect == AUTO_BOOLEAN_TRUE
2976 || (noack_config->detect == AUTO_BOOLEAN_AUTO
2977 && noack_config->support == PACKET_ENABLE))
2979 putpkt ("QStartNoAckMode");
2980 getpkt (&rs->buf, &rs->buf_size, 0);
2981 if (packet_ok (rs->buf, noack_config) == PACKET_OK)
2985 if (args->extended_p)
2987 /* Tell the remote that we are using the extended protocol. */
2989 getpkt (&rs->buf, &rs->buf_size, 0);
2992 /* Next, if the target can specify a description, read it. We do
2993 this before anything involving memory or registers. */
2994 target_find_description ();
2996 /* Next, now that we know something about the target, update the
2997 address spaces in the program spaces. */
2998 update_address_spaces ();
3000 /* On OSs where the list of libraries is global to all
3001 processes, we fetch them early. */
3002 if (gdbarch_has_global_solist (target_gdbarch))
3003 solib_add (NULL, args->from_tty, args->target, auto_solib_add);
3007 if (!rs->non_stop_aware)
3008 error (_("Non-stop mode requested, but remote does not support non-stop"));
3010 putpkt ("QNonStop:1");
3011 getpkt (&rs->buf, &rs->buf_size, 0);
3013 if (strcmp (rs->buf, "OK") != 0)
3014 error ("Remote refused setting non-stop mode with: %s", rs->buf);
3016 /* Find about threads and processes the stub is already
3017 controlling. We default to adding them in the running state.
3018 The '?' query below will then tell us about which threads are
3020 remote_threads_info (args->target);
3022 else if (rs->non_stop_aware)
3024 /* Don't assume that the stub can operate in all-stop mode.
3025 Request it explicitely. */
3026 putpkt ("QNonStop:0");
3027 getpkt (&rs->buf, &rs->buf_size, 0);
3029 if (strcmp (rs->buf, "OK") != 0)
3030 error ("Remote refused setting all-stop mode with: %s", rs->buf);
3033 /* Check whether the target is running now. */
3035 getpkt (&rs->buf, &rs->buf_size, 0);
3039 if (rs->buf[0] == 'W' || rs->buf[0] == 'X')
3041 if (!args->extended_p)
3042 error (_("The target is not running (try extended-remote?)"));
3044 /* We're connected, but not running. Drop out before we
3045 call start_remote. */
3050 /* Save the reply for later. */
3051 wait_status = alloca (strlen (rs->buf) + 1);
3052 strcpy (wait_status, rs->buf);
3055 /* Let the stub know that we want it to return the thread. */
3056 set_continue_thread (minus_one_ptid);
3058 /* Without this, some commands which require an active target
3059 (such as kill) won't work. This variable serves (at least)
3060 double duty as both the pid of the target process (if it has
3061 such), and as a flag indicating that a target is active.
3062 These functions should be split out into seperate variables,
3063 especially since GDB will someday have a notion of debugging
3064 several processes. */
3065 inferior_ptid = magic_null_ptid;
3067 /* Now, if we have thread information, update inferior_ptid. */
3068 inferior_ptid = remote_current_thread (inferior_ptid);
3070 remote_add_inferior (ptid_get_pid (inferior_ptid), -1);
3072 /* Always add the main thread. */
3073 add_thread_silent (inferior_ptid);
3075 get_offsets (); /* Get text, data & bss offsets. */
3077 /* If we could not find a description using qXfer, and we know
3078 how to do it some other way, try again. This is not
3079 supported for non-stop; it could be, but it is tricky if
3080 there are no stopped threads when we connect. */
3081 if (remote_read_description_p (args->target)
3082 && gdbarch_target_desc (target_gdbarch) == NULL)
3084 target_clear_description ();
3085 target_find_description ();
3088 /* Use the previously fetched status. */
3089 gdb_assert (wait_status != NULL);
3090 strcpy (rs->buf, wait_status);
3091 rs->cached_wait_status = 1;
3094 start_remote (args->from_tty); /* Initialize gdb process mechanisms. */
3098 /* Clear WFI global state. Do this before finding about new
3099 threads and inferiors, and setting the current inferior.
3100 Otherwise we would clear the proceed status of the current
3101 inferior when we want its stop_soon state to be preserved
3102 (see notice_new_inferior). */
3103 init_wait_for_inferior ();
3105 /* In non-stop, we will either get an "OK", meaning that there
3106 are no stopped threads at this time; or, a regular stop
3107 reply. In the latter case, there may be more than one thread
3108 stopped --- we pull them all out using the vStopped
3110 if (strcmp (rs->buf, "OK") != 0)
3112 struct stop_reply *stop_reply;
3113 struct cleanup *old_chain;
3115 stop_reply = stop_reply_xmalloc ();
3116 old_chain = make_cleanup (do_stop_reply_xfree, stop_reply);
3118 remote_parse_stop_reply (rs->buf, stop_reply);
3119 discard_cleanups (old_chain);
3121 /* get_pending_stop_replies acks this one, and gets the rest
3123 pending_stop_reply = stop_reply;
3124 remote_get_pending_stop_replies ();
3126 /* Make sure that threads that were stopped remain
3128 iterate_over_threads (set_stop_requested_callback, NULL);
3131 if (target_can_async_p ())
3132 target_async (inferior_event_handler, 0);
3134 if (thread_count () == 0)
3136 if (!args->extended_p)
3137 error (_("The target is not running (try extended-remote?)"));
3139 /* We're connected, but not running. Drop out before we
3140 call start_remote. */
3144 /* Let the stub know that we want it to return the thread. */
3146 /* Force the stub to choose a thread. */
3147 set_general_thread (null_ptid);
3150 inferior_ptid = remote_current_thread (minus_one_ptid);
3151 if (ptid_equal (inferior_ptid, minus_one_ptid))
3152 error (_("remote didn't report the current thread in non-stop mode"));
3154 get_offsets (); /* Get text, data & bss offsets. */
3156 /* In non-stop mode, any cached wait status will be stored in
3157 the stop reply queue. */
3158 gdb_assert (wait_status == NULL);
3161 /* If we connected to a live target, do some additional setup. */
3162 if (target_has_execution)
3164 if (exec_bfd) /* No use without an exec file. */
3165 remote_check_symbols (symfile_objfile);
3168 /* Possibly the target has been engaged in a trace run started
3169 previously; find out where things are at. */
3170 if (rs->disconnected_tracing)
3172 struct uploaded_tp *uploaded_tps = NULL;
3173 struct uploaded_tsv *uploaded_tsvs = NULL;
3175 remote_get_trace_status (current_trace_status ());
3176 if (current_trace_status ()->running)
3177 printf_filtered (_("Trace is already running on the target.\n"));
3179 /* Get trace state variables first, they may be checked when
3180 parsing uploaded commands. */
3182 remote_upload_trace_state_variables (&uploaded_tsvs);
3184 merge_uploaded_trace_state_variables (&uploaded_tsvs);
3186 remote_upload_tracepoints (&uploaded_tps);
3188 merge_uploaded_tracepoints (&uploaded_tps);
3191 /* If breakpoints are global, insert them now. */
3192 if (gdbarch_has_global_breakpoints (target_gdbarch)
3193 && breakpoints_always_inserted_mode ())
3194 insert_breakpoints ();
3197 /* Open a connection to a remote debugger.
3198 NAME is the filename used for communication. */
3201 remote_open (char *name, int from_tty)
3203 remote_open_1 (name, from_tty, &remote_ops, 0);
3206 /* Open a connection to a remote debugger using the extended
3207 remote gdb protocol. NAME is the filename used for communication. */
3210 extended_remote_open (char *name, int from_tty)
3212 remote_open_1 (name, from_tty, &extended_remote_ops, 1 /*extended_p */);
3215 /* Generic code for opening a connection to a remote target. */
3218 init_all_packet_configs (void)
3221 for (i = 0; i < PACKET_MAX; i++)
3222 update_packet_config (&remote_protocol_packets[i]);
3225 /* Symbol look-up. */
3228 remote_check_symbols (struct objfile *objfile)
3230 struct remote_state *rs = get_remote_state ();
3231 char *msg, *reply, *tmp;
3232 struct minimal_symbol *sym;
3235 if (remote_protocol_packets[PACKET_qSymbol].support == PACKET_DISABLE)
3238 /* Make sure the remote is pointing at the right process. */
3239 set_general_process ();
3241 /* Allocate a message buffer. We can't reuse the input buffer in RS,
3242 because we need both at the same time. */
3243 msg = alloca (get_remote_packet_size ());
3245 /* Invite target to request symbol lookups. */
3247 putpkt ("qSymbol::");
3248 getpkt (&rs->buf, &rs->buf_size, 0);
3249 packet_ok (rs->buf, &remote_protocol_packets[PACKET_qSymbol]);
3252 while (strncmp (reply, "qSymbol:", 8) == 0)
3255 end = hex2bin (tmp, (gdb_byte *) msg, strlen (tmp) / 2);
3257 sym = lookup_minimal_symbol (msg, NULL, NULL);
3259 xsnprintf (msg, get_remote_packet_size (), "qSymbol::%s", &reply[8]);
3262 int addr_size = gdbarch_addr_bit (target_gdbarch) / 8;
3263 CORE_ADDR sym_addr = SYMBOL_VALUE_ADDRESS (sym);
3265 /* If this is a function address, return the start of code
3266 instead of any data function descriptor. */
3267 sym_addr = gdbarch_convert_from_func_ptr_addr (target_gdbarch,
3271 xsnprintf (msg, get_remote_packet_size (), "qSymbol:%s:%s",
3272 phex_nz (sym_addr, addr_size), &reply[8]);
3276 getpkt (&rs->buf, &rs->buf_size, 0);
3281 static struct serial *
3282 remote_serial_open (char *name)
3284 static int udp_warning = 0;
3286 /* FIXME: Parsing NAME here is a hack. But we want to warn here instead
3287 of in ser-tcp.c, because it is the remote protocol assuming that the
3288 serial connection is reliable and not the serial connection promising
3290 if (!udp_warning && strncmp (name, "udp:", 4) == 0)
3293 The remote protocol may be unreliable over UDP.\n\
3294 Some events may be lost, rendering further debugging impossible."));
3298 return serial_open (name);
3301 /* This type describes each known response to the qSupported
3303 struct protocol_feature
3305 /* The name of this protocol feature. */
3308 /* The default for this protocol feature. */
3309 enum packet_support default_support;
3311 /* The function to call when this feature is reported, or after
3312 qSupported processing if the feature is not supported.
3313 The first argument points to this structure. The second
3314 argument indicates whether the packet requested support be
3315 enabled, disabled, or probed (or the default, if this function
3316 is being called at the end of processing and this feature was
3317 not reported). The third argument may be NULL; if not NULL, it
3318 is a NUL-terminated string taken from the packet following
3319 this feature's name and an equals sign. */
3320 void (*func) (const struct protocol_feature *, enum packet_support,
3323 /* The corresponding packet for this feature. Only used if
3324 FUNC is remote_supported_packet. */
3329 remote_supported_packet (const struct protocol_feature *feature,
3330 enum packet_support support,
3331 const char *argument)
3335 warning (_("Remote qSupported response supplied an unexpected value for"
3336 " \"%s\"."), feature->name);
3340 if (remote_protocol_packets[feature->packet].support
3341 == PACKET_SUPPORT_UNKNOWN)
3342 remote_protocol_packets[feature->packet].support = support;
3346 remote_packet_size (const struct protocol_feature *feature,
3347 enum packet_support support, const char *value)
3349 struct remote_state *rs = get_remote_state ();
3354 if (support != PACKET_ENABLE)
3357 if (value == NULL || *value == '\0')
3359 warning (_("Remote target reported \"%s\" without a size."),
3365 packet_size = strtol (value, &value_end, 16);
3366 if (errno != 0 || *value_end != '\0' || packet_size < 0)
3368 warning (_("Remote target reported \"%s\" with a bad size: \"%s\"."),
3369 feature->name, value);
3373 if (packet_size > MAX_REMOTE_PACKET_SIZE)
3375 warning (_("limiting remote suggested packet size (%d bytes) to %d"),
3376 packet_size, MAX_REMOTE_PACKET_SIZE);
3377 packet_size = MAX_REMOTE_PACKET_SIZE;
3380 /* Record the new maximum packet size. */
3381 rs->explicit_packet_size = packet_size;
3385 remote_multi_process_feature (const struct protocol_feature *feature,
3386 enum packet_support support, const char *value)
3388 struct remote_state *rs = get_remote_state ();
3389 rs->multi_process_aware = (support == PACKET_ENABLE);
3393 remote_non_stop_feature (const struct protocol_feature *feature,
3394 enum packet_support support, const char *value)
3396 struct remote_state *rs = get_remote_state ();
3397 rs->non_stop_aware = (support == PACKET_ENABLE);
3401 remote_cond_tracepoint_feature (const struct protocol_feature *feature,
3402 enum packet_support support,
3405 struct remote_state *rs = get_remote_state ();
3406 rs->cond_tracepoints = (support == PACKET_ENABLE);
3410 remote_fast_tracepoint_feature (const struct protocol_feature *feature,
3411 enum packet_support support,
3414 struct remote_state *rs = get_remote_state ();
3415 rs->fast_tracepoints = (support == PACKET_ENABLE);
3419 remote_disconnected_tracing_feature (const struct protocol_feature *feature,
3420 enum packet_support support,
3423 struct remote_state *rs = get_remote_state ();
3424 rs->disconnected_tracing = (support == PACKET_ENABLE);
3427 static struct protocol_feature remote_protocol_features[] = {
3428 { "PacketSize", PACKET_DISABLE, remote_packet_size, -1 },
3429 { "qXfer:auxv:read", PACKET_DISABLE, remote_supported_packet,
3430 PACKET_qXfer_auxv },
3431 { "qXfer:features:read", PACKET_DISABLE, remote_supported_packet,
3432 PACKET_qXfer_features },
3433 { "qXfer:libraries:read", PACKET_DISABLE, remote_supported_packet,
3434 PACKET_qXfer_libraries },
3435 { "qXfer:memory-map:read", PACKET_DISABLE, remote_supported_packet,
3436 PACKET_qXfer_memory_map },
3437 { "qXfer:spu:read", PACKET_DISABLE, remote_supported_packet,
3438 PACKET_qXfer_spu_read },
3439 { "qXfer:spu:write", PACKET_DISABLE, remote_supported_packet,
3440 PACKET_qXfer_spu_write },
3441 { "qXfer:osdata:read", PACKET_DISABLE, remote_supported_packet,
3442 PACKET_qXfer_osdata },
3443 { "qXfer:threads:read", PACKET_DISABLE, remote_supported_packet,
3444 PACKET_qXfer_threads },
3445 { "QPassSignals", PACKET_DISABLE, remote_supported_packet,
3446 PACKET_QPassSignals },
3447 { "QStartNoAckMode", PACKET_DISABLE, remote_supported_packet,
3448 PACKET_QStartNoAckMode },
3449 { "multiprocess", PACKET_DISABLE, remote_multi_process_feature, -1 },
3450 { "QNonStop", PACKET_DISABLE, remote_non_stop_feature, -1 },
3451 { "qXfer:siginfo:read", PACKET_DISABLE, remote_supported_packet,
3452 PACKET_qXfer_siginfo_read },
3453 { "qXfer:siginfo:write", PACKET_DISABLE, remote_supported_packet,
3454 PACKET_qXfer_siginfo_write },
3455 { "ConditionalTracepoints", PACKET_DISABLE, remote_cond_tracepoint_feature,
3456 PACKET_ConditionalTracepoints },
3457 { "FastTracepoints", PACKET_DISABLE, remote_fast_tracepoint_feature,
3458 PACKET_FastTracepoints },
3459 { "DisconnectedTracing", PACKET_DISABLE, remote_disconnected_tracing_feature,
3461 { "ReverseContinue", PACKET_DISABLE, remote_supported_packet,
3463 { "ReverseStep", PACKET_DISABLE, remote_supported_packet,
3468 remote_query_supported (void)
3470 struct remote_state *rs = get_remote_state ();
3473 unsigned char seen [ARRAY_SIZE (remote_protocol_features)];
3475 /* The packet support flags are handled differently for this packet
3476 than for most others. We treat an error, a disabled packet, and
3477 an empty response identically: any features which must be reported
3478 to be used will be automatically disabled. An empty buffer
3479 accomplishes this, since that is also the representation for a list
3480 containing no features. */
3483 if (remote_protocol_packets[PACKET_qSupported].support != PACKET_DISABLE)
3485 const char *qsupported = gdbarch_qsupported (target_gdbarch);
3490 q = concat ("qSupported:multiprocess+;", qsupported, NULL);
3492 q = concat ("qSupported:", qsupported, NULL);
3499 putpkt ("qSupported:multiprocess+");
3501 putpkt ("qSupported");
3504 getpkt (&rs->buf, &rs->buf_size, 0);
3506 /* If an error occured, warn, but do not return - just reset the
3507 buffer to empty and go on to disable features. */
3508 if (packet_ok (rs->buf, &remote_protocol_packets[PACKET_qSupported])
3511 warning (_("Remote failure reply: %s"), rs->buf);
3516 memset (seen, 0, sizeof (seen));
3521 enum packet_support is_supported;
3522 char *p, *end, *name_end, *value;
3524 /* First separate out this item from the rest of the packet. If
3525 there's another item after this, we overwrite the separator
3526 (terminated strings are much easier to work with). */
3528 end = strchr (p, ';');
3531 end = p + strlen (p);
3541 warning (_("empty item in \"qSupported\" response"));
3546 name_end = strchr (p, '=');
3549 /* This is a name=value entry. */
3550 is_supported = PACKET_ENABLE;
3551 value = name_end + 1;
3560 is_supported = PACKET_ENABLE;
3564 is_supported = PACKET_DISABLE;
3568 is_supported = PACKET_SUPPORT_UNKNOWN;
3572 warning (_("unrecognized item \"%s\" in \"qSupported\" response"), p);
3578 for (i = 0; i < ARRAY_SIZE (remote_protocol_features); i++)
3579 if (strcmp (remote_protocol_features[i].name, p) == 0)
3581 const struct protocol_feature *feature;
3584 feature = &remote_protocol_features[i];
3585 feature->func (feature, is_supported, value);
3590 /* If we increased the packet size, make sure to increase the global
3591 buffer size also. We delay this until after parsing the entire
3592 qSupported packet, because this is the same buffer we were
3594 if (rs->buf_size < rs->explicit_packet_size)
3596 rs->buf_size = rs->explicit_packet_size;
3597 rs->buf = xrealloc (rs->buf, rs->buf_size);
3600 /* Handle the defaults for unmentioned features. */
3601 for (i = 0; i < ARRAY_SIZE (remote_protocol_features); i++)
3604 const struct protocol_feature *feature;
3606 feature = &remote_protocol_features[i];
3607 feature->func (feature, feature->default_support, NULL);
3613 remote_open_1 (char *name, int from_tty, struct target_ops *target, int extended_p)
3615 struct remote_state *rs = get_remote_state ();
3618 error (_("To open a remote debug connection, you need to specify what\n"
3619 "serial device is attached to the remote system\n"
3620 "(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.)."));
3622 /* See FIXME above. */
3623 if (!target_async_permitted)
3624 wait_forever_enabled_p = 1;
3626 /* If we're connected to a running target, target_preopen will kill it.
3627 But if we're connected to a target system with no running process,
3628 then we will still be connected when it returns. Ask this question
3629 first, before target_preopen has a chance to kill anything. */
3630 if (remote_desc != NULL && !have_inferiors ())
3633 || query (_("Already connected to a remote target. Disconnect? ")))
3636 error (_("Still connected."));
3639 target_preopen (from_tty);
3641 unpush_target (target);
3643 /* This time without a query. If we were connected to an
3644 extended-remote target and target_preopen killed the running
3645 process, we may still be connected. If we are starting "target
3646 remote" now, the extended-remote target will not have been
3647 removed by unpush_target. */
3648 if (remote_desc != NULL && !have_inferiors ())
3651 /* Make sure we send the passed signals list the next time we resume. */
3652 xfree (last_pass_packet);
3653 last_pass_packet = NULL;
3655 remote_fileio_reset ();
3656 reopen_exec_file ();
3659 remote_desc = remote_serial_open (name);
3661 perror_with_name (name);
3663 if (baud_rate != -1)
3665 if (serial_setbaudrate (remote_desc, baud_rate))
3667 /* The requested speed could not be set. Error out to
3668 top level after closing remote_desc. Take care to
3669 set remote_desc to NULL to avoid closing remote_desc
3671 serial_close (remote_desc);
3673 perror_with_name (name);
3677 serial_raw (remote_desc);
3679 /* If there is something sitting in the buffer we might take it as a
3680 response to a command, which would be bad. */
3681 serial_flush_input (remote_desc);
3685 puts_filtered ("Remote debugging using ");
3686 puts_filtered (name);
3687 puts_filtered ("\n");
3689 push_target (target); /* Switch to using remote target now. */
3691 /* Register extra event sources in the event loop. */
3692 remote_async_inferior_event_token
3693 = create_async_event_handler (remote_async_inferior_event_handler,
3695 remote_async_get_pending_events_token
3696 = create_async_event_handler (remote_async_get_pending_events_handler,
3699 /* Reset the target state; these things will be queried either by
3700 remote_query_supported or as they are needed. */
3701 init_all_packet_configs ();
3702 rs->cached_wait_status = 0;
3703 rs->explicit_packet_size = 0;
3705 rs->multi_process_aware = 0;
3706 rs->extended = extended_p;
3707 rs->non_stop_aware = 0;
3708 rs->waiting_for_stop_reply = 0;
3709 rs->ctrlc_pending_p = 0;
3711 general_thread = not_sent_ptid;
3712 continue_thread = not_sent_ptid;
3714 /* Probe for ability to use "ThreadInfo" query, as required. */
3715 use_threadinfo_query = 1;
3716 use_threadextra_query = 1;
3718 if (target_async_permitted)
3720 /* With this target we start out by owning the terminal. */
3721 remote_async_terminal_ours_p = 1;
3723 /* FIXME: cagney/1999-09-23: During the initial connection it is
3724 assumed that the target is already ready and able to respond to
3725 requests. Unfortunately remote_start_remote() eventually calls
3726 wait_for_inferior() with no timeout. wait_forever_enabled_p gets
3727 around this. Eventually a mechanism that allows
3728 wait_for_inferior() to expect/get timeouts will be
3730 wait_forever_enabled_p = 0;
3733 /* First delete any symbols previously loaded from shared libraries. */
3734 no_shared_libraries (NULL, 0);
3737 init_thread_list ();
3739 /* Start the remote connection. If error() or QUIT, discard this
3740 target (we'd otherwise be in an inconsistent state) and then
3741 propogate the error on up the exception chain. This ensures that
3742 the caller doesn't stumble along blindly assuming that the
3743 function succeeded. The CLI doesn't have this problem but other
3744 UI's, such as MI do.
3746 FIXME: cagney/2002-05-19: Instead of re-throwing the exception,
3747 this function should return an error indication letting the
3748 caller restore the previous state. Unfortunately the command
3749 ``target remote'' is directly wired to this function making that
3750 impossible. On a positive note, the CLI side of this problem has
3751 been fixed - the function set_cmd_context() makes it possible for
3752 all the ``target ....'' commands to share a common callback
3753 function. See cli-dump.c. */
3755 struct gdb_exception ex;
3756 struct start_remote_args args;
3758 args.from_tty = from_tty;
3759 args.target = target;
3760 args.extended_p = extended_p;
3762 ex = catch_exception (uiout, remote_start_remote, &args, RETURN_MASK_ALL);
3765 /* Pop the partially set up target - unless something else did
3766 already before throwing the exception. */
3767 if (remote_desc != NULL)
3769 if (target_async_permitted)
3770 wait_forever_enabled_p = 1;
3771 throw_exception (ex);
3775 if (target_async_permitted)
3776 wait_forever_enabled_p = 1;
3779 /* This takes a program previously attached to and detaches it. After
3780 this is done, GDB can be used to debug some other program. We
3781 better not have left any breakpoints in the target program or it'll
3782 die when it hits one. */
3785 remote_detach_1 (char *args, int from_tty, int extended)
3787 int pid = ptid_get_pid (inferior_ptid);
3788 struct remote_state *rs = get_remote_state ();
3791 error (_("Argument given to \"detach\" when remotely debugging."));
3793 if (!target_has_execution)
3794 error (_("No process to detach from."));
3796 /* Tell the remote target to detach. */
3797 if (remote_multi_process_p (rs))
3798 sprintf (rs->buf, "D;%x", pid);
3800 strcpy (rs->buf, "D");
3803 getpkt (&rs->buf, &rs->buf_size, 0);
3805 if (rs->buf[0] == 'O' && rs->buf[1] == 'K')
3807 else if (rs->buf[0] == '\0')
3808 error (_("Remote doesn't know how to detach"));
3810 error (_("Can't detach process."));
3814 if (remote_multi_process_p (rs))
3815 printf_filtered (_("Detached from remote %s.\n"),
3816 target_pid_to_str (pid_to_ptid (pid)));
3820 puts_filtered (_("Detached from remote process.\n"));
3822 puts_filtered (_("Ending remote debugging.\n"));
3826 discard_pending_stop_replies (pid);
3827 target_mourn_inferior ();
3831 remote_detach (struct target_ops *ops, char *args, int from_tty)
3833 remote_detach_1 (args, from_tty, 0);
3837 extended_remote_detach (struct target_ops *ops, char *args, int from_tty)
3839 remote_detach_1 (args, from_tty, 1);
3842 /* Same as remote_detach, but don't send the "D" packet; just disconnect. */
3845 remote_disconnect (struct target_ops *target, char *args, int from_tty)
3848 error (_("Argument given to \"disconnect\" when remotely debugging."));
3850 /* Make sure we unpush even the extended remote targets; mourn
3851 won't do it. So call remote_mourn_1 directly instead of
3852 target_mourn_inferior. */
3853 remote_mourn_1 (target);
3856 puts_filtered ("Ending remote debugging.\n");
3859 /* Attach to the process specified by ARGS. If FROM_TTY is non-zero,
3860 be chatty about it. */
3863 extended_remote_attach_1 (struct target_ops *target, char *args, int from_tty)
3865 struct remote_state *rs = get_remote_state ();
3867 char *wait_status = NULL;
3869 pid = parse_pid_to_attach (args);
3871 /* Remote PID can be freely equal to getpid, do not check it here the same
3872 way as in other targets. */
3874 if (remote_protocol_packets[PACKET_vAttach].support == PACKET_DISABLE)
3875 error (_("This target does not support attaching to a process"));
3877 sprintf (rs->buf, "vAttach;%x", pid);
3879 getpkt (&rs->buf, &rs->buf_size, 0);
3881 if (packet_ok (rs->buf, &remote_protocol_packets[PACKET_vAttach]) == PACKET_OK)
3884 printf_unfiltered (_("Attached to %s\n"),
3885 target_pid_to_str (pid_to_ptid (pid)));
3889 /* Save the reply for later. */
3890 wait_status = alloca (strlen (rs->buf) + 1);
3891 strcpy (wait_status, rs->buf);
3893 else if (strcmp (rs->buf, "OK") != 0)
3894 error (_("Attaching to %s failed with: %s"),
3895 target_pid_to_str (pid_to_ptid (pid)),
3898 else if (remote_protocol_packets[PACKET_vAttach].support == PACKET_DISABLE)
3899 error (_("This target does not support attaching to a process"));
3901 error (_("Attaching to %s failed"),
3902 target_pid_to_str (pid_to_ptid (pid)));
3904 set_current_inferior (remote_add_inferior (pid, 1));
3906 inferior_ptid = pid_to_ptid (pid);
3910 struct thread_info *thread;
3912 /* Get list of threads. */
3913 remote_threads_info (target);
3915 thread = first_thread_of_process (pid);
3917 inferior_ptid = thread->ptid;
3919 inferior_ptid = pid_to_ptid (pid);
3921 /* Invalidate our notion of the remote current thread. */
3922 record_currthread (minus_one_ptid);
3926 /* Now, if we have thread information, update inferior_ptid. */
3927 inferior_ptid = remote_current_thread (inferior_ptid);
3929 /* Add the main thread to the thread list. */
3930 add_thread_silent (inferior_ptid);
3933 /* Next, if the target can specify a description, read it. We do
3934 this before anything involving memory or registers. */
3935 target_find_description ();
3939 /* Use the previously fetched status. */
3940 gdb_assert (wait_status != NULL);
3942 if (target_can_async_p ())
3944 struct stop_reply *stop_reply;
3945 struct cleanup *old_chain;
3947 stop_reply = stop_reply_xmalloc ();
3948 old_chain = make_cleanup (do_stop_reply_xfree, stop_reply);
3949 remote_parse_stop_reply (wait_status, stop_reply);
3950 discard_cleanups (old_chain);
3951 push_stop_reply (stop_reply);
3953 target_async (inferior_event_handler, 0);
3957 gdb_assert (wait_status != NULL);
3958 strcpy (rs->buf, wait_status);
3959 rs->cached_wait_status = 1;
3963 gdb_assert (wait_status == NULL);
3967 extended_remote_attach (struct target_ops *ops, char *args, int from_tty)
3969 extended_remote_attach_1 (ops, args, from_tty);
3972 /* Convert hex digit A to a number. */
3977 if (a >= '0' && a <= '9')
3979 else if (a >= 'a' && a <= 'f')
3980 return a - 'a' + 10;
3981 else if (a >= 'A' && a <= 'F')
3982 return a - 'A' + 10;
3984 error (_("Reply contains invalid hex digit %d"), a);
3988 hex2bin (const char *hex, gdb_byte *bin, int count)
3992 for (i = 0; i < count; i++)
3994 if (hex[0] == 0 || hex[1] == 0)
3996 /* Hex string is short, or of uneven length.
3997 Return the count that has been converted so far. */
4000 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
4006 /* Convert number NIB to a hex digit. */
4014 return 'a' + nib - 10;
4018 bin2hex (const gdb_byte *bin, char *hex, int count)
4021 /* May use a length, or a nul-terminated string as input. */
4023 count = strlen ((char *) bin);
4025 for (i = 0; i < count; i++)
4027 *hex++ = tohex ((*bin >> 4) & 0xf);
4028 *hex++ = tohex (*bin++ & 0xf);
4034 /* Check for the availability of vCont. This function should also check
4038 remote_vcont_probe (struct remote_state *rs)
4042 strcpy (rs->buf, "vCont?");
4044 getpkt (&rs->buf, &rs->buf_size, 0);
4047 /* Make sure that the features we assume are supported. */
4048 if (strncmp (buf, "vCont", 5) == 0)
4051 int support_s, support_S, support_c, support_C;
4057 rs->support_vCont_t = 0;
4058 while (p && *p == ';')
4061 if (*p == 's' && (*(p + 1) == ';' || *(p + 1) == 0))
4063 else if (*p == 'S' && (*(p + 1) == ';' || *(p + 1) == 0))
4065 else if (*p == 'c' && (*(p + 1) == ';' || *(p + 1) == 0))
4067 else if (*p == 'C' && (*(p + 1) == ';' || *(p + 1) == 0))
4069 else if (*p == 't' && (*(p + 1) == ';' || *(p + 1) == 0))
4070 rs->support_vCont_t = 1;
4072 p = strchr (p, ';');
4075 /* If s, S, c, and C are not all supported, we can't use vCont. Clearing
4076 BUF will make packet_ok disable the packet. */
4077 if (!support_s || !support_S || !support_c || !support_C)
4081 packet_ok (buf, &remote_protocol_packets[PACKET_vCont]);
4084 /* Helper function for building "vCont" resumptions. Write a
4085 resumption to P. ENDP points to one-passed-the-end of the buffer
4086 we're allowed to write to. Returns BUF+CHARACTERS_WRITTEN. The
4087 thread to be resumed is PTID; STEP and SIGGNAL indicate whether the
4088 resumed thread should be single-stepped and/or signalled. If PTID
4089 equals minus_one_ptid, then all threads are resumed; if PTID
4090 represents a process, then all threads of the process are resumed;
4091 the thread to be stepped and/or signalled is given in the global
4095 append_resumption (char *p, char *endp,
4096 ptid_t ptid, int step, enum target_signal siggnal)
4098 struct remote_state *rs = get_remote_state ();
4100 if (step && siggnal != TARGET_SIGNAL_0)
4101 p += xsnprintf (p, endp - p, ";S%02x", siggnal);
4103 p += xsnprintf (p, endp - p, ";s");
4104 else if (siggnal != TARGET_SIGNAL_0)
4105 p += xsnprintf (p, endp - p, ";C%02x", siggnal);
4107 p += xsnprintf (p, endp - p, ";c");
4109 if (remote_multi_process_p (rs) && ptid_is_pid (ptid))
4113 /* All (-1) threads of process. */
4114 nptid = ptid_build (ptid_get_pid (ptid), 0, -1);
4116 p += xsnprintf (p, endp - p, ":");
4117 p = write_ptid (p, endp, nptid);
4119 else if (!ptid_equal (ptid, minus_one_ptid))
4121 p += xsnprintf (p, endp - p, ":");
4122 p = write_ptid (p, endp, ptid);
4128 /* Resume the remote inferior by using a "vCont" packet. The thread
4129 to be resumed is PTID; STEP and SIGGNAL indicate whether the
4130 resumed thread should be single-stepped and/or signalled. If PTID
4131 equals minus_one_ptid, then all threads are resumed; the thread to
4132 be stepped and/or signalled is given in the global INFERIOR_PTID.
4133 This function returns non-zero iff it resumes the inferior.
4135 This function issues a strict subset of all possible vCont commands at the
4139 remote_vcont_resume (ptid_t ptid, int step, enum target_signal siggnal)
4141 struct remote_state *rs = get_remote_state ();
4145 if (remote_protocol_packets[PACKET_vCont].support == PACKET_SUPPORT_UNKNOWN)
4146 remote_vcont_probe (rs);
4148 if (remote_protocol_packets[PACKET_vCont].support == PACKET_DISABLE)
4152 endp = rs->buf + get_remote_packet_size ();
4154 /* If we could generate a wider range of packets, we'd have to worry
4155 about overflowing BUF. Should there be a generic
4156 "multi-part-packet" packet? */
4158 p += xsnprintf (p, endp - p, "vCont");
4160 if (ptid_equal (ptid, magic_null_ptid))
4162 /* MAGIC_NULL_PTID means that we don't have any active threads,
4163 so we don't have any TID numbers the inferior will
4164 understand. Make sure to only send forms that do not specify
4166 p = append_resumption (p, endp, minus_one_ptid, step, siggnal);
4168 else if (ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid))
4170 /* Resume all threads (of all processes, or of a single
4171 process), with preference for INFERIOR_PTID. This assumes
4172 inferior_ptid belongs to the set of all threads we are about
4174 if (step || siggnal != TARGET_SIGNAL_0)
4176 /* Step inferior_ptid, with or without signal. */
4177 p = append_resumption (p, endp, inferior_ptid, step, siggnal);
4180 /* And continue others without a signal. */
4181 p = append_resumption (p, endp, ptid, /*step=*/ 0, TARGET_SIGNAL_0);
4185 /* Scheduler locking; resume only PTID. */
4186 p = append_resumption (p, endp, ptid, step, siggnal);
4189 gdb_assert (strlen (rs->buf) < get_remote_packet_size ());
4194 /* In non-stop, the stub replies to vCont with "OK". The stop
4195 reply will be reported asynchronously by means of a `%Stop'
4197 getpkt (&rs->buf, &rs->buf_size, 0);
4198 if (strcmp (rs->buf, "OK") != 0)
4199 error (_("Unexpected vCont reply in non-stop mode: %s"), rs->buf);
4205 /* Tell the remote machine to resume. */
4207 static enum target_signal last_sent_signal = TARGET_SIGNAL_0;
4209 static int last_sent_step;
4212 remote_resume (struct target_ops *ops,
4213 ptid_t ptid, int step, enum target_signal siggnal)
4215 struct remote_state *rs = get_remote_state ();
4218 last_sent_signal = siggnal;
4219 last_sent_step = step;
4221 /* Update the inferior on signals to silently pass, if they've changed. */
4222 remote_pass_signals ();
4224 /* The vCont packet doesn't need to specify threads via Hc. */
4225 /* No reverse support (yet) for vCont. */
4226 if (execution_direction != EXEC_REVERSE)
4227 if (remote_vcont_resume (ptid, step, siggnal))
4230 /* All other supported resume packets do use Hc, so set the continue
4232 if (ptid_equal (ptid, minus_one_ptid))
4233 set_continue_thread (any_thread_ptid);
4235 set_continue_thread (ptid);
4238 if (execution_direction == EXEC_REVERSE)
4240 /* We don't pass signals to the target in reverse exec mode. */
4241 if (info_verbose && siggnal != TARGET_SIGNAL_0)
4242 warning (" - Can't pass signal %d to target in reverse: ignored.\n",
4246 && remote_protocol_packets[PACKET_bs].support == PACKET_DISABLE)
4247 error (_("Remote reverse-step not supported."));
4249 && remote_protocol_packets[PACKET_bc].support == PACKET_DISABLE)
4250 error (_("Remote reverse-continue not supported."));
4252 strcpy (buf, step ? "bs" : "bc");
4254 else if (siggnal != TARGET_SIGNAL_0)
4256 buf[0] = step ? 'S' : 'C';
4257 buf[1] = tohex (((int) siggnal >> 4) & 0xf);
4258 buf[2] = tohex (((int) siggnal) & 0xf);
4262 strcpy (buf, step ? "s" : "c");
4267 /* We are about to start executing the inferior, let's register it
4268 with the event loop. NOTE: this is the one place where all the
4269 execution commands end up. We could alternatively do this in each
4270 of the execution commands in infcmd.c. */
4271 /* FIXME: ezannoni 1999-09-28: We may need to move this out of here
4272 into infcmd.c in order to allow inferior function calls to work
4273 NOT asynchronously. */
4274 if (target_can_async_p ())
4275 target_async (inferior_event_handler, 0);
4277 /* We've just told the target to resume. The remote server will
4278 wait for the inferior to stop, and then send a stop reply. In
4279 the mean time, we can't start another command/query ourselves
4280 because the stub wouldn't be ready to process it. This applies
4281 only to the base all-stop protocol, however. In non-stop (which
4282 only supports vCont), the stub replies with an "OK", and is
4283 immediate able to process further serial input. */
4285 rs->waiting_for_stop_reply = 1;
4289 /* Set up the signal handler for SIGINT, while the target is
4290 executing, ovewriting the 'regular' SIGINT signal handler. */
4292 initialize_sigint_signal_handler (void)
4294 signal (SIGINT, handle_remote_sigint);
4297 /* Signal handler for SIGINT, while the target is executing. */
4299 handle_remote_sigint (int sig)
4301 signal (sig, handle_remote_sigint_twice);
4302 mark_async_signal_handler_wrapper (sigint_remote_token);
4305 /* Signal handler for SIGINT, installed after SIGINT has already been
4306 sent once. It will take effect the second time that the user sends
4309 handle_remote_sigint_twice (int sig)
4311 signal (sig, handle_remote_sigint);
4312 mark_async_signal_handler_wrapper (sigint_remote_twice_token);
4315 /* Perform the real interruption of the target execution, in response
4318 async_remote_interrupt (gdb_client_data arg)
4321 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
4323 target_stop (inferior_ptid);
4326 /* Perform interrupt, if the first attempt did not succeed. Just give
4327 up on the target alltogether. */
4329 async_remote_interrupt_twice (gdb_client_data arg)
4332 fprintf_unfiltered (gdb_stdlog, "remote_interrupt_twice called\n");
4337 /* Reinstall the usual SIGINT handlers, after the target has
4340 cleanup_sigint_signal_handler (void *dummy)
4342 signal (SIGINT, handle_sigint);
4345 /* Send ^C to target to halt it. Target will respond, and send us a
4347 static void (*ofunc) (int);
4349 /* The command line interface's stop routine. This function is installed
4350 as a signal handler for SIGINT. The first time a user requests a
4351 stop, we call remote_stop to send a break or ^C. If there is no
4352 response from the target (it didn't stop when the user requested it),
4353 we ask the user if he'd like to detach from the target. */
4355 remote_interrupt (int signo)
4357 /* If this doesn't work, try more severe steps. */
4358 signal (signo, remote_interrupt_twice);
4360 gdb_call_async_signal_handler (sigint_remote_token, 1);
4363 /* The user typed ^C twice. */
4366 remote_interrupt_twice (int signo)
4368 signal (signo, ofunc);
4369 gdb_call_async_signal_handler (sigint_remote_twice_token, 1);
4370 signal (signo, remote_interrupt);
4373 /* Non-stop version of target_stop. Uses `vCont;t' to stop a remote
4374 thread, all threads of a remote process, or all threads of all
4378 remote_stop_ns (ptid_t ptid)
4380 struct remote_state *rs = get_remote_state ();
4382 char *endp = rs->buf + get_remote_packet_size ();
4384 if (remote_protocol_packets[PACKET_vCont].support == PACKET_SUPPORT_UNKNOWN)
4385 remote_vcont_probe (rs);
4387 if (!rs->support_vCont_t)
4388 error (_("Remote server does not support stopping threads"));
4390 if (ptid_equal (ptid, minus_one_ptid)
4391 || (!remote_multi_process_p (rs) && ptid_is_pid (ptid)))
4392 p += xsnprintf (p, endp - p, "vCont;t");
4397 p += xsnprintf (p, endp - p, "vCont;t:");
4399 if (ptid_is_pid (ptid))
4400 /* All (-1) threads of process. */
4401 nptid = ptid_build (ptid_get_pid (ptid), 0, -1);
4404 /* Small optimization: if we already have a stop reply for
4405 this thread, no use in telling the stub we want this
4407 if (peek_stop_reply (ptid))
4413 p = write_ptid (p, endp, nptid);
4416 /* In non-stop, we get an immediate OK reply. The stop reply will
4417 come in asynchronously by notification. */
4419 getpkt (&rs->buf, &rs->buf_size, 0);
4420 if (strcmp (rs->buf, "OK") != 0)
4421 error (_("Stopping %s failed: %s"), target_pid_to_str (ptid), rs->buf);
4424 /* All-stop version of target_stop. Sends a break or a ^C to stop the
4425 remote target. It is undefined which thread of which process
4426 reports the stop. */
4429 remote_stop_as (ptid_t ptid)
4431 struct remote_state *rs = get_remote_state ();
4433 rs->ctrlc_pending_p = 1;
4435 /* If the inferior is stopped already, but the core didn't know
4436 about it yet, just ignore the request. The cached wait status
4437 will be collected in remote_wait. */
4438 if (rs->cached_wait_status)
4441 /* Send interrupt_sequence to remote target. */
4442 send_interrupt_sequence ();
4445 /* This is the generic stop called via the target vector. When a target
4446 interrupt is requested, either by the command line or the GUI, we
4447 will eventually end up here. */
4450 remote_stop (ptid_t ptid)
4453 fprintf_unfiltered (gdb_stdlog, "remote_stop called\n");
4456 remote_stop_ns (ptid);
4458 remote_stop_as (ptid);
4461 /* Ask the user what to do when an interrupt is received. */
4464 interrupt_query (void)
4466 target_terminal_ours ();
4468 if (target_can_async_p ())
4470 signal (SIGINT, handle_sigint);
4471 deprecated_throw_reason (RETURN_QUIT);
4475 if (query (_("Interrupted while waiting for the program.\n\
4476 Give up (and stop debugging it)? ")))
4479 deprecated_throw_reason (RETURN_QUIT);
4483 target_terminal_inferior ();
4486 /* Enable/disable target terminal ownership. Most targets can use
4487 terminal groups to control terminal ownership. Remote targets are
4488 different in that explicit transfer of ownership to/from GDB/target
4492 remote_terminal_inferior (void)
4494 if (!target_async_permitted)
4495 /* Nothing to do. */
4498 /* FIXME: cagney/1999-09-27: Make calls to target_terminal_*()
4499 idempotent. The event-loop GDB talking to an asynchronous target
4500 with a synchronous command calls this function from both
4501 event-top.c and infrun.c/infcmd.c. Once GDB stops trying to
4502 transfer the terminal to the target when it shouldn't this guard
4504 if (!remote_async_terminal_ours_p)
4506 delete_file_handler (input_fd);
4507 remote_async_terminal_ours_p = 0;
4508 initialize_sigint_signal_handler ();
4509 /* NOTE: At this point we could also register our selves as the
4510 recipient of all input. Any characters typed could then be
4511 passed on down to the target. */
4515 remote_terminal_ours (void)
4517 if (!target_async_permitted)
4518 /* Nothing to do. */
4521 /* See FIXME in remote_terminal_inferior. */
4522 if (remote_async_terminal_ours_p)
4524 cleanup_sigint_signal_handler (NULL);
4525 add_file_handler (input_fd, stdin_event_handler, 0);
4526 remote_async_terminal_ours_p = 1;
4530 remote_console_output (char *msg)
4534 for (p = msg; p[0] && p[1]; p += 2)
4537 char c = fromhex (p[0]) * 16 + fromhex (p[1]);
4540 fputs_unfiltered (tb, gdb_stdtarg);
4542 gdb_flush (gdb_stdtarg);
4545 typedef struct cached_reg
4548 gdb_byte data[MAX_REGISTER_SIZE];
4551 DEF_VEC_O(cached_reg_t);
4555 struct stop_reply *next;
4559 struct target_waitstatus ws;
4561 VEC(cached_reg_t) *regcache;
4563 int stopped_by_watchpoint_p;
4564 CORE_ADDR watch_data_address;
4572 /* The list of already fetched and acknowledged stop events. */
4573 static struct stop_reply *stop_reply_queue;
4575 static struct stop_reply *
4576 stop_reply_xmalloc (void)
4578 struct stop_reply *r = XMALLOC (struct stop_reply);
4584 stop_reply_xfree (struct stop_reply *r)
4588 VEC_free (cached_reg_t, r->regcache);
4593 /* Discard all pending stop replies of inferior PID. If PID is -1,
4594 discard everything. */
4597 discard_pending_stop_replies (int pid)
4599 struct stop_reply *prev = NULL, *reply, *next;
4601 /* Discard the in-flight notification. */
4602 if (pending_stop_reply != NULL
4604 || ptid_get_pid (pending_stop_reply->ptid) == pid))
4606 stop_reply_xfree (pending_stop_reply);
4607 pending_stop_reply = NULL;
4610 /* Discard the stop replies we have already pulled with
4612 for (reply = stop_reply_queue; reply; reply = next)
4616 || ptid_get_pid (reply->ptid) == pid)
4618 if (reply == stop_reply_queue)
4619 stop_reply_queue = reply->next;
4621 prev->next = reply->next;
4623 stop_reply_xfree (reply);
4630 /* Cleanup wrapper. */
4633 do_stop_reply_xfree (void *arg)
4635 struct stop_reply *r = arg;
4636 stop_reply_xfree (r);
4639 /* Look for a queued stop reply belonging to PTID. If one is found,
4640 remove it from the queue, and return it. Returns NULL if none is
4641 found. If there are still queued events left to process, tell the
4642 event loop to get back to target_wait soon. */
4644 static struct stop_reply *
4645 queued_stop_reply (ptid_t ptid)
4647 struct stop_reply *it;
4648 struct stop_reply **it_link;
4650 it = stop_reply_queue;
4651 it_link = &stop_reply_queue;
4654 if (ptid_match (it->ptid, ptid))
4656 *it_link = it->next;
4661 it_link = &it->next;
4665 if (stop_reply_queue)
4666 /* There's still at least an event left. */
4667 mark_async_event_handler (remote_async_inferior_event_token);
4672 /* Push a fully parsed stop reply in the stop reply queue. Since we
4673 know that we now have at least one queued event left to pass to the
4674 core side, tell the event loop to get back to target_wait soon. */
4677 push_stop_reply (struct stop_reply *new_event)
4679 struct stop_reply *event;
4681 if (stop_reply_queue)
4683 for (event = stop_reply_queue;
4684 event && event->next;
4685 event = event->next)
4688 event->next = new_event;
4691 stop_reply_queue = new_event;
4693 mark_async_event_handler (remote_async_inferior_event_token);
4696 /* Returns true if we have a stop reply for PTID. */
4699 peek_stop_reply (ptid_t ptid)
4701 struct stop_reply *it;
4703 for (it = stop_reply_queue; it; it = it->next)
4704 if (ptid_equal (ptid, it->ptid))
4706 if (it->ws.kind == TARGET_WAITKIND_STOPPED)
4713 /* Parse the stop reply in BUF. Either the function succeeds, and the
4714 result is stored in EVENT, or throws an error. */
4717 remote_parse_stop_reply (char *buf, struct stop_reply *event)
4719 struct remote_arch_state *rsa = get_remote_arch_state ();
4723 event->ptid = null_ptid;
4724 event->ws.kind = TARGET_WAITKIND_IGNORE;
4725 event->ws.value.integer = 0;
4726 event->solibs_changed = 0;
4727 event->replay_event = 0;
4728 event->stopped_by_watchpoint_p = 0;
4729 event->regcache = NULL;
4734 case 'T': /* Status with PC, SP, FP, ... */
4735 /* Expedited reply, containing Signal, {regno, reg} repeat. */
4736 /* format is: 'Tssn...:r...;n...:r...;n...:r...;#cc', where
4738 n... = register number
4739 r... = register contents
4742 p = &buf[3]; /* after Txx */
4750 /* If the packet contains a register number, save it in
4751 pnum and set p1 to point to the character following it.
4752 Otherwise p1 points to p. */
4754 /* If this packet is an awatch packet, don't parse the 'a'
4755 as a register number. */
4757 if (strncmp (p, "awatch", strlen("awatch")) != 0
4758 && strncmp (p, "core", strlen ("core") != 0))
4760 /* Read the ``P'' register number. */
4761 pnum = strtol (p, &p_temp, 16);
4767 if (p1 == p) /* No register number present here. */
4769 p1 = strchr (p, ':');
4771 error (_("Malformed packet(a) (missing colon): %s\n\
4774 if (strncmp (p, "thread", p1 - p) == 0)
4775 event->ptid = read_ptid (++p1, &p);
4776 else if ((strncmp (p, "watch", p1 - p) == 0)
4777 || (strncmp (p, "rwatch", p1 - p) == 0)
4778 || (strncmp (p, "awatch", p1 - p) == 0))
4780 event->stopped_by_watchpoint_p = 1;
4781 p = unpack_varlen_hex (++p1, &addr);
4782 event->watch_data_address = (CORE_ADDR) addr;
4784 else if (strncmp (p, "library", p1 - p) == 0)
4788 while (*p_temp && *p_temp != ';')
4791 event->solibs_changed = 1;
4794 else if (strncmp (p, "replaylog", p1 - p) == 0)
4796 /* NO_HISTORY event.
4797 p1 will indicate "begin" or "end", but
4798 it makes no difference for now, so ignore it. */
4799 event->replay_event = 1;
4800 p_temp = strchr (p1 + 1, ';');
4804 else if (strncmp (p, "core", p1 - p) == 0)
4807 p = unpack_varlen_hex (++p1, &c);
4812 /* Silently skip unknown optional info. */
4813 p_temp = strchr (p1 + 1, ';');
4820 struct packet_reg *reg = packet_reg_from_pnum (rsa, pnum);
4821 cached_reg_t cached_reg;
4826 error (_("Malformed packet(b) (missing colon): %s\n\
4832 error (_("Remote sent bad register number %s: %s\n\
4834 phex_nz (pnum, 0), p, buf);
4836 cached_reg.num = reg->regnum;
4838 fieldsize = hex2bin (p, cached_reg.data,
4839 register_size (target_gdbarch,
4842 if (fieldsize < register_size (target_gdbarch,
4844 warning (_("Remote reply is too short: %s"), buf);
4846 VEC_safe_push (cached_reg_t, event->regcache, &cached_reg);
4850 error (_("Remote register badly formatted: %s\nhere: %s"),
4855 case 'S': /* Old style status, just signal only. */
4856 if (event->solibs_changed)
4857 event->ws.kind = TARGET_WAITKIND_LOADED;
4858 else if (event->replay_event)
4859 event->ws.kind = TARGET_WAITKIND_NO_HISTORY;
4862 event->ws.kind = TARGET_WAITKIND_STOPPED;
4863 event->ws.value.sig = (enum target_signal)
4864 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
4867 case 'W': /* Target exited. */
4874 /* GDB used to accept only 2 hex chars here. Stubs should
4875 only send more if they detect GDB supports multi-process
4877 p = unpack_varlen_hex (&buf[1], &value);
4881 /* The remote process exited. */
4882 event->ws.kind = TARGET_WAITKIND_EXITED;
4883 event->ws.value.integer = value;
4887 /* The remote process exited with a signal. */
4888 event->ws.kind = TARGET_WAITKIND_SIGNALLED;
4889 event->ws.value.sig = (enum target_signal) value;
4892 /* If no process is specified, assume inferior_ptid. */
4893 pid = ptid_get_pid (inferior_ptid);
4902 else if (strncmp (p,
4903 "process:", sizeof ("process:") - 1) == 0)
4906 p += sizeof ("process:") - 1;
4907 unpack_varlen_hex (p, &upid);
4911 error (_("unknown stop reply packet: %s"), buf);
4914 error (_("unknown stop reply packet: %s"), buf);
4915 event->ptid = pid_to_ptid (pid);
4920 if (non_stop && ptid_equal (event->ptid, null_ptid))
4921 error (_("No process or thread specified in stop reply: %s"), buf);
4924 /* When the stub wants to tell GDB about a new stop reply, it sends a
4925 stop notification (%Stop). Those can come it at any time, hence,
4926 we have to make sure that any pending putpkt/getpkt sequence we're
4927 making is finished, before querying the stub for more events with
4928 vStopped. E.g., if we started a vStopped sequence immediatelly
4929 upon receiving the %Stop notification, something like this could
4937 1.6) <-- (registers reply to step #1.3)
4939 Obviously, the reply in step #1.6 would be unexpected to a vStopped
4942 To solve this, whenever we parse a %Stop notification sucessfully,
4943 we mark the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN, and carry on
4944 doing whatever we were doing:
4950 <GDB marks the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN>
4951 2.5) <-- (registers reply to step #2.3)
4953 Eventualy after step #2.5, we return to the event loop, which
4954 notices there's an event on the
4955 REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN event and calls the
4956 associated callback --- the function below. At this point, we're
4957 always safe to start a vStopped sequence. :
4960 2.7) <-- T05 thread:2
4966 remote_get_pending_stop_replies (void)
4968 struct remote_state *rs = get_remote_state ();
4970 if (pending_stop_reply)
4973 putpkt ("vStopped");
4975 /* Now we can rely on it. */
4976 push_stop_reply (pending_stop_reply);
4977 pending_stop_reply = NULL;
4981 getpkt (&rs->buf, &rs->buf_size, 0);
4982 if (strcmp (rs->buf, "OK") == 0)
4986 struct cleanup *old_chain;
4987 struct stop_reply *stop_reply = stop_reply_xmalloc ();
4989 old_chain = make_cleanup (do_stop_reply_xfree, stop_reply);
4990 remote_parse_stop_reply (rs->buf, stop_reply);
4993 putpkt ("vStopped");
4995 if (stop_reply->ws.kind != TARGET_WAITKIND_IGNORE)
4997 /* Now we can rely on it. */
4998 discard_cleanups (old_chain);
4999 push_stop_reply (stop_reply);
5002 /* We got an unknown stop reply. */
5003 do_cleanups (old_chain);
5010 /* Called when it is decided that STOP_REPLY holds the info of the
5011 event that is to be returned to the core. This function always
5012 destroys STOP_REPLY. */
5015 process_stop_reply (struct stop_reply *stop_reply,
5016 struct target_waitstatus *status)
5019 struct thread_info *info;
5021 *status = stop_reply->ws;
5022 ptid = stop_reply->ptid;
5024 /* If no thread/process was reported by the stub, assume the current
5026 if (ptid_equal (ptid, null_ptid))
5027 ptid = inferior_ptid;
5029 if (status->kind != TARGET_WAITKIND_EXITED
5030 && status->kind != TARGET_WAITKIND_SIGNALLED)
5032 /* Expedited registers. */
5033 if (stop_reply->regcache)
5035 struct regcache *regcache
5036 = get_thread_arch_regcache (ptid, target_gdbarch);
5041 VEC_iterate(cached_reg_t, stop_reply->regcache, ix, reg);
5043 regcache_raw_supply (regcache, reg->num, reg->data);
5044 VEC_free (cached_reg_t, stop_reply->regcache);
5047 remote_stopped_by_watchpoint_p = stop_reply->stopped_by_watchpoint_p;
5048 remote_watch_data_address = stop_reply->watch_data_address;
5050 remote_notice_new_inferior (ptid, 0);
5051 demand_private_info (ptid)->core = stop_reply->core;
5054 stop_reply_xfree (stop_reply);
5058 /* The non-stop mode version of target_wait. */
5061 remote_wait_ns (ptid_t ptid, struct target_waitstatus *status, int options)
5063 struct remote_state *rs = get_remote_state ();
5064 struct stop_reply *stop_reply;
5067 /* If in non-stop mode, get out of getpkt even if a
5068 notification is received. */
5070 ret = getpkt_or_notif_sane (&rs->buf, &rs->buf_size,
5077 case 'E': /* Error of some sort. */
5078 /* We're out of sync with the target now. Did it continue
5079 or not? We can't tell which thread it was in non-stop,
5080 so just ignore this. */
5081 warning (_("Remote failure reply: %s"), rs->buf);
5083 case 'O': /* Console output. */
5084 remote_console_output (rs->buf + 1);
5087 warning (_("Invalid remote reply: %s"), rs->buf);
5091 /* Acknowledge a pending stop reply that may have arrived in the
5093 if (pending_stop_reply != NULL)
5094 remote_get_pending_stop_replies ();
5096 /* If indeed we noticed a stop reply, we're done. */
5097 stop_reply = queued_stop_reply (ptid);
5098 if (stop_reply != NULL)
5099 return process_stop_reply (stop_reply, status);
5101 /* Still no event. If we're just polling for an event, then
5102 return to the event loop. */
5103 if (options & TARGET_WNOHANG)
5105 status->kind = TARGET_WAITKIND_IGNORE;
5106 return minus_one_ptid;
5109 /* Otherwise do a blocking wait. */
5110 ret = getpkt_or_notif_sane (&rs->buf, &rs->buf_size,
5115 /* Wait until the remote machine stops, then return, storing status in
5116 STATUS just as `wait' would. */
5119 remote_wait_as (ptid_t ptid, struct target_waitstatus *status, int options)
5121 struct remote_state *rs = get_remote_state ();
5122 ptid_t event_ptid = null_ptid;
5124 struct stop_reply *stop_reply;
5128 status->kind = TARGET_WAITKIND_IGNORE;
5129 status->value.integer = 0;
5131 stop_reply = queued_stop_reply (ptid);
5132 if (stop_reply != NULL)
5133 return process_stop_reply (stop_reply, status);
5135 if (rs->cached_wait_status)
5136 /* Use the cached wait status, but only once. */
5137 rs->cached_wait_status = 0;
5142 if (!target_is_async_p ())
5144 ofunc = signal (SIGINT, remote_interrupt);
5145 /* If the user hit C-c before this packet, or between packets,
5146 pretend that it was hit right here. */
5150 remote_interrupt (SIGINT);
5154 /* FIXME: cagney/1999-09-27: If we're in async mode we should
5155 _never_ wait for ever -> test on target_is_async_p().
5156 However, before we do that we need to ensure that the caller
5157 knows how to take the target into/out of async mode. */
5158 ret = getpkt_sane (&rs->buf, &rs->buf_size, wait_forever_enabled_p);
5159 if (!target_is_async_p ())
5160 signal (SIGINT, ofunc);
5165 remote_stopped_by_watchpoint_p = 0;
5167 /* We got something. */
5168 rs->waiting_for_stop_reply = 0;
5170 /* Assume that the target has acknowledged Ctrl-C unless we receive
5171 an 'F' or 'O' packet. */
5172 if (buf[0] != 'F' && buf[0] != 'O')
5173 rs->ctrlc_pending_p = 0;
5177 case 'E': /* Error of some sort. */
5178 /* We're out of sync with the target now. Did it continue or
5179 not? Not is more likely, so report a stop. */
5180 warning (_("Remote failure reply: %s"), buf);
5181 status->kind = TARGET_WAITKIND_STOPPED;
5182 status->value.sig = TARGET_SIGNAL_0;
5184 case 'F': /* File-I/O request. */
5185 remote_fileio_request (buf, rs->ctrlc_pending_p);
5186 rs->ctrlc_pending_p = 0;
5188 case 'T': case 'S': case 'X': case 'W':
5190 struct stop_reply *stop_reply;
5191 struct cleanup *old_chain;
5193 stop_reply = stop_reply_xmalloc ();
5194 old_chain = make_cleanup (do_stop_reply_xfree, stop_reply);
5195 remote_parse_stop_reply (buf, stop_reply);
5196 discard_cleanups (old_chain);
5197 event_ptid = process_stop_reply (stop_reply, status);
5200 case 'O': /* Console output. */
5201 remote_console_output (buf + 1);
5203 /* The target didn't really stop; keep waiting. */
5204 rs->waiting_for_stop_reply = 1;
5208 if (last_sent_signal != TARGET_SIGNAL_0)
5210 /* Zero length reply means that we tried 'S' or 'C' and the
5211 remote system doesn't support it. */
5212 target_terminal_ours_for_output ();
5214 ("Can't send signals to this remote system. %s not sent.\n",
5215 target_signal_to_name (last_sent_signal));
5216 last_sent_signal = TARGET_SIGNAL_0;
5217 target_terminal_inferior ();
5219 strcpy ((char *) buf, last_sent_step ? "s" : "c");
5220 putpkt ((char *) buf);
5222 /* We just told the target to resume, so a stop reply is in
5224 rs->waiting_for_stop_reply = 1;
5227 /* else fallthrough */
5229 warning (_("Invalid remote reply: %s"), buf);
5231 rs->waiting_for_stop_reply = 1;
5235 if (status->kind == TARGET_WAITKIND_IGNORE)
5237 /* Nothing interesting happened. If we're doing a non-blocking
5238 poll, we're done. Otherwise, go back to waiting. */
5239 if (options & TARGET_WNOHANG)
5240 return minus_one_ptid;
5244 else if (status->kind != TARGET_WAITKIND_EXITED
5245 && status->kind != TARGET_WAITKIND_SIGNALLED)
5247 if (!ptid_equal (event_ptid, null_ptid))
5248 record_currthread (event_ptid);
5250 event_ptid = inferior_ptid;
5253 /* A process exit. Invalidate our notion of current thread. */
5254 record_currthread (minus_one_ptid);
5259 /* Wait until the remote machine stops, then return, storing status in
5260 STATUS just as `wait' would. */
5263 remote_wait (struct target_ops *ops,
5264 ptid_t ptid, struct target_waitstatus *status, int options)
5269 event_ptid = remote_wait_ns (ptid, status, options);
5271 event_ptid = remote_wait_as (ptid, status, options);
5273 if (target_can_async_p ())
5275 /* If there are are events left in the queue tell the event loop
5277 if (stop_reply_queue)
5278 mark_async_event_handler (remote_async_inferior_event_token);
5284 /* Fetch a single register using a 'p' packet. */
5287 fetch_register_using_p (struct regcache *regcache, struct packet_reg *reg)
5289 struct remote_state *rs = get_remote_state ();
5291 char regp[MAX_REGISTER_SIZE];
5294 if (remote_protocol_packets[PACKET_p].support == PACKET_DISABLE)
5297 if (reg->pnum == -1)
5302 p += hexnumstr (p, reg->pnum);
5305 getpkt (&rs->buf, &rs->buf_size, 0);
5309 switch (packet_ok (buf, &remote_protocol_packets[PACKET_p]))
5313 case PACKET_UNKNOWN:
5316 error (_("Could not fetch register \"%s\"; remote failure reply '%s'"),
5317 gdbarch_register_name (get_regcache_arch (regcache),
5322 /* If this register is unfetchable, tell the regcache. */
5325 regcache_raw_supply (regcache, reg->regnum, NULL);
5329 /* Otherwise, parse and supply the value. */
5335 error (_("fetch_register_using_p: early buf termination"));
5337 regp[i++] = fromhex (p[0]) * 16 + fromhex (p[1]);
5340 regcache_raw_supply (regcache, reg->regnum, regp);
5344 /* Fetch the registers included in the target's 'g' packet. */
5347 send_g_packet (void)
5349 struct remote_state *rs = get_remote_state ();
5352 sprintf (rs->buf, "g");
5353 remote_send (&rs->buf, &rs->buf_size);
5355 /* We can get out of synch in various cases. If the first character
5356 in the buffer is not a hex character, assume that has happened
5357 and try to fetch another packet to read. */
5358 while ((rs->buf[0] < '0' || rs->buf[0] > '9')
5359 && (rs->buf[0] < 'A' || rs->buf[0] > 'F')
5360 && (rs->buf[0] < 'a' || rs->buf[0] > 'f')
5361 && rs->buf[0] != 'x') /* New: unavailable register value. */
5364 fprintf_unfiltered (gdb_stdlog,
5365 "Bad register packet; fetching a new packet\n");
5366 getpkt (&rs->buf, &rs->buf_size, 0);
5369 buf_len = strlen (rs->buf);
5371 /* Sanity check the received packet. */
5372 if (buf_len % 2 != 0)
5373 error (_("Remote 'g' packet reply is of odd length: %s"), rs->buf);
5379 process_g_packet (struct regcache *regcache)
5381 struct gdbarch *gdbarch = get_regcache_arch (regcache);
5382 struct remote_state *rs = get_remote_state ();
5383 struct remote_arch_state *rsa = get_remote_arch_state ();
5388 buf_len = strlen (rs->buf);
5390 /* Further sanity checks, with knowledge of the architecture. */
5391 if (buf_len > 2 * rsa->sizeof_g_packet)
5392 error (_("Remote 'g' packet reply is too long: %s"), rs->buf);
5394 /* Save the size of the packet sent to us by the target. It is used
5395 as a heuristic when determining the max size of packets that the
5396 target can safely receive. */
5397 if (rsa->actual_register_packet_size == 0)
5398 rsa->actual_register_packet_size = buf_len;
5400 /* If this is smaller than we guessed the 'g' packet would be,
5401 update our records. A 'g' reply that doesn't include a register's
5402 value implies either that the register is not available, or that
5403 the 'p' packet must be used. */
5404 if (buf_len < 2 * rsa->sizeof_g_packet)
5406 rsa->sizeof_g_packet = buf_len / 2;
5408 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
5410 if (rsa->regs[i].pnum == -1)
5413 if (rsa->regs[i].offset >= rsa->sizeof_g_packet)
5414 rsa->regs[i].in_g_packet = 0;
5416 rsa->regs[i].in_g_packet = 1;
5420 regs = alloca (rsa->sizeof_g_packet);
5422 /* Unimplemented registers read as all bits zero. */
5423 memset (regs, 0, rsa->sizeof_g_packet);
5425 /* Reply describes registers byte by byte, each byte encoded as two
5426 hex characters. Suck them all up, then supply them to the
5427 register cacheing/storage mechanism. */
5430 for (i = 0; i < rsa->sizeof_g_packet; i++)
5432 if (p[0] == 0 || p[1] == 0)
5433 /* This shouldn't happen - we adjusted sizeof_g_packet above. */
5434 internal_error (__FILE__, __LINE__,
5435 "unexpected end of 'g' packet reply");
5437 if (p[0] == 'x' && p[1] == 'x')
5438 regs[i] = 0; /* 'x' */
5440 regs[i] = fromhex (p[0]) * 16 + fromhex (p[1]);
5446 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
5448 struct packet_reg *r = &rsa->regs[i];
5451 if (r->offset * 2 >= strlen (rs->buf))
5452 /* This shouldn't happen - we adjusted in_g_packet above. */
5453 internal_error (__FILE__, __LINE__,
5454 "unexpected end of 'g' packet reply");
5455 else if (rs->buf[r->offset * 2] == 'x')
5457 gdb_assert (r->offset * 2 < strlen (rs->buf));
5458 /* The register isn't available, mark it as such (at
5459 the same time setting the value to zero). */
5460 regcache_raw_supply (regcache, r->regnum, NULL);
5463 regcache_raw_supply (regcache, r->regnum,
5471 fetch_registers_using_g (struct regcache *regcache)
5474 process_g_packet (regcache);
5478 remote_fetch_registers (struct target_ops *ops,
5479 struct regcache *regcache, int regnum)
5481 struct remote_arch_state *rsa = get_remote_arch_state ();
5484 set_general_thread (inferior_ptid);
5488 struct packet_reg *reg = packet_reg_from_regnum (rsa, regnum);
5489 gdb_assert (reg != NULL);
5491 /* If this register might be in the 'g' packet, try that first -
5492 we are likely to read more than one register. If this is the
5493 first 'g' packet, we might be overly optimistic about its
5494 contents, so fall back to 'p'. */
5495 if (reg->in_g_packet)
5497 fetch_registers_using_g (regcache);
5498 if (reg->in_g_packet)
5502 if (fetch_register_using_p (regcache, reg))
5505 /* This register is not available. */
5506 regcache_raw_supply (regcache, reg->regnum, NULL);
5511 fetch_registers_using_g (regcache);
5513 for (i = 0; i < gdbarch_num_regs (get_regcache_arch (regcache)); i++)
5514 if (!rsa->regs[i].in_g_packet)
5515 if (!fetch_register_using_p (regcache, &rsa->regs[i]))
5517 /* This register is not available. */
5518 regcache_raw_supply (regcache, i, NULL);
5522 /* Prepare to store registers. Since we may send them all (using a
5523 'G' request), we have to read out the ones we don't want to change
5527 remote_prepare_to_store (struct regcache *regcache)
5529 struct remote_arch_state *rsa = get_remote_arch_state ();
5531 gdb_byte buf[MAX_REGISTER_SIZE];
5533 /* Make sure the entire registers array is valid. */
5534 switch (remote_protocol_packets[PACKET_P].support)
5536 case PACKET_DISABLE:
5537 case PACKET_SUPPORT_UNKNOWN:
5538 /* Make sure all the necessary registers are cached. */
5539 for (i = 0; i < gdbarch_num_regs (get_regcache_arch (regcache)); i++)
5540 if (rsa->regs[i].in_g_packet)
5541 regcache_raw_read (regcache, rsa->regs[i].regnum, buf);
5548 /* Helper: Attempt to store REGNUM using the P packet. Return fail IFF
5549 packet was not recognized. */
5552 store_register_using_P (const struct regcache *regcache,
5553 struct packet_reg *reg)
5555 struct gdbarch *gdbarch = get_regcache_arch (regcache);
5556 struct remote_state *rs = get_remote_state ();
5557 /* Try storing a single register. */
5558 char *buf = rs->buf;
5559 gdb_byte regp[MAX_REGISTER_SIZE];
5562 if (remote_protocol_packets[PACKET_P].support == PACKET_DISABLE)
5565 if (reg->pnum == -1)
5568 xsnprintf (buf, get_remote_packet_size (), "P%s=", phex_nz (reg->pnum, 0));
5569 p = buf + strlen (buf);
5570 regcache_raw_collect (regcache, reg->regnum, regp);
5571 bin2hex (regp, p, register_size (gdbarch, reg->regnum));
5573 getpkt (&rs->buf, &rs->buf_size, 0);
5575 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_P]))
5580 error (_("Could not write register \"%s\"; remote failure reply '%s'"),
5581 gdbarch_register_name (gdbarch, reg->regnum), rs->buf);
5582 case PACKET_UNKNOWN:
5585 internal_error (__FILE__, __LINE__, _("Bad result from packet_ok"));
5589 /* Store register REGNUM, or all registers if REGNUM == -1, from the
5590 contents of the register cache buffer. FIXME: ignores errors. */
5593 store_registers_using_G (const struct regcache *regcache)
5595 struct remote_state *rs = get_remote_state ();
5596 struct remote_arch_state *rsa = get_remote_arch_state ();
5600 /* Extract all the registers in the regcache copying them into a
5604 regs = alloca (rsa->sizeof_g_packet);
5605 memset (regs, 0, rsa->sizeof_g_packet);
5606 for (i = 0; i < gdbarch_num_regs (get_regcache_arch (regcache)); i++)
5608 struct packet_reg *r = &rsa->regs[i];
5610 regcache_raw_collect (regcache, r->regnum, regs + r->offset);
5614 /* Command describes registers byte by byte,
5615 each byte encoded as two hex characters. */
5618 /* remote_prepare_to_store insures that rsa->sizeof_g_packet gets
5620 bin2hex (regs, p, rsa->sizeof_g_packet);
5622 getpkt (&rs->buf, &rs->buf_size, 0);
5623 if (packet_check_result (rs->buf) == PACKET_ERROR)
5624 error (_("Could not write registers; remote failure reply '%s'"),
5628 /* Store register REGNUM, or all registers if REGNUM == -1, from the contents
5629 of the register cache buffer. FIXME: ignores errors. */
5632 remote_store_registers (struct target_ops *ops,
5633 struct regcache *regcache, int regnum)
5635 struct remote_arch_state *rsa = get_remote_arch_state ();
5638 set_general_thread (inferior_ptid);
5642 struct packet_reg *reg = packet_reg_from_regnum (rsa, regnum);
5643 gdb_assert (reg != NULL);
5645 /* Always prefer to store registers using the 'P' packet if
5646 possible; we often change only a small number of registers.
5647 Sometimes we change a larger number; we'd need help from a
5648 higher layer to know to use 'G'. */
5649 if (store_register_using_P (regcache, reg))
5652 /* For now, don't complain if we have no way to write the
5653 register. GDB loses track of unavailable registers too
5654 easily. Some day, this may be an error. We don't have
5655 any way to read the register, either... */
5656 if (!reg->in_g_packet)
5659 store_registers_using_G (regcache);
5663 store_registers_using_G (regcache);
5665 for (i = 0; i < gdbarch_num_regs (get_regcache_arch (regcache)); i++)
5666 if (!rsa->regs[i].in_g_packet)
5667 if (!store_register_using_P (regcache, &rsa->regs[i]))
5668 /* See above for why we do not issue an error here. */
5673 /* Return the number of hex digits in num. */
5676 hexnumlen (ULONGEST num)
5680 for (i = 0; num != 0; i++)
5686 /* Set BUF to the minimum number of hex digits representing NUM. */
5689 hexnumstr (char *buf, ULONGEST num)
5691 int len = hexnumlen (num);
5692 return hexnumnstr (buf, num, len);
5696 /* Set BUF to the hex digits representing NUM, padded to WIDTH characters. */
5699 hexnumnstr (char *buf, ULONGEST num, int width)
5705 for (i = width - 1; i >= 0; i--)
5707 buf[i] = "0123456789abcdef"[(num & 0xf)];
5714 /* Mask all but the least significant REMOTE_ADDRESS_SIZE bits. */
5717 remote_address_masked (CORE_ADDR addr)
5719 int address_size = remote_address_size;
5720 /* If "remoteaddresssize" was not set, default to target address size. */
5722 address_size = gdbarch_addr_bit (target_gdbarch);
5724 if (address_size > 0
5725 && address_size < (sizeof (ULONGEST) * 8))
5727 /* Only create a mask when that mask can safely be constructed
5728 in a ULONGEST variable. */
5730 mask = (mask << address_size) - 1;
5736 /* Convert BUFFER, binary data at least LEN bytes long, into escaped
5737 binary data in OUT_BUF. Set *OUT_LEN to the length of the data
5738 encoded in OUT_BUF, and return the number of bytes in OUT_BUF
5739 (which may be more than *OUT_LEN due to escape characters). The
5740 total number of bytes in the output buffer will be at most
5744 remote_escape_output (const gdb_byte *buffer, int len,
5745 gdb_byte *out_buf, int *out_len,
5748 int input_index, output_index;
5751 for (input_index = 0; input_index < len; input_index++)
5753 gdb_byte b = buffer[input_index];
5755 if (b == '$' || b == '#' || b == '}')
5757 /* These must be escaped. */
5758 if (output_index + 2 > out_maxlen)
5760 out_buf[output_index++] = '}';
5761 out_buf[output_index++] = b ^ 0x20;
5765 if (output_index + 1 > out_maxlen)
5767 out_buf[output_index++] = b;
5771 *out_len = input_index;
5772 return output_index;
5775 /* Convert BUFFER, escaped data LEN bytes long, into binary data
5776 in OUT_BUF. Return the number of bytes written to OUT_BUF.
5777 Raise an error if the total number of bytes exceeds OUT_MAXLEN.
5779 This function reverses remote_escape_output. It allows more
5780 escaped characters than that function does, in particular because
5781 '*' must be escaped to avoid the run-length encoding processing
5782 in reading packets. */
5785 remote_unescape_input (const gdb_byte *buffer, int len,
5786 gdb_byte *out_buf, int out_maxlen)
5788 int input_index, output_index;
5793 for (input_index = 0; input_index < len; input_index++)
5795 gdb_byte b = buffer[input_index];
5797 if (output_index + 1 > out_maxlen)
5799 warning (_("Received too much data from remote target;"
5800 " ignoring overflow."));
5801 return output_index;
5806 out_buf[output_index++] = b ^ 0x20;
5812 out_buf[output_index++] = b;
5816 error (_("Unmatched escape character in target response."));
5818 return output_index;
5821 /* Determine whether the remote target supports binary downloading.
5822 This is accomplished by sending a no-op memory write of zero length
5823 to the target at the specified address. It does not suffice to send
5824 the whole packet, since many stubs strip the eighth bit and
5825 subsequently compute a wrong checksum, which causes real havoc with
5828 NOTE: This can still lose if the serial line is not eight-bit
5829 clean. In cases like this, the user should clear "remote
5833 check_binary_download (CORE_ADDR addr)
5835 struct remote_state *rs = get_remote_state ();
5837 switch (remote_protocol_packets[PACKET_X].support)
5839 case PACKET_DISABLE:
5843 case PACKET_SUPPORT_UNKNOWN:
5849 p += hexnumstr (p, (ULONGEST) addr);
5851 p += hexnumstr (p, (ULONGEST) 0);
5855 putpkt_binary (rs->buf, (int) (p - rs->buf));
5856 getpkt (&rs->buf, &rs->buf_size, 0);
5858 if (rs->buf[0] == '\0')
5861 fprintf_unfiltered (gdb_stdlog,
5862 "binary downloading NOT suppported by target\n");
5863 remote_protocol_packets[PACKET_X].support = PACKET_DISABLE;
5868 fprintf_unfiltered (gdb_stdlog,
5869 "binary downloading suppported by target\n");
5870 remote_protocol_packets[PACKET_X].support = PACKET_ENABLE;
5877 /* Write memory data directly to the remote machine.
5878 This does not inform the data cache; the data cache uses this.
5879 HEADER is the starting part of the packet.
5880 MEMADDR is the address in the remote memory space.
5881 MYADDR is the address of the buffer in our space.
5882 LEN is the number of bytes.
5883 PACKET_FORMAT should be either 'X' or 'M', and indicates if we
5884 should send data as binary ('X'), or hex-encoded ('M').
5886 The function creates packet of the form
5887 <HEADER><ADDRESS>,<LENGTH>:<DATA>
5889 where encoding of <DATA> is termined by PACKET_FORMAT.
5891 If USE_LENGTH is 0, then the <LENGTH> field and the preceding comma
5894 Returns the number of bytes transferred, or 0 (setting errno) for
5895 error. Only transfer a single packet. */
5898 remote_write_bytes_aux (const char *header, CORE_ADDR memaddr,
5899 const gdb_byte *myaddr, int len,
5900 char packet_format, int use_length)
5902 struct remote_state *rs = get_remote_state ();
5912 if (packet_format != 'X' && packet_format != 'M')
5913 internal_error (__FILE__, __LINE__,
5914 "remote_write_bytes_aux: bad packet format");
5919 payload_size = get_memory_write_packet_size ();
5921 /* The packet buffer will be large enough for the payload;
5922 get_memory_packet_size ensures this. */
5925 /* Compute the size of the actual payload by subtracting out the
5926 packet header and footer overhead: "$M<memaddr>,<len>:...#nn".
5928 payload_size -= strlen ("$,:#NN");
5930 /* The comma won't be used. */
5932 header_length = strlen (header);
5933 payload_size -= header_length;
5934 payload_size -= hexnumlen (memaddr);
5936 /* Construct the packet excluding the data: "<header><memaddr>,<len>:". */
5938 strcat (rs->buf, header);
5939 p = rs->buf + strlen (header);
5941 /* Compute a best guess of the number of bytes actually transfered. */
5942 if (packet_format == 'X')
5944 /* Best guess at number of bytes that will fit. */
5945 todo = min (len, payload_size);
5947 payload_size -= hexnumlen (todo);
5948 todo = min (todo, payload_size);
5952 /* Num bytes that will fit. */
5953 todo = min (len, payload_size / 2);
5955 payload_size -= hexnumlen (todo);
5956 todo = min (todo, payload_size / 2);
5960 internal_error (__FILE__, __LINE__,
5961 _("minumum packet size too small to write data"));
5963 /* If we already need another packet, then try to align the end
5964 of this packet to a useful boundary. */
5965 if (todo > 2 * REMOTE_ALIGN_WRITES && todo < len)
5966 todo = ((memaddr + todo) & ~(REMOTE_ALIGN_WRITES - 1)) - memaddr;
5968 /* Append "<memaddr>". */
5969 memaddr = remote_address_masked (memaddr);
5970 p += hexnumstr (p, (ULONGEST) memaddr);
5977 /* Append <len>. Retain the location/size of <len>. It may need to
5978 be adjusted once the packet body has been created. */
5980 plenlen = hexnumstr (p, (ULONGEST) todo);
5988 /* Append the packet body. */
5989 if (packet_format == 'X')
5991 /* Binary mode. Send target system values byte by byte, in
5992 increasing byte addresses. Only escape certain critical
5994 payload_length = remote_escape_output (myaddr, todo, p, &nr_bytes,
5997 /* If not all TODO bytes fit, then we'll need another packet. Make
5998 a second try to keep the end of the packet aligned. Don't do
5999 this if the packet is tiny. */
6000 if (nr_bytes < todo && nr_bytes > 2 * REMOTE_ALIGN_WRITES)
6004 new_nr_bytes = (((memaddr + nr_bytes) & ~(REMOTE_ALIGN_WRITES - 1))
6006 if (new_nr_bytes != nr_bytes)
6007 payload_length = remote_escape_output (myaddr, new_nr_bytes,
6012 p += payload_length;
6013 if (use_length && nr_bytes < todo)
6015 /* Escape chars have filled up the buffer prematurely,
6016 and we have actually sent fewer bytes than planned.
6017 Fix-up the length field of the packet. Use the same
6018 number of characters as before. */
6019 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen);
6020 *plen = ':'; /* overwrite \0 from hexnumnstr() */
6025 /* Normal mode: Send target system values byte by byte, in
6026 increasing byte addresses. Each byte is encoded as a two hex
6028 nr_bytes = bin2hex (myaddr, p, todo);
6032 putpkt_binary (rs->buf, (int) (p - rs->buf));
6033 getpkt (&rs->buf, &rs->buf_size, 0);
6035 if (rs->buf[0] == 'E')
6037 /* There is no correspondance between what the remote protocol
6038 uses for errors and errno codes. We would like a cleaner way
6039 of representing errors (big enough to include errno codes,
6040 bfd_error codes, and others). But for now just return EIO. */
6045 /* Return NR_BYTES, not TODO, in case escape chars caused us to send
6046 fewer bytes than we'd planned. */
6050 /* Write memory data directly to the remote machine.
6051 This does not inform the data cache; the data cache uses this.
6052 MEMADDR is the address in the remote memory space.
6053 MYADDR is the address of the buffer in our space.
6054 LEN is the number of bytes.
6056 Returns number of bytes transferred, or 0 (setting errno) for
6057 error. Only transfer a single packet. */
6060 remote_write_bytes (CORE_ADDR memaddr, const gdb_byte *myaddr, int len)
6062 char *packet_format = 0;
6064 /* Check whether the target supports binary download. */
6065 check_binary_download (memaddr);
6067 switch (remote_protocol_packets[PACKET_X].support)
6070 packet_format = "X";
6072 case PACKET_DISABLE:
6073 packet_format = "M";
6075 case PACKET_SUPPORT_UNKNOWN:
6076 internal_error (__FILE__, __LINE__,
6077 _("remote_write_bytes: bad internal state"));
6079 internal_error (__FILE__, __LINE__, _("bad switch"));
6082 return remote_write_bytes_aux (packet_format,
6083 memaddr, myaddr, len, packet_format[0], 1);
6086 /* Read memory data directly from the remote machine.
6087 This does not use the data cache; the data cache uses this.
6088 MEMADDR is the address in the remote memory space.
6089 MYADDR is the address of the buffer in our space.
6090 LEN is the number of bytes.
6092 Returns number of bytes transferred, or 0 for error. */
6094 /* NOTE: cagney/1999-10-18: This function (and its siblings in other
6095 remote targets) shouldn't attempt to read the entire buffer.
6096 Instead it should read a single packet worth of data and then
6097 return the byte size of that packet to the caller. The caller (its
6098 caller and its callers caller ;-) already contains code for
6099 handling partial reads. */
6102 remote_read_bytes (CORE_ADDR memaddr, gdb_byte *myaddr, int len)
6104 struct remote_state *rs = get_remote_state ();
6105 int max_buf_size; /* Max size of packet output buffer. */
6111 max_buf_size = get_memory_read_packet_size ();
6112 /* The packet buffer will be large enough for the payload;
6113 get_memory_packet_size ensures this. */
6122 todo = min (len, max_buf_size / 2); /* num bytes that will fit */
6124 /* construct "m"<memaddr>","<len>" */
6125 /* sprintf (rs->buf, "m%lx,%x", (unsigned long) memaddr, todo); */
6126 memaddr = remote_address_masked (memaddr);
6129 p += hexnumstr (p, (ULONGEST) memaddr);
6131 p += hexnumstr (p, (ULONGEST) todo);
6135 getpkt (&rs->buf, &rs->buf_size, 0);
6137 if (rs->buf[0] == 'E'
6138 && isxdigit (rs->buf[1]) && isxdigit (rs->buf[2])
6139 && rs->buf[3] == '\0')
6141 /* There is no correspondance between what the remote
6142 protocol uses for errors and errno codes. We would like
6143 a cleaner way of representing errors (big enough to
6144 include errno codes, bfd_error codes, and others). But
6145 for now just return EIO. */
6150 /* Reply describes memory byte by byte,
6151 each byte encoded as two hex characters. */
6154 if ((i = hex2bin (p, myaddr, todo)) < todo)
6156 /* Reply is short. This means that we were able to read
6157 only part of what we wanted to. */
6158 return i + (origlen - len);
6168 /* Remote notification handler. */
6171 handle_notification (char *buf, size_t length)
6173 if (strncmp (buf, "Stop:", 5) == 0)
6175 if (pending_stop_reply)
6177 /* We've already parsed the in-flight stop-reply, but the
6178 stub for some reason thought we didn't, possibly due to
6179 timeout on its side. Just ignore it. */
6181 fprintf_unfiltered (gdb_stdlog, "ignoring resent notification\n");
6185 struct cleanup *old_chain;
6186 struct stop_reply *reply = stop_reply_xmalloc ();
6187 old_chain = make_cleanup (do_stop_reply_xfree, reply);
6189 remote_parse_stop_reply (buf + 5, reply);
6191 discard_cleanups (old_chain);
6193 /* Be careful to only set it after parsing, since an error
6194 may be thrown then. */
6195 pending_stop_reply = reply;
6197 /* Notify the event loop there's a stop reply to acknowledge
6198 and that there may be more events to fetch. */
6199 mark_async_event_handler (remote_async_get_pending_events_token);
6202 fprintf_unfiltered (gdb_stdlog, "stop notification captured\n");
6206 /* We ignore notifications we don't recognize, for compatibility
6207 with newer stubs. */
6212 /* Read or write LEN bytes from inferior memory at MEMADDR,
6213 transferring to or from debugger address BUFFER. Write to inferior
6214 if SHOULD_WRITE is nonzero. Returns length of data written or
6215 read; 0 for error. TARGET is unused. */
6218 remote_xfer_memory (CORE_ADDR mem_addr, gdb_byte *buffer, int mem_len,
6219 int should_write, struct mem_attrib *attrib,
6220 struct target_ops *target)
6224 set_general_thread (inferior_ptid);
6227 res = remote_write_bytes (mem_addr, buffer, mem_len);
6229 res = remote_read_bytes (mem_addr, buffer, mem_len);
6234 /* Sends a packet with content determined by the printf format string
6235 FORMAT and the remaining arguments, then gets the reply. Returns
6236 whether the packet was a success, a failure, or unknown. */
6238 static enum packet_result
6239 remote_send_printf (const char *format, ...)
6241 struct remote_state *rs = get_remote_state ();
6242 int max_size = get_remote_packet_size ();
6245 va_start (ap, format);
6248 if (vsnprintf (rs->buf, max_size, format, ap) >= max_size)
6249 internal_error (__FILE__, __LINE__, "Too long remote packet.");
6251 if (putpkt (rs->buf) < 0)
6252 error (_("Communication problem with target."));
6255 getpkt (&rs->buf, &rs->buf_size, 0);
6257 return packet_check_result (rs->buf);
6261 restore_remote_timeout (void *p)
6263 int value = *(int *)p;
6264 remote_timeout = value;
6267 /* Flash writing can take quite some time. We'll set
6268 effectively infinite timeout for flash operations.
6269 In future, we'll need to decide on a better approach. */
6270 static const int remote_flash_timeout = 1000;
6273 remote_flash_erase (struct target_ops *ops,
6274 ULONGEST address, LONGEST length)
6276 int addr_size = gdbarch_addr_bit (target_gdbarch) / 8;
6277 int saved_remote_timeout = remote_timeout;
6278 enum packet_result ret;
6280 struct cleanup *back_to = make_cleanup (restore_remote_timeout,
6281 &saved_remote_timeout);
6282 remote_timeout = remote_flash_timeout;
6284 ret = remote_send_printf ("vFlashErase:%s,%s",
6285 phex (address, addr_size),
6289 case PACKET_UNKNOWN:
6290 error (_("Remote target does not support flash erase"));
6292 error (_("Error erasing flash with vFlashErase packet"));
6297 do_cleanups (back_to);
6301 remote_flash_write (struct target_ops *ops,
6302 ULONGEST address, LONGEST length,
6303 const gdb_byte *data)
6305 int saved_remote_timeout = remote_timeout;
6307 struct cleanup *back_to = make_cleanup (restore_remote_timeout,
6308 &saved_remote_timeout);
6310 remote_timeout = remote_flash_timeout;
6311 ret = remote_write_bytes_aux ("vFlashWrite:", address, data, length, 'X', 0);
6312 do_cleanups (back_to);
6318 remote_flash_done (struct target_ops *ops)
6320 int saved_remote_timeout = remote_timeout;
6322 struct cleanup *back_to = make_cleanup (restore_remote_timeout,
6323 &saved_remote_timeout);
6325 remote_timeout = remote_flash_timeout;
6326 ret = remote_send_printf ("vFlashDone");
6327 do_cleanups (back_to);
6331 case PACKET_UNKNOWN:
6332 error (_("Remote target does not support vFlashDone"));
6334 error (_("Error finishing flash operation"));
6341 remote_files_info (struct target_ops *ignore)
6343 puts_filtered ("Debugging a target over a serial line.\n");
6346 /* Stuff for dealing with the packets which are part of this protocol.
6347 See comment at top of file for details. */
6349 /* Read a single character from the remote end. */
6352 readchar (int timeout)
6356 ch = serial_readchar (remote_desc, timeout);
6361 switch ((enum serial_rc) ch)
6365 error (_("Remote connection closed"));
6368 perror_with_name (_("Remote communication error"));
6370 case SERIAL_TIMEOUT:
6376 /* Send the command in *BUF to the remote machine, and read the reply
6377 into *BUF. Report an error if we get an error reply. Resize
6378 *BUF using xrealloc if necessary to hold the result, and update
6382 remote_send (char **buf,
6386 getpkt (buf, sizeof_buf, 0);
6388 if ((*buf)[0] == 'E')
6389 error (_("Remote failure reply: %s"), *buf);
6392 /* Return a pointer to an xmalloc'ed string representing an escaped
6393 version of BUF, of len N. E.g. \n is converted to \\n, \t to \\t,
6394 etc. The caller is responsible for releasing the returned
6398 escape_buffer (const char *buf, int n)
6400 struct cleanup *old_chain;
6401 struct ui_file *stb;
6404 stb = mem_fileopen ();
6405 old_chain = make_cleanup_ui_file_delete (stb);
6407 fputstrn_unfiltered (buf, n, 0, stb);
6408 str = ui_file_xstrdup (stb, NULL);
6409 do_cleanups (old_chain);
6413 /* Display a null-terminated packet on stdout, for debugging, using C
6417 print_packet (char *buf)
6419 puts_filtered ("\"");
6420 fputstr_filtered (buf, '"', gdb_stdout);
6421 puts_filtered ("\"");
6427 return putpkt_binary (buf, strlen (buf));
6430 /* Send a packet to the remote machine, with error checking. The data
6431 of the packet is in BUF. The string in BUF can be at most
6432 get_remote_packet_size () - 5 to account for the $, # and checksum,
6433 and for a possible /0 if we are debugging (remote_debug) and want
6434 to print the sent packet as a string. */
6437 putpkt_binary (char *buf, int cnt)
6439 struct remote_state *rs = get_remote_state ();
6441 unsigned char csum = 0;
6442 char *buf2 = alloca (cnt + 6);
6448 /* Catch cases like trying to read memory or listing threads while
6449 we're waiting for a stop reply. The remote server wouldn't be
6450 ready to handle this request, so we'd hang and timeout. We don't
6451 have to worry about this in synchronous mode, because in that
6452 case it's not possible to issue a command while the target is
6453 running. This is not a problem in non-stop mode, because in that
6454 case, the stub is always ready to process serial input. */
6455 if (!non_stop && target_can_async_p () && rs->waiting_for_stop_reply)
6456 error (_("Cannot execute this command while the target is running."));
6458 /* We're sending out a new packet. Make sure we don't look at a
6459 stale cached response. */
6460 rs->cached_wait_status = 0;
6462 /* Copy the packet into buffer BUF2, encapsulating it
6463 and giving it a checksum. */
6468 for (i = 0; i < cnt; i++)
6474 *p++ = tohex ((csum >> 4) & 0xf);
6475 *p++ = tohex (csum & 0xf);
6477 /* Send it over and over until we get a positive ack. */
6481 int started_error_output = 0;
6485 struct cleanup *old_chain;
6489 str = escape_buffer (buf2, p - buf2);
6490 old_chain = make_cleanup (xfree, str);
6491 fprintf_unfiltered (gdb_stdlog, "Sending packet: %s...", str);
6492 gdb_flush (gdb_stdlog);
6493 do_cleanups (old_chain);
6495 if (serial_write (remote_desc, buf2, p - buf2))
6496 perror_with_name (_("putpkt: write failed"));
6498 /* If this is a no acks version of the remote protocol, send the
6499 packet and move on. */
6503 /* Read until either a timeout occurs (-2) or '+' is read.
6504 Handle any notification that arrives in the mean time. */
6507 ch = readchar (remote_timeout);
6515 case SERIAL_TIMEOUT:
6518 if (started_error_output)
6520 putchar_unfiltered ('\n');
6521 started_error_output = 0;
6530 fprintf_unfiltered (gdb_stdlog, "Ack\n");
6534 fprintf_unfiltered (gdb_stdlog, "Nak\n");
6535 case SERIAL_TIMEOUT:
6539 break; /* Retransmit buffer. */
6543 fprintf_unfiltered (gdb_stdlog,
6544 "Packet instead of Ack, ignoring it\n");
6545 /* It's probably an old response sent because an ACK
6546 was lost. Gobble up the packet and ack it so it
6547 doesn't get retransmitted when we resend this
6550 serial_write (remote_desc, "+", 1);
6551 continue; /* Now, go look for +. */
6558 /* If we got a notification, handle it, and go back to looking
6560 /* We've found the start of a notification. Now
6561 collect the data. */
6562 val = read_frame (&rs->buf, &rs->buf_size);
6567 struct cleanup *old_chain;
6570 str = escape_buffer (rs->buf, val);
6571 old_chain = make_cleanup (xfree, str);
6572 fprintf_unfiltered (gdb_stdlog,
6573 " Notification received: %s\n",
6575 do_cleanups (old_chain);
6577 handle_notification (rs->buf, val);
6578 /* We're in sync now, rewait for the ack. */
6585 if (!started_error_output)
6587 started_error_output = 1;
6588 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
6590 fputc_unfiltered (ch & 0177, gdb_stdlog);
6591 fprintf_unfiltered (gdb_stdlog, "%s", rs->buf);
6600 if (!started_error_output)
6602 started_error_output = 1;
6603 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
6605 fputc_unfiltered (ch & 0177, gdb_stdlog);
6609 break; /* Here to retransmit. */
6613 /* This is wrong. If doing a long backtrace, the user should be
6614 able to get out next time we call QUIT, without anything as
6615 violent as interrupt_query. If we want to provide a way out of
6616 here without getting to the next QUIT, it should be based on
6617 hitting ^C twice as in remote_wait. */
6628 /* Come here after finding the start of a frame when we expected an
6629 ack. Do our best to discard the rest of this packet. */
6638 c = readchar (remote_timeout);
6641 case SERIAL_TIMEOUT:
6642 /* Nothing we can do. */
6645 /* Discard the two bytes of checksum and stop. */
6646 c = readchar (remote_timeout);
6648 c = readchar (remote_timeout);
6651 case '*': /* Run length encoding. */
6652 /* Discard the repeat count. */
6653 c = readchar (remote_timeout);
6658 /* A regular character. */
6664 /* Come here after finding the start of the frame. Collect the rest
6665 into *BUF, verifying the checksum, length, and handling run-length
6666 compression. NUL terminate the buffer. If there is not enough room,
6667 expand *BUF using xrealloc.
6669 Returns -1 on error, number of characters in buffer (ignoring the
6670 trailing NULL) on success. (could be extended to return one of the
6671 SERIAL status indications). */
6674 read_frame (char **buf_p,
6681 struct remote_state *rs = get_remote_state ();
6688 c = readchar (remote_timeout);
6691 case SERIAL_TIMEOUT:
6693 fputs_filtered ("Timeout in mid-packet, retrying\n", gdb_stdlog);
6697 fputs_filtered ("Saw new packet start in middle of old one\n",
6699 return -1; /* Start a new packet, count retries. */
6702 unsigned char pktcsum;
6708 check_0 = readchar (remote_timeout);
6710 check_1 = readchar (remote_timeout);
6712 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT)
6715 fputs_filtered ("Timeout in checksum, retrying\n",
6719 else if (check_0 < 0 || check_1 < 0)
6722 fputs_filtered ("Communication error in checksum\n",
6727 /* Don't recompute the checksum; with no ack packets we
6728 don't have any way to indicate a packet retransmission
6733 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1);
6734 if (csum == pktcsum)
6739 struct cleanup *old_chain;
6742 str = escape_buffer (buf, bc);
6743 old_chain = make_cleanup (xfree, str);
6744 fprintf_unfiltered (gdb_stdlog,
6746 Bad checksum, sentsum=0x%x, csum=0x%x, buf=%s\n",
6747 pktcsum, csum, str);
6748 do_cleanups (old_chain);
6750 /* Number of characters in buffer ignoring trailing
6754 case '*': /* Run length encoding. */
6759 c = readchar (remote_timeout);
6761 repeat = c - ' ' + 3; /* Compute repeat count. */
6763 /* The character before ``*'' is repeated. */
6765 if (repeat > 0 && repeat <= 255 && bc > 0)
6767 if (bc + repeat - 1 >= *sizeof_buf - 1)
6769 /* Make some more room in the buffer. */
6770 *sizeof_buf += repeat;
6771 *buf_p = xrealloc (*buf_p, *sizeof_buf);
6775 memset (&buf[bc], buf[bc - 1], repeat);
6781 printf_filtered (_("Invalid run length encoding: %s\n"), buf);
6785 if (bc >= *sizeof_buf - 1)
6787 /* Make some more room in the buffer. */
6789 *buf_p = xrealloc (*buf_p, *sizeof_buf);
6800 /* Read a packet from the remote machine, with error checking, and
6801 store it in *BUF. Resize *BUF using xrealloc if necessary to hold
6802 the result, and update *SIZEOF_BUF. If FOREVER, wait forever
6803 rather than timing out; this is used (in synchronous mode) to wait
6804 for a target that is is executing user code to stop. */
6805 /* FIXME: ezannoni 2000-02-01 this wrapper is necessary so that we
6806 don't have to change all the calls to getpkt to deal with the
6807 return value, because at the moment I don't know what the right
6808 thing to do it for those. */
6816 timed_out = getpkt_sane (buf, sizeof_buf, forever);
6820 /* Read a packet from the remote machine, with error checking, and
6821 store it in *BUF. Resize *BUF using xrealloc if necessary to hold
6822 the result, and update *SIZEOF_BUF. If FOREVER, wait forever
6823 rather than timing out; this is used (in synchronous mode) to wait
6824 for a target that is is executing user code to stop. If FOREVER ==
6825 0, this function is allowed to time out gracefully and return an
6826 indication of this to the caller. Otherwise return the number of
6827 bytes read. If EXPECTING_NOTIF, consider receiving a notification
6828 enough reason to return to the caller. */
6831 getpkt_or_notif_sane_1 (char **buf, long *sizeof_buf, int forever,
6832 int expecting_notif)
6834 struct remote_state *rs = get_remote_state ();
6840 /* We're reading a new response. Make sure we don't look at a
6841 previously cached response. */
6842 rs->cached_wait_status = 0;
6844 strcpy (*buf, "timeout");
6847 timeout = watchdog > 0 ? watchdog : -1;
6848 else if (expecting_notif)
6849 timeout = 0; /* There should already be a char in the buffer. If
6852 timeout = remote_timeout;
6856 /* Process any number of notifications, and then return when
6860 /* If we get a timeout or bad checksm, retry up to MAX_TRIES
6862 for (tries = 1; tries <= MAX_TRIES; tries++)
6864 /* This can loop forever if the remote side sends us
6865 characters continuously, but if it pauses, we'll get
6866 SERIAL_TIMEOUT from readchar because of timeout. Then
6867 we'll count that as a retry.
6869 Note that even when forever is set, we will only wait
6870 forever prior to the start of a packet. After that, we
6871 expect characters to arrive at a brisk pace. They should
6872 show up within remote_timeout intervals. */
6874 c = readchar (timeout);
6875 while (c != SERIAL_TIMEOUT && c != '$' && c != '%');
6877 if (c == SERIAL_TIMEOUT)
6879 if (expecting_notif)
6880 return -1; /* Don't complain, it's normal to not get
6881 anything in this case. */
6883 if (forever) /* Watchdog went off? Kill the target. */
6887 error (_("Watchdog timeout has expired. Target detached."));
6890 fputs_filtered ("Timed out.\n", gdb_stdlog);
6894 /* We've found the start of a packet or notification.
6895 Now collect the data. */
6896 val = read_frame (buf, sizeof_buf);
6901 serial_write (remote_desc, "-", 1);
6904 if (tries > MAX_TRIES)
6906 /* We have tried hard enough, and just can't receive the
6907 packet/notification. Give up. */
6908 printf_unfiltered (_("Ignoring packet error, continuing...\n"));
6910 /* Skip the ack char if we're in no-ack mode. */
6911 if (!rs->noack_mode)
6912 serial_write (remote_desc, "+", 1);
6916 /* If we got an ordinary packet, return that to our caller. */
6921 struct cleanup *old_chain;
6924 str = escape_buffer (*buf, val);
6925 old_chain = make_cleanup (xfree, str);
6926 fprintf_unfiltered (gdb_stdlog, "Packet received: %s\n", str);
6927 do_cleanups (old_chain);
6930 /* Skip the ack char if we're in no-ack mode. */
6931 if (!rs->noack_mode)
6932 serial_write (remote_desc, "+", 1);
6936 /* If we got a notification, handle it, and go back to looking
6940 gdb_assert (c == '%');
6944 struct cleanup *old_chain;
6947 str = escape_buffer (*buf, val);
6948 old_chain = make_cleanup (xfree, str);
6949 fprintf_unfiltered (gdb_stdlog,
6950 " Notification received: %s\n",
6952 do_cleanups (old_chain);
6955 handle_notification (*buf, val);
6957 /* Notifications require no acknowledgement. */
6959 if (expecting_notif)
6966 getpkt_sane (char **buf, long *sizeof_buf, int forever)
6968 return getpkt_or_notif_sane_1 (buf, sizeof_buf, forever, 0);
6972 getpkt_or_notif_sane (char **buf, long *sizeof_buf, int forever)
6974 return getpkt_or_notif_sane_1 (buf, sizeof_buf, forever, 1);
6979 remote_kill (struct target_ops *ops)
6981 /* Use catch_errors so the user can quit from gdb even when we
6982 aren't on speaking terms with the remote system. */
6983 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);
6985 /* Don't wait for it to die. I'm not really sure it matters whether
6986 we do or not. For the existing stubs, kill is a noop. */
6987 target_mourn_inferior ();
6991 remote_vkill (int pid, struct remote_state *rs)
6993 if (remote_protocol_packets[PACKET_vKill].support == PACKET_DISABLE)
6996 /* Tell the remote target to detach. */
6997 sprintf (rs->buf, "vKill;%x", pid);
6999 getpkt (&rs->buf, &rs->buf_size, 0);
7001 if (packet_ok (rs->buf,
7002 &remote_protocol_packets[PACKET_vKill]) == PACKET_OK)
7004 else if (remote_protocol_packets[PACKET_vKill].support == PACKET_DISABLE)
7011 extended_remote_kill (struct target_ops *ops)
7014 int pid = ptid_get_pid (inferior_ptid);
7015 struct remote_state *rs = get_remote_state ();
7017 res = remote_vkill (pid, rs);
7018 if (res == -1 && !remote_multi_process_p (rs))
7020 /* Don't try 'k' on a multi-process aware stub -- it has no way
7021 to specify the pid. */
7025 getpkt (&rs->buf, &rs->buf_size, 0);
7026 if (rs->buf[0] != 'O' || rs->buf[0] != 'K')
7029 /* Don't wait for it to die. I'm not really sure it matters whether
7030 we do or not. For the existing stubs, kill is a noop. */
7036 error (_("Can't kill process"));
7038 target_mourn_inferior ();
7042 remote_mourn (struct target_ops *ops)
7044 remote_mourn_1 (ops);
7047 /* Worker function for remote_mourn. */
7049 remote_mourn_1 (struct target_ops *target)
7051 unpush_target (target);
7053 /* remote_close takes care of doing most of the clean up. */
7054 generic_mourn_inferior ();
7058 extended_remote_mourn_1 (struct target_ops *target)
7060 struct remote_state *rs = get_remote_state ();
7062 /* In case we got here due to an error, but we're going to stay
7064 rs->waiting_for_stop_reply = 0;
7066 /* We're no longer interested in these events. */
7067 discard_pending_stop_replies (ptid_get_pid (inferior_ptid));
7069 /* If the current general thread belonged to the process we just
7070 detached from or has exited, the remote side current general
7071 thread becomes undefined. Considering a case like this:
7073 - We just got here due to a detach.
7074 - The process that we're detaching from happens to immediately
7075 report a global breakpoint being hit in non-stop mode, in the
7076 same thread we had selected before.
7077 - GDB attaches to this process again.
7078 - This event happens to be the next event we handle.
7080 GDB would consider that the current general thread didn't need to
7081 be set on the stub side (with Hg), since for all it knew,
7082 GENERAL_THREAD hadn't changed.
7084 Notice that although in all-stop mode, the remote server always
7085 sets the current thread to the thread reporting the stop event,
7086 that doesn't happen in non-stop mode; in non-stop, the stub *must
7087 not* change the current thread when reporting a breakpoint hit,
7088 due to the decoupling of event reporting and event handling.
7090 To keep things simple, we always invalidate our notion of the
7092 record_currthread (minus_one_ptid);
7094 /* Unlike "target remote", we do not want to unpush the target; then
7095 the next time the user says "run", we won't be connected. */
7097 /* Call common code to mark the inferior as not running. */
7098 generic_mourn_inferior ();
7100 if (!have_inferiors ())
7102 if (!remote_multi_process_p (rs))
7104 /* Check whether the target is running now - some remote stubs
7105 automatically restart after kill. */
7107 getpkt (&rs->buf, &rs->buf_size, 0);
7109 if (rs->buf[0] == 'S' || rs->buf[0] == 'T')
7111 /* Assume that the target has been restarted. Set inferior_ptid
7112 so that bits of core GDB realizes there's something here, e.g.,
7113 so that the user can say "kill" again. */
7114 inferior_ptid = magic_null_ptid;
7121 extended_remote_mourn (struct target_ops *ops)
7123 extended_remote_mourn_1 (ops);
7127 extended_remote_run (char *args)
7129 struct remote_state *rs = get_remote_state ();
7132 /* If the user has disabled vRun support, or we have detected that
7133 support is not available, do not try it. */
7134 if (remote_protocol_packets[PACKET_vRun].support == PACKET_DISABLE)
7137 strcpy (rs->buf, "vRun;");
7138 len = strlen (rs->buf);
7140 if (strlen (remote_exec_file) * 2 + len >= get_remote_packet_size ())
7141 error (_("Remote file name too long for run packet"));
7142 len += 2 * bin2hex ((gdb_byte *) remote_exec_file, rs->buf + len, 0);
7144 gdb_assert (args != NULL);
7147 struct cleanup *back_to;
7151 argv = gdb_buildargv (args);
7152 back_to = make_cleanup ((void (*) (void *)) freeargv, argv);
7153 for (i = 0; argv[i] != NULL; i++)
7155 if (strlen (argv[i]) * 2 + 1 + len >= get_remote_packet_size ())
7156 error (_("Argument list too long for run packet"));
7157 rs->buf[len++] = ';';
7158 len += 2 * bin2hex ((gdb_byte *) argv[i], rs->buf + len, 0);
7160 do_cleanups (back_to);
7163 rs->buf[len++] = '\0';
7166 getpkt (&rs->buf, &rs->buf_size, 0);
7168 if (packet_ok (rs->buf, &remote_protocol_packets[PACKET_vRun]) == PACKET_OK)
7170 /* We have a wait response; we don't need it, though. All is well. */
7173 else if (remote_protocol_packets[PACKET_vRun].support == PACKET_DISABLE)
7174 /* It wasn't disabled before, but it is now. */
7178 if (remote_exec_file[0] == '\0')
7179 error (_("Running the default executable on the remote target failed; "
7180 "try \"set remote exec-file\"?"));
7182 error (_("Running \"%s\" on the remote target failed"),
7187 /* In the extended protocol we want to be able to do things like
7188 "run" and have them basically work as expected. So we need
7189 a special create_inferior function. We support changing the
7190 executable file and the command line arguments, but not the
7194 extended_remote_create_inferior_1 (char *exec_file, char *args,
7195 char **env, int from_tty)
7197 /* If running asynchronously, register the target file descriptor
7198 with the event loop. */
7199 if (target_can_async_p ())
7200 target_async (inferior_event_handler, 0);
7202 /* Now restart the remote server. */
7203 if (extended_remote_run (args) == -1)
7205 /* vRun was not supported. Fail if we need it to do what the
7207 if (remote_exec_file[0])
7208 error (_("Remote target does not support \"set remote exec-file\""));
7210 error (_("Remote target does not support \"set args\" or run <ARGS>"));
7212 /* Fall back to "R". */
7213 extended_remote_restart ();
7216 if (!have_inferiors ())
7218 /* Clean up from the last time we ran, before we mark the target
7219 running again. This will mark breakpoints uninserted, and
7220 get_offsets may insert breakpoints. */
7221 init_thread_list ();
7222 init_wait_for_inferior ();
7225 /* Now mark the inferior as running before we do anything else. */
7226 inferior_ptid = magic_null_ptid;
7228 /* Now, if we have thread information, update inferior_ptid. */
7229 inferior_ptid = remote_current_thread (inferior_ptid);
7231 remote_add_inferior (ptid_get_pid (inferior_ptid), 0);
7232 add_thread_silent (inferior_ptid);
7234 /* Get updated offsets, if the stub uses qOffsets. */
7239 extended_remote_create_inferior (struct target_ops *ops,
7240 char *exec_file, char *args,
7241 char **env, int from_tty)
7243 extended_remote_create_inferior_1 (exec_file, args, env, from_tty);
7247 /* Insert a breakpoint. On targets that have software breakpoint
7248 support, we ask the remote target to do the work; on targets
7249 which don't, we insert a traditional memory breakpoint. */
7252 remote_insert_breakpoint (struct gdbarch *gdbarch,
7253 struct bp_target_info *bp_tgt)
7255 /* Try the "Z" s/w breakpoint packet if it is not already disabled.
7256 If it succeeds, then set the support to PACKET_ENABLE. If it
7257 fails, and the user has explicitly requested the Z support then
7258 report an error, otherwise, mark it disabled and go on. */
7260 if (remote_protocol_packets[PACKET_Z0].support != PACKET_DISABLE)
7262 CORE_ADDR addr = bp_tgt->placed_address;
7263 struct remote_state *rs;
7267 gdbarch_remote_breakpoint_from_pc (gdbarch, &addr, &bpsize);
7269 rs = get_remote_state ();
7275 addr = (ULONGEST) remote_address_masked (addr);
7276 p += hexnumstr (p, addr);
7277 sprintf (p, ",%d", bpsize);
7280 getpkt (&rs->buf, &rs->buf_size, 0);
7282 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0]))
7287 bp_tgt->placed_address = addr;
7288 bp_tgt->placed_size = bpsize;
7290 case PACKET_UNKNOWN:
7295 return memory_insert_breakpoint (gdbarch, bp_tgt);
7299 remote_remove_breakpoint (struct gdbarch *gdbarch,
7300 struct bp_target_info *bp_tgt)
7302 CORE_ADDR addr = bp_tgt->placed_address;
7303 struct remote_state *rs = get_remote_state ();
7305 if (remote_protocol_packets[PACKET_Z0].support != PACKET_DISABLE)
7313 addr = (ULONGEST) remote_address_masked (bp_tgt->placed_address);
7314 p += hexnumstr (p, addr);
7315 sprintf (p, ",%d", bp_tgt->placed_size);
7318 getpkt (&rs->buf, &rs->buf_size, 0);
7320 return (rs->buf[0] == 'E');
7323 return memory_remove_breakpoint (gdbarch, bp_tgt);
7327 watchpoint_to_Z_packet (int type)
7332 return Z_PACKET_WRITE_WP;
7335 return Z_PACKET_READ_WP;
7338 return Z_PACKET_ACCESS_WP;
7341 internal_error (__FILE__, __LINE__,
7342 _("hw_bp_to_z: bad watchpoint type %d"), type);
7347 remote_insert_watchpoint (CORE_ADDR addr, int len, int type)
7349 struct remote_state *rs = get_remote_state ();
7351 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
7353 if (remote_protocol_packets[PACKET_Z0 + packet].support == PACKET_DISABLE)
7356 sprintf (rs->buf, "Z%x,", packet);
7357 p = strchr (rs->buf, '\0');
7358 addr = remote_address_masked (addr);
7359 p += hexnumstr (p, (ULONGEST) addr);
7360 sprintf (p, ",%x", len);
7363 getpkt (&rs->buf, &rs->buf_size, 0);
7365 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0 + packet]))
7369 case PACKET_UNKNOWN:
7374 internal_error (__FILE__, __LINE__,
7375 _("remote_insert_watchpoint: reached end of function"));
7380 remote_remove_watchpoint (CORE_ADDR addr, int len, int type)
7382 struct remote_state *rs = get_remote_state ();
7384 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
7386 if (remote_protocol_packets[PACKET_Z0 + packet].support == PACKET_DISABLE)
7389 sprintf (rs->buf, "z%x,", packet);
7390 p = strchr (rs->buf, '\0');
7391 addr = remote_address_masked (addr);
7392 p += hexnumstr (p, (ULONGEST) addr);
7393 sprintf (p, ",%x", len);
7395 getpkt (&rs->buf, &rs->buf_size, 0);
7397 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0 + packet]))
7400 case PACKET_UNKNOWN:
7405 internal_error (__FILE__, __LINE__,
7406 _("remote_remove_watchpoint: reached end of function"));
7410 int remote_hw_watchpoint_limit = -1;
7411 int remote_hw_breakpoint_limit = -1;
7414 remote_check_watch_resources (int type, int cnt, int ot)
7416 if (type == bp_hardware_breakpoint)
7418 if (remote_hw_breakpoint_limit == 0)
7420 else if (remote_hw_breakpoint_limit < 0)
7422 else if (cnt <= remote_hw_breakpoint_limit)
7427 if (remote_hw_watchpoint_limit == 0)
7429 else if (remote_hw_watchpoint_limit < 0)
7433 else if (cnt <= remote_hw_watchpoint_limit)
7440 remote_stopped_by_watchpoint (void)
7442 return remote_stopped_by_watchpoint_p;
7446 remote_stopped_data_address (struct target_ops *target, CORE_ADDR *addr_p)
7449 if (remote_stopped_by_watchpoint ())
7451 *addr_p = remote_watch_data_address;
7460 remote_insert_hw_breakpoint (struct gdbarch *gdbarch,
7461 struct bp_target_info *bp_tgt)
7464 struct remote_state *rs;
7467 /* The length field should be set to the size of a breakpoint
7468 instruction, even though we aren't inserting one ourselves. */
7470 gdbarch_remote_breakpoint_from_pc
7471 (gdbarch, &bp_tgt->placed_address, &bp_tgt->placed_size);
7473 if (remote_protocol_packets[PACKET_Z1].support == PACKET_DISABLE)
7476 rs = get_remote_state ();
7483 addr = remote_address_masked (bp_tgt->placed_address);
7484 p += hexnumstr (p, (ULONGEST) addr);
7485 sprintf (p, ",%x", bp_tgt->placed_size);
7488 getpkt (&rs->buf, &rs->buf_size, 0);
7490 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z1]))
7493 case PACKET_UNKNOWN:
7498 internal_error (__FILE__, __LINE__,
7499 _("remote_insert_hw_breakpoint: reached end of function"));
7504 remote_remove_hw_breakpoint (struct gdbarch *gdbarch,
7505 struct bp_target_info *bp_tgt)
7508 struct remote_state *rs = get_remote_state ();
7511 if (remote_protocol_packets[PACKET_Z1].support == PACKET_DISABLE)
7518 addr = remote_address_masked (bp_tgt->placed_address);
7519 p += hexnumstr (p, (ULONGEST) addr);
7520 sprintf (p, ",%x", bp_tgt->placed_size);
7523 getpkt (&rs->buf, &rs->buf_size, 0);
7525 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z1]))
7528 case PACKET_UNKNOWN:
7533 internal_error (__FILE__, __LINE__,
7534 _("remote_remove_hw_breakpoint: reached end of function"));
7537 /* Table used by the crc32 function to calcuate the checksum. */
7539 static unsigned long crc32_table[256] =
7542 static unsigned long
7543 crc32 (const unsigned char *buf, int len, unsigned int crc)
7545 if (!crc32_table[1])
7547 /* Initialize the CRC table and the decoding table. */
7551 for (i = 0; i < 256; i++)
7553 for (c = i << 24, j = 8; j > 0; --j)
7554 c = c & 0x80000000 ? (c << 1) ^ 0x04c11db7 : (c << 1);
7561 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
7567 /* Verify memory using the "qCRC:" request. */
7570 remote_verify_memory (struct target_ops *ops,
7571 const gdb_byte *data, CORE_ADDR lma, ULONGEST size)
7573 struct remote_state *rs = get_remote_state ();
7574 unsigned long host_crc, target_crc;
7577 /* FIXME: assumes lma can fit into long. */
7578 xsnprintf (rs->buf, get_remote_packet_size (), "qCRC:%lx,%lx",
7579 (long) lma, (long) size);
7582 /* Be clever; compute the host_crc before waiting for target
7584 host_crc = crc32 (data, size, 0xffffffff);
7586 getpkt (&rs->buf, &rs->buf_size, 0);
7587 if (rs->buf[0] == 'E')
7590 if (rs->buf[0] != 'C')
7591 error (_("remote target does not support this operation"));
7593 for (target_crc = 0, tmp = &rs->buf[1]; *tmp; tmp++)
7594 target_crc = target_crc * 16 + fromhex (*tmp);
7596 return (host_crc == target_crc);
7599 /* compare-sections command
7601 With no arguments, compares each loadable section in the exec bfd
7602 with the same memory range on the target, and reports mismatches.
7603 Useful for verifying the image on the target against the exec file. */
7606 compare_sections_command (char *args, int from_tty)
7609 struct cleanup *old_chain;
7611 const char *sectname;
7619 error (_("command cannot be used without an exec file"));
7621 for (s = exec_bfd->sections; s; s = s->next)
7623 if (!(s->flags & SEC_LOAD))
7624 continue; /* skip non-loadable section */
7626 size = bfd_get_section_size (s);
7628 continue; /* skip zero-length section */
7630 sectname = bfd_get_section_name (exec_bfd, s);
7631 if (args && strcmp (args, sectname) != 0)
7632 continue; /* not the section selected by user */
7634 matched = 1; /* do this section */
7637 sectdata = xmalloc (size);
7638 old_chain = make_cleanup (xfree, sectdata);
7639 bfd_get_section_contents (exec_bfd, s, sectdata, 0, size);
7641 res = target_verify_memory (sectdata, lma, size);
7644 error (_("target memory fault, section %s, range %s -- %s"), sectname,
7645 paddress (target_gdbarch, lma),
7646 paddress (target_gdbarch, lma + size));
7648 printf_filtered ("Section %s, range %s -- %s: ", sectname,
7649 paddress (target_gdbarch, lma),
7650 paddress (target_gdbarch, lma + size));
7652 printf_filtered ("matched.\n");
7655 printf_filtered ("MIS-MATCHED!\n");
7659 do_cleanups (old_chain);
7662 warning (_("One or more sections of the remote executable does not match\n\
7663 the loaded file\n"));
7664 if (args && !matched)
7665 printf_filtered (_("No loaded section named '%s'.\n"), args);
7668 /* Write LEN bytes from WRITEBUF into OBJECT_NAME/ANNEX at OFFSET
7669 into remote target. The number of bytes written to the remote
7670 target is returned, or -1 for error. */
7673 remote_write_qxfer (struct target_ops *ops, const char *object_name,
7674 const char *annex, const gdb_byte *writebuf,
7675 ULONGEST offset, LONGEST len,
7676 struct packet_config *packet)
7680 struct remote_state *rs = get_remote_state ();
7681 int max_size = get_memory_write_packet_size ();
7683 if (packet->support == PACKET_DISABLE)
7686 /* Insert header. */
7687 i = snprintf (rs->buf, max_size,
7688 "qXfer:%s:write:%s:%s:",
7689 object_name, annex ? annex : "",
7690 phex_nz (offset, sizeof offset));
7691 max_size -= (i + 1);
7693 /* Escape as much data as fits into rs->buf. */
7694 buf_len = remote_escape_output
7695 (writebuf, len, (rs->buf + i), &max_size, max_size);
7697 if (putpkt_binary (rs->buf, i + buf_len) < 0
7698 || getpkt_sane (&rs->buf, &rs->buf_size, 0) < 0
7699 || packet_ok (rs->buf, packet) != PACKET_OK)
7702 unpack_varlen_hex (rs->buf, &n);
7706 /* Read OBJECT_NAME/ANNEX from the remote target using a qXfer packet.
7707 Data at OFFSET, of up to LEN bytes, is read into READBUF; the
7708 number of bytes read is returned, or 0 for EOF, or -1 for error.
7709 The number of bytes read may be less than LEN without indicating an
7710 EOF. PACKET is checked and updated to indicate whether the remote
7711 target supports this object. */
7714 remote_read_qxfer (struct target_ops *ops, const char *object_name,
7716 gdb_byte *readbuf, ULONGEST offset, LONGEST len,
7717 struct packet_config *packet)
7719 static char *finished_object;
7720 static char *finished_annex;
7721 static ULONGEST finished_offset;
7723 struct remote_state *rs = get_remote_state ();
7724 LONGEST i, n, packet_len;
7726 if (packet->support == PACKET_DISABLE)
7729 /* Check whether we've cached an end-of-object packet that matches
7731 if (finished_object)
7733 if (strcmp (object_name, finished_object) == 0
7734 && strcmp (annex ? annex : "", finished_annex) == 0
7735 && offset == finished_offset)
7738 /* Otherwise, we're now reading something different. Discard
7740 xfree (finished_object);
7741 xfree (finished_annex);
7742 finished_object = NULL;
7743 finished_annex = NULL;
7746 /* Request only enough to fit in a single packet. The actual data
7747 may not, since we don't know how much of it will need to be escaped;
7748 the target is free to respond with slightly less data. We subtract
7749 five to account for the response type and the protocol frame. */
7750 n = min (get_remote_packet_size () - 5, len);
7751 snprintf (rs->buf, get_remote_packet_size () - 4, "qXfer:%s:read:%s:%s,%s",
7752 object_name, annex ? annex : "",
7753 phex_nz (offset, sizeof offset),
7754 phex_nz (n, sizeof n));
7755 i = putpkt (rs->buf);
7760 packet_len = getpkt_sane (&rs->buf, &rs->buf_size, 0);
7761 if (packet_len < 0 || packet_ok (rs->buf, packet) != PACKET_OK)
7764 if (rs->buf[0] != 'l' && rs->buf[0] != 'm')
7765 error (_("Unknown remote qXfer reply: %s"), rs->buf);
7767 /* 'm' means there is (or at least might be) more data after this
7768 batch. That does not make sense unless there's at least one byte
7769 of data in this reply. */
7770 if (rs->buf[0] == 'm' && packet_len == 1)
7771 error (_("Remote qXfer reply contained no data."));
7773 /* Got some data. */
7774 i = remote_unescape_input (rs->buf + 1, packet_len - 1, readbuf, n);
7776 /* 'l' is an EOF marker, possibly including a final block of data,
7777 or possibly empty. If we have the final block of a non-empty
7778 object, record this fact to bypass a subsequent partial read. */
7779 if (rs->buf[0] == 'l' && offset + i > 0)
7781 finished_object = xstrdup (object_name);
7782 finished_annex = xstrdup (annex ? annex : "");
7783 finished_offset = offset + i;
7790 remote_xfer_partial (struct target_ops *ops, enum target_object object,
7791 const char *annex, gdb_byte *readbuf,
7792 const gdb_byte *writebuf, ULONGEST offset, LONGEST len)
7794 struct remote_state *rs;
7799 set_general_thread (inferior_ptid);
7801 rs = get_remote_state ();
7803 /* Handle memory using the standard memory routines. */
7804 if (object == TARGET_OBJECT_MEMORY)
7809 /* If the remote target is connected but not running, we should
7810 pass this request down to a lower stratum (e.g. the executable
7812 if (!target_has_execution)
7815 if (writebuf != NULL)
7816 xfered = remote_write_bytes (offset, writebuf, len);
7818 xfered = remote_read_bytes (offset, readbuf, len);
7822 else if (xfered == 0 && errno == 0)
7828 /* Handle SPU memory using qxfer packets. */
7829 if (object == TARGET_OBJECT_SPU)
7832 return remote_read_qxfer (ops, "spu", annex, readbuf, offset, len,
7833 &remote_protocol_packets
7834 [PACKET_qXfer_spu_read]);
7836 return remote_write_qxfer (ops, "spu", annex, writebuf, offset, len,
7837 &remote_protocol_packets
7838 [PACKET_qXfer_spu_write]);
7841 /* Handle extra signal info using qxfer packets. */
7842 if (object == TARGET_OBJECT_SIGNAL_INFO)
7845 return remote_read_qxfer (ops, "siginfo", annex, readbuf, offset, len,
7846 &remote_protocol_packets
7847 [PACKET_qXfer_siginfo_read]);
7849 return remote_write_qxfer (ops, "siginfo", annex, writebuf, offset, len,
7850 &remote_protocol_packets
7851 [PACKET_qXfer_siginfo_write]);
7854 /* Only handle flash writes. */
7855 if (writebuf != NULL)
7861 case TARGET_OBJECT_FLASH:
7862 xfered = remote_flash_write (ops, offset, len, writebuf);
7866 else if (xfered == 0 && errno == 0)
7876 /* Map pre-existing objects onto letters. DO NOT do this for new
7877 objects!!! Instead specify new query packets. */
7880 case TARGET_OBJECT_AVR:
7884 case TARGET_OBJECT_AUXV:
7885 gdb_assert (annex == NULL);
7886 return remote_read_qxfer (ops, "auxv", annex, readbuf, offset, len,
7887 &remote_protocol_packets[PACKET_qXfer_auxv]);
7889 case TARGET_OBJECT_AVAILABLE_FEATURES:
7890 return remote_read_qxfer
7891 (ops, "features", annex, readbuf, offset, len,
7892 &remote_protocol_packets[PACKET_qXfer_features]);
7894 case TARGET_OBJECT_LIBRARIES:
7895 return remote_read_qxfer
7896 (ops, "libraries", annex, readbuf, offset, len,
7897 &remote_protocol_packets[PACKET_qXfer_libraries]);
7899 case TARGET_OBJECT_MEMORY_MAP:
7900 gdb_assert (annex == NULL);
7901 return remote_read_qxfer (ops, "memory-map", annex, readbuf, offset, len,
7902 &remote_protocol_packets[PACKET_qXfer_memory_map]);
7904 case TARGET_OBJECT_OSDATA:
7905 /* Should only get here if we're connected. */
7906 gdb_assert (remote_desc);
7907 return remote_read_qxfer
7908 (ops, "osdata", annex, readbuf, offset, len,
7909 &remote_protocol_packets[PACKET_qXfer_osdata]);
7911 case TARGET_OBJECT_THREADS:
7912 gdb_assert (annex == NULL);
7913 return remote_read_qxfer (ops, "threads", annex, readbuf, offset, len,
7914 &remote_protocol_packets[PACKET_qXfer_threads]);
7920 /* Note: a zero OFFSET and LEN can be used to query the minimum
7922 if (offset == 0 && len == 0)
7923 return (get_remote_packet_size ());
7924 /* Minimum outbuf size is get_remote_packet_size (). If LEN is not
7925 large enough let the caller deal with it. */
7926 if (len < get_remote_packet_size ())
7928 len = get_remote_packet_size ();
7930 /* Except for querying the minimum buffer size, target must be open. */
7932 error (_("remote query is only available after target open"));
7934 gdb_assert (annex != NULL);
7935 gdb_assert (readbuf != NULL);
7941 /* We used one buffer char for the remote protocol q command and
7942 another for the query type. As the remote protocol encapsulation
7943 uses 4 chars plus one extra in case we are debugging
7944 (remote_debug), we have PBUFZIZ - 7 left to pack the query
7947 while (annex[i] && (i < (get_remote_packet_size () - 8)))
7949 /* Bad caller may have sent forbidden characters. */
7950 gdb_assert (isprint (annex[i]) && annex[i] != '$' && annex[i] != '#');
7955 gdb_assert (annex[i] == '\0');
7957 i = putpkt (rs->buf);
7961 getpkt (&rs->buf, &rs->buf_size, 0);
7962 strcpy ((char *) readbuf, rs->buf);
7964 return strlen ((char *) readbuf);
7968 remote_search_memory (struct target_ops* ops,
7969 CORE_ADDR start_addr, ULONGEST search_space_len,
7970 const gdb_byte *pattern, ULONGEST pattern_len,
7971 CORE_ADDR *found_addrp)
7973 int addr_size = gdbarch_addr_bit (target_gdbarch) / 8;
7974 struct remote_state *rs = get_remote_state ();
7975 int max_size = get_memory_write_packet_size ();
7976 struct packet_config *packet =
7977 &remote_protocol_packets[PACKET_qSearch_memory];
7978 /* number of packet bytes used to encode the pattern,
7979 this could be more than PATTERN_LEN due to escape characters */
7980 int escaped_pattern_len;
7981 /* amount of pattern that was encodable in the packet */
7982 int used_pattern_len;
7985 ULONGEST found_addr;
7987 /* Don't go to the target if we don't have to.
7988 This is done before checking packet->support to avoid the possibility that
7989 a success for this edge case means the facility works in general. */
7990 if (pattern_len > search_space_len)
7992 if (pattern_len == 0)
7994 *found_addrp = start_addr;
7998 /* If we already know the packet isn't supported, fall back to the simple
7999 way of searching memory. */
8001 if (packet->support == PACKET_DISABLE)
8003 /* Target doesn't provided special support, fall back and use the
8004 standard support (copy memory and do the search here). */
8005 return simple_search_memory (ops, start_addr, search_space_len,
8006 pattern, pattern_len, found_addrp);
8009 /* Insert header. */
8010 i = snprintf (rs->buf, max_size,
8011 "qSearch:memory:%s;%s;",
8012 phex_nz (start_addr, addr_size),
8013 phex_nz (search_space_len, sizeof (search_space_len)));
8014 max_size -= (i + 1);
8016 /* Escape as much data as fits into rs->buf. */
8017 escaped_pattern_len =
8018 remote_escape_output (pattern, pattern_len, (rs->buf + i),
8019 &used_pattern_len, max_size);
8021 /* Bail if the pattern is too large. */
8022 if (used_pattern_len != pattern_len)
8023 error ("Pattern is too large to transmit to remote target.");
8025 if (putpkt_binary (rs->buf, i + escaped_pattern_len) < 0
8026 || getpkt_sane (&rs->buf, &rs->buf_size, 0) < 0
8027 || packet_ok (rs->buf, packet) != PACKET_OK)
8029 /* The request may not have worked because the command is not
8030 supported. If so, fall back to the simple way. */
8031 if (packet->support == PACKET_DISABLE)
8033 return simple_search_memory (ops, start_addr, search_space_len,
8034 pattern, pattern_len, found_addrp);
8039 if (rs->buf[0] == '0')
8041 else if (rs->buf[0] == '1')
8044 if (rs->buf[1] != ',')
8045 error (_("Unknown qSearch:memory reply: %s"), rs->buf);
8046 unpack_varlen_hex (rs->buf + 2, &found_addr);
8047 *found_addrp = found_addr;
8050 error (_("Unknown qSearch:memory reply: %s"), rs->buf);
8056 remote_rcmd (char *command,
8057 struct ui_file *outbuf)
8059 struct remote_state *rs = get_remote_state ();
8063 error (_("remote rcmd is only available after target open"));
8065 /* Send a NULL command across as an empty command. */
8066 if (command == NULL)
8069 /* The query prefix. */
8070 strcpy (rs->buf, "qRcmd,");
8071 p = strchr (rs->buf, '\0');
8073 if ((strlen (rs->buf) + strlen (command) * 2 + 8/*misc*/) > get_remote_packet_size ())
8074 error (_("\"monitor\" command ``%s'' is too long."), command);
8076 /* Encode the actual command. */
8077 bin2hex ((gdb_byte *) command, p, 0);
8079 if (putpkt (rs->buf) < 0)
8080 error (_("Communication problem with target."));
8082 /* get/display the response */
8087 /* XXX - see also remote_get_noisy_reply(). */
8089 getpkt (&rs->buf, &rs->buf_size, 0);
8092 error (_("Target does not support this command."));
8093 if (buf[0] == 'O' && buf[1] != 'K')
8095 remote_console_output (buf + 1); /* 'O' message from stub. */
8098 if (strcmp (buf, "OK") == 0)
8100 if (strlen (buf) == 3 && buf[0] == 'E'
8101 && isdigit (buf[1]) && isdigit (buf[2]))
8103 error (_("Protocol error with Rcmd"));
8105 for (p = buf; p[0] != '\0' && p[1] != '\0'; p += 2)
8107 char c = (fromhex (p[0]) << 4) + fromhex (p[1]);
8108 fputc_unfiltered (c, outbuf);
8114 static VEC(mem_region_s) *
8115 remote_memory_map (struct target_ops *ops)
8117 VEC(mem_region_s) *result = NULL;
8118 char *text = target_read_stralloc (¤t_target,
8119 TARGET_OBJECT_MEMORY_MAP, NULL);
8123 struct cleanup *back_to = make_cleanup (xfree, text);
8124 result = parse_memory_map (text);
8125 do_cleanups (back_to);
8132 packet_command (char *args, int from_tty)
8134 struct remote_state *rs = get_remote_state ();
8137 error (_("command can only be used with remote target"));
8140 error (_("remote-packet command requires packet text as argument"));
8142 puts_filtered ("sending: ");
8143 print_packet (args);
8144 puts_filtered ("\n");
8147 getpkt (&rs->buf, &rs->buf_size, 0);
8148 puts_filtered ("received: ");
8149 print_packet (rs->buf);
8150 puts_filtered ("\n");
8154 /* --------- UNIT_TEST for THREAD oriented PACKETS ------------------- */
8156 static void display_thread_info (struct gdb_ext_thread_info *info);
8158 static void threadset_test_cmd (char *cmd, int tty);
8160 static void threadalive_test (char *cmd, int tty);
8162 static void threadlist_test_cmd (char *cmd, int tty);
8164 int get_and_display_threadinfo (threadref *ref);
8166 static void threadinfo_test_cmd (char *cmd, int tty);
8168 static int thread_display_step (threadref *ref, void *context);
8170 static void threadlist_update_test_cmd (char *cmd, int tty);
8172 static void init_remote_threadtests (void);
8174 #define SAMPLE_THREAD 0x05060708 /* Truncated 64 bit threadid. */
8177 threadset_test_cmd (char *cmd, int tty)
8179 int sample_thread = SAMPLE_THREAD;
8181 printf_filtered (_("Remote threadset test\n"));
8182 set_general_thread (sample_thread);
8187 threadalive_test (char *cmd, int tty)
8189 int sample_thread = SAMPLE_THREAD;
8190 int pid = ptid_get_pid (inferior_ptid);
8191 ptid_t ptid = ptid_build (pid, 0, sample_thread);
8193 if (remote_thread_alive (ptid))
8194 printf_filtered ("PASS: Thread alive test\n");
8196 printf_filtered ("FAIL: Thread alive test\n");
8199 void output_threadid (char *title, threadref *ref);
8202 output_threadid (char *title, threadref *ref)
8206 pack_threadid (&hexid[0], ref); /* Convert threead id into hex. */
8208 printf_filtered ("%s %s\n", title, (&hexid[0]));
8212 threadlist_test_cmd (char *cmd, int tty)
8215 threadref nextthread;
8216 int done, result_count;
8217 threadref threadlist[3];
8219 printf_filtered ("Remote Threadlist test\n");
8220 if (!remote_get_threadlist (startflag, &nextthread, 3, &done,
8221 &result_count, &threadlist[0]))
8222 printf_filtered ("FAIL: threadlist test\n");
8225 threadref *scan = threadlist;
8226 threadref *limit = scan + result_count;
8228 while (scan < limit)
8229 output_threadid (" thread ", scan++);
8234 display_thread_info (struct gdb_ext_thread_info *info)
8236 output_threadid ("Threadid: ", &info->threadid);
8237 printf_filtered ("Name: %s\n ", info->shortname);
8238 printf_filtered ("State: %s\n", info->display);
8239 printf_filtered ("other: %s\n\n", info->more_display);
8243 get_and_display_threadinfo (threadref *ref)
8247 struct gdb_ext_thread_info threadinfo;
8249 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
8250 | TAG_MOREDISPLAY | TAG_DISPLAY;
8251 if (0 != (result = remote_get_threadinfo (ref, set, &threadinfo)))
8252 display_thread_info (&threadinfo);
8257 threadinfo_test_cmd (char *cmd, int tty)
8259 int athread = SAMPLE_THREAD;
8263 int_to_threadref (&thread, athread);
8264 printf_filtered ("Remote Threadinfo test\n");
8265 if (!get_and_display_threadinfo (&thread))
8266 printf_filtered ("FAIL cannot get thread info\n");
8270 thread_display_step (threadref *ref, void *context)
8272 /* output_threadid(" threadstep ",ref); *//* simple test */
8273 return get_and_display_threadinfo (ref);
8277 threadlist_update_test_cmd (char *cmd, int tty)
8279 printf_filtered ("Remote Threadlist update test\n");
8280 remote_threadlist_iterator (thread_display_step, 0, CRAZY_MAX_THREADS);
8284 init_remote_threadtests (void)
8286 add_com ("tlist", class_obscure, threadlist_test_cmd, _("\
8287 Fetch and print the remote list of thread identifiers, one pkt only"));
8288 add_com ("tinfo", class_obscure, threadinfo_test_cmd,
8289 _("Fetch and display info about one thread"));
8290 add_com ("tset", class_obscure, threadset_test_cmd,
8291 _("Test setting to a different thread"));
8292 add_com ("tupd", class_obscure, threadlist_update_test_cmd,
8293 _("Iterate through updating all remote thread info"));
8294 add_com ("talive", class_obscure, threadalive_test,
8295 _(" Remote thread alive test "));
8300 /* Convert a thread ID to a string. Returns the string in a static
8304 remote_pid_to_str (struct target_ops *ops, ptid_t ptid)
8306 static char buf[64];
8307 struct remote_state *rs = get_remote_state ();
8309 if (ptid_is_pid (ptid))
8311 /* Printing an inferior target id. */
8313 /* When multi-process extensions are off, there's no way in the
8314 remote protocol to know the remote process id, if there's any
8315 at all. There's one exception --- when we're connected with
8316 target extended-remote, and we manually attached to a process
8317 with "attach PID". We don't record anywhere a flag that
8318 allows us to distinguish that case from the case of
8319 connecting with extended-remote and the stub already being
8320 attached to a process, and reporting yes to qAttached, hence
8321 no smart special casing here. */
8322 if (!remote_multi_process_p (rs))
8324 xsnprintf (buf, sizeof buf, "Remote target");
8328 return normal_pid_to_str (ptid);
8332 if (ptid_equal (magic_null_ptid, ptid))
8333 xsnprintf (buf, sizeof buf, "Thread <main>");
8334 else if (remote_multi_process_p (rs))
8335 xsnprintf (buf, sizeof buf, "Thread %d.%ld",
8336 ptid_get_pid (ptid), ptid_get_tid (ptid));
8338 xsnprintf (buf, sizeof buf, "Thread %ld",
8339 ptid_get_tid (ptid));
8344 /* Get the address of the thread local variable in OBJFILE which is
8345 stored at OFFSET within the thread local storage for thread PTID. */
8348 remote_get_thread_local_address (struct target_ops *ops,
8349 ptid_t ptid, CORE_ADDR lm, CORE_ADDR offset)
8351 if (remote_protocol_packets[PACKET_qGetTLSAddr].support != PACKET_DISABLE)
8353 struct remote_state *rs = get_remote_state ();
8355 char *endp = rs->buf + get_remote_packet_size ();
8356 enum packet_result result;
8358 strcpy (p, "qGetTLSAddr:");
8360 p = write_ptid (p, endp, ptid);
8362 p += hexnumstr (p, offset);
8364 p += hexnumstr (p, lm);
8368 getpkt (&rs->buf, &rs->buf_size, 0);
8369 result = packet_ok (rs->buf, &remote_protocol_packets[PACKET_qGetTLSAddr]);
8370 if (result == PACKET_OK)
8374 unpack_varlen_hex (rs->buf, &result);
8377 else if (result == PACKET_UNKNOWN)
8378 throw_error (TLS_GENERIC_ERROR,
8379 _("Remote target doesn't support qGetTLSAddr packet"));
8381 throw_error (TLS_GENERIC_ERROR,
8382 _("Remote target failed to process qGetTLSAddr request"));
8385 throw_error (TLS_GENERIC_ERROR,
8386 _("TLS not supported or disabled on this target"));
8391 /* Support for inferring a target description based on the current
8392 architecture and the size of a 'g' packet. While the 'g' packet
8393 can have any size (since optional registers can be left off the
8394 end), some sizes are easily recognizable given knowledge of the
8395 approximate architecture. */
8397 struct remote_g_packet_guess
8400 const struct target_desc *tdesc;
8402 typedef struct remote_g_packet_guess remote_g_packet_guess_s;
8403 DEF_VEC_O(remote_g_packet_guess_s);
8405 struct remote_g_packet_data
8407 VEC(remote_g_packet_guess_s) *guesses;
8410 static struct gdbarch_data *remote_g_packet_data_handle;
8413 remote_g_packet_data_init (struct obstack *obstack)
8415 return OBSTACK_ZALLOC (obstack, struct remote_g_packet_data);
8419 register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes,
8420 const struct target_desc *tdesc)
8422 struct remote_g_packet_data *data
8423 = gdbarch_data (gdbarch, remote_g_packet_data_handle);
8424 struct remote_g_packet_guess new_guess, *guess;
8427 gdb_assert (tdesc != NULL);
8430 VEC_iterate (remote_g_packet_guess_s, data->guesses, ix, guess);
8432 if (guess->bytes == bytes)
8433 internal_error (__FILE__, __LINE__,
8434 "Duplicate g packet description added for size %d",
8437 new_guess.bytes = bytes;
8438 new_guess.tdesc = tdesc;
8439 VEC_safe_push (remote_g_packet_guess_s, data->guesses, &new_guess);
8442 /* Return 1 if remote_read_description would do anything on this target
8443 and architecture, 0 otherwise. */
8446 remote_read_description_p (struct target_ops *target)
8448 struct remote_g_packet_data *data
8449 = gdbarch_data (target_gdbarch, remote_g_packet_data_handle);
8451 if (!VEC_empty (remote_g_packet_guess_s, data->guesses))
8457 static const struct target_desc *
8458 remote_read_description (struct target_ops *target)
8460 struct remote_g_packet_data *data
8461 = gdbarch_data (target_gdbarch, remote_g_packet_data_handle);
8463 /* Do not try this during initial connection, when we do not know
8464 whether there is a running but stopped thread. */
8465 if (!target_has_execution || ptid_equal (inferior_ptid, null_ptid))
8468 if (!VEC_empty (remote_g_packet_guess_s, data->guesses))
8470 struct remote_g_packet_guess *guess;
8472 int bytes = send_g_packet ();
8475 VEC_iterate (remote_g_packet_guess_s, data->guesses, ix, guess);
8477 if (guess->bytes == bytes)
8478 return guess->tdesc;
8480 /* We discard the g packet. A minor optimization would be to
8481 hold on to it, and fill the register cache once we have selected
8482 an architecture, but it's too tricky to do safely. */
8488 /* Remote file transfer support. This is host-initiated I/O, not
8489 target-initiated; for target-initiated, see remote-fileio.c. */
8491 /* If *LEFT is at least the length of STRING, copy STRING to
8492 *BUFFER, update *BUFFER to point to the new end of the buffer, and
8493 decrease *LEFT. Otherwise raise an error. */
8496 remote_buffer_add_string (char **buffer, int *left, char *string)
8498 int len = strlen (string);
8501 error (_("Packet too long for target."));
8503 memcpy (*buffer, string, len);
8507 /* NUL-terminate the buffer as a convenience, if there is
8513 /* If *LEFT is large enough, hex encode LEN bytes from BYTES into
8514 *BUFFER, update *BUFFER to point to the new end of the buffer, and
8515 decrease *LEFT. Otherwise raise an error. */
8518 remote_buffer_add_bytes (char **buffer, int *left, const gdb_byte *bytes,
8521 if (2 * len > *left)
8522 error (_("Packet too long for target."));
8524 bin2hex (bytes, *buffer, len);
8528 /* NUL-terminate the buffer as a convenience, if there is
8534 /* If *LEFT is large enough, convert VALUE to hex and add it to
8535 *BUFFER, update *BUFFER to point to the new end of the buffer, and
8536 decrease *LEFT. Otherwise raise an error. */
8539 remote_buffer_add_int (char **buffer, int *left, ULONGEST value)
8541 int len = hexnumlen (value);
8544 error (_("Packet too long for target."));
8546 hexnumstr (*buffer, value);
8550 /* NUL-terminate the buffer as a convenience, if there is
8556 /* Parse an I/O result packet from BUFFER. Set RETCODE to the return
8557 value, *REMOTE_ERRNO to the remote error number or zero if none
8558 was included, and *ATTACHMENT to point to the start of the annex
8559 if any. The length of the packet isn't needed here; there may
8560 be NUL bytes in BUFFER, but they will be after *ATTACHMENT.
8562 Return 0 if the packet could be parsed, -1 if it could not. If
8563 -1 is returned, the other variables may not be initialized. */
8566 remote_hostio_parse_result (char *buffer, int *retcode,
8567 int *remote_errno, char **attachment)
8574 if (buffer[0] != 'F')
8578 *retcode = strtol (&buffer[1], &p, 16);
8579 if (errno != 0 || p == &buffer[1])
8582 /* Check for ",errno". */
8586 *remote_errno = strtol (p + 1, &p2, 16);
8587 if (errno != 0 || p + 1 == p2)
8592 /* Check for ";attachment". If there is no attachment, the
8593 packet should end here. */
8596 *attachment = p + 1;
8599 else if (*p == '\0')
8605 /* Send a prepared I/O packet to the target and read its response.
8606 The prepared packet is in the global RS->BUF before this function
8607 is called, and the answer is there when we return.
8609 COMMAND_BYTES is the length of the request to send, which may include
8610 binary data. WHICH_PACKET is the packet configuration to check
8611 before attempting a packet. If an error occurs, *REMOTE_ERRNO
8612 is set to the error number and -1 is returned. Otherwise the value
8613 returned by the function is returned.
8615 ATTACHMENT and ATTACHMENT_LEN should be non-NULL if and only if an
8616 attachment is expected; an error will be reported if there's a
8617 mismatch. If one is found, *ATTACHMENT will be set to point into
8618 the packet buffer and *ATTACHMENT_LEN will be set to the
8619 attachment's length. */
8622 remote_hostio_send_command (int command_bytes, int which_packet,
8623 int *remote_errno, char **attachment,
8624 int *attachment_len)
8626 struct remote_state *rs = get_remote_state ();
8627 int ret, bytes_read;
8628 char *attachment_tmp;
8631 || remote_protocol_packets[which_packet].support == PACKET_DISABLE)
8633 *remote_errno = FILEIO_ENOSYS;
8637 putpkt_binary (rs->buf, command_bytes);
8638 bytes_read = getpkt_sane (&rs->buf, &rs->buf_size, 0);
8640 /* If it timed out, something is wrong. Don't try to parse the
8644 *remote_errno = FILEIO_EINVAL;
8648 switch (packet_ok (rs->buf, &remote_protocol_packets[which_packet]))
8651 *remote_errno = FILEIO_EINVAL;
8653 case PACKET_UNKNOWN:
8654 *remote_errno = FILEIO_ENOSYS;
8660 if (remote_hostio_parse_result (rs->buf, &ret, remote_errno,
8663 *remote_errno = FILEIO_EINVAL;
8667 /* Make sure we saw an attachment if and only if we expected one. */
8668 if ((attachment_tmp == NULL && attachment != NULL)
8669 || (attachment_tmp != NULL && attachment == NULL))
8671 *remote_errno = FILEIO_EINVAL;
8675 /* If an attachment was found, it must point into the packet buffer;
8676 work out how many bytes there were. */
8677 if (attachment_tmp != NULL)
8679 *attachment = attachment_tmp;
8680 *attachment_len = bytes_read - (*attachment - rs->buf);
8686 /* Open FILENAME on the remote target, using FLAGS and MODE. Return a
8687 remote file descriptor, or -1 if an error occurs (and set
8691 remote_hostio_open (const char *filename, int flags, int mode,
8694 struct remote_state *rs = get_remote_state ();
8696 int left = get_remote_packet_size () - 1;
8698 remote_buffer_add_string (&p, &left, "vFile:open:");
8700 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
8702 remote_buffer_add_string (&p, &left, ",");
8704 remote_buffer_add_int (&p, &left, flags);
8705 remote_buffer_add_string (&p, &left, ",");
8707 remote_buffer_add_int (&p, &left, mode);
8709 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_open,
8710 remote_errno, NULL, NULL);
8713 /* Write up to LEN bytes from WRITE_BUF to FD on the remote target.
8714 Return the number of bytes written, or -1 if an error occurs (and
8715 set *REMOTE_ERRNO). */
8718 remote_hostio_pwrite (int fd, const gdb_byte *write_buf, int len,
8719 ULONGEST offset, int *remote_errno)
8721 struct remote_state *rs = get_remote_state ();
8723 int left = get_remote_packet_size ();
8726 remote_buffer_add_string (&p, &left, "vFile:pwrite:");
8728 remote_buffer_add_int (&p, &left, fd);
8729 remote_buffer_add_string (&p, &left, ",");
8731 remote_buffer_add_int (&p, &left, offset);
8732 remote_buffer_add_string (&p, &left, ",");
8734 p += remote_escape_output (write_buf, len, p, &out_len,
8735 get_remote_packet_size () - (p - rs->buf));
8737 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_pwrite,
8738 remote_errno, NULL, NULL);
8741 /* Read up to LEN bytes FD on the remote target into READ_BUF
8742 Return the number of bytes read, or -1 if an error occurs (and
8743 set *REMOTE_ERRNO). */
8746 remote_hostio_pread (int fd, gdb_byte *read_buf, int len,
8747 ULONGEST offset, int *remote_errno)
8749 struct remote_state *rs = get_remote_state ();
8752 int left = get_remote_packet_size ();
8753 int ret, attachment_len;
8756 remote_buffer_add_string (&p, &left, "vFile:pread:");
8758 remote_buffer_add_int (&p, &left, fd);
8759 remote_buffer_add_string (&p, &left, ",");
8761 remote_buffer_add_int (&p, &left, len);
8762 remote_buffer_add_string (&p, &left, ",");
8764 remote_buffer_add_int (&p, &left, offset);
8766 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_pread,
8767 remote_errno, &attachment,
8773 read_len = remote_unescape_input (attachment, attachment_len,
8775 if (read_len != ret)
8776 error (_("Read returned %d, but %d bytes."), ret, (int) read_len);
8781 /* Close FD on the remote target. Return 0, or -1 if an error occurs
8782 (and set *REMOTE_ERRNO). */
8785 remote_hostio_close (int fd, int *remote_errno)
8787 struct remote_state *rs = get_remote_state ();
8789 int left = get_remote_packet_size () - 1;
8791 remote_buffer_add_string (&p, &left, "vFile:close:");
8793 remote_buffer_add_int (&p, &left, fd);
8795 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_close,
8796 remote_errno, NULL, NULL);
8799 /* Unlink FILENAME on the remote target. Return 0, or -1 if an error
8800 occurs (and set *REMOTE_ERRNO). */
8803 remote_hostio_unlink (const char *filename, int *remote_errno)
8805 struct remote_state *rs = get_remote_state ();
8807 int left = get_remote_packet_size () - 1;
8809 remote_buffer_add_string (&p, &left, "vFile:unlink:");
8811 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
8814 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_unlink,
8815 remote_errno, NULL, NULL);
8819 remote_fileio_errno_to_host (int errnum)
8843 case FILEIO_ENOTDIR:
8863 case FILEIO_ENAMETOOLONG:
8864 return ENAMETOOLONG;
8870 remote_hostio_error (int errnum)
8872 int host_error = remote_fileio_errno_to_host (errnum);
8874 if (host_error == -1)
8875 error (_("Unknown remote I/O error %d"), errnum);
8877 error (_("Remote I/O error: %s"), safe_strerror (host_error));
8881 remote_hostio_close_cleanup (void *opaque)
8883 int fd = *(int *) opaque;
8886 remote_hostio_close (fd, &remote_errno);
8891 remote_bfd_iovec_open (struct bfd *abfd, void *open_closure)
8893 const char *filename = bfd_get_filename (abfd);
8894 int fd, remote_errno;
8897 gdb_assert (remote_filename_p (filename));
8899 fd = remote_hostio_open (filename + 7, FILEIO_O_RDONLY, 0, &remote_errno);
8902 errno = remote_fileio_errno_to_host (remote_errno);
8903 bfd_set_error (bfd_error_system_call);
8907 stream = xmalloc (sizeof (int));
8913 remote_bfd_iovec_close (struct bfd *abfd, void *stream)
8915 int fd = *(int *)stream;
8920 /* Ignore errors on close; these may happen if the remote
8921 connection was already torn down. */
8922 remote_hostio_close (fd, &remote_errno);
8928 remote_bfd_iovec_pread (struct bfd *abfd, void *stream, void *buf,
8929 file_ptr nbytes, file_ptr offset)
8931 int fd = *(int *)stream;
8933 file_ptr pos, bytes;
8936 while (nbytes > pos)
8938 bytes = remote_hostio_pread (fd, (char *)buf + pos, nbytes - pos,
8939 offset + pos, &remote_errno);
8941 /* Success, but no bytes, means end-of-file. */
8945 errno = remote_fileio_errno_to_host (remote_errno);
8946 bfd_set_error (bfd_error_system_call);
8957 remote_bfd_iovec_stat (struct bfd *abfd, void *stream, struct stat *sb)
8959 /* FIXME: We should probably implement remote_hostio_stat. */
8960 sb->st_size = INT_MAX;
8965 remote_filename_p (const char *filename)
8967 return strncmp (filename, "remote:", 7) == 0;
8971 remote_bfd_open (const char *remote_file, const char *target)
8973 return bfd_openr_iovec (remote_file, target,
8974 remote_bfd_iovec_open, NULL,
8975 remote_bfd_iovec_pread,
8976 remote_bfd_iovec_close,
8977 remote_bfd_iovec_stat);
8981 remote_file_put (const char *local_file, const char *remote_file, int from_tty)
8983 struct cleanup *back_to, *close_cleanup;
8984 int retcode, fd, remote_errno, bytes, io_size;
8987 int bytes_in_buffer;
8992 error (_("command can only be used with remote target"));
8994 file = fopen (local_file, "rb");
8996 perror_with_name (local_file);
8997 back_to = make_cleanup_fclose (file);
8999 fd = remote_hostio_open (remote_file, (FILEIO_O_WRONLY | FILEIO_O_CREAT
9001 0700, &remote_errno);
9003 remote_hostio_error (remote_errno);
9005 /* Send up to this many bytes at once. They won't all fit in the
9006 remote packet limit, so we'll transfer slightly fewer. */
9007 io_size = get_remote_packet_size ();
9008 buffer = xmalloc (io_size);
9009 make_cleanup (xfree, buffer);
9011 close_cleanup = make_cleanup (remote_hostio_close_cleanup, &fd);
9013 bytes_in_buffer = 0;
9016 while (bytes_in_buffer || !saw_eof)
9020 bytes = fread (buffer + bytes_in_buffer, 1, io_size - bytes_in_buffer,
9025 error (_("Error reading %s."), local_file);
9028 /* EOF. Unless there is something still in the
9029 buffer from the last iteration, we are done. */
9031 if (bytes_in_buffer == 0)
9039 bytes += bytes_in_buffer;
9040 bytes_in_buffer = 0;
9042 retcode = remote_hostio_pwrite (fd, buffer, bytes, offset, &remote_errno);
9045 remote_hostio_error (remote_errno);
9046 else if (retcode == 0)
9047 error (_("Remote write of %d bytes returned 0!"), bytes);
9048 else if (retcode < bytes)
9050 /* Short write. Save the rest of the read data for the next
9052 bytes_in_buffer = bytes - retcode;
9053 memmove (buffer, buffer + retcode, bytes_in_buffer);
9059 discard_cleanups (close_cleanup);
9060 if (remote_hostio_close (fd, &remote_errno))
9061 remote_hostio_error (remote_errno);
9064 printf_filtered (_("Successfully sent file \"%s\".\n"), local_file);
9065 do_cleanups (back_to);
9069 remote_file_get (const char *remote_file, const char *local_file, int from_tty)
9071 struct cleanup *back_to, *close_cleanup;
9072 int fd, remote_errno, bytes, io_size;
9078 error (_("command can only be used with remote target"));
9080 fd = remote_hostio_open (remote_file, FILEIO_O_RDONLY, 0, &remote_errno);
9082 remote_hostio_error (remote_errno);
9084 file = fopen (local_file, "wb");
9086 perror_with_name (local_file);
9087 back_to = make_cleanup_fclose (file);
9089 /* Send up to this many bytes at once. They won't all fit in the
9090 remote packet limit, so we'll transfer slightly fewer. */
9091 io_size = get_remote_packet_size ();
9092 buffer = xmalloc (io_size);
9093 make_cleanup (xfree, buffer);
9095 close_cleanup = make_cleanup (remote_hostio_close_cleanup, &fd);
9100 bytes = remote_hostio_pread (fd, buffer, io_size, offset, &remote_errno);
9102 /* Success, but no bytes, means end-of-file. */
9105 remote_hostio_error (remote_errno);
9109 bytes = fwrite (buffer, 1, bytes, file);
9111 perror_with_name (local_file);
9114 discard_cleanups (close_cleanup);
9115 if (remote_hostio_close (fd, &remote_errno))
9116 remote_hostio_error (remote_errno);
9119 printf_filtered (_("Successfully fetched file \"%s\".\n"), remote_file);
9120 do_cleanups (back_to);
9124 remote_file_delete (const char *remote_file, int from_tty)
9126 int retcode, remote_errno;
9129 error (_("command can only be used with remote target"));
9131 retcode = remote_hostio_unlink (remote_file, &remote_errno);
9133 remote_hostio_error (remote_errno);
9136 printf_filtered (_("Successfully deleted file \"%s\".\n"), remote_file);
9140 remote_put_command (char *args, int from_tty)
9142 struct cleanup *back_to;
9146 error_no_arg (_("file to put"));
9148 argv = gdb_buildargv (args);
9149 back_to = make_cleanup_freeargv (argv);
9150 if (argv[0] == NULL || argv[1] == NULL || argv[2] != NULL)
9151 error (_("Invalid parameters to remote put"));
9153 remote_file_put (argv[0], argv[1], from_tty);
9155 do_cleanups (back_to);
9159 remote_get_command (char *args, int from_tty)
9161 struct cleanup *back_to;
9165 error_no_arg (_("file to get"));
9167 argv = gdb_buildargv (args);
9168 back_to = make_cleanup_freeargv (argv);
9169 if (argv[0] == NULL || argv[1] == NULL || argv[2] != NULL)
9170 error (_("Invalid parameters to remote get"));
9172 remote_file_get (argv[0], argv[1], from_tty);
9174 do_cleanups (back_to);
9178 remote_delete_command (char *args, int from_tty)
9180 struct cleanup *back_to;
9184 error_no_arg (_("file to delete"));
9186 argv = gdb_buildargv (args);
9187 back_to = make_cleanup_freeargv (argv);
9188 if (argv[0] == NULL || argv[1] != NULL)
9189 error (_("Invalid parameters to remote delete"));
9191 remote_file_delete (argv[0], from_tty);
9193 do_cleanups (back_to);
9197 remote_command (char *args, int from_tty)
9199 help_list (remote_cmdlist, "remote ", -1, gdb_stdout);
9203 remote_can_execute_reverse (void)
9205 if (remote_protocol_packets[PACKET_bs].support == PACKET_ENABLE
9206 || remote_protocol_packets[PACKET_bc].support == PACKET_ENABLE)
9213 remote_supports_non_stop (void)
9219 remote_supports_multi_process (void)
9221 struct remote_state *rs = get_remote_state ();
9222 return remote_multi_process_p (rs);
9226 remote_supports_cond_tracepoints (void)
9228 struct remote_state *rs = get_remote_state ();
9229 return rs->cond_tracepoints;
9233 remote_supports_fast_tracepoints (void)
9235 struct remote_state *rs = get_remote_state ();
9236 return rs->fast_tracepoints;
9240 remote_trace_init ()
9243 remote_get_noisy_reply (&target_buf, &target_buf_size);
9244 if (strcmp (target_buf, "OK"))
9245 error (_("Target does not support this command."));
9248 static void free_actions_list (char **actions_list);
9249 static void free_actions_list_cleanup_wrapper (void *);
9251 free_actions_list_cleanup_wrapper (void *al)
9253 free_actions_list (al);
9257 free_actions_list (char **actions_list)
9261 if (actions_list == 0)
9264 for (ndx = 0; actions_list[ndx]; ndx++)
9265 xfree (actions_list[ndx]);
9267 xfree (actions_list);
9271 remote_download_tracepoint (struct breakpoint *t)
9273 struct bp_location *loc;
9278 char **stepping_actions;
9280 struct cleanup *old_chain = NULL;
9281 struct agent_expr *aexpr;
9282 struct cleanup *aexpr_chain = NULL;
9285 /* Iterate over all the tracepoint locations. It's up to the target to
9286 notice multiple tracepoint packets with the same number but different
9287 addresses, and treat them as multiple locations. */
9288 for (loc = t->loc; loc; loc = loc->next)
9290 encode_actions (t, loc, &tdp_actions, &stepping_actions);
9291 old_chain = make_cleanup (free_actions_list_cleanup_wrapper,
9293 (void) make_cleanup (free_actions_list_cleanup_wrapper, stepping_actions);
9295 tpaddr = loc->address;
9296 sprintf_vma (tmp, (loc ? tpaddr : 0));
9297 sprintf (buf, "QTDP:%x:%s:%c:%lx:%x", t->number,
9299 (t->enable_state == bp_enabled ? 'E' : 'D'),
9300 t->step_count, t->pass_count);
9301 /* Fast tracepoints are mostly handled by the target, but we can
9302 tell the target how big of an instruction block should be moved
9304 if (t->type == bp_fast_tracepoint)
9306 /* Only test for support at download time; we may not know
9307 target capabilities at definition time. */
9308 if (remote_supports_fast_tracepoints ())
9312 if (gdbarch_fast_tracepoint_valid_at (target_gdbarch,
9313 tpaddr, &isize, NULL))
9314 sprintf (buf + strlen (buf), ":F%x", isize);
9316 /* If it passed validation at definition but fails now,
9317 something is very wrong. */
9318 internal_error (__FILE__, __LINE__,
9319 "Fast tracepoint not valid during download");
9322 /* Fast tracepoints are functionally identical to regular
9323 tracepoints, so don't take lack of support as a reason to
9324 give up on the trace run. */
9325 warning (_("Target does not support fast tracepoints, downloading %d as regular tracepoint"), t->number);
9327 /* If the tracepoint has a conditional, make it into an agent
9328 expression and append to the definition. */
9331 /* Only test support at download time, we may not know target
9332 capabilities at definition time. */
9333 if (remote_supports_cond_tracepoints ())
9335 aexpr = gen_eval_for_expr (tpaddr, loc->cond);
9336 aexpr_chain = make_cleanup_free_agent_expr (aexpr);
9337 sprintf (buf + strlen (buf), ":X%x,", aexpr->len);
9338 pkt = buf + strlen (buf);
9339 for (ndx = 0; ndx < aexpr->len; ++ndx)
9340 pkt = pack_hex_byte (pkt, aexpr->buf[ndx]);
9342 do_cleanups (aexpr_chain);
9345 warning (_("Target does not support conditional tracepoints, ignoring tp %d cond"), t->number);
9348 if (t->commands || *default_collect)
9351 remote_get_noisy_reply (&target_buf, &target_buf_size);
9352 if (strcmp (target_buf, "OK"))
9353 error (_("Target does not support tracepoints."));
9355 if (!t->commands && !*default_collect)
9358 /* do_single_steps (t); */
9361 for (ndx = 0; tdp_actions[ndx]; ndx++)
9363 QUIT; /* allow user to bail out with ^C */
9364 sprintf (buf, "QTDP:-%x:%s:%s%c",
9365 t->number, tmp, /* address */
9367 ((tdp_actions[ndx + 1] || stepping_actions)
9370 remote_get_noisy_reply (&target_buf,
9372 if (strcmp (target_buf, "OK"))
9373 error (_("Error on target while setting tracepoints."));
9376 if (stepping_actions)
9378 for (ndx = 0; stepping_actions[ndx]; ndx++)
9380 QUIT; /* allow user to bail out with ^C */
9381 sprintf (buf, "QTDP:-%x:%s:%s%s%s",
9382 t->number, tmp, /* address */
9383 ((ndx == 0) ? "S" : ""),
9384 stepping_actions[ndx],
9385 (stepping_actions[ndx + 1] ? "-" : ""));
9387 remote_get_noisy_reply (&target_buf,
9389 if (strcmp (target_buf, "OK"))
9390 error (_("Error on target while setting tracepoints."));
9393 do_cleanups (old_chain);
9398 remote_download_trace_state_variable (struct trace_state_variable *tsv)
9400 struct remote_state *rs = get_remote_state ();
9403 sprintf (rs->buf, "QTDV:%x:%s:%x:",
9404 tsv->number, phex ((ULONGEST) tsv->initial_value, 8), tsv->builtin);
9405 p = rs->buf + strlen (rs->buf);
9406 if ((p - rs->buf) + strlen (tsv->name) * 2 >= get_remote_packet_size ())
9407 error (_("Trace state variable name too long for tsv definition packet"));
9408 p += 2 * bin2hex ((gdb_byte *) (tsv->name), p, 0);
9411 remote_get_noisy_reply (&target_buf, &target_buf_size);
9415 remote_trace_set_readonly_regions ()
9423 return; /* No information to give. */
9425 strcpy (target_buf, "QTro");
9426 for (s = exec_bfd->sections; s; s = s->next)
9428 char tmp1[40], tmp2[40];
9430 if ((s->flags & SEC_LOAD) == 0 ||
9431 /* (s->flags & SEC_CODE) == 0 || */
9432 (s->flags & SEC_READONLY) == 0)
9437 size = bfd_get_section_size (s);
9438 sprintf_vma (tmp1, lma);
9439 sprintf_vma (tmp2, lma + size);
9440 sprintf (target_buf + strlen (target_buf),
9441 ":%s,%s", tmp1, tmp2);
9445 putpkt (target_buf);
9446 getpkt (&target_buf, &target_buf_size, 0);
9451 remote_trace_start ()
9454 remote_get_noisy_reply (&target_buf, &target_buf_size);
9455 if (strcmp (target_buf, "OK"))
9456 error (_("Bogus reply from target: %s"), target_buf);
9460 remote_get_trace_status (struct trace_status *ts)
9462 char *p, *p1, *p_temp;
9464 /* FIXME we need to get register block size some other way */
9465 extern int trace_regblock_size;
9466 trace_regblock_size = get_remote_arch_state ()->sizeof_g_packet;
9468 putpkt ("qTStatus");
9469 getpkt (&target_buf, &target_buf_size, 0);
9470 /* FIXME should handle more variety of replies */
9474 /* If the remote target doesn't do tracing, flag it. */
9478 /* We're working with a live target. */
9481 /* Set some defaults. */
9482 ts->running_known = 0;
9483 ts->stop_reason = trace_stop_reason_unknown;
9484 ts->traceframe_count = -1;
9485 ts->buffer_free = 0;
9488 error (_("Bogus trace status reply from target: %s"), target_buf);
9490 parse_trace_status (p, ts);
9496 remote_trace_stop ()
9499 remote_get_noisy_reply (&target_buf, &target_buf_size);
9500 if (strcmp (target_buf, "OK"))
9501 error (_("Bogus reply from target: %s"), target_buf);
9505 remote_trace_find (enum trace_find_type type, int num,
9506 ULONGEST addr1, ULONGEST addr2,
9509 struct remote_state *rs = get_remote_state ();
9511 int target_frameno = -1, target_tracept = -1;
9514 strcpy (p, "QTFrame:");
9515 p = strchr (p, '\0');
9519 sprintf (p, "%x", num);
9522 sprintf (p, "pc:%s", phex_nz (addr1, 0));
9525 sprintf (p, "tdp:%x", num);
9528 sprintf (p, "range:%s:%s", phex_nz (addr1, 0), phex_nz (addr2, 0));
9531 sprintf (p, "outside:%s:%s", phex_nz (addr1, 0), phex_nz (addr2, 0));
9534 error ("Unknown trace find type %d", type);
9538 reply = remote_get_noisy_reply (&(rs->buf), &sizeof_pkt);
9540 while (reply && *reply)
9545 target_frameno = (int) strtol (p, &reply, 16);
9547 error (_("Unable to parse trace frame number"));
9548 if (target_frameno == -1)
9553 target_tracept = (int) strtol (p, &reply, 16);
9555 error (_("Unable to parse tracepoint number"));
9557 case 'O': /* "OK"? */
9558 if (reply[1] == 'K' && reply[2] == '\0')
9561 error (_("Bogus reply from target: %s"), reply);
9564 error (_("Bogus reply from target: %s"), reply);
9567 *tpp = target_tracept;
9568 return target_frameno;
9572 remote_get_trace_state_variable_value (int tsvnum, LONGEST *val)
9574 struct remote_state *rs = get_remote_state ();
9578 sprintf (rs->buf, "qTV:%x", tsvnum);
9580 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
9581 if (reply && *reply)
9585 unpack_varlen_hex (reply + 1, &uval);
9586 *val = (LONGEST) uval;
9594 remote_save_trace_data (const char *filename)
9596 struct remote_state *rs = get_remote_state ();
9600 strcpy (p, "QTSave:");
9602 if ((p - rs->buf) + strlen (filename) * 2 >= get_remote_packet_size ())
9603 error (_("Remote file name too long for trace save packet"));
9604 p += 2 * bin2hex ((gdb_byte *) filename, p, 0);
9607 remote_get_noisy_reply (&target_buf, &target_buf_size);
9611 /* This is basically a memory transfer, but needs to be its own packet
9612 because we don't know how the target actually organizes its trace
9613 memory, plus we want to be able to ask for as much as possible, but
9614 not be unhappy if we don't get as much as we ask for. */
9617 remote_get_raw_trace_data (gdb_byte *buf, ULONGEST offset, LONGEST len)
9619 struct remote_state *rs = get_remote_state ();
9625 strcpy (p, "qTBuffer:");
9627 p += hexnumstr (p, offset);
9629 p += hexnumstr (p, len);
9633 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
9634 if (reply && *reply)
9636 /* 'l' by itself means we're at the end of the buffer and
9637 there is nothing more to get. */
9641 /* Convert the reply into binary. Limit the number of bytes to
9642 convert according to our passed-in buffer size, rather than
9643 what was returned in the packet; if the target is
9644 unexpectedly generous and gives us a bigger reply than we
9645 asked for, we don't want to crash. */
9646 rslt = hex2bin (target_buf, buf, len);
9650 /* Something went wrong, flag as an error. */
9655 remote_set_disconnected_tracing (int val)
9657 struct remote_state *rs = get_remote_state ();
9659 sprintf (rs->buf, "QTDisconnected:%x", val);
9661 remote_get_noisy_reply (&target_buf, &target_buf_size);
9662 if (strcmp (target_buf, "OK"))
9663 error (_("Target does not support this command."));
9667 remote_core_of_thread (struct target_ops *ops, ptid_t ptid)
9669 struct thread_info *info = find_thread_ptid (ptid);
9670 if (info && info->private)
9671 return info->private->core;
9676 remote_set_circular_trace_buffer (int val)
9678 struct remote_state *rs = get_remote_state ();
9680 sprintf (rs->buf, "QTBuffer:circular:%x", val);
9682 remote_get_noisy_reply (&target_buf, &target_buf_size);
9683 if (strcmp (target_buf, "OK"))
9684 error (_("Target does not support this command."));
9688 init_remote_ops (void)
9690 remote_ops.to_shortname = "remote";
9691 remote_ops.to_longname = "Remote serial target in gdb-specific protocol";
9693 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
9694 Specify the serial device it is connected to\n\
9695 (e.g. /dev/ttyS0, /dev/ttya, COM1, etc.).";
9696 remote_ops.to_open = remote_open;
9697 remote_ops.to_close = remote_close;
9698 remote_ops.to_detach = remote_detach;
9699 remote_ops.to_disconnect = remote_disconnect;
9700 remote_ops.to_resume = remote_resume;
9701 remote_ops.to_wait = remote_wait;
9702 remote_ops.to_fetch_registers = remote_fetch_registers;
9703 remote_ops.to_store_registers = remote_store_registers;
9704 remote_ops.to_prepare_to_store = remote_prepare_to_store;
9705 remote_ops.deprecated_xfer_memory = remote_xfer_memory;
9706 remote_ops.to_files_info = remote_files_info;
9707 remote_ops.to_insert_breakpoint = remote_insert_breakpoint;
9708 remote_ops.to_remove_breakpoint = remote_remove_breakpoint;
9709 remote_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint;
9710 remote_ops.to_stopped_data_address = remote_stopped_data_address;
9711 remote_ops.to_can_use_hw_breakpoint = remote_check_watch_resources;
9712 remote_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint;
9713 remote_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint;
9714 remote_ops.to_insert_watchpoint = remote_insert_watchpoint;
9715 remote_ops.to_remove_watchpoint = remote_remove_watchpoint;
9716 remote_ops.to_kill = remote_kill;
9717 remote_ops.to_load = generic_load;
9718 remote_ops.to_mourn_inferior = remote_mourn;
9719 remote_ops.to_thread_alive = remote_thread_alive;
9720 remote_ops.to_find_new_threads = remote_threads_info;
9721 remote_ops.to_pid_to_str = remote_pid_to_str;
9722 remote_ops.to_extra_thread_info = remote_threads_extra_info;
9723 remote_ops.to_get_ada_task_ptid = remote_get_ada_task_ptid;
9724 remote_ops.to_stop = remote_stop;
9725 remote_ops.to_xfer_partial = remote_xfer_partial;
9726 remote_ops.to_rcmd = remote_rcmd;
9727 remote_ops.to_log_command = serial_log_command;
9728 remote_ops.to_get_thread_local_address = remote_get_thread_local_address;
9729 remote_ops.to_stratum = process_stratum;
9730 remote_ops.to_has_all_memory = default_child_has_all_memory;
9731 remote_ops.to_has_memory = default_child_has_memory;
9732 remote_ops.to_has_stack = default_child_has_stack;
9733 remote_ops.to_has_registers = default_child_has_registers;
9734 remote_ops.to_has_execution = default_child_has_execution;
9735 remote_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */
9736 remote_ops.to_can_execute_reverse = remote_can_execute_reverse;
9737 remote_ops.to_magic = OPS_MAGIC;
9738 remote_ops.to_memory_map = remote_memory_map;
9739 remote_ops.to_flash_erase = remote_flash_erase;
9740 remote_ops.to_flash_done = remote_flash_done;
9741 remote_ops.to_read_description = remote_read_description;
9742 remote_ops.to_search_memory = remote_search_memory;
9743 remote_ops.to_can_async_p = remote_can_async_p;
9744 remote_ops.to_is_async_p = remote_is_async_p;
9745 remote_ops.to_async = remote_async;
9746 remote_ops.to_async_mask = remote_async_mask;
9747 remote_ops.to_terminal_inferior = remote_terminal_inferior;
9748 remote_ops.to_terminal_ours = remote_terminal_ours;
9749 remote_ops.to_supports_non_stop = remote_supports_non_stop;
9750 remote_ops.to_supports_multi_process = remote_supports_multi_process;
9751 remote_ops.to_trace_init = remote_trace_init;
9752 remote_ops.to_download_tracepoint = remote_download_tracepoint;
9753 remote_ops.to_download_trace_state_variable = remote_download_trace_state_variable;
9754 remote_ops.to_trace_set_readonly_regions = remote_trace_set_readonly_regions;
9755 remote_ops.to_trace_start = remote_trace_start;
9756 remote_ops.to_get_trace_status = remote_get_trace_status;
9757 remote_ops.to_trace_stop = remote_trace_stop;
9758 remote_ops.to_trace_find = remote_trace_find;
9759 remote_ops.to_get_trace_state_variable_value = remote_get_trace_state_variable_value;
9760 remote_ops.to_save_trace_data = remote_save_trace_data;
9761 remote_ops.to_upload_tracepoints = remote_upload_tracepoints;
9762 remote_ops.to_upload_trace_state_variables = remote_upload_trace_state_variables;
9763 remote_ops.to_get_raw_trace_data = remote_get_raw_trace_data;
9764 remote_ops.to_set_disconnected_tracing = remote_set_disconnected_tracing;
9765 remote_ops.to_set_circular_trace_buffer = remote_set_circular_trace_buffer;
9766 remote_ops.to_core_of_thread = remote_core_of_thread;
9767 remote_ops.to_verify_memory = remote_verify_memory;
9770 /* Set up the extended remote vector by making a copy of the standard
9771 remote vector and adding to it. */
9774 init_extended_remote_ops (void)
9776 extended_remote_ops = remote_ops;
9778 extended_remote_ops.to_shortname = "extended-remote";
9779 extended_remote_ops.to_longname =
9780 "Extended remote serial target in gdb-specific protocol";
9781 extended_remote_ops.to_doc =
9782 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
9783 Specify the serial device it is connected to (e.g. /dev/ttya).";
9784 extended_remote_ops.to_open = extended_remote_open;
9785 extended_remote_ops.to_create_inferior = extended_remote_create_inferior;
9786 extended_remote_ops.to_mourn_inferior = extended_remote_mourn;
9787 extended_remote_ops.to_detach = extended_remote_detach;
9788 extended_remote_ops.to_attach = extended_remote_attach;
9789 extended_remote_ops.to_kill = extended_remote_kill;
9793 remote_can_async_p (void)
9795 if (!target_async_permitted)
9796 /* We only enable async when the user specifically asks for it. */
9799 /* We're async whenever the serial device is. */
9800 return remote_async_mask_value && serial_can_async_p (remote_desc);
9804 remote_is_async_p (void)
9806 if (!target_async_permitted)
9807 /* We only enable async when the user specifically asks for it. */
9810 /* We're async whenever the serial device is. */
9811 return remote_async_mask_value && serial_is_async_p (remote_desc);
9814 /* Pass the SERIAL event on and up to the client. One day this code
9815 will be able to delay notifying the client of an event until the
9816 point where an entire packet has been received. */
9818 static void (*async_client_callback) (enum inferior_event_type event_type,
9820 static void *async_client_context;
9821 static serial_event_ftype remote_async_serial_handler;
9824 remote_async_serial_handler (struct serial *scb, void *context)
9826 /* Don't propogate error information up to the client. Instead let
9827 the client find out about the error by querying the target. */
9828 async_client_callback (INF_REG_EVENT, async_client_context);
9832 remote_async_inferior_event_handler (gdb_client_data data)
9834 inferior_event_handler (INF_REG_EVENT, NULL);
9838 remote_async_get_pending_events_handler (gdb_client_data data)
9840 remote_get_pending_stop_replies ();
9844 remote_async (void (*callback) (enum inferior_event_type event_type,
9845 void *context), void *context)
9847 if (remote_async_mask_value == 0)
9848 internal_error (__FILE__, __LINE__,
9849 _("Calling remote_async when async is masked"));
9851 if (callback != NULL)
9853 serial_async (remote_desc, remote_async_serial_handler, NULL);
9854 async_client_callback = callback;
9855 async_client_context = context;
9858 serial_async (remote_desc, NULL, NULL);
9862 remote_async_mask (int new_mask)
9864 int curr_mask = remote_async_mask_value;
9865 remote_async_mask_value = new_mask;
9870 set_remote_cmd (char *args, int from_tty)
9872 help_list (remote_set_cmdlist, "set remote ", -1, gdb_stdout);
9876 show_remote_cmd (char *args, int from_tty)
9878 /* We can't just use cmd_show_list here, because we want to skip
9879 the redundant "show remote Z-packet" and the legacy aliases. */
9880 struct cleanup *showlist_chain;
9881 struct cmd_list_element *list = remote_show_cmdlist;
9883 showlist_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "showlist");
9884 for (; list != NULL; list = list->next)
9885 if (strcmp (list->name, "Z-packet") == 0)
9887 else if (list->type == not_set_cmd)
9888 /* Alias commands are exactly like the original, except they
9889 don't have the normal type. */
9893 struct cleanup *option_chain
9894 = make_cleanup_ui_out_tuple_begin_end (uiout, "option");
9895 ui_out_field_string (uiout, "name", list->name);
9896 ui_out_text (uiout, ": ");
9897 if (list->type == show_cmd)
9898 do_setshow_command ((char *) NULL, from_tty, list);
9900 cmd_func (list, NULL, from_tty);
9901 /* Close the tuple. */
9902 do_cleanups (option_chain);
9905 /* Close the tuple. */
9906 do_cleanups (showlist_chain);
9910 /* Function to be called whenever a new objfile (shlib) is detected. */
9912 remote_new_objfile (struct objfile *objfile)
9914 if (remote_desc != 0) /* Have a remote connection. */
9915 remote_check_symbols (objfile);
9918 /* Pull all the tracepoints defined on the target and create local
9919 data structures representing them. We don't want to create real
9920 tracepoints yet, we don't want to mess up the user's existing
9924 remote_upload_tracepoints (struct uploaded_tp **utpp)
9926 struct remote_state *rs = get_remote_state ();
9929 /* Ask for a first packet of tracepoint definition. */
9931 getpkt (&rs->buf, &rs->buf_size, 0);
9933 while (*p && *p != 'l')
9935 parse_tracepoint_definition (p, utpp);
9936 /* Ask for another packet of tracepoint definition. */
9938 getpkt (&rs->buf, &rs->buf_size, 0);
9945 remote_upload_trace_state_variables (struct uploaded_tsv **utsvp)
9947 struct remote_state *rs = get_remote_state ();
9950 /* Ask for a first packet of variable definition. */
9952 getpkt (&rs->buf, &rs->buf_size, 0);
9954 while (*p && *p != 'l')
9956 parse_tsv_definition (p, utsvp);
9957 /* Ask for another packet of variable definition. */
9959 getpkt (&rs->buf, &rs->buf_size, 0);
9966 _initialize_remote (void)
9968 struct remote_state *rs;
9969 struct cmd_list_element *cmd;
9972 /* architecture specific data */
9973 remote_gdbarch_data_handle =
9974 gdbarch_data_register_post_init (init_remote_state);
9975 remote_g_packet_data_handle =
9976 gdbarch_data_register_pre_init (remote_g_packet_data_init);
9978 /* Initialize the per-target state. At the moment there is only one
9979 of these, not one per target. Only one target is active at a
9980 time. The default buffer size is unimportant; it will be expanded
9981 whenever a larger buffer is needed. */
9982 rs = get_remote_state_raw ();
9984 rs->buf = xmalloc (rs->buf_size);
9987 add_target (&remote_ops);
9989 init_extended_remote_ops ();
9990 add_target (&extended_remote_ops);
9992 /* Hook into new objfile notification. */
9993 observer_attach_new_objfile (remote_new_objfile);
9995 /* Set up signal handlers. */
9996 sigint_remote_token =
9997 create_async_signal_handler (async_remote_interrupt, NULL);
9998 sigint_remote_twice_token =
9999 create_async_signal_handler (inferior_event_handler_wrapper, NULL);
10002 init_remote_threadtests ();
10005 /* set/show remote ... */
10007 add_prefix_cmd ("remote", class_maintenance, set_remote_cmd, _("\
10008 Remote protocol specific variables\n\
10009 Configure various remote-protocol specific variables such as\n\
10010 the packets being used"),
10011 &remote_set_cmdlist, "set remote ",
10012 0 /* allow-unknown */, &setlist);
10013 add_prefix_cmd ("remote", class_maintenance, show_remote_cmd, _("\
10014 Remote protocol specific variables\n\
10015 Configure various remote-protocol specific variables such as\n\
10016 the packets being used"),
10017 &remote_show_cmdlist, "show remote ",
10018 0 /* allow-unknown */, &showlist);
10020 add_cmd ("compare-sections", class_obscure, compare_sections_command, _("\
10021 Compare section data on target to the exec file.\n\
10022 Argument is a single section name (default: all loaded sections)."),
10025 add_cmd ("packet", class_maintenance, packet_command, _("\
10026 Send an arbitrary packet to a remote target.\n\
10027 maintenance packet TEXT\n\
10028 If GDB is talking to an inferior via the GDB serial protocol, then\n\
10029 this command sends the string TEXT to the inferior, and displays the\n\
10030 response packet. GDB supplies the initial `$' character, and the\n\
10031 terminating `#' character and checksum."),
10034 add_setshow_boolean_cmd ("remotebreak", no_class, &remote_break, _("\
10035 Set whether to send break if interrupted."), _("\
10036 Show whether to send break if interrupted."), _("\
10037 If set, a break, instead of a cntrl-c, is sent to the remote target."),
10038 set_remotebreak, show_remotebreak,
10039 &setlist, &showlist);
10040 cmd_name = "remotebreak";
10041 cmd = lookup_cmd (&cmd_name, setlist, "", -1, 1);
10042 deprecate_cmd (cmd, "set remote interrupt-sequence");
10043 cmd_name = "remotebreak"; /* needed because lookup_cmd updates the pointer */
10044 cmd = lookup_cmd (&cmd_name, showlist, "", -1, 1);
10045 deprecate_cmd (cmd, "show remote interrupt-sequence");
10047 add_setshow_enum_cmd ("interrupt-sequence", class_support,
10048 interrupt_sequence_modes, &interrupt_sequence_mode, _("\
10049 Set interrupt sequence to remote target."), _("\
10050 Show interrupt sequence to remote target."), _("\
10051 Valid value is \"Ctrl-C\", \"BREAK\" or \"BREAK-g\". The default is \"Ctrl-C\"."),
10052 NULL, show_interrupt_sequence,
10053 &remote_set_cmdlist,
10054 &remote_show_cmdlist);
10056 add_setshow_boolean_cmd ("interrupt-on-connect", class_support,
10057 &interrupt_on_connect, _("\
10058 Set whether interrupt-sequence is sent to remote target when gdb connects to."), _(" \
10059 Show whether interrupt-sequence is sent to remote target when gdb connects to."), _(" \
10060 If set, interrupt sequence is sent to remote target."),
10062 &remote_set_cmdlist, &remote_show_cmdlist);
10064 /* Install commands for configuring memory read/write packets. */
10066 add_cmd ("remotewritesize", no_class, set_memory_write_packet_size, _("\
10067 Set the maximum number of bytes per memory write packet (deprecated)."),
10069 add_cmd ("remotewritesize", no_class, show_memory_write_packet_size, _("\
10070 Show the maximum number of bytes per memory write packet (deprecated)."),
10072 add_cmd ("memory-write-packet-size", no_class,
10073 set_memory_write_packet_size, _("\
10074 Set the maximum number of bytes per memory-write packet.\n\
10075 Specify the number of bytes in a packet or 0 (zero) for the\n\
10076 default packet size. The actual limit is further reduced\n\
10077 dependent on the target. Specify ``fixed'' to disable the\n\
10078 further restriction and ``limit'' to enable that restriction."),
10079 &remote_set_cmdlist);
10080 add_cmd ("memory-read-packet-size", no_class,
10081 set_memory_read_packet_size, _("\
10082 Set the maximum number of bytes per memory-read packet.\n\
10083 Specify the number of bytes in a packet or 0 (zero) for the\n\
10084 default packet size. The actual limit is further reduced\n\
10085 dependent on the target. Specify ``fixed'' to disable the\n\
10086 further restriction and ``limit'' to enable that restriction."),
10087 &remote_set_cmdlist);
10088 add_cmd ("memory-write-packet-size", no_class,
10089 show_memory_write_packet_size,
10090 _("Show the maximum number of bytes per memory-write packet."),
10091 &remote_show_cmdlist);
10092 add_cmd ("memory-read-packet-size", no_class,
10093 show_memory_read_packet_size,
10094 _("Show the maximum number of bytes per memory-read packet."),
10095 &remote_show_cmdlist);
10097 add_setshow_zinteger_cmd ("hardware-watchpoint-limit", no_class,
10098 &remote_hw_watchpoint_limit, _("\
10099 Set the maximum number of target hardware watchpoints."), _("\
10100 Show the maximum number of target hardware watchpoints."), _("\
10101 Specify a negative limit for unlimited."),
10102 NULL, NULL, /* FIXME: i18n: The maximum number of target hardware watchpoints is %s. */
10103 &remote_set_cmdlist, &remote_show_cmdlist);
10104 add_setshow_zinteger_cmd ("hardware-breakpoint-limit", no_class,
10105 &remote_hw_breakpoint_limit, _("\
10106 Set the maximum number of target hardware breakpoints."), _("\
10107 Show the maximum number of target hardware breakpoints."), _("\
10108 Specify a negative limit for unlimited."),
10109 NULL, NULL, /* FIXME: i18n: The maximum number of target hardware breakpoints is %s. */
10110 &remote_set_cmdlist, &remote_show_cmdlist);
10112 add_setshow_integer_cmd ("remoteaddresssize", class_obscure,
10113 &remote_address_size, _("\
10114 Set the maximum size of the address (in bits) in a memory packet."), _("\
10115 Show the maximum size of the address (in bits) in a memory packet."), NULL,
10117 NULL, /* FIXME: i18n: */
10118 &setlist, &showlist);
10120 add_packet_config_cmd (&remote_protocol_packets[PACKET_X],
10121 "X", "binary-download", 1);
10123 add_packet_config_cmd (&remote_protocol_packets[PACKET_vCont],
10124 "vCont", "verbose-resume", 0);
10126 add_packet_config_cmd (&remote_protocol_packets[PACKET_QPassSignals],
10127 "QPassSignals", "pass-signals", 0);
10129 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSymbol],
10130 "qSymbol", "symbol-lookup", 0);
10132 add_packet_config_cmd (&remote_protocol_packets[PACKET_P],
10133 "P", "set-register", 1);
10135 add_packet_config_cmd (&remote_protocol_packets[PACKET_p],
10136 "p", "fetch-register", 1);
10138 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z0],
10139 "Z0", "software-breakpoint", 0);
10141 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z1],
10142 "Z1", "hardware-breakpoint", 0);
10144 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z2],
10145 "Z2", "write-watchpoint", 0);
10147 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z3],
10148 "Z3", "read-watchpoint", 0);
10150 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z4],
10151 "Z4", "access-watchpoint", 0);
10153 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_auxv],
10154 "qXfer:auxv:read", "read-aux-vector", 0);
10156 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_features],
10157 "qXfer:features:read", "target-features", 0);
10159 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_libraries],
10160 "qXfer:libraries:read", "library-info", 0);
10162 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_memory_map],
10163 "qXfer:memory-map:read", "memory-map", 0);
10165 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_spu_read],
10166 "qXfer:spu:read", "read-spu-object", 0);
10168 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_spu_write],
10169 "qXfer:spu:write", "write-spu-object", 0);
10171 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_osdata],
10172 "qXfer:osdata:read", "osdata", 0);
10174 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_threads],
10175 "qXfer:threads:read", "threads", 0);
10177 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_siginfo_read],
10178 "qXfer:siginfo:read", "read-siginfo-object", 0);
10180 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_siginfo_write],
10181 "qXfer:siginfo:write", "write-siginfo-object", 0);
10183 add_packet_config_cmd (&remote_protocol_packets[PACKET_qGetTLSAddr],
10184 "qGetTLSAddr", "get-thread-local-storage-address",
10187 add_packet_config_cmd (&remote_protocol_packets[PACKET_bc],
10188 "bc", "reverse-continue", 0);
10190 add_packet_config_cmd (&remote_protocol_packets[PACKET_bs],
10191 "bs", "reverse-step", 0);
10193 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSupported],
10194 "qSupported", "supported-packets", 0);
10196 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSearch_memory],
10197 "qSearch:memory", "search-memory", 0);
10199 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_open],
10200 "vFile:open", "hostio-open", 0);
10202 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_pread],
10203 "vFile:pread", "hostio-pread", 0);
10205 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_pwrite],
10206 "vFile:pwrite", "hostio-pwrite", 0);
10208 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_close],
10209 "vFile:close", "hostio-close", 0);
10211 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_unlink],
10212 "vFile:unlink", "hostio-unlink", 0);
10214 add_packet_config_cmd (&remote_protocol_packets[PACKET_vAttach],
10215 "vAttach", "attach", 0);
10217 add_packet_config_cmd (&remote_protocol_packets[PACKET_vRun],
10220 add_packet_config_cmd (&remote_protocol_packets[PACKET_QStartNoAckMode],
10221 "QStartNoAckMode", "noack", 0);
10223 add_packet_config_cmd (&remote_protocol_packets[PACKET_vKill],
10224 "vKill", "kill", 0);
10226 add_packet_config_cmd (&remote_protocol_packets[PACKET_qAttached],
10227 "qAttached", "query-attached", 0);
10229 add_packet_config_cmd (&remote_protocol_packets[PACKET_ConditionalTracepoints],
10230 "ConditionalTracepoints", "conditional-tracepoints", 0);
10231 add_packet_config_cmd (&remote_protocol_packets[PACKET_FastTracepoints],
10232 "FastTracepoints", "fast-tracepoints", 0);
10234 /* Keep the old ``set remote Z-packet ...'' working. Each individual
10235 Z sub-packet has its own set and show commands, but users may
10236 have sets to this variable in their .gdbinit files (or in their
10238 add_setshow_auto_boolean_cmd ("Z-packet", class_obscure,
10239 &remote_Z_packet_detect, _("\
10240 Set use of remote protocol `Z' packets"), _("\
10241 Show use of remote protocol `Z' packets "), _("\
10242 When set, GDB will attempt to use the remote breakpoint and watchpoint\n\
10244 set_remote_protocol_Z_packet_cmd,
10245 show_remote_protocol_Z_packet_cmd, /* FIXME: i18n: Use of remote protocol `Z' packets is %s. */
10246 &remote_set_cmdlist, &remote_show_cmdlist);
10248 add_prefix_cmd ("remote", class_files, remote_command, _("\
10249 Manipulate files on the remote system\n\
10250 Transfer files to and from the remote target system."),
10251 &remote_cmdlist, "remote ",
10252 0 /* allow-unknown */, &cmdlist);
10254 add_cmd ("put", class_files, remote_put_command,
10255 _("Copy a local file to the remote system."),
10258 add_cmd ("get", class_files, remote_get_command,
10259 _("Copy a remote file to the local system."),
10262 add_cmd ("delete", class_files, remote_delete_command,
10263 _("Delete a remote file."),
10266 remote_exec_file = xstrdup ("");
10267 add_setshow_string_noescape_cmd ("exec-file", class_files,
10268 &remote_exec_file, _("\
10269 Set the remote pathname for \"run\""), _("\
10270 Show the remote pathname for \"run\""), NULL, NULL, NULL,
10271 &remote_set_cmdlist, &remote_show_cmdlist);
10273 /* Eventually initialize fileio. See fileio.c */
10274 initialize_remote_fileio (remote_set_cmdlist, remote_show_cmdlist);
10276 /* Take advantage of the fact that the LWP field is not used, to tag
10277 special ptids with it set to != 0. */
10278 magic_null_ptid = ptid_build (42000, 1, -1);
10279 not_sent_ptid = ptid_build (42000, 1, -2);
10280 any_thread_ptid = ptid_build (42000, 1, 0);
10282 target_buf_size = 2048;
10283 target_buf = xmalloc (target_buf_size);