1 /* Remote target communications for serial-line targets in custom GDB protocol
3 Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
4 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
5 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 2 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, write to the Free Software
21 Foundation, Inc., 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */
24 /* See the GDB User Guide for details of the GDB remote protocol. */
27 #include "gdb_string.h"
34 /*#include "terminal.h" */
37 #include "gdb-stabs.h"
38 #include "gdbthread.h"
42 #include "gdb_assert.h"
47 #include <sys/types.h>
50 #include "event-loop.h"
51 #include "event-top.h"
57 #include "gdbcore.h" /* for exec_bfd */
59 #include "remote-fileio.h"
61 /* Prototypes for local functions */
62 static void cleanup_sigint_signal_handler (void *dummy);
63 static void initialize_sigint_signal_handler (void);
64 static int getpkt_sane (char *buf, long sizeof_buf, int forever);
66 static void handle_remote_sigint (int);
67 static void handle_remote_sigint_twice (int);
68 static void async_remote_interrupt (gdb_client_data);
69 void async_remote_interrupt_twice (gdb_client_data);
71 static void build_remote_gdbarch_data (void);
73 static void remote_files_info (struct target_ops *ignore);
75 static int remote_xfer_memory (CORE_ADDR memaddr, char *myaddr,
76 int len, int should_write,
77 struct mem_attrib *attrib,
78 struct target_ops *target);
80 static void remote_prepare_to_store (void);
82 static void remote_fetch_registers (int regno);
84 static void remote_resume (ptid_t ptid, int step,
85 enum target_signal siggnal);
86 static void remote_async_resume (ptid_t ptid, int step,
87 enum target_signal siggnal);
88 static int remote_start_remote (struct ui_out *uiout, void *dummy);
90 static void remote_open (char *name, int from_tty);
91 static void remote_async_open (char *name, int from_tty);
93 static void extended_remote_open (char *name, int from_tty);
94 static void extended_remote_async_open (char *name, int from_tty);
96 static void remote_open_1 (char *, int, struct target_ops *, int extended_p,
99 static void remote_close (int quitting);
101 static void remote_store_registers (int regno);
103 static void remote_mourn (void);
104 static void remote_async_mourn (void);
106 static void extended_remote_restart (void);
108 static void extended_remote_mourn (void);
110 static void extended_remote_create_inferior (char *, char *, char **);
111 static void extended_remote_async_create_inferior (char *, char *, char **);
113 static void remote_mourn_1 (struct target_ops *);
115 static void remote_send (char *buf, long sizeof_buf);
117 static int readchar (int timeout);
119 static ptid_t remote_wait (ptid_t ptid,
120 struct target_waitstatus *status);
121 static ptid_t remote_async_wait (ptid_t ptid,
122 struct target_waitstatus *status);
124 static void remote_kill (void);
125 static void remote_async_kill (void);
127 static int tohex (int nib);
129 static void remote_detach (char *args, int from_tty);
131 static void remote_interrupt (int signo);
133 static void remote_interrupt_twice (int signo);
135 static void interrupt_query (void);
137 static void set_thread (int, int);
139 static int remote_thread_alive (ptid_t);
141 static void get_offsets (void);
143 static long read_frame (char *buf, long sizeof_buf);
145 static int remote_insert_breakpoint (CORE_ADDR, char *);
147 static int remote_remove_breakpoint (CORE_ADDR, char *);
149 static int hexnumlen (ULONGEST num);
151 static void init_remote_ops (void);
153 static void init_extended_remote_ops (void);
155 static void remote_stop (void);
157 static int ishex (int ch, int *val);
159 static int stubhex (int ch);
161 static int hexnumstr (char *, ULONGEST);
163 static int hexnumnstr (char *, ULONGEST, int);
165 static CORE_ADDR remote_address_masked (CORE_ADDR);
167 static void print_packet (char *);
169 static unsigned long crc32 (unsigned char *, int, unsigned int);
171 static void compare_sections_command (char *, int);
173 static void packet_command (char *, int);
175 static int stub_unpack_int (char *buff, int fieldlength);
177 static ptid_t remote_current_thread (ptid_t oldptid);
179 static void remote_find_new_threads (void);
181 static void record_currthread (int currthread);
183 static int fromhex (int a);
185 static int hex2bin (const char *hex, char *bin, int count);
187 static int bin2hex (const char *bin, char *hex, int count);
189 static int putpkt_binary (char *buf, int cnt);
191 static void check_binary_download (CORE_ADDR addr);
193 struct packet_config;
195 static void show_packet_config_cmd (struct packet_config *config);
197 static void update_packet_config (struct packet_config *config);
199 void _initialize_remote (void);
201 /* Description of the remote protocol. Strictly speaking, when the
202 target is open()ed, remote.c should create a per-target description
203 of the remote protocol using that target's architecture.
204 Unfortunately, the target stack doesn't include local state. For
205 the moment keep the information in the target's architecture
210 long offset; /* Offset into G packet. */
211 long regnum; /* GDB's internal register number. */
212 LONGEST pnum; /* Remote protocol register number. */
213 int in_g_packet; /* Always part of G packet. */
214 /* long size in bytes; == DEPRECATED_REGISTER_RAW_SIZE (regnum); at present. */
215 /* char *name; == REGISTER_NAME (regnum); at present. */
220 /* Description of the remote protocol registers. */
221 long sizeof_g_packet;
223 /* Description of the remote protocol registers indexed by REGNUM
224 (making an array of NUM_REGS + NUM_PSEUDO_REGS in size). */
225 struct packet_reg *regs;
227 /* This is the size (in chars) of the first response to the ``g''
228 packet. It is used as a heuristic when determining the maximum
229 size of memory-read and memory-write packets. A target will
230 typically only reserve a buffer large enough to hold the ``g''
231 packet. The size does not include packet overhead (headers and
233 long actual_register_packet_size;
235 /* This is the maximum size (in chars) of a non read/write packet.
236 It is also used as a cap on the size of read/write packets. */
237 long remote_packet_size;
241 /* Handle for retreving the remote protocol data from gdbarch. */
242 static struct gdbarch_data *remote_gdbarch_data_handle;
244 static struct remote_state *
245 get_remote_state (void)
247 return gdbarch_data (current_gdbarch, remote_gdbarch_data_handle);
251 init_remote_state (struct gdbarch *gdbarch)
254 struct remote_state *rs = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct remote_state);
256 if (DEPRECATED_REGISTER_BYTES != 0)
257 rs->sizeof_g_packet = DEPRECATED_REGISTER_BYTES;
259 rs->sizeof_g_packet = 0;
261 /* Assume a 1:1 regnum<->pnum table. */
262 rs->regs = GDBARCH_OBSTACK_CALLOC (gdbarch, NUM_REGS + NUM_PSEUDO_REGS,
264 for (regnum = 0; regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
266 struct packet_reg *r = &rs->regs[regnum];
269 r->offset = DEPRECATED_REGISTER_BYTE (regnum);
270 r->in_g_packet = (regnum < NUM_REGS);
271 /* ...name = REGISTER_NAME (regnum); */
273 /* Compute packet size by accumulating the size of all registers. */
274 if (DEPRECATED_REGISTER_BYTES == 0)
275 rs->sizeof_g_packet += register_size (current_gdbarch, regnum);
278 /* Default maximum number of characters in a packet body. Many
279 remote stubs have a hardwired buffer size of 400 bytes
280 (c.f. BUFMAX in m68k-stub.c and i386-stub.c). BUFMAX-1 is used
281 as the maximum packet-size to ensure that the packet and an extra
282 NUL character can always fit in the buffer. This stops GDB
283 trashing stubs that try to squeeze an extra NUL into what is
284 already a full buffer (As of 1999-12-04 that was most stubs. */
285 rs->remote_packet_size = 400 - 1;
287 /* Should rs->sizeof_g_packet needs more space than the
288 default, adjust the size accordingly. Remember that each byte is
289 encoded as two characters. 32 is the overhead for the packet
290 header / footer. NOTE: cagney/1999-10-26: I suspect that 8
291 (``$NN:G...#NN'') is a better guess, the below has been padded a
293 if (rs->sizeof_g_packet > ((rs->remote_packet_size - 32) / 2))
294 rs->remote_packet_size = (rs->sizeof_g_packet * 2 + 32);
296 /* This one is filled in when a ``g'' packet is received. */
297 rs->actual_register_packet_size = 0;
302 static struct packet_reg *
303 packet_reg_from_regnum (struct remote_state *rs, long regnum)
305 if (regnum < 0 && regnum >= NUM_REGS + NUM_PSEUDO_REGS)
309 struct packet_reg *r = &rs->regs[regnum];
310 gdb_assert (r->regnum == regnum);
315 static struct packet_reg *
316 packet_reg_from_pnum (struct remote_state *rs, LONGEST pnum)
319 for (i = 0; i < NUM_REGS + NUM_PSEUDO_REGS; i++)
321 struct packet_reg *r = &rs->regs[i];
328 /* FIXME: graces/2002-08-08: These variables should eventually be
329 bound to an instance of the target object (as in gdbarch-tdep()),
330 when such a thing exists. */
332 /* This is set to the data address of the access causing the target
333 to stop for a watchpoint. */
334 static CORE_ADDR remote_watch_data_address;
336 /* This is non-zero if taregt stopped for a watchpoint. */
337 static int remote_stopped_by_watchpoint_p;
340 static struct target_ops remote_ops;
342 static struct target_ops extended_remote_ops;
344 /* Temporary target ops. Just like the remote_ops and
345 extended_remote_ops, but with asynchronous support. */
346 static struct target_ops remote_async_ops;
348 static struct target_ops extended_async_remote_ops;
350 /* FIXME: cagney/1999-09-23: Even though getpkt was called with
351 ``forever'' still use the normal timeout mechanism. This is
352 currently used by the ASYNC code to guarentee that target reads
353 during the initial connect always time-out. Once getpkt has been
354 modified to return a timeout indication and, in turn
355 remote_wait()/wait_for_inferior() have gained a timeout parameter
357 static int wait_forever_enabled_p = 1;
360 /* This variable chooses whether to send a ^C or a break when the user
361 requests program interruption. Although ^C is usually what remote
362 systems expect, and that is the default here, sometimes a break is
363 preferable instead. */
365 static int remote_break;
367 /* Descriptor for I/O to remote machine. Initialize it to NULL so that
368 remote_open knows that we don't have a file open when the program
370 static struct serial *remote_desc = NULL;
372 /* This variable sets the number of bits in an address that are to be
373 sent in a memory ("M" or "m") packet. Normally, after stripping
374 leading zeros, the entire address would be sent. This variable
375 restricts the address to REMOTE_ADDRESS_SIZE bits. HISTORY: The
376 initial implementation of remote.c restricted the address sent in
377 memory packets to ``host::sizeof long'' bytes - (typically 32
378 bits). Consequently, for 64 bit targets, the upper 32 bits of an
379 address was never sent. Since fixing this bug may cause a break in
380 some remote targets this variable is principly provided to
381 facilitate backward compatibility. */
383 static int remote_address_size;
385 /* Tempoary to track who currently owns the terminal. See
386 target_async_terminal_* for more details. */
388 static int remote_async_terminal_ours_p;
391 /* User configurable variables for the number of characters in a
392 memory read/write packet. MIN ((rs->remote_packet_size),
393 rs->sizeof_g_packet) is the default. Some targets need smaller
394 values (fifo overruns, et.al.) and some users need larger values
395 (speed up transfers). The variables ``preferred_*'' (the user
396 request), ``current_*'' (what was actually set) and ``forced_*''
397 (Positive - a soft limit, negative - a hard limit). */
399 struct memory_packet_config
406 /* Compute the current size of a read/write packet. Since this makes
407 use of ``actual_register_packet_size'' the computation is dynamic. */
410 get_memory_packet_size (struct memory_packet_config *config)
412 struct remote_state *rs = get_remote_state ();
413 /* NOTE: The somewhat arbitrary 16k comes from the knowledge (folk
414 law?) that some hosts don't cope very well with large alloca()
415 calls. Eventually the alloca() code will be replaced by calls to
416 xmalloc() and make_cleanups() allowing this restriction to either
417 be lifted or removed. */
418 #ifndef MAX_REMOTE_PACKET_SIZE
419 #define MAX_REMOTE_PACKET_SIZE 16384
421 /* NOTE: 16 is just chosen at random. */
422 #ifndef MIN_REMOTE_PACKET_SIZE
423 #define MIN_REMOTE_PACKET_SIZE 16
428 if (config->size <= 0)
429 what_they_get = MAX_REMOTE_PACKET_SIZE;
431 what_they_get = config->size;
435 what_they_get = (rs->remote_packet_size);
436 /* Limit the packet to the size specified by the user. */
438 && what_they_get > config->size)
439 what_they_get = config->size;
440 /* Limit it to the size of the targets ``g'' response. */
441 if ((rs->actual_register_packet_size) > 0
442 && what_they_get > (rs->actual_register_packet_size))
443 what_they_get = (rs->actual_register_packet_size);
445 if (what_they_get > MAX_REMOTE_PACKET_SIZE)
446 what_they_get = MAX_REMOTE_PACKET_SIZE;
447 if (what_they_get < MIN_REMOTE_PACKET_SIZE)
448 what_they_get = MIN_REMOTE_PACKET_SIZE;
449 return what_they_get;
452 /* Update the size of a read/write packet. If they user wants
453 something really big then do a sanity check. */
456 set_memory_packet_size (char *args, struct memory_packet_config *config)
458 int fixed_p = config->fixed_p;
459 long size = config->size;
461 error ("Argument required (integer, `fixed' or `limited').");
462 else if (strcmp (args, "hard") == 0
463 || strcmp (args, "fixed") == 0)
465 else if (strcmp (args, "soft") == 0
466 || strcmp (args, "limit") == 0)
471 size = strtoul (args, &end, 0);
473 error ("Invalid %s (bad syntax).", config->name);
475 /* Instead of explicitly capping the size of a packet to
476 MAX_REMOTE_PACKET_SIZE or dissallowing it, the user is
477 instead allowed to set the size to something arbitrarily
479 if (size > MAX_REMOTE_PACKET_SIZE)
480 error ("Invalid %s (too large).", config->name);
484 if (fixed_p && !config->fixed_p)
486 if (! query ("The target may not be able to correctly handle a %s\n"
487 "of %ld bytes. Change the packet size? ",
489 error ("Packet size not changed.");
491 /* Update the config. */
492 config->fixed_p = fixed_p;
497 show_memory_packet_size (struct memory_packet_config *config)
499 printf_filtered ("The %s is %ld. ", config->name, config->size);
501 printf_filtered ("Packets are fixed at %ld bytes.\n",
502 get_memory_packet_size (config));
504 printf_filtered ("Packets are limited to %ld bytes.\n",
505 get_memory_packet_size (config));
508 static struct memory_packet_config memory_write_packet_config =
510 "memory-write-packet-size",
514 set_memory_write_packet_size (char *args, int from_tty)
516 set_memory_packet_size (args, &memory_write_packet_config);
520 show_memory_write_packet_size (char *args, int from_tty)
522 show_memory_packet_size (&memory_write_packet_config);
526 get_memory_write_packet_size (void)
528 return get_memory_packet_size (&memory_write_packet_config);
531 static struct memory_packet_config memory_read_packet_config =
533 "memory-read-packet-size",
537 set_memory_read_packet_size (char *args, int from_tty)
539 set_memory_packet_size (args, &memory_read_packet_config);
543 show_memory_read_packet_size (char *args, int from_tty)
545 show_memory_packet_size (&memory_read_packet_config);
549 get_memory_read_packet_size (void)
551 struct remote_state *rs = get_remote_state ();
552 long size = get_memory_packet_size (&memory_read_packet_config);
553 /* FIXME: cagney/1999-11-07: Functions like getpkt() need to get an
554 extra buffer size argument before the memory read size can be
555 increased beyond (rs->remote_packet_size). */
556 if (size > (rs->remote_packet_size))
557 size = (rs->remote_packet_size);
562 /* Generic configuration support for packets the stub optionally
563 supports. Allows the user to specify the use of the packet as well
564 as allowing GDB to auto-detect support in the remote stub. */
568 PACKET_SUPPORT_UNKNOWN = 0,
577 enum auto_boolean detect;
578 enum packet_support support;
581 /* Analyze a packet's return value and update the packet config
592 update_packet_config (struct packet_config *config)
594 switch (config->detect)
596 case AUTO_BOOLEAN_TRUE:
597 config->support = PACKET_ENABLE;
599 case AUTO_BOOLEAN_FALSE:
600 config->support = PACKET_DISABLE;
602 case AUTO_BOOLEAN_AUTO:
603 config->support = PACKET_SUPPORT_UNKNOWN;
609 show_packet_config_cmd (struct packet_config *config)
611 char *support = "internal-error";
612 switch (config->support)
618 support = "disabled";
620 case PACKET_SUPPORT_UNKNOWN:
624 switch (config->detect)
626 case AUTO_BOOLEAN_AUTO:
627 printf_filtered ("Support for remote protocol `%s' (%s) packet is auto-detected, currently %s.\n",
628 config->name, config->title, support);
630 case AUTO_BOOLEAN_TRUE:
631 case AUTO_BOOLEAN_FALSE:
632 printf_filtered ("Support for remote protocol `%s' (%s) packet is currently %s.\n",
633 config->name, config->title, support);
639 add_packet_config_cmd (struct packet_config *config,
642 cmd_sfunc_ftype *set_func,
643 cmd_sfunc_ftype *show_func,
644 struct cmd_list_element **set_remote_list,
645 struct cmd_list_element **show_remote_list,
648 struct cmd_list_element *set_cmd;
649 struct cmd_list_element *show_cmd;
654 config->title = title;
655 config->detect = AUTO_BOOLEAN_AUTO;
656 config->support = PACKET_SUPPORT_UNKNOWN;
657 xasprintf (&set_doc, "Set use of remote protocol `%s' (%s) packet",
659 xasprintf (&show_doc, "Show current use of remote protocol `%s' (%s) packet",
661 /* set/show TITLE-packet {auto,on,off} */
662 xasprintf (&cmd_name, "%s-packet", title);
663 add_setshow_auto_boolean_cmd (cmd_name, class_obscure,
664 &config->detect, set_doc, show_doc,
666 set_remote_list, show_remote_list);
667 /* set/show remote NAME-packet {auto,on,off} -- legacy */
671 xasprintf (&legacy_name, "%s-packet", name);
672 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
674 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
679 static enum packet_result
680 packet_ok (const char *buf, struct packet_config *config)
684 /* The stub recognized the packet request. Check that the
685 operation succeeded. */
686 switch (config->support)
688 case PACKET_SUPPORT_UNKNOWN:
690 fprintf_unfiltered (gdb_stdlog,
691 "Packet %s (%s) is supported\n",
692 config->name, config->title);
693 config->support = PACKET_ENABLE;
696 internal_error (__FILE__, __LINE__,
697 "packet_ok: attempt to use a disabled packet");
702 if (buf[0] == 'O' && buf[1] == 'K' && buf[2] == '\0')
703 /* "OK" - definitly OK. */
706 && isxdigit (buf[1]) && isxdigit (buf[2])
708 /* "Enn" - definitly an error. */
710 /* The packet may or may not be OK. Just assume it is */
715 /* The stub does not support the packet. */
716 switch (config->support)
719 if (config->detect == AUTO_BOOLEAN_AUTO)
720 /* If the stub previously indicated that the packet was
721 supported then there is a protocol error.. */
722 error ("Protocol error: %s (%s) conflicting enabled responses.",
723 config->name, config->title);
725 /* The user set it wrong. */
726 error ("Enabled packet %s (%s) not recognized by stub",
727 config->name, config->title);
729 case PACKET_SUPPORT_UNKNOWN:
731 fprintf_unfiltered (gdb_stdlog,
732 "Packet %s (%s) is NOT supported\n",
733 config->name, config->title);
734 config->support = PACKET_DISABLE;
739 return PACKET_UNKNOWN;
743 /* Should we try the 'vCont' (descriptive resume) request? */
744 static struct packet_config remote_protocol_vcont;
747 set_remote_protocol_vcont_packet_cmd (char *args, int from_tty,
748 struct cmd_list_element *c)
750 update_packet_config (&remote_protocol_vcont);
754 show_remote_protocol_vcont_packet_cmd (char *args, int from_tty,
755 struct cmd_list_element *c)
757 show_packet_config_cmd (&remote_protocol_vcont);
760 /* Should we try the 'qSymbol' (target symbol lookup service) request? */
761 static struct packet_config remote_protocol_qSymbol;
764 set_remote_protocol_qSymbol_packet_cmd (char *args, int from_tty,
765 struct cmd_list_element *c)
767 update_packet_config (&remote_protocol_qSymbol);
771 show_remote_protocol_qSymbol_packet_cmd (char *args, int from_tty,
772 struct cmd_list_element *c)
774 show_packet_config_cmd (&remote_protocol_qSymbol);
777 /* Should we try the 'e' (step over range) request? */
778 static struct packet_config remote_protocol_e;
781 set_remote_protocol_e_packet_cmd (char *args, int from_tty,
782 struct cmd_list_element *c)
784 update_packet_config (&remote_protocol_e);
788 show_remote_protocol_e_packet_cmd (char *args, int from_tty,
789 struct cmd_list_element *c)
791 show_packet_config_cmd (&remote_protocol_e);
795 /* Should we try the 'E' (step over range / w signal #) request? */
796 static struct packet_config remote_protocol_E;
799 set_remote_protocol_E_packet_cmd (char *args, int from_tty,
800 struct cmd_list_element *c)
802 update_packet_config (&remote_protocol_E);
806 show_remote_protocol_E_packet_cmd (char *args, int from_tty,
807 struct cmd_list_element *c)
809 show_packet_config_cmd (&remote_protocol_E);
813 /* Should we try the 'P' (set register) request? */
815 static struct packet_config remote_protocol_P;
818 set_remote_protocol_P_packet_cmd (char *args, int from_tty,
819 struct cmd_list_element *c)
821 update_packet_config (&remote_protocol_P);
825 show_remote_protocol_P_packet_cmd (char *args, int from_tty,
826 struct cmd_list_element *c)
828 show_packet_config_cmd (&remote_protocol_P);
831 /* Should we try one of the 'Z' requests? */
835 Z_PACKET_SOFTWARE_BP,
836 Z_PACKET_HARDWARE_BP,
843 static struct packet_config remote_protocol_Z[NR_Z_PACKET_TYPES];
845 /* FIXME: Instead of having all these boiler plate functions, the
846 command callback should include a context argument. */
849 set_remote_protocol_Z_software_bp_packet_cmd (char *args, int from_tty,
850 struct cmd_list_element *c)
852 update_packet_config (&remote_protocol_Z[Z_PACKET_SOFTWARE_BP]);
856 show_remote_protocol_Z_software_bp_packet_cmd (char *args, int from_tty,
857 struct cmd_list_element *c)
859 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_SOFTWARE_BP]);
863 set_remote_protocol_Z_hardware_bp_packet_cmd (char *args, int from_tty,
864 struct cmd_list_element *c)
866 update_packet_config (&remote_protocol_Z[Z_PACKET_HARDWARE_BP]);
870 show_remote_protocol_Z_hardware_bp_packet_cmd (char *args, int from_tty,
871 struct cmd_list_element *c)
873 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_HARDWARE_BP]);
877 set_remote_protocol_Z_write_wp_packet_cmd (char *args, int from_tty,
878 struct cmd_list_element *c)
880 update_packet_config (&remote_protocol_Z[Z_PACKET_WRITE_WP]);
884 show_remote_protocol_Z_write_wp_packet_cmd (char *args, int from_tty,
885 struct cmd_list_element *c)
887 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_WRITE_WP]);
891 set_remote_protocol_Z_read_wp_packet_cmd (char *args, int from_tty,
892 struct cmd_list_element *c)
894 update_packet_config (&remote_protocol_Z[Z_PACKET_READ_WP]);
898 show_remote_protocol_Z_read_wp_packet_cmd (char *args, int from_tty,
899 struct cmd_list_element *c)
901 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_READ_WP]);
905 set_remote_protocol_Z_access_wp_packet_cmd (char *args, int from_tty,
906 struct cmd_list_element *c)
908 update_packet_config (&remote_protocol_Z[Z_PACKET_ACCESS_WP]);
912 show_remote_protocol_Z_access_wp_packet_cmd (char *args, int from_tty,
913 struct cmd_list_element *c)
915 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_ACCESS_WP]);
918 /* For compatibility with older distributions. Provide a ``set remote
919 Z-packet ...'' command that updates all the Z packet types. */
921 static enum auto_boolean remote_Z_packet_detect;
924 set_remote_protocol_Z_packet_cmd (char *args, int from_tty,
925 struct cmd_list_element *c)
928 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
930 remote_protocol_Z[i].detect = remote_Z_packet_detect;
931 update_packet_config (&remote_protocol_Z[i]);
936 show_remote_protocol_Z_packet_cmd (char *args, int from_tty,
937 struct cmd_list_element *c)
940 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
942 show_packet_config_cmd (&remote_protocol_Z[i]);
946 /* Should we try the 'X' (remote binary download) packet?
948 This variable (available to the user via "set remote X-packet")
949 dictates whether downloads are sent in binary (via the 'X' packet).
950 We assume that the stub can, and attempt to do it. This will be
951 cleared if the stub does not understand it. This switch is still
952 needed, though in cases when the packet is supported in the stub,
953 but the connection does not allow it (i.e., 7-bit serial connection
956 static struct packet_config remote_protocol_binary_download;
958 /* Should we try the 'ThreadInfo' query packet?
960 This variable (NOT available to the user: auto-detect only!)
961 determines whether GDB will use the new, simpler "ThreadInfo"
962 query or the older, more complex syntax for thread queries.
963 This is an auto-detect variable (set to true at each connect,
964 and set to false when the target fails to recognize it). */
966 static int use_threadinfo_query;
967 static int use_threadextra_query;
970 set_remote_protocol_binary_download_cmd (char *args,
972 struct cmd_list_element *c)
974 update_packet_config (&remote_protocol_binary_download);
978 show_remote_protocol_binary_download_cmd (char *args, int from_tty,
979 struct cmd_list_element *c)
981 show_packet_config_cmd (&remote_protocol_binary_download);
985 /* Tokens for use by the asynchronous signal handlers for SIGINT */
986 static void *sigint_remote_twice_token;
987 static void *sigint_remote_token;
989 /* These are pointers to hook functions that may be set in order to
990 modify resume/wait behavior for a particular architecture. */
992 void (*target_resume_hook) (void);
993 void (*target_wait_loop_hook) (void);
997 /* These are the threads which we last sent to the remote system.
998 -1 for all or -2 for not sent yet. */
999 static int general_thread;
1000 static int continue_thread;
1002 /* Call this function as a result of
1003 1) A halt indication (T packet) containing a thread id
1004 2) A direct query of currthread
1005 3) Successful execution of set thread
1009 record_currthread (int currthread)
1011 general_thread = currthread;
1013 /* If this is a new thread, add it to GDB's thread list.
1014 If we leave it up to WFI to do this, bad things will happen. */
1015 if (!in_thread_list (pid_to_ptid (currthread)))
1017 add_thread (pid_to_ptid (currthread));
1018 ui_out_text (uiout, "[New ");
1019 ui_out_text (uiout, target_pid_to_str (pid_to_ptid (currthread)));
1020 ui_out_text (uiout, "]\n");
1024 #define MAGIC_NULL_PID 42000
1027 set_thread (int th, int gen)
1029 struct remote_state *rs = get_remote_state ();
1030 char *buf = alloca (rs->remote_packet_size);
1031 int state = gen ? general_thread : continue_thread;
1037 buf[1] = gen ? 'g' : 'c';
1038 if (th == MAGIC_NULL_PID)
1044 sprintf (&buf[2], "-%x", -th);
1046 sprintf (&buf[2], "%x", th);
1048 getpkt (buf, (rs->remote_packet_size), 0);
1050 general_thread = th;
1052 continue_thread = th;
1055 /* Return nonzero if the thread TH is still alive on the remote system. */
1058 remote_thread_alive (ptid_t ptid)
1060 int tid = PIDGET (ptid);
1064 sprintf (buf, "T-%08x", -tid);
1066 sprintf (buf, "T%08x", tid);
1068 getpkt (buf, sizeof (buf), 0);
1069 return (buf[0] == 'O' && buf[1] == 'K');
1072 /* About these extended threadlist and threadinfo packets. They are
1073 variable length packets but, the fields within them are often fixed
1074 length. They are redundent enough to send over UDP as is the
1075 remote protocol in general. There is a matching unit test module
1078 #define OPAQUETHREADBYTES 8
1080 /* a 64 bit opaque identifier */
1081 typedef unsigned char threadref[OPAQUETHREADBYTES];
1083 /* WARNING: This threadref data structure comes from the remote O.S., libstub
1084 protocol encoding, and remote.c. it is not particularly changable */
1086 /* Right now, the internal structure is int. We want it to be bigger.
1090 typedef int gdb_threadref; /* internal GDB thread reference */
1092 /* gdb_ext_thread_info is an internal GDB data structure which is
1093 equivalint to the reply of the remote threadinfo packet */
1095 struct gdb_ext_thread_info
1097 threadref threadid; /* External form of thread reference */
1098 int active; /* Has state interesting to GDB? , regs, stack */
1099 char display[256]; /* Brief state display, name, blocked/syspended */
1100 char shortname[32]; /* To be used to name threads */
1101 char more_display[256]; /* Long info, statistics, queue depth, whatever */
1104 /* The volume of remote transfers can be limited by submitting
1105 a mask containing bits specifying the desired information.
1106 Use a union of these values as the 'selection' parameter to
1107 get_thread_info. FIXME: Make these TAG names more thread specific.
1110 #define TAG_THREADID 1
1111 #define TAG_EXISTS 2
1112 #define TAG_DISPLAY 4
1113 #define TAG_THREADNAME 8
1114 #define TAG_MOREDISPLAY 16
1116 #define BUF_THREAD_ID_SIZE (OPAQUETHREADBYTES*2)
1118 char *unpack_varlen_hex (char *buff, ULONGEST *result);
1120 static char *unpack_nibble (char *buf, int *val);
1122 static char *pack_nibble (char *buf, int nibble);
1124 static char *pack_hex_byte (char *pkt, int /*unsigned char */ byte);
1126 static char *unpack_byte (char *buf, int *value);
1128 static char *pack_int (char *buf, int value);
1130 static char *unpack_int (char *buf, int *value);
1132 static char *unpack_string (char *src, char *dest, int length);
1134 static char *pack_threadid (char *pkt, threadref * id);
1136 static char *unpack_threadid (char *inbuf, threadref * id);
1138 void int_to_threadref (threadref * id, int value);
1140 static int threadref_to_int (threadref * ref);
1142 static void copy_threadref (threadref * dest, threadref * src);
1144 static int threadmatch (threadref * dest, threadref * src);
1146 static char *pack_threadinfo_request (char *pkt, int mode, threadref * id);
1148 static int remote_unpack_thread_info_response (char *pkt,
1149 threadref * expectedref,
1150 struct gdb_ext_thread_info
1154 static int remote_get_threadinfo (threadref * threadid, int fieldset, /*TAG mask */
1155 struct gdb_ext_thread_info *info);
1157 static char *pack_threadlist_request (char *pkt, int startflag,
1159 threadref * nextthread);
1161 static int parse_threadlist_response (char *pkt,
1163 threadref * original_echo,
1164 threadref * resultlist, int *doneflag);
1166 static int remote_get_threadlist (int startflag,
1167 threadref * nextthread,
1170 int *result_count, threadref * threadlist);
1172 typedef int (*rmt_thread_action) (threadref * ref, void *context);
1174 static int remote_threadlist_iterator (rmt_thread_action stepfunction,
1175 void *context, int looplimit);
1177 static int remote_newthread_step (threadref * ref, void *context);
1179 /* encode 64 bits in 16 chars of hex */
1181 static const char hexchars[] = "0123456789abcdef";
1184 ishex (int ch, int *val)
1186 if ((ch >= 'a') && (ch <= 'f'))
1188 *val = ch - 'a' + 10;
1191 if ((ch >= 'A') && (ch <= 'F'))
1193 *val = ch - 'A' + 10;
1196 if ((ch >= '0') && (ch <= '9'))
1207 if (ch >= 'a' && ch <= 'f')
1208 return ch - 'a' + 10;
1209 if (ch >= '0' && ch <= '9')
1211 if (ch >= 'A' && ch <= 'F')
1212 return ch - 'A' + 10;
1217 stub_unpack_int (char *buff, int fieldlength)
1224 nibble = stubhex (*buff++);
1228 retval = retval << 4;
1234 unpack_varlen_hex (char *buff, /* packet to parse */
1240 while (ishex (*buff, &nibble))
1243 retval = retval << 4;
1244 retval |= nibble & 0x0f;
1251 unpack_nibble (char *buf, int *val)
1253 ishex (*buf++, val);
1258 pack_nibble (char *buf, int nibble)
1260 *buf++ = hexchars[(nibble & 0x0f)];
1265 pack_hex_byte (char *pkt, int byte)
1267 *pkt++ = hexchars[(byte >> 4) & 0xf];
1268 *pkt++ = hexchars[(byte & 0xf)];
1273 unpack_byte (char *buf, int *value)
1275 *value = stub_unpack_int (buf, 2);
1280 pack_int (char *buf, int value)
1282 buf = pack_hex_byte (buf, (value >> 24) & 0xff);
1283 buf = pack_hex_byte (buf, (value >> 16) & 0xff);
1284 buf = pack_hex_byte (buf, (value >> 8) & 0x0ff);
1285 buf = pack_hex_byte (buf, (value & 0xff));
1290 unpack_int (char *buf, int *value)
1292 *value = stub_unpack_int (buf, 8);
1296 #if 0 /* currently unused, uncomment when needed */
1297 static char *pack_string (char *pkt, char *string);
1300 pack_string (char *pkt, char *string)
1305 len = strlen (string);
1307 len = 200; /* Bigger than most GDB packets, junk??? */
1308 pkt = pack_hex_byte (pkt, len);
1312 if ((ch == '\0') || (ch == '#'))
1313 ch = '*'; /* Protect encapsulation */
1318 #endif /* 0 (unused) */
1321 unpack_string (char *src, char *dest, int length)
1330 pack_threadid (char *pkt, threadref *id)
1333 unsigned char *altid;
1335 altid = (unsigned char *) id;
1336 limit = pkt + BUF_THREAD_ID_SIZE;
1338 pkt = pack_hex_byte (pkt, *altid++);
1344 unpack_threadid (char *inbuf, threadref *id)
1347 char *limit = inbuf + BUF_THREAD_ID_SIZE;
1350 altref = (char *) id;
1352 while (inbuf < limit)
1354 x = stubhex (*inbuf++);
1355 y = stubhex (*inbuf++);
1356 *altref++ = (x << 4) | y;
1361 /* Externally, threadrefs are 64 bits but internally, they are still
1362 ints. This is due to a mismatch of specifications. We would like
1363 to use 64bit thread references internally. This is an adapter
1367 int_to_threadref (threadref *id, int value)
1369 unsigned char *scan;
1371 scan = (unsigned char *) id;
1377 *scan++ = (value >> 24) & 0xff;
1378 *scan++ = (value >> 16) & 0xff;
1379 *scan++ = (value >> 8) & 0xff;
1380 *scan++ = (value & 0xff);
1384 threadref_to_int (threadref *ref)
1387 unsigned char *scan;
1389 scan = (char *) ref;
1393 value = (value << 8) | ((*scan++) & 0xff);
1398 copy_threadref (threadref *dest, threadref *src)
1401 unsigned char *csrc, *cdest;
1403 csrc = (unsigned char *) src;
1404 cdest = (unsigned char *) dest;
1411 threadmatch (threadref *dest, threadref *src)
1413 /* things are broken right now, so just assume we got a match */
1415 unsigned char *srcp, *destp;
1417 srcp = (char *) src;
1418 destp = (char *) dest;
1422 result &= (*srcp++ == *destp++) ? 1 : 0;
1429 threadid:1, # always request threadid
1436 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
1439 pack_threadinfo_request (char *pkt, int mode, threadref *id)
1441 *pkt++ = 'q'; /* Info Query */
1442 *pkt++ = 'P'; /* process or thread info */
1443 pkt = pack_int (pkt, mode); /* mode */
1444 pkt = pack_threadid (pkt, id); /* threadid */
1445 *pkt = '\0'; /* terminate */
1449 /* These values tag the fields in a thread info response packet */
1450 /* Tagging the fields allows us to request specific fields and to
1451 add more fields as time goes by */
1453 #define TAG_THREADID 1 /* Echo the thread identifier */
1454 #define TAG_EXISTS 2 /* Is this process defined enough to
1455 fetch registers and its stack */
1456 #define TAG_DISPLAY 4 /* A short thing maybe to put on a window */
1457 #define TAG_THREADNAME 8 /* string, maps 1-to-1 with a thread is */
1458 #define TAG_MOREDISPLAY 16 /* Whatever the kernel wants to say about
1462 remote_unpack_thread_info_response (char *pkt, threadref *expectedref,
1463 struct gdb_ext_thread_info *info)
1465 struct remote_state *rs = get_remote_state ();
1469 char *limit = pkt + (rs->remote_packet_size); /* plausable parsing limit */
1472 /* info->threadid = 0; FIXME: implement zero_threadref */
1474 info->display[0] = '\0';
1475 info->shortname[0] = '\0';
1476 info->more_display[0] = '\0';
1478 /* Assume the characters indicating the packet type have been stripped */
1479 pkt = unpack_int (pkt, &mask); /* arg mask */
1480 pkt = unpack_threadid (pkt, &ref);
1483 warning ("Incomplete response to threadinfo request\n");
1484 if (!threadmatch (&ref, expectedref))
1485 { /* This is an answer to a different request */
1486 warning ("ERROR RMT Thread info mismatch\n");
1489 copy_threadref (&info->threadid, &ref);
1491 /* Loop on tagged fields , try to bail if somthing goes wrong */
1493 while ((pkt < limit) && mask && *pkt) /* packets are terminated with nulls */
1495 pkt = unpack_int (pkt, &tag); /* tag */
1496 pkt = unpack_byte (pkt, &length); /* length */
1497 if (!(tag & mask)) /* tags out of synch with mask */
1499 warning ("ERROR RMT: threadinfo tag mismatch\n");
1503 if (tag == TAG_THREADID)
1507 warning ("ERROR RMT: length of threadid is not 16\n");
1511 pkt = unpack_threadid (pkt, &ref);
1512 mask = mask & ~TAG_THREADID;
1515 if (tag == TAG_EXISTS)
1517 info->active = stub_unpack_int (pkt, length);
1519 mask = mask & ~(TAG_EXISTS);
1522 warning ("ERROR RMT: 'exists' length too long\n");
1528 if (tag == TAG_THREADNAME)
1530 pkt = unpack_string (pkt, &info->shortname[0], length);
1531 mask = mask & ~TAG_THREADNAME;
1534 if (tag == TAG_DISPLAY)
1536 pkt = unpack_string (pkt, &info->display[0], length);
1537 mask = mask & ~TAG_DISPLAY;
1540 if (tag == TAG_MOREDISPLAY)
1542 pkt = unpack_string (pkt, &info->more_display[0], length);
1543 mask = mask & ~TAG_MOREDISPLAY;
1546 warning ("ERROR RMT: unknown thread info tag\n");
1547 break; /* Not a tag we know about */
1553 remote_get_threadinfo (threadref *threadid, int fieldset, /* TAG mask */
1554 struct gdb_ext_thread_info *info)
1556 struct remote_state *rs = get_remote_state ();
1558 char *threadinfo_pkt = alloca (rs->remote_packet_size);
1560 pack_threadinfo_request (threadinfo_pkt, fieldset, threadid);
1561 putpkt (threadinfo_pkt);
1562 getpkt (threadinfo_pkt, (rs->remote_packet_size), 0);
1563 result = remote_unpack_thread_info_response (threadinfo_pkt + 2, threadid,
1568 /* Format: i'Q':8,i"L":8,initflag:8,batchsize:16,lastthreadid:32 */
1571 pack_threadlist_request (char *pkt, int startflag, int threadcount,
1572 threadref *nextthread)
1574 *pkt++ = 'q'; /* info query packet */
1575 *pkt++ = 'L'; /* Process LIST or threadLIST request */
1576 pkt = pack_nibble (pkt, startflag); /* initflag 1 bytes */
1577 pkt = pack_hex_byte (pkt, threadcount); /* threadcount 2 bytes */
1578 pkt = pack_threadid (pkt, nextthread); /* 64 bit thread identifier */
1583 /* Encoding: 'q':8,'M':8,count:16,done:8,argthreadid:64,(threadid:64)* */
1586 parse_threadlist_response (char *pkt, int result_limit,
1587 threadref *original_echo, threadref *resultlist,
1590 struct remote_state *rs = get_remote_state ();
1592 int count, resultcount, done;
1595 /* Assume the 'q' and 'M chars have been stripped. */
1596 limit = pkt + ((rs->remote_packet_size) - BUF_THREAD_ID_SIZE); /* done parse past here */
1597 pkt = unpack_byte (pkt, &count); /* count field */
1598 pkt = unpack_nibble (pkt, &done);
1599 /* The first threadid is the argument threadid. */
1600 pkt = unpack_threadid (pkt, original_echo); /* should match query packet */
1601 while ((count-- > 0) && (pkt < limit))
1603 pkt = unpack_threadid (pkt, resultlist++);
1604 if (resultcount++ >= result_limit)
1613 remote_get_threadlist (int startflag, threadref *nextthread, int result_limit,
1614 int *done, int *result_count, threadref *threadlist)
1616 struct remote_state *rs = get_remote_state ();
1617 static threadref echo_nextthread;
1618 char *threadlist_packet = alloca (rs->remote_packet_size);
1619 char *t_response = alloca (rs->remote_packet_size);
1622 /* Trancate result limit to be smaller than the packet size */
1623 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10) >= (rs->remote_packet_size))
1624 result_limit = ((rs->remote_packet_size) / BUF_THREAD_ID_SIZE) - 2;
1626 pack_threadlist_request (threadlist_packet,
1627 startflag, result_limit, nextthread);
1628 putpkt (threadlist_packet);
1629 getpkt (t_response, (rs->remote_packet_size), 0);
1632 parse_threadlist_response (t_response + 2, result_limit, &echo_nextthread,
1635 if (!threadmatch (&echo_nextthread, nextthread))
1637 /* FIXME: This is a good reason to drop the packet */
1638 /* Possably, there is a duplicate response */
1640 retransmit immediatly - race conditions
1641 retransmit after timeout - yes
1643 wait for packet, then exit
1645 warning ("HMM: threadlist did not echo arg thread, dropping it\n");
1646 return 0; /* I choose simply exiting */
1648 if (*result_count <= 0)
1652 warning ("RMT ERROR : failed to get remote thread list\n");
1655 return result; /* break; */
1657 if (*result_count > result_limit)
1660 warning ("RMT ERROR: threadlist response longer than requested\n");
1666 /* This is the interface between remote and threads, remotes upper interface */
1668 /* remote_find_new_threads retrieves the thread list and for each
1669 thread in the list, looks up the thread in GDB's internal list,
1670 ading the thread if it does not already exist. This involves
1671 getting partial thread lists from the remote target so, polling the
1672 quit_flag is required. */
1675 /* About this many threadisds fit in a packet. */
1677 #define MAXTHREADLISTRESULTS 32
1680 remote_threadlist_iterator (rmt_thread_action stepfunction, void *context,
1683 int done, i, result_count;
1687 static threadref nextthread;
1688 static threadref resultthreadlist[MAXTHREADLISTRESULTS];
1693 if (loopcount++ > looplimit)
1696 warning ("Remote fetch threadlist -infinite loop-\n");
1699 if (!remote_get_threadlist (startflag, &nextthread, MAXTHREADLISTRESULTS,
1700 &done, &result_count, resultthreadlist))
1705 /* clear for later iterations */
1707 /* Setup to resume next batch of thread references, set nextthread. */
1708 if (result_count >= 1)
1709 copy_threadref (&nextthread, &resultthreadlist[result_count - 1]);
1711 while (result_count--)
1712 if (!(result = (*stepfunction) (&resultthreadlist[i++], context)))
1719 remote_newthread_step (threadref *ref, void *context)
1723 ptid = pid_to_ptid (threadref_to_int (ref));
1725 if (!in_thread_list (ptid))
1727 return 1; /* continue iterator */
1730 #define CRAZY_MAX_THREADS 1000
1733 remote_current_thread (ptid_t oldpid)
1735 struct remote_state *rs = get_remote_state ();
1736 char *buf = alloca (rs->remote_packet_size);
1739 getpkt (buf, (rs->remote_packet_size), 0);
1740 if (buf[0] == 'Q' && buf[1] == 'C')
1741 return pid_to_ptid (strtol (&buf[2], NULL, 16));
1746 /* Find new threads for info threads command.
1747 * Original version, using John Metzler's thread protocol.
1751 remote_find_new_threads (void)
1753 remote_threadlist_iterator (remote_newthread_step, 0,
1755 if (PIDGET (inferior_ptid) == MAGIC_NULL_PID) /* ack ack ack */
1756 inferior_ptid = remote_current_thread (inferior_ptid);
1760 * Find all threads for info threads command.
1761 * Uses new thread protocol contributed by Cisco.
1762 * Falls back and attempts to use the older method (above)
1763 * if the target doesn't respond to the new method.
1767 remote_threads_info (void)
1769 struct remote_state *rs = get_remote_state ();
1770 char *buf = alloca (rs->remote_packet_size);
1774 if (remote_desc == 0) /* paranoia */
1775 error ("Command can only be used when connected to the remote target.");
1777 if (use_threadinfo_query)
1779 putpkt ("qfThreadInfo");
1781 getpkt (bufp, (rs->remote_packet_size), 0);
1782 if (bufp[0] != '\0') /* q packet recognized */
1784 while (*bufp++ == 'm') /* reply contains one or more TID */
1788 tid = strtol (bufp, &bufp, 16);
1789 if (tid != 0 && !in_thread_list (pid_to_ptid (tid)))
1790 add_thread (pid_to_ptid (tid));
1792 while (*bufp++ == ','); /* comma-separated list */
1793 putpkt ("qsThreadInfo");
1795 getpkt (bufp, (rs->remote_packet_size), 0);
1801 /* Else fall back to old method based on jmetzler protocol. */
1802 use_threadinfo_query = 0;
1803 remote_find_new_threads ();
1808 * Collect a descriptive string about the given thread.
1809 * The target may say anything it wants to about the thread
1810 * (typically info about its blocked / runnable state, name, etc.).
1811 * This string will appear in the info threads display.
1813 * Optional: targets are not required to implement this function.
1817 remote_threads_extra_info (struct thread_info *tp)
1819 struct remote_state *rs = get_remote_state ();
1823 struct gdb_ext_thread_info threadinfo;
1824 static char display_buf[100]; /* arbitrary... */
1825 char *bufp = alloca (rs->remote_packet_size);
1826 int n = 0; /* position in display_buf */
1828 if (remote_desc == 0) /* paranoia */
1829 internal_error (__FILE__, __LINE__,
1830 "remote_threads_extra_info");
1832 if (use_threadextra_query)
1834 sprintf (bufp, "qThreadExtraInfo,%x", PIDGET (tp->ptid));
1836 getpkt (bufp, (rs->remote_packet_size), 0);
1839 n = min (strlen (bufp) / 2, sizeof (display_buf));
1840 result = hex2bin (bufp, display_buf, n);
1841 display_buf [result] = '\0';
1846 /* If the above query fails, fall back to the old method. */
1847 use_threadextra_query = 0;
1848 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
1849 | TAG_MOREDISPLAY | TAG_DISPLAY;
1850 int_to_threadref (&id, PIDGET (tp->ptid));
1851 if (remote_get_threadinfo (&id, set, &threadinfo))
1852 if (threadinfo.active)
1854 if (*threadinfo.shortname)
1855 n += sprintf(&display_buf[0], " Name: %s,", threadinfo.shortname);
1856 if (*threadinfo.display)
1857 n += sprintf(&display_buf[n], " State: %s,", threadinfo.display);
1858 if (*threadinfo.more_display)
1859 n += sprintf(&display_buf[n], " Priority: %s",
1860 threadinfo.more_display);
1864 /* for purely cosmetic reasons, clear up trailing commas */
1865 if (',' == display_buf[n-1])
1866 display_buf[n-1] = ' ';
1875 /* Restart the remote side; this is an extended protocol operation. */
1878 extended_remote_restart (void)
1880 struct remote_state *rs = get_remote_state ();
1881 char *buf = alloca (rs->remote_packet_size);
1883 /* Send the restart command; for reasons I don't understand the
1884 remote side really expects a number after the "R". */
1886 sprintf (&buf[1], "%x", 0);
1889 /* Now query for status so this looks just like we restarted
1890 gdbserver from scratch. */
1892 getpkt (buf, (rs->remote_packet_size), 0);
1895 /* Clean up connection to a remote debugger. */
1898 remote_close (int quitting)
1901 serial_close (remote_desc);
1905 /* Query the remote side for the text, data and bss offsets. */
1910 struct remote_state *rs = get_remote_state ();
1911 char *buf = alloca (rs->remote_packet_size);
1914 CORE_ADDR text_addr, data_addr, bss_addr;
1915 struct section_offsets *offs;
1917 putpkt ("qOffsets");
1919 getpkt (buf, (rs->remote_packet_size), 0);
1921 if (buf[0] == '\000')
1922 return; /* Return silently. Stub doesn't support
1926 warning ("Remote failure reply: %s", buf);
1930 /* Pick up each field in turn. This used to be done with scanf, but
1931 scanf will make trouble if CORE_ADDR size doesn't match
1932 conversion directives correctly. The following code will work
1933 with any size of CORE_ADDR. */
1934 text_addr = data_addr = bss_addr = 0;
1938 if (strncmp (ptr, "Text=", 5) == 0)
1941 /* Don't use strtol, could lose on big values. */
1942 while (*ptr && *ptr != ';')
1943 text_addr = (text_addr << 4) + fromhex (*ptr++);
1948 if (!lose && strncmp (ptr, ";Data=", 6) == 0)
1951 while (*ptr && *ptr != ';')
1952 data_addr = (data_addr << 4) + fromhex (*ptr++);
1957 if (!lose && strncmp (ptr, ";Bss=", 5) == 0)
1960 while (*ptr && *ptr != ';')
1961 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
1967 error ("Malformed response to offset query, %s", buf);
1969 if (symfile_objfile == NULL)
1972 offs = ((struct section_offsets *)
1973 alloca (SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections)));
1974 memcpy (offs, symfile_objfile->section_offsets,
1975 SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));
1977 offs->offsets[SECT_OFF_TEXT (symfile_objfile)] = text_addr;
1979 /* This is a temporary kludge to force data and bss to use the same offsets
1980 because that's what nlmconv does now. The real solution requires changes
1981 to the stub and remote.c that I don't have time to do right now. */
1983 offs->offsets[SECT_OFF_DATA (symfile_objfile)] = data_addr;
1984 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = data_addr;
1986 objfile_relocate (symfile_objfile, offs);
1989 /* Stub for catch_errors. */
1992 remote_start_remote_dummy (struct ui_out *uiout, void *dummy)
1994 start_remote (); /* Initialize gdb process mechanisms */
1995 /* NOTE: Return something >=0. A -ve value is reserved for
1996 catch_exceptions. */
2001 remote_start_remote (struct ui_out *uiout, void *dummy)
2003 immediate_quit++; /* Allow user to interrupt it */
2005 /* Ack any packet which the remote side has already sent. */
2006 serial_write (remote_desc, "+", 1);
2008 /* Let the stub know that we want it to return the thread. */
2011 inferior_ptid = remote_current_thread (inferior_ptid);
2013 get_offsets (); /* Get text, data & bss offsets */
2015 putpkt ("?"); /* initiate a query from remote machine */
2018 /* NOTE: See comment above in remote_start_remote_dummy(). This
2019 function returns something >=0. */
2020 return remote_start_remote_dummy (uiout, dummy);
2023 /* Open a connection to a remote debugger.
2024 NAME is the filename used for communication. */
2027 remote_open (char *name, int from_tty)
2029 remote_open_1 (name, from_tty, &remote_ops, 0, 0);
2032 /* Just like remote_open, but with asynchronous support. */
2034 remote_async_open (char *name, int from_tty)
2036 remote_open_1 (name, from_tty, &remote_async_ops, 0, 1);
2039 /* Open a connection to a remote debugger using the extended
2040 remote gdb protocol. NAME is the filename used for communication. */
2043 extended_remote_open (char *name, int from_tty)
2045 remote_open_1 (name, from_tty, &extended_remote_ops, 1 /*extended_p */,
2049 /* Just like extended_remote_open, but with asynchronous support. */
2051 extended_remote_async_open (char *name, int from_tty)
2053 remote_open_1 (name, from_tty, &extended_async_remote_ops,
2054 1 /*extended_p */, 1 /* async_p */);
2057 /* Generic code for opening a connection to a remote target. */
2060 init_all_packet_configs (void)
2063 update_packet_config (&remote_protocol_e);
2064 update_packet_config (&remote_protocol_E);
2065 update_packet_config (&remote_protocol_P);
2066 update_packet_config (&remote_protocol_qSymbol);
2067 update_packet_config (&remote_protocol_vcont);
2068 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
2069 update_packet_config (&remote_protocol_Z[i]);
2070 /* Force remote_write_bytes to check whether target supports binary
2072 update_packet_config (&remote_protocol_binary_download);
2075 /* Symbol look-up. */
2078 remote_check_symbols (struct objfile *objfile)
2080 struct remote_state *rs = get_remote_state ();
2081 char *msg, *reply, *tmp;
2082 struct minimal_symbol *sym;
2085 if (remote_protocol_qSymbol.support == PACKET_DISABLE)
2088 msg = alloca (rs->remote_packet_size);
2089 reply = alloca (rs->remote_packet_size);
2091 /* Invite target to request symbol lookups. */
2093 putpkt ("qSymbol::");
2094 getpkt (reply, (rs->remote_packet_size), 0);
2095 packet_ok (reply, &remote_protocol_qSymbol);
2097 while (strncmp (reply, "qSymbol:", 8) == 0)
2100 end = hex2bin (tmp, msg, strlen (tmp) / 2);
2102 sym = lookup_minimal_symbol (msg, NULL, NULL);
2104 sprintf (msg, "qSymbol::%s", &reply[8]);
2106 sprintf (msg, "qSymbol:%s:%s",
2107 paddr_nz (SYMBOL_VALUE_ADDRESS (sym)),
2110 getpkt (reply, (rs->remote_packet_size), 0);
2114 static struct serial *
2115 remote_serial_open (char *name)
2117 static int udp_warning = 0;
2119 /* FIXME: Parsing NAME here is a hack. But we want to warn here instead
2120 of in ser-tcp.c, because it is the remote protocol assuming that the
2121 serial connection is reliable and not the serial connection promising
2123 if (!udp_warning && strncmp (name, "udp:", 4) == 0)
2125 warning ("The remote protocol may be unreliable over UDP.");
2126 warning ("Some events may be lost, rendering further debugging "
2131 return serial_open (name);
2135 remote_open_1 (char *name, int from_tty, struct target_ops *target,
2136 int extended_p, int async_p)
2139 struct remote_state *rs = get_remote_state ();
2141 error ("To open a remote debug connection, you need to specify what\n"
2142 "serial device is attached to the remote system\n"
2143 "(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.).");
2145 /* See FIXME above */
2147 wait_forever_enabled_p = 1;
2149 target_preopen (from_tty);
2151 unpush_target (target);
2153 remote_desc = remote_serial_open (name);
2155 perror_with_name (name);
2157 if (baud_rate != -1)
2159 if (serial_setbaudrate (remote_desc, baud_rate))
2161 /* The requested speed could not be set. Error out to
2162 top level after closing remote_desc. Take care to
2163 set remote_desc to NULL to avoid closing remote_desc
2165 serial_close (remote_desc);
2167 perror_with_name (name);
2171 serial_raw (remote_desc);
2173 /* If there is something sitting in the buffer we might take it as a
2174 response to a command, which would be bad. */
2175 serial_flush_input (remote_desc);
2179 puts_filtered ("Remote debugging using ");
2180 puts_filtered (name);
2181 puts_filtered ("\n");
2183 push_target (target); /* Switch to using remote target now */
2185 init_all_packet_configs ();
2187 general_thread = -2;
2188 continue_thread = -2;
2190 /* Probe for ability to use "ThreadInfo" query, as required. */
2191 use_threadinfo_query = 1;
2192 use_threadextra_query = 1;
2194 /* Without this, some commands which require an active target (such
2195 as kill) won't work. This variable serves (at least) double duty
2196 as both the pid of the target process (if it has such), and as a
2197 flag indicating that a target is active. These functions should
2198 be split out into seperate variables, especially since GDB will
2199 someday have a notion of debugging several processes. */
2201 inferior_ptid = pid_to_ptid (MAGIC_NULL_PID);
2205 /* With this target we start out by owning the terminal. */
2206 remote_async_terminal_ours_p = 1;
2208 /* FIXME: cagney/1999-09-23: During the initial connection it is
2209 assumed that the target is already ready and able to respond to
2210 requests. Unfortunately remote_start_remote() eventually calls
2211 wait_for_inferior() with no timeout. wait_forever_enabled_p gets
2212 around this. Eventually a mechanism that allows
2213 wait_for_inferior() to expect/get timeouts will be
2215 wait_forever_enabled_p = 0;
2218 #ifdef SOLIB_CREATE_INFERIOR_HOOK
2219 /* First delete any symbols previously loaded from shared libraries. */
2220 no_shared_libraries (NULL, 0);
2223 /* Start the remote connection. If error() or QUIT, discard this
2224 target (we'd otherwise be in an inconsistent state) and then
2225 propogate the error on up the exception chain. This ensures that
2226 the caller doesn't stumble along blindly assuming that the
2227 function succeeded. The CLI doesn't have this problem but other
2228 UI's, such as MI do.
2230 FIXME: cagney/2002-05-19: Instead of re-throwing the exception,
2231 this function should return an error indication letting the
2232 caller restore the previous state. Unfortunately the command
2233 ``target remote'' is directly wired to this function making that
2234 impossible. On a positive note, the CLI side of this problem has
2235 been fixed - the function set_cmd_context() makes it possible for
2236 all the ``target ....'' commands to share a common callback
2237 function. See cli-dump.c. */
2238 ex = catch_exceptions (uiout,
2239 remote_start_remote, NULL,
2240 "Couldn't establish connection to remote"
2247 wait_forever_enabled_p = 1;
2248 throw_exception (ex);
2252 wait_forever_enabled_p = 1;
2256 /* Tell the remote that we are using the extended protocol. */
2257 char *buf = alloca (rs->remote_packet_size);
2259 getpkt (buf, (rs->remote_packet_size), 0);
2261 #ifdef SOLIB_CREATE_INFERIOR_HOOK
2262 /* FIXME: need a master target_open vector from which all
2263 remote_opens can be called, so that stuff like this can
2264 go there. Failing that, the following code must be copied
2265 to the open function for any remote target that wants to
2266 support svr4 shared libraries. */
2268 /* Set up to detect and load shared libraries. */
2269 if (exec_bfd) /* No use without an exec file. */
2271 SOLIB_CREATE_INFERIOR_HOOK (PIDGET (inferior_ptid));
2272 remote_check_symbols (symfile_objfile);
2277 /* This takes a program previously attached to and detaches it. After
2278 this is done, GDB can be used to debug some other program. We
2279 better not have left any breakpoints in the target program or it'll
2280 die when it hits one. */
2283 remote_detach (char *args, int from_tty)
2285 struct remote_state *rs = get_remote_state ();
2286 char *buf = alloca (rs->remote_packet_size);
2289 error ("Argument given to \"detach\" when remotely debugging.");
2291 /* Tell the remote target to detach. */
2293 remote_send (buf, (rs->remote_packet_size));
2295 /* Unregister the file descriptor from the event loop. */
2296 if (target_is_async_p ())
2297 serial_async (remote_desc, NULL, 0);
2299 target_mourn_inferior ();
2301 puts_filtered ("Ending remote debugging.\n");
2304 /* Same as remote_detach, but don't send the "D" packet; just disconnect. */
2307 remote_disconnect (char *args, int from_tty)
2309 struct remote_state *rs = get_remote_state ();
2310 char *buf = alloca (rs->remote_packet_size);
2313 error ("Argument given to \"detach\" when remotely debugging.");
2315 /* Unregister the file descriptor from the event loop. */
2316 if (target_is_async_p ())
2317 serial_async (remote_desc, NULL, 0);
2319 target_mourn_inferior ();
2321 puts_filtered ("Ending remote debugging.\n");
2324 /* Convert hex digit A to a number. */
2329 if (a >= '0' && a <= '9')
2331 else if (a >= 'a' && a <= 'f')
2332 return a - 'a' + 10;
2333 else if (a >= 'A' && a <= 'F')
2334 return a - 'A' + 10;
2336 error ("Reply contains invalid hex digit %d", a);
2340 hex2bin (const char *hex, char *bin, int count)
2344 for (i = 0; i < count; i++)
2346 if (hex[0] == 0 || hex[1] == 0)
2348 /* Hex string is short, or of uneven length.
2349 Return the count that has been converted so far. */
2352 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
2358 /* Convert number NIB to a hex digit. */
2366 return 'a' + nib - 10;
2370 bin2hex (const char *bin, char *hex, int count)
2373 /* May use a length, or a nul-terminated string as input. */
2375 count = strlen (bin);
2377 for (i = 0; i < count; i++)
2379 *hex++ = tohex ((*bin >> 4) & 0xf);
2380 *hex++ = tohex (*bin++ & 0xf);
2386 /* Check for the availability of vCont. This function should also check
2390 remote_vcont_probe (struct remote_state *rs, char *buf)
2392 strcpy (buf, "vCont?");
2394 getpkt (buf, rs->remote_packet_size, 0);
2396 /* Make sure that the features we assume are supported. */
2397 if (strncmp (buf, "vCont", 5) == 0)
2400 int support_s, support_S, support_c, support_C;
2406 while (p && *p == ';')
2409 if (*p == 's' && (*(p + 1) == ';' || *(p + 1) == 0))
2411 else if (*p == 'S' && (*(p + 1) == ';' || *(p + 1) == 0))
2413 else if (*p == 'c' && (*(p + 1) == ';' || *(p + 1) == 0))
2415 else if (*p == 'C' && (*(p + 1) == ';' || *(p + 1) == 0))
2418 p = strchr (p, ';');
2421 /* If s, S, c, and C are not all supported, we can't use vCont. Clearing
2422 BUF will make packet_ok disable the packet. */
2423 if (!support_s || !support_S || !support_c || !support_C)
2427 packet_ok (buf, &remote_protocol_vcont);
2430 /* Resume the remote inferior by using a "vCont" packet. The thread
2431 to be resumed is PTID; STEP and SIGGNAL indicate whether the
2432 resumed thread should be single-stepped and/or signalled. If PTID's
2433 PID is -1, then all threads are resumed; the thread to be stepped and/or
2434 signalled is given in the global INFERIOR_PTID. This function returns
2435 non-zero iff it resumes the inferior.
2437 This function issues a strict subset of all possible vCont commands at the
2441 remote_vcont_resume (ptid_t ptid, int step, enum target_signal siggnal)
2443 struct remote_state *rs = get_remote_state ();
2444 int pid = PIDGET (ptid);
2445 char *buf = NULL, *outbuf;
2446 struct cleanup *old_cleanup;
2448 buf = xmalloc (rs->remote_packet_size);
2449 old_cleanup = make_cleanup (xfree, buf);
2451 if (remote_protocol_vcont.support == PACKET_SUPPORT_UNKNOWN)
2452 remote_vcont_probe (rs, buf);
2454 if (remote_protocol_vcont.support == PACKET_DISABLE)
2456 do_cleanups (old_cleanup);
2460 /* If we could generate a wider range of packets, we'd have to worry
2461 about overflowing BUF. Should there be a generic
2462 "multi-part-packet" packet? */
2464 if (PIDGET (inferior_ptid) == MAGIC_NULL_PID)
2466 /* MAGIC_NULL_PTID means that we don't have any active threads, so we
2467 don't have any PID numbers the inferior will understand. Make sure
2468 to only send forms that do not specify a PID. */
2469 if (step && siggnal != TARGET_SIGNAL_0)
2470 outbuf = xstrprintf ("vCont;S%02x", siggnal);
2472 outbuf = xstrprintf ("vCont;s");
2473 else if (siggnal != TARGET_SIGNAL_0)
2474 outbuf = xstrprintf ("vCont;C%02x", siggnal);
2476 outbuf = xstrprintf ("vCont;c");
2480 /* Resume all threads, with preference for INFERIOR_PTID. */
2481 if (step && siggnal != TARGET_SIGNAL_0)
2482 outbuf = xstrprintf ("vCont;S%02x:%x;c", siggnal,
2483 PIDGET (inferior_ptid));
2485 outbuf = xstrprintf ("vCont;s:%x;c", PIDGET (inferior_ptid));
2486 else if (siggnal != TARGET_SIGNAL_0)
2487 outbuf = xstrprintf ("vCont;C%02x:%x;c", siggnal,
2488 PIDGET (inferior_ptid));
2490 outbuf = xstrprintf ("vCont;c");
2494 /* Scheduler locking; resume only PTID. */
2495 if (step && siggnal != TARGET_SIGNAL_0)
2496 outbuf = xstrprintf ("vCont;S%02x:%x", siggnal, pid);
2498 outbuf = xstrprintf ("vCont;s:%x", pid);
2499 else if (siggnal != TARGET_SIGNAL_0)
2500 outbuf = xstrprintf ("vCont;C%02x:%x", siggnal, pid);
2502 outbuf = xstrprintf ("vCont;c:%x", pid);
2505 gdb_assert (outbuf && strlen (outbuf) < rs->remote_packet_size);
2506 make_cleanup (xfree, outbuf);
2510 do_cleanups (old_cleanup);
2515 /* Tell the remote machine to resume. */
2517 static enum target_signal last_sent_signal = TARGET_SIGNAL_0;
2519 static int last_sent_step;
2522 remote_resume (ptid_t ptid, int step, enum target_signal siggnal)
2524 struct remote_state *rs = get_remote_state ();
2525 char *buf = alloca (rs->remote_packet_size);
2526 int pid = PIDGET (ptid);
2529 last_sent_signal = siggnal;
2530 last_sent_step = step;
2532 /* A hook for when we need to do something at the last moment before
2534 if (target_resume_hook)
2535 (*target_resume_hook) ();
2537 /* The vCont packet doesn't need to specify threads via Hc. */
2538 if (remote_vcont_resume (ptid, step, siggnal))
2541 /* All other supported resume packets do use Hc, so call set_thread. */
2543 set_thread (0, 0); /* run any thread */
2545 set_thread (pid, 0); /* run this thread */
2547 /* The s/S/c/C packets do not return status. So if the target does
2548 not support the S or C packets, the debug agent returns an empty
2549 string which is detected in remote_wait(). This protocol defect
2550 is fixed in the e/E packets. */
2552 if (step && step_range_end)
2554 /* If the target does not support the 'E' packet, we try the 'S'
2555 packet. Ideally we would fall back to the 'e' packet if that
2556 too is not supported. But that would require another copy of
2557 the code to issue the 'e' packet (and fall back to 's' if not
2558 supported) in remote_wait(). */
2560 if (siggnal != TARGET_SIGNAL_0)
2562 if (remote_protocol_E.support != PACKET_DISABLE)
2566 *p++ = tohex (((int) siggnal >> 4) & 0xf);
2567 *p++ = tohex (((int) siggnal) & 0xf);
2569 p += hexnumstr (p, (ULONGEST) step_range_start);
2571 p += hexnumstr (p, (ULONGEST) step_range_end);
2575 getpkt (buf, (rs->remote_packet_size), 0);
2577 if (packet_ok (buf, &remote_protocol_E) == PACKET_OK)
2583 if (remote_protocol_e.support != PACKET_DISABLE)
2587 p += hexnumstr (p, (ULONGEST) step_range_start);
2589 p += hexnumstr (p, (ULONGEST) step_range_end);
2593 getpkt (buf, (rs->remote_packet_size), 0);
2595 if (packet_ok (buf, &remote_protocol_e) == PACKET_OK)
2601 if (siggnal != TARGET_SIGNAL_0)
2603 buf[0] = step ? 'S' : 'C';
2604 buf[1] = tohex (((int) siggnal >> 4) & 0xf);
2605 buf[2] = tohex (((int) siggnal) & 0xf);
2609 strcpy (buf, step ? "s" : "c");
2614 /* Same as remote_resume, but with async support. */
2616 remote_async_resume (ptid_t ptid, int step, enum target_signal siggnal)
2618 remote_resume (ptid, step, siggnal);
2620 /* We are about to start executing the inferior, let's register it
2621 with the event loop. NOTE: this is the one place where all the
2622 execution commands end up. We could alternatively do this in each
2623 of the execution commands in infcmd.c.*/
2624 /* FIXME: ezannoni 1999-09-28: We may need to move this out of here
2625 into infcmd.c in order to allow inferior function calls to work
2626 NOT asynchronously. */
2627 if (event_loop_p && target_can_async_p ())
2628 target_async (inferior_event_handler, 0);
2629 /* Tell the world that the target is now executing. */
2630 /* FIXME: cagney/1999-09-23: Is it the targets responsibility to set
2631 this? Instead, should the client of target just assume (for
2632 async targets) that the target is going to start executing? Is
2633 this information already found in the continuation block? */
2634 if (target_is_async_p ())
2635 target_executing = 1;
2639 /* Set up the signal handler for SIGINT, while the target is
2640 executing, ovewriting the 'regular' SIGINT signal handler. */
2642 initialize_sigint_signal_handler (void)
2644 sigint_remote_token =
2645 create_async_signal_handler (async_remote_interrupt, NULL);
2646 signal (SIGINT, handle_remote_sigint);
2649 /* Signal handler for SIGINT, while the target is executing. */
2651 handle_remote_sigint (int sig)
2653 signal (sig, handle_remote_sigint_twice);
2654 sigint_remote_twice_token =
2655 create_async_signal_handler (async_remote_interrupt_twice, NULL);
2656 mark_async_signal_handler_wrapper (sigint_remote_token);
2659 /* Signal handler for SIGINT, installed after SIGINT has already been
2660 sent once. It will take effect the second time that the user sends
2663 handle_remote_sigint_twice (int sig)
2665 signal (sig, handle_sigint);
2666 sigint_remote_twice_token =
2667 create_async_signal_handler (inferior_event_handler_wrapper, NULL);
2668 mark_async_signal_handler_wrapper (sigint_remote_twice_token);
2671 /* Perform the real interruption of the target execution, in response
2674 async_remote_interrupt (gdb_client_data arg)
2677 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
2682 /* Perform interrupt, if the first attempt did not succeed. Just give
2683 up on the target alltogether. */
2685 async_remote_interrupt_twice (gdb_client_data arg)
2688 fprintf_unfiltered (gdb_stdlog, "remote_interrupt_twice called\n");
2689 /* Do something only if the target was not killed by the previous
2691 if (target_executing)
2694 signal (SIGINT, handle_remote_sigint);
2698 /* Reinstall the usual SIGINT handlers, after the target has
2701 cleanup_sigint_signal_handler (void *dummy)
2703 signal (SIGINT, handle_sigint);
2704 if (sigint_remote_twice_token)
2705 delete_async_signal_handler ((struct async_signal_handler **) & sigint_remote_twice_token);
2706 if (sigint_remote_token)
2707 delete_async_signal_handler ((struct async_signal_handler **) & sigint_remote_token);
2710 /* Send ^C to target to halt it. Target will respond, and send us a
2712 static void (*ofunc) (int);
2714 /* The command line interface's stop routine. This function is installed
2715 as a signal handler for SIGINT. The first time a user requests a
2716 stop, we call remote_stop to send a break or ^C. If there is no
2717 response from the target (it didn't stop when the user requested it),
2718 we ask the user if he'd like to detach from the target. */
2720 remote_interrupt (int signo)
2722 /* If this doesn't work, try more severe steps. */
2723 signal (signo, remote_interrupt_twice);
2726 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
2731 /* The user typed ^C twice. */
2734 remote_interrupt_twice (int signo)
2736 signal (signo, ofunc);
2738 signal (signo, remote_interrupt);
2741 /* This is the generic stop called via the target vector. When a target
2742 interrupt is requested, either by the command line or the GUI, we
2743 will eventually end up here. */
2747 /* Send a break or a ^C, depending on user preference. */
2749 fprintf_unfiltered (gdb_stdlog, "remote_stop called\n");
2752 serial_send_break (remote_desc);
2754 serial_write (remote_desc, "\003", 1);
2757 /* Ask the user what to do when an interrupt is received. */
2760 interrupt_query (void)
2762 target_terminal_ours ();
2764 if (query ("Interrupted while waiting for the program.\n\
2765 Give up (and stop debugging it)? "))
2767 target_mourn_inferior ();
2768 throw_exception (RETURN_QUIT);
2771 target_terminal_inferior ();
2774 /* Enable/disable target terminal ownership. Most targets can use
2775 terminal groups to control terminal ownership. Remote targets are
2776 different in that explicit transfer of ownership to/from GDB/target
2780 remote_async_terminal_inferior (void)
2782 /* FIXME: cagney/1999-09-27: Shouldn't need to test for
2783 sync_execution here. This function should only be called when
2784 GDB is resuming the inferior in the forground. A background
2785 resume (``run&'') should leave GDB in control of the terminal and
2786 consequently should not call this code. */
2787 if (!sync_execution)
2789 /* FIXME: cagney/1999-09-27: Closely related to the above. Make
2790 calls target_terminal_*() idenpotent. The event-loop GDB talking
2791 to an asynchronous target with a synchronous command calls this
2792 function from both event-top.c and infrun.c/infcmd.c. Once GDB
2793 stops trying to transfer the terminal to the target when it
2794 shouldn't this guard can go away. */
2795 if (!remote_async_terminal_ours_p)
2797 delete_file_handler (input_fd);
2798 remote_async_terminal_ours_p = 0;
2799 initialize_sigint_signal_handler ();
2800 /* NOTE: At this point we could also register our selves as the
2801 recipient of all input. Any characters typed could then be
2802 passed on down to the target. */
2806 remote_async_terminal_ours (void)
2808 /* See FIXME in remote_async_terminal_inferior. */
2809 if (!sync_execution)
2811 /* See FIXME in remote_async_terminal_inferior. */
2812 if (remote_async_terminal_ours_p)
2814 cleanup_sigint_signal_handler (NULL);
2815 add_file_handler (input_fd, stdin_event_handler, 0);
2816 remote_async_terminal_ours_p = 1;
2819 /* If nonzero, ignore the next kill. */
2824 remote_console_output (char *msg)
2828 for (p = msg; p[0] && p[1]; p += 2)
2831 char c = fromhex (p[0]) * 16 + fromhex (p[1]);
2834 fputs_unfiltered (tb, gdb_stdtarg);
2836 gdb_flush (gdb_stdtarg);
2839 /* Wait until the remote machine stops, then return,
2840 storing status in STATUS just as `wait' would.
2841 Returns "pid", which in the case of a multi-threaded
2842 remote OS, is the thread-id. */
2845 remote_wait (ptid_t ptid, struct target_waitstatus *status)
2847 struct remote_state *rs = get_remote_state ();
2848 unsigned char *buf = alloca (rs->remote_packet_size);
2849 ULONGEST thread_num = -1;
2852 status->kind = TARGET_WAITKIND_EXITED;
2853 status->value.integer = 0;
2859 ofunc = signal (SIGINT, remote_interrupt);
2860 getpkt (buf, (rs->remote_packet_size), 1);
2861 signal (SIGINT, ofunc);
2863 /* This is a hook for when we need to do something (perhaps the
2864 collection of trace data) every time the target stops. */
2865 if (target_wait_loop_hook)
2866 (*target_wait_loop_hook) ();
2868 remote_stopped_by_watchpoint_p = 0;
2872 case 'E': /* Error of some sort */
2873 warning ("Remote failure reply: %s", buf);
2875 case 'F': /* File-I/O request */
2876 remote_fileio_request (buf);
2878 case 'T': /* Status with PC, SP, FP, ... */
2881 char regs[MAX_REGISTER_SIZE];
2883 /* Expedited reply, containing Signal, {regno, reg} repeat */
2884 /* format is: 'Tssn...:r...;n...:r...;n...:r...;#cc', where
2886 n... = register number
2887 r... = register contents
2889 p = &buf[3]; /* after Txx */
2898 /* If the packet contains a register number save it in pnum
2899 and set p1 to point to the character following it.
2900 Otherwise p1 points to p. */
2902 /* If this packet is an awatch packet, don't parse the 'a'
2903 as a register number. */
2905 if (strncmp (p, "awatch", strlen("awatch")) != 0)
2907 /* Read the ``P'' register number. */
2908 pnum = strtol (p, &p_temp, 16);
2909 p1 = (unsigned char *) p_temp;
2914 if (p1 == p) /* No register number present here */
2916 p1 = (unsigned char *) strchr (p, ':');
2918 warning ("Malformed packet(a) (missing colon): %s\n\
2921 if (strncmp (p, "thread", p1 - p) == 0)
2923 p_temp = unpack_varlen_hex (++p1, &thread_num);
2924 record_currthread (thread_num);
2925 p = (unsigned char *) p_temp;
2927 else if ((strncmp (p, "watch", p1 - p) == 0)
2928 || (strncmp (p, "rwatch", p1 - p) == 0)
2929 || (strncmp (p, "awatch", p1 - p) == 0))
2931 remote_stopped_by_watchpoint_p = 1;
2932 p = unpack_varlen_hex (++p1, &addr);
2933 remote_watch_data_address = (CORE_ADDR)addr;
2937 /* Silently skip unknown optional info. */
2938 p_temp = strchr (p1 + 1, ';');
2940 p = (unsigned char *) p_temp;
2945 struct packet_reg *reg = packet_reg_from_pnum (rs, pnum);
2949 error ("Malformed packet(b) (missing colon): %s\nPacket: '%s'\n",
2953 error ("Remote sent bad register number %s: %s\nPacket: '%s'\n",
2954 phex_nz (pnum, 0), p, buf);
2956 fieldsize = hex2bin (p, regs, DEPRECATED_REGISTER_RAW_SIZE (reg->regnum));
2958 if (fieldsize < DEPRECATED_REGISTER_RAW_SIZE (reg->regnum))
2959 warning ("Remote reply is too short: %s", buf);
2960 supply_register (reg->regnum, regs);
2964 error ("Remote register badly formatted: %s\nhere: %s", buf, p);
2968 case 'S': /* Old style status, just signal only */
2969 status->kind = TARGET_WAITKIND_STOPPED;
2970 status->value.sig = (enum target_signal)
2971 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
2975 thread_num = strtol ((const char *) &buf[4], NULL, 16);
2976 record_currthread (thread_num);
2979 case 'W': /* Target exited */
2981 /* The remote process exited. */
2982 status->kind = TARGET_WAITKIND_EXITED;
2983 status->value.integer = (fromhex (buf[1]) << 4) + fromhex (buf[2]);
2987 status->kind = TARGET_WAITKIND_SIGNALLED;
2988 status->value.sig = (enum target_signal)
2989 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
2993 case 'O': /* Console output */
2994 remote_console_output (buf + 1);
2997 if (last_sent_signal != TARGET_SIGNAL_0)
2999 /* Zero length reply means that we tried 'S' or 'C' and
3000 the remote system doesn't support it. */
3001 target_terminal_ours_for_output ();
3003 ("Can't send signals to this remote system. %s not sent.\n",
3004 target_signal_to_name (last_sent_signal));
3005 last_sent_signal = TARGET_SIGNAL_0;
3006 target_terminal_inferior ();
3008 strcpy ((char *) buf, last_sent_step ? "s" : "c");
3009 putpkt ((char *) buf);
3012 /* else fallthrough */
3014 warning ("Invalid remote reply: %s", buf);
3019 if (thread_num != -1)
3021 return pid_to_ptid (thread_num);
3023 return inferior_ptid;
3026 /* Async version of remote_wait. */
3028 remote_async_wait (ptid_t ptid, struct target_waitstatus *status)
3030 struct remote_state *rs = get_remote_state ();
3031 unsigned char *buf = alloca (rs->remote_packet_size);
3032 ULONGEST thread_num = -1;
3035 status->kind = TARGET_WAITKIND_EXITED;
3036 status->value.integer = 0;
3038 remote_stopped_by_watchpoint_p = 0;
3044 if (!target_is_async_p ())
3045 ofunc = signal (SIGINT, remote_interrupt);
3046 /* FIXME: cagney/1999-09-27: If we're in async mode we should
3047 _never_ wait for ever -> test on target_is_async_p().
3048 However, before we do that we need to ensure that the caller
3049 knows how to take the target into/out of async mode. */
3050 getpkt (buf, (rs->remote_packet_size), wait_forever_enabled_p);
3051 if (!target_is_async_p ())
3052 signal (SIGINT, ofunc);
3054 /* This is a hook for when we need to do something (perhaps the
3055 collection of trace data) every time the target stops. */
3056 if (target_wait_loop_hook)
3057 (*target_wait_loop_hook) ();
3061 case 'E': /* Error of some sort */
3062 warning ("Remote failure reply: %s", buf);
3064 case 'F': /* File-I/O request */
3065 remote_fileio_request (buf);
3067 case 'T': /* Status with PC, SP, FP, ... */
3070 char regs[MAX_REGISTER_SIZE];
3072 /* Expedited reply, containing Signal, {regno, reg} repeat */
3073 /* format is: 'Tssn...:r...;n...:r...;n...:r...;#cc', where
3075 n... = register number
3076 r... = register contents
3078 p = &buf[3]; /* after Txx */
3087 /* If the packet contains a register number, save it in pnum
3088 and set p1 to point to the character following it.
3089 Otherwise p1 points to p. */
3091 /* If this packet is an awatch packet, don't parse the 'a'
3092 as a register number. */
3094 if (!strncmp (p, "awatch", strlen ("awatch")) != 0)
3096 /* Read the register number. */
3097 pnum = strtol (p, &p_temp, 16);
3098 p1 = (unsigned char *) p_temp;
3103 if (p1 == p) /* No register number present here */
3105 p1 = (unsigned char *) strchr (p, ':');
3107 error ("Malformed packet(a) (missing colon): %s\nPacket: '%s'\n",
3109 if (strncmp (p, "thread", p1 - p) == 0)
3111 p_temp = unpack_varlen_hex (++p1, &thread_num);
3112 record_currthread (thread_num);
3113 p = (unsigned char *) p_temp;
3115 else if ((strncmp (p, "watch", p1 - p) == 0)
3116 || (strncmp (p, "rwatch", p1 - p) == 0)
3117 || (strncmp (p, "awatch", p1 - p) == 0))
3119 remote_stopped_by_watchpoint_p = 1;
3120 p = unpack_varlen_hex (++p1, &addr);
3121 remote_watch_data_address = (CORE_ADDR)addr;
3125 /* Silently skip unknown optional info. */
3126 p_temp = (unsigned char *) strchr (p1 + 1, ';');
3134 struct packet_reg *reg = packet_reg_from_pnum (rs, pnum);
3137 error ("Malformed packet(b) (missing colon): %s\nPacket: '%s'\n",
3141 error ("Remote sent bad register number %ld: %s\nPacket: '%s'\n",
3144 fieldsize = hex2bin (p, regs, DEPRECATED_REGISTER_RAW_SIZE (reg->regnum));
3146 if (fieldsize < DEPRECATED_REGISTER_RAW_SIZE (reg->regnum))
3147 warning ("Remote reply is too short: %s", buf);
3148 supply_register (reg->regnum, regs);
3152 error ("Remote register badly formatted: %s\nhere: %s",
3157 case 'S': /* Old style status, just signal only */
3158 status->kind = TARGET_WAITKIND_STOPPED;
3159 status->value.sig = (enum target_signal)
3160 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
3164 thread_num = strtol ((const char *) &buf[4], NULL, 16);
3165 record_currthread (thread_num);
3168 case 'W': /* Target exited */
3170 /* The remote process exited. */
3171 status->kind = TARGET_WAITKIND_EXITED;
3172 status->value.integer = (fromhex (buf[1]) << 4) + fromhex (buf[2]);
3176 status->kind = TARGET_WAITKIND_SIGNALLED;
3177 status->value.sig = (enum target_signal)
3178 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
3182 case 'O': /* Console output */
3183 remote_console_output (buf + 1);
3184 /* Return immediately to the event loop. The event loop will
3185 still be waiting on the inferior afterwards. */
3186 status->kind = TARGET_WAITKIND_IGNORE;
3189 if (last_sent_signal != TARGET_SIGNAL_0)
3191 /* Zero length reply means that we tried 'S' or 'C' and
3192 the remote system doesn't support it. */
3193 target_terminal_ours_for_output ();
3195 ("Can't send signals to this remote system. %s not sent.\n",
3196 target_signal_to_name (last_sent_signal));
3197 last_sent_signal = TARGET_SIGNAL_0;
3198 target_terminal_inferior ();
3200 strcpy ((char *) buf, last_sent_step ? "s" : "c");
3201 putpkt ((char *) buf);
3204 /* else fallthrough */
3206 warning ("Invalid remote reply: %s", buf);
3211 if (thread_num != -1)
3213 return pid_to_ptid (thread_num);
3215 return inferior_ptid;
3218 /* Number of bytes of registers this stub implements. */
3220 static int register_bytes_found;
3222 /* Read the remote registers into the block REGS. */
3223 /* Currently we just read all the registers, so we don't use regnum. */
3226 remote_fetch_registers (int regnum)
3228 struct remote_state *rs = get_remote_state ();
3229 char *buf = alloca (rs->remote_packet_size);
3232 char *regs = alloca (rs->sizeof_g_packet);
3234 set_thread (PIDGET (inferior_ptid), 1);
3238 struct packet_reg *reg = packet_reg_from_regnum (rs, regnum);
3239 gdb_assert (reg != NULL);
3240 if (!reg->in_g_packet)
3241 internal_error (__FILE__, __LINE__,
3242 "Attempt to fetch a non G-packet register when this "
3243 "remote.c does not support the p-packet.");
3247 remote_send (buf, (rs->remote_packet_size));
3249 /* Save the size of the packet sent to us by the target. Its used
3250 as a heuristic when determining the max size of packets that the
3251 target can safely receive. */
3252 if ((rs->actual_register_packet_size) == 0)
3253 (rs->actual_register_packet_size) = strlen (buf);
3255 /* Unimplemented registers read as all bits zero. */
3256 memset (regs, 0, rs->sizeof_g_packet);
3258 /* We can get out of synch in various cases. If the first character
3259 in the buffer is not a hex character, assume that has happened
3260 and try to fetch another packet to read. */
3261 while ((buf[0] < '0' || buf[0] > '9')
3262 && (buf[0] < 'a' || buf[0] > 'f')
3263 && buf[0] != 'x') /* New: unavailable register value */
3266 fprintf_unfiltered (gdb_stdlog,
3267 "Bad register packet; fetching a new packet\n");
3268 getpkt (buf, (rs->remote_packet_size), 0);
3271 /* Reply describes registers byte by byte, each byte encoded as two
3272 hex characters. Suck them all up, then supply them to the
3273 register cacheing/storage mechanism. */
3276 for (i = 0; i < rs->sizeof_g_packet; i++)
3282 warning ("Remote reply is of odd length: %s", buf);
3283 /* Don't change register_bytes_found in this case, and don't
3284 print a second warning. */
3287 if (p[0] == 'x' && p[1] == 'x')
3288 regs[i] = 0; /* 'x' */
3290 regs[i] = fromhex (p[0]) * 16 + fromhex (p[1]);
3294 if (i != register_bytes_found)
3296 register_bytes_found = i;
3297 if (REGISTER_BYTES_OK_P ()
3298 && !REGISTER_BYTES_OK (i))
3299 warning ("Remote reply is too short: %s", buf);
3305 for (i = 0; i < NUM_REGS + NUM_PSEUDO_REGS; i++)
3307 struct packet_reg *r = &rs->regs[i];
3310 if (r->offset * 2 >= strlen (buf))
3311 /* A short packet that didn't include the register's
3312 value, this implies that the register is zero (and
3313 not that the register is unavailable). Supply that
3315 regcache_raw_supply (current_regcache, r->regnum, NULL);
3316 else if (buf[r->offset * 2] == 'x')
3318 gdb_assert (r->offset * 2 < strlen (buf));
3319 /* The register isn't available, mark it as such (at
3320 the same time setting the value to zero). */
3321 regcache_raw_supply (current_regcache, r->regnum, NULL);
3322 set_register_cached (i, -1);
3325 regcache_raw_supply (current_regcache, r->regnum,
3332 /* Prepare to store registers. Since we may send them all (using a
3333 'G' request), we have to read out the ones we don't want to change
3337 remote_prepare_to_store (void)
3339 struct remote_state *rs = get_remote_state ();
3341 char buf[MAX_REGISTER_SIZE];
3343 /* Make sure the entire registers array is valid. */
3344 switch (remote_protocol_P.support)
3346 case PACKET_DISABLE:
3347 case PACKET_SUPPORT_UNKNOWN:
3348 /* Make sure all the necessary registers are cached. */
3349 for (i = 0; i < NUM_REGS; i++)
3350 if (rs->regs[i].in_g_packet)
3351 regcache_raw_read (current_regcache, rs->regs[i].regnum, buf);
3358 /* Helper: Attempt to store REGNUM using the P packet. Return fail IFF
3359 packet was not recognized. */
3362 store_register_using_P (int regnum)
3364 struct remote_state *rs = get_remote_state ();
3365 struct packet_reg *reg = packet_reg_from_regnum (rs, regnum);
3366 /* Try storing a single register. */
3367 char *buf = alloca (rs->remote_packet_size);
3368 char regp[MAX_REGISTER_SIZE];
3372 sprintf (buf, "P%s=", phex_nz (reg->pnum, 0));
3373 p = buf + strlen (buf);
3374 regcache_collect (reg->regnum, regp);
3375 bin2hex (regp, p, DEPRECATED_REGISTER_RAW_SIZE (reg->regnum));
3376 remote_send (buf, rs->remote_packet_size);
3378 return buf[0] != '\0';
3382 /* Store register REGNUM, or all registers if REGNUM == -1, from the contents
3383 of the register cache buffer. FIXME: ignores errors. */
3386 remote_store_registers (int regnum)
3388 struct remote_state *rs = get_remote_state ();
3394 set_thread (PIDGET (inferior_ptid), 1);
3398 switch (remote_protocol_P.support)
3400 case PACKET_DISABLE:
3403 if (store_register_using_P (regnum))
3406 error ("Protocol error: P packet not recognized by stub");
3407 case PACKET_SUPPORT_UNKNOWN:
3408 if (store_register_using_P (regnum))
3410 /* The stub recognized the 'P' packet. Remember this. */
3411 remote_protocol_P.support = PACKET_ENABLE;
3416 /* The stub does not support the 'P' packet. Use 'G'
3417 instead, and don't try using 'P' in the future (it
3418 will just waste our time). */
3419 remote_protocol_P.support = PACKET_DISABLE;
3425 /* Extract all the registers in the regcache copying them into a
3429 regs = alloca (rs->sizeof_g_packet);
3430 memset (regs, rs->sizeof_g_packet, 0);
3431 for (i = 0; i < NUM_REGS + NUM_PSEUDO_REGS; i++)
3433 struct packet_reg *r = &rs->regs[i];
3435 regcache_collect (r->regnum, regs + r->offset);
3439 /* Command describes registers byte by byte,
3440 each byte encoded as two hex characters. */
3441 buf = alloca (rs->remote_packet_size);
3444 /* remote_prepare_to_store insures that register_bytes_found gets set. */
3445 bin2hex (regs, p, register_bytes_found);
3446 remote_send (buf, (rs->remote_packet_size));
3450 /* Return the number of hex digits in num. */
3453 hexnumlen (ULONGEST num)
3457 for (i = 0; num != 0; i++)
3463 /* Set BUF to the minimum number of hex digits representing NUM. */
3466 hexnumstr (char *buf, ULONGEST num)
3468 int len = hexnumlen (num);
3469 return hexnumnstr (buf, num, len);
3473 /* Set BUF to the hex digits representing NUM, padded to WIDTH characters. */
3476 hexnumnstr (char *buf, ULONGEST num, int width)
3482 for (i = width - 1; i >= 0; i--)
3484 buf[i] = "0123456789abcdef"[(num & 0xf)];
3491 /* Mask all but the least significant REMOTE_ADDRESS_SIZE bits. */
3494 remote_address_masked (CORE_ADDR addr)
3496 if (remote_address_size > 0
3497 && remote_address_size < (sizeof (ULONGEST) * 8))
3499 /* Only create a mask when that mask can safely be constructed
3500 in a ULONGEST variable. */
3502 mask = (mask << remote_address_size) - 1;
3508 /* Determine whether the remote target supports binary downloading.
3509 This is accomplished by sending a no-op memory write of zero length
3510 to the target at the specified address. It does not suffice to send
3511 the whole packet, since many stubs strip the eighth bit and subsequently
3512 compute a wrong checksum, which causes real havoc with remote_write_bytes.
3514 NOTE: This can still lose if the serial line is not eight-bit
3515 clean. In cases like this, the user should clear "remote
3519 check_binary_download (CORE_ADDR addr)
3521 struct remote_state *rs = get_remote_state ();
3522 switch (remote_protocol_binary_download.support)
3524 case PACKET_DISABLE:
3528 case PACKET_SUPPORT_UNKNOWN:
3530 char *buf = alloca (rs->remote_packet_size);
3535 p += hexnumstr (p, (ULONGEST) addr);
3537 p += hexnumstr (p, (ULONGEST) 0);
3541 putpkt_binary (buf, (int) (p - buf));
3542 getpkt (buf, (rs->remote_packet_size), 0);
3547 fprintf_unfiltered (gdb_stdlog,
3548 "binary downloading NOT suppported by target\n");
3549 remote_protocol_binary_download.support = PACKET_DISABLE;
3554 fprintf_unfiltered (gdb_stdlog,
3555 "binary downloading suppported by target\n");
3556 remote_protocol_binary_download.support = PACKET_ENABLE;
3563 /* Write memory data directly to the remote machine.
3564 This does not inform the data cache; the data cache uses this.
3565 MEMADDR is the address in the remote memory space.
3566 MYADDR is the address of the buffer in our space.
3567 LEN is the number of bytes.
3569 Returns number of bytes transferred, or 0 (setting errno) for
3570 error. Only transfer a single packet. */
3573 remote_write_bytes (CORE_ADDR memaddr, char *myaddr, int len)
3577 unsigned char *plen;
3583 unsigned char *payload_start;
3585 /* Verify that the target can support a binary download. */
3586 check_binary_download (memaddr);
3588 /* Compute the size, and then allocate space for the largest
3589 possible packet. Include space for an extra trailing NUL. */
3590 sizeof_buf = get_memory_write_packet_size () + 1;
3591 buf = alloca (sizeof_buf);
3593 /* Compute the size of the actual payload by subtracting out the
3594 packet header and footer overhead: "$M<memaddr>,<len>:...#nn". */
3595 payload_size = (get_memory_write_packet_size () - (strlen ("$M,:#NN")
3596 + hexnumlen (memaddr)
3597 + hexnumlen (len)));
3599 /* Construct the packet header: "[MX]<memaddr>,<len>:". */
3601 /* Append "[XM]". Compute a best guess of the number of bytes
3602 actually transfered. */
3604 switch (remote_protocol_binary_download.support)
3608 /* Best guess at number of bytes that will fit. */
3609 todo = min (len, payload_size);
3611 case PACKET_DISABLE:
3613 /* num bytes that will fit */
3614 todo = min (len, payload_size / 2);
3616 case PACKET_SUPPORT_UNKNOWN:
3617 internal_error (__FILE__, __LINE__,
3618 "remote_write_bytes: bad internal state");
3620 internal_error (__FILE__, __LINE__, "bad switch");
3623 /* Append "<memaddr>". */
3624 memaddr = remote_address_masked (memaddr);
3625 p += hexnumstr (p, (ULONGEST) memaddr);
3630 /* Append <len>. Retain the location/size of <len>. It may need to
3631 be adjusted once the packet body has been created. */
3633 plenlen = hexnumstr (p, (ULONGEST) todo);
3640 /* Append the packet body. */
3642 switch (remote_protocol_binary_download.support)
3645 /* Binary mode. Send target system values byte by byte, in
3646 increasing byte addresses. Only escape certain critical
3649 (nr_bytes < todo) && (p - payload_start) < payload_size;
3652 switch (myaddr[nr_bytes] & 0xff)
3657 /* These must be escaped */
3659 *p++ = (myaddr[nr_bytes] & 0xff) ^ 0x20;
3662 *p++ = myaddr[nr_bytes] & 0xff;
3666 if (nr_bytes < todo)
3668 /* Escape chars have filled up the buffer prematurely,
3669 and we have actually sent fewer bytes than planned.
3670 Fix-up the length field of the packet. Use the same
3671 number of characters as before. */
3672 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen);
3673 *plen = ':'; /* overwrite \0 from hexnumnstr() */
3676 case PACKET_DISABLE:
3677 /* Normal mode: Send target system values byte by byte, in
3678 increasing byte addresses. Each byte is encoded as a two hex
3680 nr_bytes = bin2hex (myaddr, p, todo);
3683 case PACKET_SUPPORT_UNKNOWN:
3684 internal_error (__FILE__, __LINE__,
3685 "remote_write_bytes: bad internal state");
3687 internal_error (__FILE__, __LINE__, "bad switch");
3690 putpkt_binary (buf, (int) (p - buf));
3691 getpkt (buf, sizeof_buf, 0);
3695 /* There is no correspondance between what the remote protocol
3696 uses for errors and errno codes. We would like a cleaner way
3697 of representing errors (big enough to include errno codes,
3698 bfd_error codes, and others). But for now just return EIO. */
3703 /* Return NR_BYTES, not TODO, in case escape chars caused us to send fewer
3704 bytes than we'd planned. */
3708 /* Read memory data directly from the remote machine.
3709 This does not use the data cache; the data cache uses this.
3710 MEMADDR is the address in the remote memory space.
3711 MYADDR is the address of the buffer in our space.
3712 LEN is the number of bytes.
3714 Returns number of bytes transferred, or 0 for error. */
3716 /* NOTE: cagney/1999-10-18: This function (and its siblings in other
3717 remote targets) shouldn't attempt to read the entire buffer.
3718 Instead it should read a single packet worth of data and then
3719 return the byte size of that packet to the caller. The caller (its
3720 caller and its callers caller ;-) already contains code for
3721 handling partial reads. */
3724 remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len)
3727 int max_buf_size; /* Max size of packet output buffer */
3731 /* Create a buffer big enough for this packet. */
3732 max_buf_size = get_memory_read_packet_size ();
3733 sizeof_buf = max_buf_size + 1; /* Space for trailing NUL */
3734 buf = alloca (sizeof_buf);
3743 todo = min (len, max_buf_size / 2); /* num bytes that will fit */
3745 /* construct "m"<memaddr>","<len>" */
3746 /* sprintf (buf, "m%lx,%x", (unsigned long) memaddr, todo); */
3747 memaddr = remote_address_masked (memaddr);
3750 p += hexnumstr (p, (ULONGEST) memaddr);
3752 p += hexnumstr (p, (ULONGEST) todo);
3756 getpkt (buf, sizeof_buf, 0);
3759 && isxdigit (buf[1]) && isxdigit (buf[2])
3762 /* There is no correspondance between what the remote protocol uses
3763 for errors and errno codes. We would like a cleaner way of
3764 representing errors (big enough to include errno codes, bfd_error
3765 codes, and others). But for now just return EIO. */
3770 /* Reply describes memory byte by byte,
3771 each byte encoded as two hex characters. */
3774 if ((i = hex2bin (p, myaddr, todo)) < todo)
3776 /* Reply is short. This means that we were able to read
3777 only part of what we wanted to. */
3778 return i + (origlen - len);
3787 /* Read or write LEN bytes from inferior memory at MEMADDR,
3788 transferring to or from debugger address BUFFER. Write to inferior if
3789 SHOULD_WRITE is nonzero. Returns length of data written or read; 0
3790 for error. TARGET is unused. */
3793 remote_xfer_memory (CORE_ADDR mem_addr, char *buffer, int mem_len,
3794 int should_write, struct mem_attrib *attrib,
3795 struct target_ops *target)
3797 CORE_ADDR targ_addr;
3801 /* Should this be the selected frame? */
3802 gdbarch_remote_translate_xfer_address (current_gdbarch, current_regcache,
3804 &targ_addr, &targ_len);
3809 res = remote_write_bytes (targ_addr, buffer, targ_len);
3811 res = remote_read_bytes (targ_addr, buffer, targ_len);
3817 remote_files_info (struct target_ops *ignore)
3819 puts_filtered ("Debugging a target over a serial line.\n");
3822 /* Stuff for dealing with the packets which are part of this protocol.
3823 See comment at top of file for details. */
3825 /* Read a single character from the remote end, masking it down to 7 bits. */
3828 readchar (int timeout)
3832 ch = serial_readchar (remote_desc, timeout);
3837 switch ((enum serial_rc) ch)
3840 target_mourn_inferior ();
3841 error ("Remote connection closed");
3844 perror_with_name ("Remote communication error");
3846 case SERIAL_TIMEOUT:
3852 /* Send the command in BUF to the remote machine, and read the reply
3853 into BUF. Report an error if we get an error reply. */
3856 remote_send (char *buf,
3860 getpkt (buf, sizeof_buf, 0);
3863 error ("Remote failure reply: %s", buf);
3866 /* Display a null-terminated packet on stdout, for debugging, using C
3870 print_packet (char *buf)
3872 puts_filtered ("\"");
3873 fputstr_filtered (buf, '"', gdb_stdout);
3874 puts_filtered ("\"");
3880 return putpkt_binary (buf, strlen (buf));
3883 /* Send a packet to the remote machine, with error checking. The data
3884 of the packet is in BUF. The string in BUF can be at most (rs->remote_packet_size) - 5
3885 to account for the $, # and checksum, and for a possible /0 if we are
3886 debugging (remote_debug) and want to print the sent packet as a string */
3889 putpkt_binary (char *buf, int cnt)
3891 struct remote_state *rs = get_remote_state ();
3893 unsigned char csum = 0;
3894 char *buf2 = alloca (cnt + 6);
3895 long sizeof_junkbuf = (rs->remote_packet_size);
3896 char *junkbuf = alloca (sizeof_junkbuf);
3902 /* Copy the packet into buffer BUF2, encapsulating it
3903 and giving it a checksum. */
3908 for (i = 0; i < cnt; i++)
3914 *p++ = tohex ((csum >> 4) & 0xf);
3915 *p++ = tohex (csum & 0xf);
3917 /* Send it over and over until we get a positive ack. */
3921 int started_error_output = 0;
3926 fprintf_unfiltered (gdb_stdlog, "Sending packet: ");
3927 fputstrn_unfiltered (buf2, p - buf2, 0, gdb_stdlog);
3928 fprintf_unfiltered (gdb_stdlog, "...");
3929 gdb_flush (gdb_stdlog);
3931 if (serial_write (remote_desc, buf2, p - buf2))
3932 perror_with_name ("putpkt: write failed");
3934 /* read until either a timeout occurs (-2) or '+' is read */
3937 ch = readchar (remote_timeout);
3945 case SERIAL_TIMEOUT:
3947 if (started_error_output)
3949 putchar_unfiltered ('\n');
3950 started_error_output = 0;
3959 fprintf_unfiltered (gdb_stdlog, "Ack\n");
3963 fprintf_unfiltered (gdb_stdlog, "Nak\n");
3964 case SERIAL_TIMEOUT:
3968 break; /* Retransmit buffer */
3972 fprintf_unfiltered (gdb_stdlog, "Packet instead of Ack, ignoring it\n");
3973 /* It's probably an old response, and we're out of sync.
3974 Just gobble up the packet and ignore it. */
3975 read_frame (junkbuf, sizeof_junkbuf);
3976 continue; /* Now, go look for + */
3981 if (!started_error_output)
3983 started_error_output = 1;
3984 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
3986 fputc_unfiltered (ch & 0177, gdb_stdlog);
3990 break; /* Here to retransmit */
3994 /* This is wrong. If doing a long backtrace, the user should be
3995 able to get out next time we call QUIT, without anything as
3996 violent as interrupt_query. If we want to provide a way out of
3997 here without getting to the next QUIT, it should be based on
3998 hitting ^C twice as in remote_wait. */
4008 /* Come here after finding the start of the frame. Collect the rest
4009 into BUF, verifying the checksum, length, and handling run-length
4010 compression. No more than sizeof_buf-1 characters are read so that
4011 the buffer can be NUL terminated.
4013 Returns -1 on error, number of characters in buffer (ignoring the
4014 trailing NULL) on success. (could be extended to return one of the
4015 SERIAL status indications). */
4018 read_frame (char *buf,
4030 /* ASSERT (bc < sizeof_buf - 1) - space for trailing NUL */
4031 c = readchar (remote_timeout);
4034 case SERIAL_TIMEOUT:
4036 fputs_filtered ("Timeout in mid-packet, retrying\n", gdb_stdlog);
4040 fputs_filtered ("Saw new packet start in middle of old one\n",
4042 return -1; /* Start a new packet, count retries */
4045 unsigned char pktcsum;
4051 check_0 = readchar (remote_timeout);
4053 check_1 = readchar (remote_timeout);
4055 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT)
4058 fputs_filtered ("Timeout in checksum, retrying\n", gdb_stdlog);
4061 else if (check_0 < 0 || check_1 < 0)
4064 fputs_filtered ("Communication error in checksum\n", gdb_stdlog);
4068 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1);
4069 if (csum == pktcsum)
4074 fprintf_filtered (gdb_stdlog,
4075 "Bad checksum, sentsum=0x%x, csum=0x%x, buf=",
4077 fputs_filtered (buf, gdb_stdlog);
4078 fputs_filtered ("\n", gdb_stdlog);
4080 /* Number of characters in buffer ignoring trailing
4084 case '*': /* Run length encoding */
4089 c = readchar (remote_timeout);
4091 repeat = c - ' ' + 3; /* Compute repeat count */
4093 /* The character before ``*'' is repeated. */
4095 if (repeat > 0 && repeat <= 255
4097 && bc + repeat - 1 < sizeof_buf - 1)
4099 memset (&buf[bc], buf[bc - 1], repeat);
4105 printf_filtered ("Repeat count %d too large for buffer: ", repeat);
4106 puts_filtered (buf);
4107 puts_filtered ("\n");
4111 if (bc < sizeof_buf - 1)
4119 puts_filtered ("Remote packet too long: ");
4120 puts_filtered (buf);
4121 puts_filtered ("\n");
4128 /* Read a packet from the remote machine, with error checking, and
4129 store it in BUF. If FOREVER, wait forever rather than timing out;
4130 this is used (in synchronous mode) to wait for a target that is is
4131 executing user code to stop. */
4132 /* FIXME: ezannoni 2000-02-01 this wrapper is necessary so that we
4133 don't have to change all the calls to getpkt to deal with the
4134 return value, because at the moment I don't know what the right
4135 thing to do it for those. */
4143 timed_out = getpkt_sane (buf, sizeof_buf, forever);
4147 /* Read a packet from the remote machine, with error checking, and
4148 store it in BUF. If FOREVER, wait forever rather than timing out;
4149 this is used (in synchronous mode) to wait for a target that is is
4150 executing user code to stop. If FOREVER == 0, this function is
4151 allowed to time out gracefully and return an indication of this to
4154 getpkt_sane (char *buf,
4163 strcpy (buf, "timeout");
4167 timeout = watchdog > 0 ? watchdog : -1;
4171 timeout = remote_timeout;
4175 for (tries = 1; tries <= MAX_TRIES; tries++)
4177 /* This can loop forever if the remote side sends us characters
4178 continuously, but if it pauses, we'll get a zero from readchar
4179 because of timeout. Then we'll count that as a retry. */
4181 /* Note that we will only wait forever prior to the start of a packet.
4182 After that, we expect characters to arrive at a brisk pace. They
4183 should show up within remote_timeout intervals. */
4187 c = readchar (timeout);
4189 if (c == SERIAL_TIMEOUT)
4191 if (forever) /* Watchdog went off? Kill the target. */
4194 target_mourn_inferior ();
4195 error ("Watchdog has expired. Target detached.\n");
4198 fputs_filtered ("Timed out.\n", gdb_stdlog);
4204 /* We've found the start of a packet, now collect the data. */
4206 val = read_frame (buf, sizeof_buf);
4212 fprintf_unfiltered (gdb_stdlog, "Packet received: ");
4213 fputstr_unfiltered (buf, 0, gdb_stdlog);
4214 fprintf_unfiltered (gdb_stdlog, "\n");
4216 serial_write (remote_desc, "+", 1);
4220 /* Try the whole thing again. */
4222 serial_write (remote_desc, "-", 1);
4225 /* We have tried hard enough, and just can't receive the packet. Give up. */
4227 printf_unfiltered ("Ignoring packet error, continuing...\n");
4228 serial_write (remote_desc, "+", 1);
4235 /* For some mysterious reason, wait_for_inferior calls kill instead of
4236 mourn after it gets TARGET_WAITKIND_SIGNALLED. Work around it. */
4240 target_mourn_inferior ();
4244 /* Use catch_errors so the user can quit from gdb even when we aren't on
4245 speaking terms with the remote system. */
4246 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);
4248 /* Don't wait for it to die. I'm not really sure it matters whether
4249 we do or not. For the existing stubs, kill is a noop. */
4250 target_mourn_inferior ();
4253 /* Async version of remote_kill. */
4255 remote_async_kill (void)
4257 /* Unregister the file descriptor from the event loop. */
4258 if (target_is_async_p ())
4259 serial_async (remote_desc, NULL, 0);
4261 /* For some mysterious reason, wait_for_inferior calls kill instead of
4262 mourn after it gets TARGET_WAITKIND_SIGNALLED. Work around it. */
4266 target_mourn_inferior ();
4270 /* Use catch_errors so the user can quit from gdb even when we aren't on
4271 speaking terms with the remote system. */
4272 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);
4274 /* Don't wait for it to die. I'm not really sure it matters whether
4275 we do or not. For the existing stubs, kill is a noop. */
4276 target_mourn_inferior ();
4282 remote_mourn_1 (&remote_ops);
4286 remote_async_mourn (void)
4288 remote_mourn_1 (&remote_async_ops);
4292 extended_remote_mourn (void)
4294 /* We do _not_ want to mourn the target like this; this will
4295 remove the extended remote target from the target stack,
4296 and the next time the user says "run" it'll fail.
4298 FIXME: What is the right thing to do here? */
4300 remote_mourn_1 (&extended_remote_ops);
4304 /* Worker function for remote_mourn. */
4306 remote_mourn_1 (struct target_ops *target)
4308 unpush_target (target);
4309 generic_mourn_inferior ();
4312 /* In the extended protocol we want to be able to do things like
4313 "run" and have them basically work as expected. So we need
4314 a special create_inferior function.
4316 FIXME: One day add support for changing the exec file
4317 we're debugging, arguments and an environment. */
4320 extended_remote_create_inferior (char *exec_file, char *args, char **env)
4322 /* Rip out the breakpoints; we'll reinsert them after restarting
4323 the remote server. */
4324 remove_breakpoints ();
4326 /* Now restart the remote server. */
4327 extended_remote_restart ();
4329 /* Now put the breakpoints back in. This way we're safe if the
4330 restart function works via a unix fork on the remote side. */
4331 insert_breakpoints ();
4333 /* Clean up from the last time we were running. */
4334 clear_proceed_status ();
4336 /* Let the remote process run. */
4337 proceed (-1, TARGET_SIGNAL_0, 0);
4340 /* Async version of extended_remote_create_inferior. */
4342 extended_remote_async_create_inferior (char *exec_file, char *args, char **env)
4344 /* Rip out the breakpoints; we'll reinsert them after restarting
4345 the remote server. */
4346 remove_breakpoints ();
4348 /* If running asynchronously, register the target file descriptor
4349 with the event loop. */
4350 if (event_loop_p && target_can_async_p ())
4351 target_async (inferior_event_handler, 0);
4353 /* Now restart the remote server. */
4354 extended_remote_restart ();
4356 /* Now put the breakpoints back in. This way we're safe if the
4357 restart function works via a unix fork on the remote side. */
4358 insert_breakpoints ();
4360 /* Clean up from the last time we were running. */
4361 clear_proceed_status ();
4363 /* Let the remote process run. */
4364 proceed (-1, TARGET_SIGNAL_0, 0);
4368 /* On some machines, e.g. 68k, we may use a different breakpoint
4369 instruction than other targets; in those use
4370 DEPRECATED_REMOTE_BREAKPOINT instead of just BREAKPOINT_FROM_PC.
4371 Also, bi-endian targets may define
4372 DEPRECATED_LITTLE_REMOTE_BREAKPOINT and
4373 DEPRECATED_BIG_REMOTE_BREAKPOINT. If none of these are defined, we
4374 just call the standard routines that are in mem-break.c. */
4376 /* NOTE: cagney/2003-06-08: This is silly. A remote and simulator
4377 target should use an identical BREAKPOINT_FROM_PC. As for native,
4378 the ARCH-OS-tdep.c code can override the default. */
4380 #if defined (DEPRECATED_LITTLE_REMOTE_BREAKPOINT) && defined (DEPRECATED_BIG_REMOTE_BREAKPOINT) && !defined(DEPRECATED_REMOTE_BREAKPOINT)
4381 #define DEPRECATED_REMOTE_BREAKPOINT
4384 #ifdef DEPRECATED_REMOTE_BREAKPOINT
4386 /* If the target isn't bi-endian, just pretend it is. */
4387 #if !defined (DEPRECATED_LITTLE_REMOTE_BREAKPOINT) && !defined (DEPRECATED_BIG_REMOTE_BREAKPOINT)
4388 #define DEPRECATED_LITTLE_REMOTE_BREAKPOINT DEPRECATED_REMOTE_BREAKPOINT
4389 #define DEPRECATED_BIG_REMOTE_BREAKPOINT DEPRECATED_REMOTE_BREAKPOINT
4392 static unsigned char big_break_insn[] = DEPRECATED_BIG_REMOTE_BREAKPOINT;
4393 static unsigned char little_break_insn[] = DEPRECATED_LITTLE_REMOTE_BREAKPOINT;
4395 #endif /* DEPRECATED_REMOTE_BREAKPOINT */
4397 /* Insert a breakpoint on targets that don't have any better
4398 breakpoint support. We read the contents of the target location
4399 and stash it, then overwrite it with a breakpoint instruction.
4400 ADDR is the target location in the target machine. CONTENTS_CACHE
4401 is a pointer to memory allocated for saving the target contents.
4402 It is guaranteed by the caller to be long enough to save the number
4403 of bytes returned by BREAKPOINT_FROM_PC. */
4406 remote_insert_breakpoint (CORE_ADDR addr, char *contents_cache)
4408 struct remote_state *rs = get_remote_state ();
4409 #ifdef DEPRECATED_REMOTE_BREAKPOINT
4414 /* Try the "Z" s/w breakpoint packet if it is not already disabled.
4415 If it succeeds, then set the support to PACKET_ENABLE. If it
4416 fails, and the user has explicitly requested the Z support then
4417 report an error, otherwise, mark it disabled and go on. */
4419 if (remote_protocol_Z[Z_PACKET_SOFTWARE_BP].support != PACKET_DISABLE)
4421 char *buf = alloca (rs->remote_packet_size);
4424 addr = remote_address_masked (addr);
4428 p += hexnumstr (p, (ULONGEST) addr);
4429 BREAKPOINT_FROM_PC (&addr, &bp_size);
4430 sprintf (p, ",%d", bp_size);
4433 getpkt (buf, (rs->remote_packet_size), 0);
4435 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_SOFTWARE_BP]))
4441 case PACKET_UNKNOWN:
4446 #ifdef DEPRECATED_REMOTE_BREAKPOINT
4447 val = target_read_memory (addr, contents_cache, sizeof big_break_insn);
4451 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
4452 val = target_write_memory (addr, (char *) big_break_insn,
4453 sizeof big_break_insn);
4455 val = target_write_memory (addr, (char *) little_break_insn,
4456 sizeof little_break_insn);
4461 return memory_insert_breakpoint (addr, contents_cache);
4462 #endif /* DEPRECATED_REMOTE_BREAKPOINT */
4466 remote_remove_breakpoint (CORE_ADDR addr, char *contents_cache)
4468 struct remote_state *rs = get_remote_state ();
4471 if (remote_protocol_Z[Z_PACKET_SOFTWARE_BP].support != PACKET_DISABLE)
4473 char *buf = alloca (rs->remote_packet_size);
4480 addr = remote_address_masked (addr);
4481 p += hexnumstr (p, (ULONGEST) addr);
4482 BREAKPOINT_FROM_PC (&addr, &bp_size);
4483 sprintf (p, ",%d", bp_size);
4486 getpkt (buf, (rs->remote_packet_size), 0);
4488 return (buf[0] == 'E');
4491 #ifdef DEPRECATED_REMOTE_BREAKPOINT
4492 return target_write_memory (addr, contents_cache, sizeof big_break_insn);
4494 return memory_remove_breakpoint (addr, contents_cache);
4495 #endif /* DEPRECATED_REMOTE_BREAKPOINT */
4499 watchpoint_to_Z_packet (int type)
4513 internal_error (__FILE__, __LINE__,
4514 "hw_bp_to_z: bad watchpoint type %d", type);
4519 remote_insert_watchpoint (CORE_ADDR addr, int len, int type)
4521 struct remote_state *rs = get_remote_state ();
4522 char *buf = alloca (rs->remote_packet_size);
4524 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
4526 if (remote_protocol_Z[packet].support == PACKET_DISABLE)
4527 error ("Can't set hardware watchpoints without the '%s' (%s) packet\n",
4528 remote_protocol_Z[packet].name,
4529 remote_protocol_Z[packet].title);
4531 sprintf (buf, "Z%x,", packet);
4532 p = strchr (buf, '\0');
4533 addr = remote_address_masked (addr);
4534 p += hexnumstr (p, (ULONGEST) addr);
4535 sprintf (p, ",%x", len);
4538 getpkt (buf, (rs->remote_packet_size), 0);
4540 switch (packet_ok (buf, &remote_protocol_Z[packet]))
4543 case PACKET_UNKNOWN:
4548 internal_error (__FILE__, __LINE__,
4549 "remote_insert_watchpoint: reached end of function");
4554 remote_remove_watchpoint (CORE_ADDR addr, int len, int type)
4556 struct remote_state *rs = get_remote_state ();
4557 char *buf = alloca (rs->remote_packet_size);
4559 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
4561 if (remote_protocol_Z[packet].support == PACKET_DISABLE)
4562 error ("Can't clear hardware watchpoints without the '%s' (%s) packet\n",
4563 remote_protocol_Z[packet].name,
4564 remote_protocol_Z[packet].title);
4566 sprintf (buf, "z%x,", packet);
4567 p = strchr (buf, '\0');
4568 addr = remote_address_masked (addr);
4569 p += hexnumstr (p, (ULONGEST) addr);
4570 sprintf (p, ",%x", len);
4572 getpkt (buf, (rs->remote_packet_size), 0);
4574 switch (packet_ok (buf, &remote_protocol_Z[packet]))
4577 case PACKET_UNKNOWN:
4582 internal_error (__FILE__, __LINE__,
4583 "remote_remove_watchpoint: reached end of function");
4587 int remote_hw_watchpoint_limit = -1;
4588 int remote_hw_breakpoint_limit = -1;
4591 remote_check_watch_resources (int type, int cnt, int ot)
4593 if (type == bp_hardware_breakpoint)
4595 if (remote_hw_breakpoint_limit == 0)
4597 else if (remote_hw_breakpoint_limit < 0)
4599 else if (cnt <= remote_hw_breakpoint_limit)
4604 if (remote_hw_watchpoint_limit == 0)
4606 else if (remote_hw_watchpoint_limit < 0)
4610 else if (cnt <= remote_hw_watchpoint_limit)
4617 remote_stopped_by_watchpoint (void)
4619 return remote_stopped_by_watchpoint_p;
4623 remote_stopped_data_address (void)
4625 if (remote_stopped_by_watchpoint ())
4626 return remote_watch_data_address;
4627 return (CORE_ADDR)0;
4632 remote_insert_hw_breakpoint (CORE_ADDR addr, char *shadow)
4635 struct remote_state *rs = get_remote_state ();
4636 char *buf = alloca (rs->remote_packet_size);
4639 /* The length field should be set to the size of a breakpoint
4642 BREAKPOINT_FROM_PC (&addr, &len);
4644 if (remote_protocol_Z[Z_PACKET_HARDWARE_BP].support == PACKET_DISABLE)
4645 error ("Can't set hardware breakpoint without the '%s' (%s) packet\n",
4646 remote_protocol_Z[Z_PACKET_HARDWARE_BP].name,
4647 remote_protocol_Z[Z_PACKET_HARDWARE_BP].title);
4653 addr = remote_address_masked (addr);
4654 p += hexnumstr (p, (ULONGEST) addr);
4655 sprintf (p, ",%x", len);
4658 getpkt (buf, (rs->remote_packet_size), 0);
4660 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_HARDWARE_BP]))
4663 case PACKET_UNKNOWN:
4668 internal_error (__FILE__, __LINE__,
4669 "remote_insert_hw_breakpoint: reached end of function");
4674 remote_remove_hw_breakpoint (CORE_ADDR addr, char *shadow)
4677 struct remote_state *rs = get_remote_state ();
4678 char *buf = alloca (rs->remote_packet_size);
4681 /* The length field should be set to the size of a breakpoint
4684 BREAKPOINT_FROM_PC (&addr, &len);
4686 if (remote_protocol_Z[Z_PACKET_HARDWARE_BP].support == PACKET_DISABLE)
4687 error ("Can't clear hardware breakpoint without the '%s' (%s) packet\n",
4688 remote_protocol_Z[Z_PACKET_HARDWARE_BP].name,
4689 remote_protocol_Z[Z_PACKET_HARDWARE_BP].title);
4695 addr = remote_address_masked (addr);
4696 p += hexnumstr (p, (ULONGEST) addr);
4697 sprintf (p, ",%x", len);
4700 getpkt (buf, (rs->remote_packet_size), 0);
4702 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_HARDWARE_BP]))
4705 case PACKET_UNKNOWN:
4710 internal_error (__FILE__, __LINE__,
4711 "remote_remove_hw_breakpoint: reached end of function");
4714 /* Some targets are only capable of doing downloads, and afterwards
4715 they switch to the remote serial protocol. This function provides
4716 a clean way to get from the download target to the remote target.
4717 It's basically just a wrapper so that we don't have to expose any
4718 of the internal workings of remote.c.
4720 Prior to calling this routine, you should shutdown the current
4721 target code, else you will get the "A program is being debugged
4722 already..." message. Usually a call to pop_target() suffices. */
4725 push_remote_target (char *name, int from_tty)
4727 printf_filtered ("Switching to remote protocol\n");
4728 remote_open (name, from_tty);
4731 /* Table used by the crc32 function to calcuate the checksum. */
4733 static unsigned long crc32_table[256] =
4736 static unsigned long
4737 crc32 (unsigned char *buf, int len, unsigned int crc)
4739 if (!crc32_table[1])
4741 /* Initialize the CRC table and the decoding table. */
4745 for (i = 0; i < 256; i++)
4747 for (c = i << 24, j = 8; j > 0; --j)
4748 c = c & 0x80000000 ? (c << 1) ^ 0x04c11db7 : (c << 1);
4755 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
4761 /* compare-sections command
4763 With no arguments, compares each loadable section in the exec bfd
4764 with the same memory range on the target, and reports mismatches.
4765 Useful for verifying the image on the target against the exec file.
4766 Depends on the target understanding the new "qCRC:" request. */
4768 /* FIXME: cagney/1999-10-26: This command should be broken down into a
4769 target method (target verify memory) and generic version of the
4770 actual command. This will allow other high-level code (especially
4771 generic_load()) to make use of this target functionality. */
4774 compare_sections_command (char *args, int from_tty)
4776 struct remote_state *rs = get_remote_state ();
4778 unsigned long host_crc, target_crc;
4779 extern bfd *exec_bfd;
4780 struct cleanup *old_chain;
4783 const char *sectname;
4784 char *buf = alloca (rs->remote_packet_size);
4791 error ("command cannot be used without an exec file");
4792 if (!current_target.to_shortname ||
4793 strcmp (current_target.to_shortname, "remote") != 0)
4794 error ("command can only be used with remote target");
4796 for (s = exec_bfd->sections; s; s = s->next)
4798 if (!(s->flags & SEC_LOAD))
4799 continue; /* skip non-loadable section */
4801 size = bfd_get_section_size_before_reloc (s);
4803 continue; /* skip zero-length section */
4805 sectname = bfd_get_section_name (exec_bfd, s);
4806 if (args && strcmp (args, sectname) != 0)
4807 continue; /* not the section selected by user */
4809 matched = 1; /* do this section */
4811 /* FIXME: assumes lma can fit into long */
4812 sprintf (buf, "qCRC:%lx,%lx", (long) lma, (long) size);
4815 /* be clever; compute the host_crc before waiting for target reply */
4816 sectdata = xmalloc (size);
4817 old_chain = make_cleanup (xfree, sectdata);
4818 bfd_get_section_contents (exec_bfd, s, sectdata, 0, size);
4819 host_crc = crc32 ((unsigned char *) sectdata, size, 0xffffffff);
4821 getpkt (buf, (rs->remote_packet_size), 0);
4823 error ("target memory fault, section %s, range 0x%s -- 0x%s",
4824 sectname, paddr (lma), paddr (lma + size));
4826 error ("remote target does not support this operation");
4828 for (target_crc = 0, tmp = &buf[1]; *tmp; tmp++)
4829 target_crc = target_crc * 16 + fromhex (*tmp);
4831 printf_filtered ("Section %s, range 0x%s -- 0x%s: ",
4832 sectname, paddr (lma), paddr (lma + size));
4833 if (host_crc == target_crc)
4834 printf_filtered ("matched.\n");
4837 printf_filtered ("MIS-MATCHED!\n");
4841 do_cleanups (old_chain);
4844 warning ("One or more sections of the remote executable does not match\n\
4845 the loaded file\n");
4846 if (args && !matched)
4847 printf_filtered ("No loaded section named '%s'.\n", args);
4851 remote_xfer_partial (struct target_ops *ops, enum target_object object,
4852 const char *annex, void *readbuf, const void *writebuf,
4853 ULONGEST offset, LONGEST len)
4855 struct remote_state *rs = get_remote_state ();
4857 char *buf2 = alloca (rs->remote_packet_size);
4858 char *p2 = &buf2[0];
4861 /* Only handle reads. */
4862 if (writebuf != NULL || readbuf == NULL)
4865 /* Map pre-existing objects onto letters. DO NOT do this for new
4866 objects!!! Instead specify new query packets. */
4869 case TARGET_OBJECT_KOD:
4872 case TARGET_OBJECT_AVR:
4879 /* Note: a zero OFFSET and LEN can be used to query the minimum
4881 if (offset == 0 && len == 0)
4882 return (rs->remote_packet_size);
4883 /* Minimum outbuf size is (rs->remote_packet_size) - if bufsiz is
4884 not large enough let the caller. */
4885 if (len < (rs->remote_packet_size))
4887 len = rs->remote_packet_size;
4889 /* except for querying the minimum buffer size, target must be open */
4891 error ("remote query is only available after target open");
4893 gdb_assert (annex != NULL);
4894 gdb_assert (readbuf != NULL);
4899 /* we used one buffer char for the remote protocol q command and another
4900 for the query type. As the remote protocol encapsulation uses 4 chars
4901 plus one extra in case we are debugging (remote_debug),
4902 we have PBUFZIZ - 7 left to pack the query string */
4904 while (annex[i] && (i < ((rs->remote_packet_size) - 8)))
4906 /* Bad caller may have sent forbidden characters. */
4907 gdb_assert (isprint (annex[i]) && annex[i] != '$' && annex[i] != '#');
4912 gdb_assert (annex[i] == '\0');
4918 getpkt (readbuf, len, 0);
4920 return strlen (readbuf);
4924 remote_rcmd (char *command,
4925 struct ui_file *outbuf)
4927 struct remote_state *rs = get_remote_state ();
4929 char *buf = alloca (rs->remote_packet_size);
4933 error ("remote rcmd is only available after target open");
4935 /* Send a NULL command across as an empty command */
4936 if (command == NULL)
4939 /* The query prefix */
4940 strcpy (buf, "qRcmd,");
4941 p = strchr (buf, '\0');
4943 if ((strlen (buf) + strlen (command) * 2 + 8/*misc*/) > (rs->remote_packet_size))
4944 error ("\"monitor\" command ``%s'' is too long\n", command);
4946 /* Encode the actual command */
4947 bin2hex (command, p, 0);
4949 if (putpkt (buf) < 0)
4950 error ("Communication problem with target\n");
4952 /* get/display the response */
4955 /* XXX - see also tracepoint.c:remote_get_noisy_reply() */
4957 getpkt (buf, (rs->remote_packet_size), 0);
4959 error ("Target does not support this command\n");
4960 if (buf[0] == 'O' && buf[1] != 'K')
4962 remote_console_output (buf + 1); /* 'O' message from stub */
4965 if (strcmp (buf, "OK") == 0)
4967 if (strlen (buf) == 3 && buf[0] == 'E'
4968 && isdigit (buf[1]) && isdigit (buf[2]))
4970 error ("Protocol error with Rcmd");
4972 for (p = buf; p[0] != '\0' && p[1] != '\0'; p += 2)
4974 char c = (fromhex (p[0]) << 4) + fromhex (p[1]);
4975 fputc_unfiltered (c, outbuf);
4982 packet_command (char *args, int from_tty)
4984 struct remote_state *rs = get_remote_state ();
4985 char *buf = alloca (rs->remote_packet_size);
4988 error ("command can only be used with remote target");
4991 error ("remote-packet command requires packet text as argument");
4993 puts_filtered ("sending: ");
4994 print_packet (args);
4995 puts_filtered ("\n");
4998 getpkt (buf, (rs->remote_packet_size), 0);
4999 puts_filtered ("received: ");
5001 puts_filtered ("\n");
5005 /* --------- UNIT_TEST for THREAD oriented PACKETS ------------------------- */
5007 static void display_thread_info (struct gdb_ext_thread_info *info);
5009 static void threadset_test_cmd (char *cmd, int tty);
5011 static void threadalive_test (char *cmd, int tty);
5013 static void threadlist_test_cmd (char *cmd, int tty);
5015 int get_and_display_threadinfo (threadref * ref);
5017 static void threadinfo_test_cmd (char *cmd, int tty);
5019 static int thread_display_step (threadref * ref, void *context);
5021 static void threadlist_update_test_cmd (char *cmd, int tty);
5023 static void init_remote_threadtests (void);
5025 #define SAMPLE_THREAD 0x05060708 /* Truncated 64 bit threadid */
5028 threadset_test_cmd (char *cmd, int tty)
5030 int sample_thread = SAMPLE_THREAD;
5032 printf_filtered ("Remote threadset test\n");
5033 set_thread (sample_thread, 1);
5038 threadalive_test (char *cmd, int tty)
5040 int sample_thread = SAMPLE_THREAD;
5042 if (remote_thread_alive (pid_to_ptid (sample_thread)))
5043 printf_filtered ("PASS: Thread alive test\n");
5045 printf_filtered ("FAIL: Thread alive test\n");
5048 void output_threadid (char *title, threadref * ref);
5051 output_threadid (char *title, threadref *ref)
5055 pack_threadid (&hexid[0], ref); /* Convert threead id into hex */
5057 printf_filtered ("%s %s\n", title, (&hexid[0]));
5061 threadlist_test_cmd (char *cmd, int tty)
5064 threadref nextthread;
5065 int done, result_count;
5066 threadref threadlist[3];
5068 printf_filtered ("Remote Threadlist test\n");
5069 if (!remote_get_threadlist (startflag, &nextthread, 3, &done,
5070 &result_count, &threadlist[0]))
5071 printf_filtered ("FAIL: threadlist test\n");
5074 threadref *scan = threadlist;
5075 threadref *limit = scan + result_count;
5077 while (scan < limit)
5078 output_threadid (" thread ", scan++);
5083 display_thread_info (struct gdb_ext_thread_info *info)
5085 output_threadid ("Threadid: ", &info->threadid);
5086 printf_filtered ("Name: %s\n ", info->shortname);
5087 printf_filtered ("State: %s\n", info->display);
5088 printf_filtered ("other: %s\n\n", info->more_display);
5092 get_and_display_threadinfo (threadref *ref)
5096 struct gdb_ext_thread_info threadinfo;
5098 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
5099 | TAG_MOREDISPLAY | TAG_DISPLAY;
5100 if (0 != (result = remote_get_threadinfo (ref, set, &threadinfo)))
5101 display_thread_info (&threadinfo);
5106 threadinfo_test_cmd (char *cmd, int tty)
5108 int athread = SAMPLE_THREAD;
5112 int_to_threadref (&thread, athread);
5113 printf_filtered ("Remote Threadinfo test\n");
5114 if (!get_and_display_threadinfo (&thread))
5115 printf_filtered ("FAIL cannot get thread info\n");
5119 thread_display_step (threadref *ref, void *context)
5121 /* output_threadid(" threadstep ",ref); *//* simple test */
5122 return get_and_display_threadinfo (ref);
5126 threadlist_update_test_cmd (char *cmd, int tty)
5128 printf_filtered ("Remote Threadlist update test\n");
5129 remote_threadlist_iterator (thread_display_step, 0, CRAZY_MAX_THREADS);
5133 init_remote_threadtests (void)
5135 add_com ("tlist", class_obscure, threadlist_test_cmd,
5136 "Fetch and print the remote list of thread identifiers, one pkt only");
5137 add_com ("tinfo", class_obscure, threadinfo_test_cmd,
5138 "Fetch and display info about one thread");
5139 add_com ("tset", class_obscure, threadset_test_cmd,
5140 "Test setting to a different thread");
5141 add_com ("tupd", class_obscure, threadlist_update_test_cmd,
5142 "Iterate through updating all remote thread info");
5143 add_com ("talive", class_obscure, threadalive_test,
5144 " Remote thread alive test ");
5149 /* Convert a thread ID to a string. Returns the string in a static
5153 remote_pid_to_str (ptid_t ptid)
5155 static char buf[30];
5157 sprintf (buf, "Thread %d", PIDGET (ptid));
5162 init_remote_ops (void)
5164 remote_ops.to_shortname = "remote";
5165 remote_ops.to_longname = "Remote serial target in gdb-specific protocol";
5167 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
5168 Specify the serial device it is connected to\n\
5169 (e.g. /dev/ttyS0, /dev/ttya, COM1, etc.).";
5170 remote_ops.to_open = remote_open;
5171 remote_ops.to_close = remote_close;
5172 remote_ops.to_detach = remote_detach;
5173 remote_ops.to_disconnect = remote_disconnect;
5174 remote_ops.to_resume = remote_resume;
5175 remote_ops.to_wait = remote_wait;
5176 remote_ops.to_fetch_registers = remote_fetch_registers;
5177 remote_ops.to_store_registers = remote_store_registers;
5178 remote_ops.to_prepare_to_store = remote_prepare_to_store;
5179 remote_ops.to_xfer_memory = remote_xfer_memory;
5180 remote_ops.to_files_info = remote_files_info;
5181 remote_ops.to_insert_breakpoint = remote_insert_breakpoint;
5182 remote_ops.to_remove_breakpoint = remote_remove_breakpoint;
5183 remote_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint;
5184 remote_ops.to_stopped_data_address = remote_stopped_data_address;
5185 remote_ops.to_can_use_hw_breakpoint = remote_check_watch_resources;
5186 remote_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint;
5187 remote_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint;
5188 remote_ops.to_insert_watchpoint = remote_insert_watchpoint;
5189 remote_ops.to_remove_watchpoint = remote_remove_watchpoint;
5190 remote_ops.to_kill = remote_kill;
5191 remote_ops.to_load = generic_load;
5192 remote_ops.to_mourn_inferior = remote_mourn;
5193 remote_ops.to_thread_alive = remote_thread_alive;
5194 remote_ops.to_find_new_threads = remote_threads_info;
5195 remote_ops.to_pid_to_str = remote_pid_to_str;
5196 remote_ops.to_extra_thread_info = remote_threads_extra_info;
5197 remote_ops.to_stop = remote_stop;
5198 remote_ops.to_xfer_partial = remote_xfer_partial;
5199 remote_ops.to_rcmd = remote_rcmd;
5200 remote_ops.to_stratum = process_stratum;
5201 remote_ops.to_has_all_memory = 1;
5202 remote_ops.to_has_memory = 1;
5203 remote_ops.to_has_stack = 1;
5204 remote_ops.to_has_registers = 1;
5205 remote_ops.to_has_execution = 1;
5206 remote_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */
5207 remote_ops.to_magic = OPS_MAGIC;
5210 /* Set up the extended remote vector by making a copy of the standard
5211 remote vector and adding to it. */
5214 init_extended_remote_ops (void)
5216 extended_remote_ops = remote_ops;
5218 extended_remote_ops.to_shortname = "extended-remote";
5219 extended_remote_ops.to_longname =
5220 "Extended remote serial target in gdb-specific protocol";
5221 extended_remote_ops.to_doc =
5222 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
5223 Specify the serial device it is connected to (e.g. /dev/ttya).",
5224 extended_remote_ops.to_open = extended_remote_open;
5225 extended_remote_ops.to_create_inferior = extended_remote_create_inferior;
5226 extended_remote_ops.to_mourn_inferior = extended_remote_mourn;
5230 remote_can_async_p (void)
5232 /* We're async whenever the serial device is. */
5233 return (current_target.to_async_mask_value) && serial_can_async_p (remote_desc);
5237 remote_is_async_p (void)
5239 /* We're async whenever the serial device is. */
5240 return (current_target.to_async_mask_value) && serial_is_async_p (remote_desc);
5243 /* Pass the SERIAL event on and up to the client. One day this code
5244 will be able to delay notifying the client of an event until the
5245 point where an entire packet has been received. */
5247 static void (*async_client_callback) (enum inferior_event_type event_type, void *context);
5248 static void *async_client_context;
5249 static serial_event_ftype remote_async_serial_handler;
5252 remote_async_serial_handler (struct serial *scb, void *context)
5254 /* Don't propogate error information up to the client. Instead let
5255 the client find out about the error by querying the target. */
5256 async_client_callback (INF_REG_EVENT, async_client_context);
5260 remote_async (void (*callback) (enum inferior_event_type event_type, void *context), void *context)
5262 if (current_target.to_async_mask_value == 0)
5263 internal_error (__FILE__, __LINE__,
5264 "Calling remote_async when async is masked");
5266 if (callback != NULL)
5268 serial_async (remote_desc, remote_async_serial_handler, NULL);
5269 async_client_callback = callback;
5270 async_client_context = context;
5273 serial_async (remote_desc, NULL, NULL);
5276 /* Target async and target extended-async.
5278 This are temporary targets, until it is all tested. Eventually
5279 async support will be incorporated int the usual 'remote'
5283 init_remote_async_ops (void)
5285 remote_async_ops.to_shortname = "async";
5286 remote_async_ops.to_longname = "Remote serial target in async version of the gdb-specific protocol";
5287 remote_async_ops.to_doc =
5288 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
5289 Specify the serial device it is connected to (e.g. /dev/ttya).";
5290 remote_async_ops.to_open = remote_async_open;
5291 remote_async_ops.to_close = remote_close;
5292 remote_async_ops.to_detach = remote_detach;
5293 remote_async_ops.to_disconnect = remote_disconnect;
5294 remote_async_ops.to_resume = remote_async_resume;
5295 remote_async_ops.to_wait = remote_async_wait;
5296 remote_async_ops.to_fetch_registers = remote_fetch_registers;
5297 remote_async_ops.to_store_registers = remote_store_registers;
5298 remote_async_ops.to_prepare_to_store = remote_prepare_to_store;
5299 remote_async_ops.to_xfer_memory = remote_xfer_memory;
5300 remote_async_ops.to_files_info = remote_files_info;
5301 remote_async_ops.to_insert_breakpoint = remote_insert_breakpoint;
5302 remote_async_ops.to_remove_breakpoint = remote_remove_breakpoint;
5303 remote_async_ops.to_can_use_hw_breakpoint = remote_check_watch_resources;
5304 remote_async_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint;
5305 remote_async_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint;
5306 remote_async_ops.to_insert_watchpoint = remote_insert_watchpoint;
5307 remote_async_ops.to_remove_watchpoint = remote_remove_watchpoint;
5308 remote_async_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint;
5309 remote_async_ops.to_stopped_data_address = remote_stopped_data_address;
5310 remote_async_ops.to_terminal_inferior = remote_async_terminal_inferior;
5311 remote_async_ops.to_terminal_ours = remote_async_terminal_ours;
5312 remote_async_ops.to_kill = remote_async_kill;
5313 remote_async_ops.to_load = generic_load;
5314 remote_async_ops.to_mourn_inferior = remote_async_mourn;
5315 remote_async_ops.to_thread_alive = remote_thread_alive;
5316 remote_async_ops.to_find_new_threads = remote_threads_info;
5317 remote_async_ops.to_pid_to_str = remote_pid_to_str;
5318 remote_async_ops.to_extra_thread_info = remote_threads_extra_info;
5319 remote_async_ops.to_stop = remote_stop;
5320 remote_async_ops.to_xfer_partial = remote_xfer_partial;
5321 remote_async_ops.to_rcmd = remote_rcmd;
5322 remote_async_ops.to_stratum = process_stratum;
5323 remote_async_ops.to_has_all_memory = 1;
5324 remote_async_ops.to_has_memory = 1;
5325 remote_async_ops.to_has_stack = 1;
5326 remote_async_ops.to_has_registers = 1;
5327 remote_async_ops.to_has_execution = 1;
5328 remote_async_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */
5329 remote_async_ops.to_can_async_p = remote_can_async_p;
5330 remote_async_ops.to_is_async_p = remote_is_async_p;
5331 remote_async_ops.to_async = remote_async;
5332 remote_async_ops.to_async_mask_value = 1;
5333 remote_async_ops.to_magic = OPS_MAGIC;
5336 /* Set up the async extended remote vector by making a copy of the standard
5337 remote vector and adding to it. */
5340 init_extended_async_remote_ops (void)
5342 extended_async_remote_ops = remote_async_ops;
5344 extended_async_remote_ops.to_shortname = "extended-async";
5345 extended_async_remote_ops.to_longname =
5346 "Extended remote serial target in async gdb-specific protocol";
5347 extended_async_remote_ops.to_doc =
5348 "Use a remote computer via a serial line, using an async gdb-specific protocol.\n\
5349 Specify the serial device it is connected to (e.g. /dev/ttya).",
5350 extended_async_remote_ops.to_open = extended_remote_async_open;
5351 extended_async_remote_ops.to_create_inferior = extended_remote_async_create_inferior;
5352 extended_async_remote_ops.to_mourn_inferior = extended_remote_mourn;
5356 set_remote_cmd (char *args, int from_tty)
5361 show_remote_cmd (char *args, int from_tty)
5363 /* FIXME: cagney/2002-06-15: This function should iterate over
5364 remote_show_cmdlist for a list of sub commands to show. */
5365 show_remote_protocol_Z_packet_cmd (args, from_tty, NULL);
5366 show_remote_protocol_e_packet_cmd (args, from_tty, NULL);
5367 show_remote_protocol_E_packet_cmd (args, from_tty, NULL);
5368 show_remote_protocol_P_packet_cmd (args, from_tty, NULL);
5369 show_remote_protocol_qSymbol_packet_cmd (args, from_tty, NULL);
5370 show_remote_protocol_vcont_packet_cmd (args, from_tty, NULL);
5371 show_remote_protocol_binary_download_cmd (args, from_tty, NULL);
5375 build_remote_gdbarch_data (void)
5377 remote_address_size = TARGET_ADDR_BIT;
5380 /* Saved pointer to previous owner of the new_objfile event. */
5381 static void (*remote_new_objfile_chain) (struct objfile *);
5383 /* Function to be called whenever a new objfile (shlib) is detected. */
5385 remote_new_objfile (struct objfile *objfile)
5387 if (remote_desc != 0) /* Have a remote connection */
5389 remote_check_symbols (objfile);
5391 /* Call predecessor on chain, if any. */
5392 if (remote_new_objfile_chain != 0 &&
5394 remote_new_objfile_chain (objfile);
5398 _initialize_remote (void)
5400 static struct cmd_list_element *remote_set_cmdlist;
5401 static struct cmd_list_element *remote_show_cmdlist;
5402 struct cmd_list_element *tmpcmd;
5404 /* architecture specific data */
5405 remote_gdbarch_data_handle = register_gdbarch_data (init_remote_state);
5407 /* Old tacky stuff. NOTE: This comes after the remote protocol so
5408 that the remote protocol has been initialized. */
5409 register_gdbarch_swap (&remote_address_size,
5410 sizeof (&remote_address_size), NULL);
5411 register_gdbarch_swap (NULL, 0, build_remote_gdbarch_data);
5414 add_target (&remote_ops);
5416 init_extended_remote_ops ();
5417 add_target (&extended_remote_ops);
5419 init_remote_async_ops ();
5420 add_target (&remote_async_ops);
5422 init_extended_async_remote_ops ();
5423 add_target (&extended_async_remote_ops);
5425 /* Hook into new objfile notification. */
5426 remote_new_objfile_chain = target_new_objfile_hook;
5427 target_new_objfile_hook = remote_new_objfile;
5430 init_remote_threadtests ();
5433 /* set/show remote ... */
5435 add_prefix_cmd ("remote", class_maintenance, set_remote_cmd, "\
5436 Remote protocol specific variables\n\
5437 Configure various remote-protocol specific variables such as\n\
5438 the packets being used",
5439 &remote_set_cmdlist, "set remote ",
5440 0/*allow-unknown*/, &setlist);
5441 add_prefix_cmd ("remote", class_maintenance, show_remote_cmd, "\
5442 Remote protocol specific variables\n\
5443 Configure various remote-protocol specific variables such as\n\
5444 the packets being used",
5445 &remote_show_cmdlist, "show remote ",
5446 0/*allow-unknown*/, &showlist);
5448 add_cmd ("compare-sections", class_obscure, compare_sections_command,
5449 "Compare section data on target to the exec file.\n\
5450 Argument is a single section name (default: all loaded sections).",
5453 add_cmd ("packet", class_maintenance, packet_command,
5454 "Send an arbitrary packet to a remote target.\n\
5455 maintenance packet TEXT\n\
5456 If GDB is talking to an inferior via the GDB serial protocol, then\n\
5457 this command sends the string TEXT to the inferior, and displays the\n\
5458 response packet. GDB supplies the initial `$' character, and the\n\
5459 terminating `#' character and checksum.",
5462 add_setshow_boolean_cmd ("remotebreak", no_class, &remote_break,
5463 "Set whether to send break if interrupted.\n",
5464 "Show whether to send break if interrupted.\n",
5466 &setlist, &showlist);
5468 /* Install commands for configuring memory read/write packets. */
5470 add_cmd ("remotewritesize", no_class, set_memory_write_packet_size,
5471 "Set the maximum number of bytes per memory write packet (deprecated).\n",
5473 add_cmd ("remotewritesize", no_class, show_memory_write_packet_size,
5474 "Show the maximum number of bytes per memory write packet (deprecated).\n",
5476 add_cmd ("memory-write-packet-size", no_class,
5477 set_memory_write_packet_size,
5478 "Set the maximum number of bytes per memory-write packet.\n"
5479 "Specify the number of bytes in a packet or 0 (zero) for the\n"
5480 "default packet size. The actual limit is further reduced\n"
5481 "dependent on the target. Specify ``fixed'' to disable the\n"
5482 "further restriction and ``limit'' to enable that restriction\n",
5483 &remote_set_cmdlist);
5484 add_cmd ("memory-read-packet-size", no_class,
5485 set_memory_read_packet_size,
5486 "Set the maximum number of bytes per memory-read packet.\n"
5487 "Specify the number of bytes in a packet or 0 (zero) for the\n"
5488 "default packet size. The actual limit is further reduced\n"
5489 "dependent on the target. Specify ``fixed'' to disable the\n"
5490 "further restriction and ``limit'' to enable that restriction\n",
5491 &remote_set_cmdlist);
5492 add_cmd ("memory-write-packet-size", no_class,
5493 show_memory_write_packet_size,
5494 "Show the maximum number of bytes per memory-write packet.\n",
5495 &remote_show_cmdlist);
5496 add_cmd ("memory-read-packet-size", no_class,
5497 show_memory_read_packet_size,
5498 "Show the maximum number of bytes per memory-read packet.\n",
5499 &remote_show_cmdlist);
5501 add_setshow_cmd ("hardware-watchpoint-limit", no_class,
5502 var_zinteger, &remote_hw_watchpoint_limit, "\
5503 Set the maximum number of target hardware watchpoints.\n\
5504 Specify a negative limit for unlimited.", "\
5505 Show the maximum number of target hardware watchpoints.\n",
5506 NULL, NULL, &remote_set_cmdlist, &remote_show_cmdlist);
5507 add_setshow_cmd ("hardware-breakpoint-limit", no_class,
5508 var_zinteger, &remote_hw_breakpoint_limit, "\
5509 Set the maximum number of target hardware breakpoints.\n\
5510 Specify a negative limit for unlimited.", "\
5511 Show the maximum number of target hardware breakpoints.\n",
5512 NULL, NULL, &remote_set_cmdlist, &remote_show_cmdlist);
5515 (add_set_cmd ("remoteaddresssize", class_obscure,
5516 var_integer, (char *) &remote_address_size,
5517 "Set the maximum size of the address (in bits) \
5518 in a memory packet.\n",
5522 add_packet_config_cmd (&remote_protocol_binary_download,
5523 "X", "binary-download",
5524 set_remote_protocol_binary_download_cmd,
5525 show_remote_protocol_binary_download_cmd,
5526 &remote_set_cmdlist, &remote_show_cmdlist,
5529 /* XXXX - should ``set remotebinarydownload'' be retained for
5532 (add_set_cmd ("remotebinarydownload", no_class,
5533 var_boolean, (char *) &remote_binary_download,
5534 "Set binary downloads.\n", &setlist),
5538 add_packet_config_cmd (&remote_protocol_vcont,
5539 "vCont", "verbose-resume",
5540 set_remote_protocol_vcont_packet_cmd,
5541 show_remote_protocol_vcont_packet_cmd,
5542 &remote_set_cmdlist, &remote_show_cmdlist,
5545 add_packet_config_cmd (&remote_protocol_qSymbol,
5546 "qSymbol", "symbol-lookup",
5547 set_remote_protocol_qSymbol_packet_cmd,
5548 show_remote_protocol_qSymbol_packet_cmd,
5549 &remote_set_cmdlist, &remote_show_cmdlist,
5552 add_packet_config_cmd (&remote_protocol_e,
5553 "e", "step-over-range",
5554 set_remote_protocol_e_packet_cmd,
5555 show_remote_protocol_e_packet_cmd,
5556 &remote_set_cmdlist, &remote_show_cmdlist,
5558 /* Disable by default. The ``e'' packet has nasty interactions with
5559 the threading code - it relies on global state. */
5560 remote_protocol_e.detect = AUTO_BOOLEAN_FALSE;
5561 update_packet_config (&remote_protocol_e);
5563 add_packet_config_cmd (&remote_protocol_E,
5564 "E", "step-over-range-w-signal",
5565 set_remote_protocol_E_packet_cmd,
5566 show_remote_protocol_E_packet_cmd,
5567 &remote_set_cmdlist, &remote_show_cmdlist,
5569 /* Disable by default. The ``e'' packet has nasty interactions with
5570 the threading code - it relies on global state. */
5571 remote_protocol_E.detect = AUTO_BOOLEAN_FALSE;
5572 update_packet_config (&remote_protocol_E);
5574 add_packet_config_cmd (&remote_protocol_P,
5575 "P", "set-register",
5576 set_remote_protocol_P_packet_cmd,
5577 show_remote_protocol_P_packet_cmd,
5578 &remote_set_cmdlist, &remote_show_cmdlist,
5581 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_SOFTWARE_BP],
5582 "Z0", "software-breakpoint",
5583 set_remote_protocol_Z_software_bp_packet_cmd,
5584 show_remote_protocol_Z_software_bp_packet_cmd,
5585 &remote_set_cmdlist, &remote_show_cmdlist,
5588 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_HARDWARE_BP],
5589 "Z1", "hardware-breakpoint",
5590 set_remote_protocol_Z_hardware_bp_packet_cmd,
5591 show_remote_protocol_Z_hardware_bp_packet_cmd,
5592 &remote_set_cmdlist, &remote_show_cmdlist,
5595 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_WRITE_WP],
5596 "Z2", "write-watchpoint",
5597 set_remote_protocol_Z_write_wp_packet_cmd,
5598 show_remote_protocol_Z_write_wp_packet_cmd,
5599 &remote_set_cmdlist, &remote_show_cmdlist,
5602 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_READ_WP],
5603 "Z3", "read-watchpoint",
5604 set_remote_protocol_Z_read_wp_packet_cmd,
5605 show_remote_protocol_Z_read_wp_packet_cmd,
5606 &remote_set_cmdlist, &remote_show_cmdlist,
5609 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_ACCESS_WP],
5610 "Z4", "access-watchpoint",
5611 set_remote_protocol_Z_access_wp_packet_cmd,
5612 show_remote_protocol_Z_access_wp_packet_cmd,
5613 &remote_set_cmdlist, &remote_show_cmdlist,
5616 /* Keep the old ``set remote Z-packet ...'' working. */
5617 add_setshow_auto_boolean_cmd ("Z-packet", class_obscure,
5618 &remote_Z_packet_detect, "\
5619 Set use of remote protocol `Z' packets",
5620 "Show use of remote protocol `Z' packets ",
5621 set_remote_protocol_Z_packet_cmd,
5622 show_remote_protocol_Z_packet_cmd,
5623 &remote_set_cmdlist, &remote_show_cmdlist);
5625 /* Eventually initialize fileio. See fileio.c */
5626 initialize_remote_fileio (remote_set_cmdlist, remote_show_cmdlist);