]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/remote.c
* Makefile.in: Add dependencies for remote-fileio.o.
[thirdparty/binutils-gdb.git] / gdb / remote.c
CommitLineData
c906108c 1/* Remote target communications for serial-line targets in custom GDB protocol
8926118c
AC
2
3 Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
4 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
c906108c 5
c5aa993b
JM
6 This file is part of GDB.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
c5aa993b 22
96baa820 23/* See the GDB User Guide for details of the GDB remote protocol. */
c5aa993b 24
c906108c
SS
25#include "defs.h"
26#include "gdb_string.h"
27#include <ctype.h>
28#include <fcntl.h>
c906108c
SS
29#include "inferior.h"
30#include "bfd.h"
31#include "symfile.h"
32#include "target.h"
c5aa993b 33/*#include "terminal.h" */
c906108c
SS
34#include "gdbcmd.h"
35#include "objfiles.h"
36#include "gdb-stabs.h"
37#include "gdbthread.h"
c2c6d25f 38#include "remote.h"
4e052eda 39#include "regcache.h"
fd0407d6 40#include "value.h"
1ff9c3d6 41#include "gdb_assert.h"
c906108c 42
7a292a7a 43#include <ctype.h>
9846de1b 44#include <sys/time.h>
c906108c
SS
45#ifdef USG
46#include <sys/types.h>
47#endif
48
43ff13b4 49#include "event-loop.h"
c2c6d25f 50#include "event-top.h"
2acceee2 51#include "inf-loop.h"
43ff13b4 52
c906108c
SS
53#include <signal.h>
54#include "serial.h"
55
6240bebf
MS
56#include "gdbcore.h" /* for exec_bfd */
57
449092f6
CV
58#include "remote-fileio.h"
59
c906108c 60/* Prototypes for local functions */
6426a772
JM
61static void cleanup_sigint_signal_handler (void *dummy);
62static void initialize_sigint_signal_handler (void);
d9fcf2fb 63static int getpkt_sane (char *buf, long sizeof_buf, int forever);
6426a772 64
a14ed312
KB
65static void handle_remote_sigint (int);
66static void handle_remote_sigint_twice (int);
67static void async_remote_interrupt (gdb_client_data);
68void async_remote_interrupt_twice (gdb_client_data);
43ff13b4 69
a14ed312 70static void build_remote_gdbarch_data (void);
0f71a2f6 71
a14ed312 72static void remote_files_info (struct target_ops *ignore);
c906108c 73
a14ed312
KB
74static int remote_xfer_memory (CORE_ADDR memaddr, char *myaddr,
75 int len, int should_write,
29e57380 76 struct mem_attrib *attrib,
a14ed312 77 struct target_ops *target);
c906108c 78
a14ed312 79static void remote_prepare_to_store (void);
c906108c 80
a14ed312 81static void remote_fetch_registers (int regno);
c906108c 82
39f77062
KB
83static void remote_resume (ptid_t ptid, int step,
84 enum target_signal siggnal);
85static void remote_async_resume (ptid_t ptid, int step,
a14ed312 86 enum target_signal siggnal);
36918e70 87static int remote_start_remote (struct ui_out *uiout, void *dummy);
c906108c 88
a14ed312
KB
89static void remote_open (char *name, int from_tty);
90static void remote_async_open (char *name, int from_tty);
c906108c 91
a14ed312
KB
92static void extended_remote_open (char *name, int from_tty);
93static void extended_remote_async_open (char *name, int from_tty);
c906108c 94
92d1e331
DJ
95static void remote_open_1 (char *, int, struct target_ops *, int extended_p,
96 int async_p);
c906108c 97
a14ed312 98static void remote_close (int quitting);
c906108c 99
a14ed312 100static void remote_store_registers (int regno);
c906108c 101
a14ed312
KB
102static void remote_mourn (void);
103static void remote_async_mourn (void);
c906108c 104
a14ed312 105static void extended_remote_restart (void);
c906108c 106
a14ed312 107static void extended_remote_mourn (void);
c906108c 108
a14ed312
KB
109static void extended_remote_create_inferior (char *, char *, char **);
110static void extended_remote_async_create_inferior (char *, char *, char **);
c906108c 111
a14ed312 112static void remote_mourn_1 (struct target_ops *);
c906108c 113
c2d11a7d 114static void remote_send (char *buf, long sizeof_buf);
c906108c 115
a14ed312 116static int readchar (int timeout);
c906108c 117
39f77062
KB
118static ptid_t remote_wait (ptid_t ptid,
119 struct target_waitstatus *status);
120static ptid_t remote_async_wait (ptid_t ptid,
121 struct target_waitstatus *status);
c906108c 122
a14ed312
KB
123static void remote_kill (void);
124static void remote_async_kill (void);
c906108c 125
a14ed312 126static int tohex (int nib);
c906108c 127
a14ed312
KB
128static void remote_detach (char *args, int from_tty);
129static void remote_async_detach (char *args, int from_tty);
c906108c 130
a14ed312 131static void remote_interrupt (int signo);
c906108c 132
a14ed312 133static void remote_interrupt_twice (int signo);
7a292a7a 134
a14ed312 135static void interrupt_query (void);
c906108c 136
a14ed312 137static void set_thread (int, int);
c906108c 138
39f77062 139static int remote_thread_alive (ptid_t);
c906108c 140
a14ed312 141static void get_offsets (void);
c906108c 142
c2d11a7d 143static long read_frame (char *buf, long sizeof_buf);
c906108c 144
a14ed312 145static int remote_insert_breakpoint (CORE_ADDR, char *);
c906108c 146
a14ed312 147static int remote_remove_breakpoint (CORE_ADDR, char *);
c906108c 148
a14ed312 149static int hexnumlen (ULONGEST num);
c906108c 150
a14ed312 151static void init_remote_ops (void);
c906108c 152
a14ed312 153static void init_extended_remote_ops (void);
c906108c 154
a14ed312 155static void init_remote_cisco_ops (void);
0f71a2f6
JM
156
157static struct target_ops remote_cisco_ops;
158
a14ed312 159static void remote_stop (void);
c906108c 160
a14ed312 161static int ishex (int ch, int *val);
c906108c 162
a14ed312 163static int stubhex (int ch);
c906108c 164
a14ed312 165static int remote_query (int /*char */ , char *, char *, int *);
c906108c 166
a14ed312 167static int hexnumstr (char *, ULONGEST);
c906108c 168
a14ed312 169static int hexnumnstr (char *, ULONGEST, int);
2df3850c 170
a14ed312 171static CORE_ADDR remote_address_masked (CORE_ADDR);
c906108c 172
a14ed312 173static void print_packet (char *);
c906108c 174
a14ed312 175static unsigned long crc32 (unsigned char *, int, unsigned int);
c906108c 176
a14ed312 177static void compare_sections_command (char *, int);
c906108c 178
a14ed312 179static void packet_command (char *, int);
c906108c 180
a14ed312 181static int stub_unpack_int (char *buff, int fieldlength);
c906108c 182
39f77062 183static ptid_t remote_current_thread (ptid_t oldptid);
c906108c 184
a14ed312 185static void remote_find_new_threads (void);
c906108c 186
a14ed312 187static void record_currthread (int currthread);
c906108c 188
30559e10 189static int fromhex (int a);
c906108c 190
dc8acb97 191static int hex2bin (const char *hex, char *bin, int count);
c906108c 192
dc8acb97 193static int bin2hex (const char *bin, char *hex, int count);
234fa6d1 194
a14ed312 195static int putpkt_binary (char *buf, int cnt);
c906108c 196
a14ed312 197static void check_binary_download (CORE_ADDR addr);
c906108c 198
5a2468f5 199struct packet_config;
5a2468f5 200
a14ed312 201static void show_packet_config_cmd (struct packet_config *config);
5a2468f5 202
d471ea57 203static void update_packet_config (struct packet_config *config);
5a2468f5 204
a14ed312 205void _initialize_remote (void);
c906108c 206
694f61fb 207/* Description of the remote protocol. Strictly speaking, when the
d01949b6
AC
208 target is open()ed, remote.c should create a per-target description
209 of the remote protocol using that target's architecture.
210 Unfortunatly, the target stack doesn't include local state. For
211 the moment keep the information in the target's architecture
212 object. Sigh.. */
213
ad10f812
AC
214struct packet_reg
215{
216 long offset; /* Offset into G packet. */
217 long regnum; /* GDB's internal register number. */
218 LONGEST pnum; /* Remote protocol register number. */
b323314b 219 int in_g_packet; /* Always part of G packet. */
ad10f812
AC
220 /* long size in bytes; == REGISTER_RAW_SIZE (regnum); at present. */
221 /* char *name; == REGISTER_NAME (regnum); at present. */
222};
223
d01949b6
AC
224struct remote_state
225{
ad10f812
AC
226 /* Description of the remote protocol registers. */
227 long sizeof_g_packet;
b323314b
AC
228
229 /* Description of the remote protocol registers indexed by REGNUM
230 (making an array of NUM_REGS + NUM_PSEUDO_REGS in size). */
231 struct packet_reg *regs;
ad10f812 232
d01949b6
AC
233 /* This is the size (in chars) of the first response to the ``g''
234 packet. It is used as a heuristic when determining the maximum
235 size of memory-read and memory-write packets. A target will
236 typically only reserve a buffer large enough to hold the ``g''
237 packet. The size does not include packet overhead (headers and
238 trailers). */
239 long actual_register_packet_size;
240
241 /* This is the maximum size (in chars) of a non read/write packet.
242 It is also used as a cap on the size of read/write packets. */
243 long remote_packet_size;
244};
245
3c3bea1c 246
d01949b6
AC
247/* Handle for retreving the remote protocol data from gdbarch. */
248static struct gdbarch_data *remote_gdbarch_data_handle;
249
250static struct remote_state *
5ae5f592 251get_remote_state (void)
d01949b6 252{
451fbdda 253 return gdbarch_data (current_gdbarch, remote_gdbarch_data_handle);
d01949b6
AC
254}
255
256static void *
257init_remote_state (struct gdbarch *gdbarch)
258{
259 int regnum;
260 struct remote_state *rs = xmalloc (sizeof (struct remote_state));
261
7d58c67d
TR
262 if (DEPRECATED_REGISTER_BYTES != 0)
263 rs->sizeof_g_packet = DEPRECATED_REGISTER_BYTES;
264 else
265 rs->sizeof_g_packet = 0;
ad10f812 266
b323314b
AC
267 /* Assume a 1:1 regnum<->pnum table. */
268 rs->regs = xcalloc (NUM_REGS + NUM_PSEUDO_REGS, sizeof (struct packet_reg));
269 for (regnum = 0; regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
ad10f812 270 {
b323314b
AC
271 struct packet_reg *r = &rs->regs[regnum];
272 r->pnum = regnum;
273 r->regnum = regnum;
274 r->offset = REGISTER_BYTE (regnum);
275 r->in_g_packet = (regnum < NUM_REGS);
ad10f812 276 /* ...name = REGISTER_NAME (regnum); */
7d58c67d
TR
277
278 /* Compute packet size by accumulating the size of all registers. */
279 if (DEPRECATED_REGISTER_BYTES == 0)
280 rs->sizeof_g_packet += register_size (current_gdbarch, regnum);
ad10f812
AC
281 }
282
d01949b6
AC
283 /* Default maximum number of characters in a packet body. Many
284 remote stubs have a hardwired buffer size of 400 bytes
285 (c.f. BUFMAX in m68k-stub.c and i386-stub.c). BUFMAX-1 is used
286 as the maximum packet-size to ensure that the packet and an extra
287 NUL character can always fit in the buffer. This stops GDB
288 trashing stubs that try to squeeze an extra NUL into what is
289 already a full buffer (As of 1999-12-04 that was most stubs. */
290 rs->remote_packet_size = 400 - 1;
291
ad10f812
AC
292 /* Should rs->sizeof_g_packet needs more space than the
293 default, adjust the size accordingly. Remember that each byte is
294 encoded as two characters. 32 is the overhead for the packet
295 header / footer. NOTE: cagney/1999-10-26: I suspect that 8
d01949b6
AC
296 (``$NN:G...#NN'') is a better guess, the below has been padded a
297 little. */
ad10f812
AC
298 if (rs->sizeof_g_packet > ((rs->remote_packet_size - 32) / 2))
299 rs->remote_packet_size = (rs->sizeof_g_packet * 2 + 32);
d01949b6
AC
300
301 /* This one is filled in when a ``g'' packet is received. */
302 rs->actual_register_packet_size = 0;
303
304 return rs;
305}
306
307static void
308free_remote_state (struct gdbarch *gdbarch, void *pointer)
309{
ad10f812 310 struct remote_state *data = pointer;
b323314b 311 xfree (data->regs);
ad10f812
AC
312 xfree (data);
313}
314
315static struct packet_reg *
316packet_reg_from_regnum (struct remote_state *rs, long regnum)
317{
b323314b
AC
318 if (regnum < 0 && regnum >= NUM_REGS + NUM_PSEUDO_REGS)
319 return NULL;
320 else
ad10f812 321 {
b323314b
AC
322 struct packet_reg *r = &rs->regs[regnum];
323 gdb_assert (r->regnum == regnum);
324 return r;
ad10f812 325 }
ad10f812
AC
326}
327
328static struct packet_reg *
329packet_reg_from_pnum (struct remote_state *rs, LONGEST pnum)
330{
b323314b
AC
331 int i;
332 for (i = 0; i < NUM_REGS + NUM_PSEUDO_REGS; i++)
ad10f812 333 {
b323314b
AC
334 struct packet_reg *r = &rs->regs[i];
335 if (r->pnum == pnum)
336 return r;
ad10f812
AC
337 }
338 return NULL;
d01949b6
AC
339}
340
3c3bea1c
GS
341/* FIXME: graces/2002-08-08: These variables should eventually be
342 bound to an instance of the target object (as in gdbarch-tdep()),
343 when such a thing exists. */
344
345/* This is set to the data address of the access causing the target
346 to stop for a watchpoint. */
347static CORE_ADDR remote_watch_data_address;
348
349/* This is non-zero if taregt stopped for a watchpoint. */
350static int remote_stopped_by_watchpoint_p;
351
c906108c
SS
352
353static struct target_ops remote_ops;
354
355static struct target_ops extended_remote_ops;
356
43ff13b4
JM
357/* Temporary target ops. Just like the remote_ops and
358 extended_remote_ops, but with asynchronous support. */
359static struct target_ops remote_async_ops;
360
361static struct target_ops extended_async_remote_ops;
362
6426a772
JM
363/* FIXME: cagney/1999-09-23: Even though getpkt was called with
364 ``forever'' still use the normal timeout mechanism. This is
365 currently used by the ASYNC code to guarentee that target reads
366 during the initial connect always time-out. Once getpkt has been
367 modified to return a timeout indication and, in turn
368 remote_wait()/wait_for_inferior() have gained a timeout parameter
369 this can go away. */
370static int wait_forever_enabled_p = 1;
371
372
c906108c
SS
373/* This variable chooses whether to send a ^C or a break when the user
374 requests program interruption. Although ^C is usually what remote
375 systems expect, and that is the default here, sometimes a break is
376 preferable instead. */
377
378static int remote_break;
379
c906108c
SS
380/* Descriptor for I/O to remote machine. Initialize it to NULL so that
381 remote_open knows that we don't have a file open when the program
382 starts. */
819cc324 383static struct serial *remote_desc = NULL;
c906108c 384
0f71a2f6
JM
385/* This is set by the target (thru the 'S' message)
386 to denote that the target is in kernel mode. */
387static int cisco_kernel_mode = 0;
388
c906108c
SS
389/* This variable sets the number of bits in an address that are to be
390 sent in a memory ("M" or "m") packet. Normally, after stripping
391 leading zeros, the entire address would be sent. This variable
392 restricts the address to REMOTE_ADDRESS_SIZE bits. HISTORY: The
393 initial implementation of remote.c restricted the address sent in
394 memory packets to ``host::sizeof long'' bytes - (typically 32
395 bits). Consequently, for 64 bit targets, the upper 32 bits of an
396 address was never sent. Since fixing this bug may cause a break in
397 some remote targets this variable is principly provided to
398 facilitate backward compatibility. */
399
400static int remote_address_size;
401
6426a772
JM
402/* Tempoary to track who currently owns the terminal. See
403 target_async_terminal_* for more details. */
404
405static int remote_async_terminal_ours_p;
406
11cf8741 407\f
11cf8741 408/* User configurable variables for the number of characters in a
ad10f812
AC
409 memory read/write packet. MIN ((rs->remote_packet_size),
410 rs->sizeof_g_packet) is the default. Some targets need smaller
411 values (fifo overruns, et.al.) and some users need larger values
412 (speed up transfers). The variables ``preferred_*'' (the user
413 request), ``current_*'' (what was actually set) and ``forced_*''
414 (Positive - a soft limit, negative - a hard limit). */
11cf8741
JM
415
416struct memory_packet_config
417{
418 char *name;
419 long size;
420 int fixed_p;
421};
422
423/* Compute the current size of a read/write packet. Since this makes
424 use of ``actual_register_packet_size'' the computation is dynamic. */
425
426static long
427get_memory_packet_size (struct memory_packet_config *config)
428{
d01949b6 429 struct remote_state *rs = get_remote_state ();
11cf8741
JM
430 /* NOTE: The somewhat arbitrary 16k comes from the knowledge (folk
431 law?) that some hosts don't cope very well with large alloca()
432 calls. Eventually the alloca() code will be replaced by calls to
433 xmalloc() and make_cleanups() allowing this restriction to either
434 be lifted or removed. */
435#ifndef MAX_REMOTE_PACKET_SIZE
436#define MAX_REMOTE_PACKET_SIZE 16384
437#endif
438 /* NOTE: 16 is just chosen at random. */
439#ifndef MIN_REMOTE_PACKET_SIZE
440#define MIN_REMOTE_PACKET_SIZE 16
441#endif
442 long what_they_get;
443 if (config->fixed_p)
444 {
445 if (config->size <= 0)
446 what_they_get = MAX_REMOTE_PACKET_SIZE;
447 else
448 what_they_get = config->size;
449 }
450 else
451 {
d01949b6 452 what_they_get = (rs->remote_packet_size);
11cf8741
JM
453 /* Limit the packet to the size specified by the user. */
454 if (config->size > 0
455 && what_they_get > config->size)
456 what_they_get = config->size;
457 /* Limit it to the size of the targets ``g'' response. */
d01949b6
AC
458 if ((rs->actual_register_packet_size) > 0
459 && what_they_get > (rs->actual_register_packet_size))
460 what_they_get = (rs->actual_register_packet_size);
11cf8741
JM
461 }
462 if (what_they_get > MAX_REMOTE_PACKET_SIZE)
463 what_they_get = MAX_REMOTE_PACKET_SIZE;
464 if (what_they_get < MIN_REMOTE_PACKET_SIZE)
465 what_they_get = MIN_REMOTE_PACKET_SIZE;
466 return what_they_get;
467}
468
469/* Update the size of a read/write packet. If they user wants
470 something really big then do a sanity check. */
471
472static void
473set_memory_packet_size (char *args, struct memory_packet_config *config)
474{
475 int fixed_p = config->fixed_p;
476 long size = config->size;
477 if (args == NULL)
478 error ("Argument required (integer, `fixed' or `limited').");
479 else if (strcmp (args, "hard") == 0
480 || strcmp (args, "fixed") == 0)
481 fixed_p = 1;
482 else if (strcmp (args, "soft") == 0
483 || strcmp (args, "limit") == 0)
484 fixed_p = 0;
485 else
486 {
487 char *end;
488 size = strtoul (args, &end, 0);
489 if (args == end)
490 error ("Invalid %s (bad syntax).", config->name);
491#if 0
492 /* Instead of explicitly capping the size of a packet to
493 MAX_REMOTE_PACKET_SIZE or dissallowing it, the user is
494 instead allowed to set the size to something arbitrarily
495 large. */
496 if (size > MAX_REMOTE_PACKET_SIZE)
497 error ("Invalid %s (too large).", config->name);
498#endif
499 }
500 /* Extra checks? */
501 if (fixed_p && !config->fixed_p)
502 {
503 if (! query ("The target may not be able to correctly handle a %s\n"
504 "of %ld bytes. Change the packet size? ",
505 config->name, size))
506 error ("Packet size not changed.");
507 }
508 /* Update the config. */
509 config->fixed_p = fixed_p;
510 config->size = size;
511}
512
513static void
514show_memory_packet_size (struct memory_packet_config *config)
515{
516 printf_filtered ("The %s is %ld. ", config->name, config->size);
517 if (config->fixed_p)
518 printf_filtered ("Packets are fixed at %ld bytes.\n",
519 get_memory_packet_size (config));
520 else
521 printf_filtered ("Packets are limited to %ld bytes.\n",
522 get_memory_packet_size (config));
523}
524
525static struct memory_packet_config memory_write_packet_config =
526{
527 "memory-write-packet-size",
528};
529
530static void
531set_memory_write_packet_size (char *args, int from_tty)
532{
533 set_memory_packet_size (args, &memory_write_packet_config);
534}
535
536static void
537show_memory_write_packet_size (char *args, int from_tty)
538{
539 show_memory_packet_size (&memory_write_packet_config);
540}
541
542static long
543get_memory_write_packet_size (void)
544{
545 return get_memory_packet_size (&memory_write_packet_config);
546}
547
548static struct memory_packet_config memory_read_packet_config =
549{
550 "memory-read-packet-size",
551};
552
553static void
554set_memory_read_packet_size (char *args, int from_tty)
555{
556 set_memory_packet_size (args, &memory_read_packet_config);
557}
558
559static void
560show_memory_read_packet_size (char *args, int from_tty)
561{
562 show_memory_packet_size (&memory_read_packet_config);
563}
564
565static long
566get_memory_read_packet_size (void)
567{
d01949b6 568 struct remote_state *rs = get_remote_state ();
11cf8741
JM
569 long size = get_memory_packet_size (&memory_read_packet_config);
570 /* FIXME: cagney/1999-11-07: Functions like getpkt() need to get an
571 extra buffer size argument before the memory read size can be
d01949b6
AC
572 increased beyond (rs->remote_packet_size). */
573 if (size > (rs->remote_packet_size))
574 size = (rs->remote_packet_size);
11cf8741
JM
575 return size;
576}
577
11cf8741 578\f
5a2468f5
JM
579/* Generic configuration support for packets the stub optionally
580 supports. Allows the user to specify the use of the packet as well
581 as allowing GDB to auto-detect support in the remote stub. */
582
583enum packet_support
584 {
585 PACKET_SUPPORT_UNKNOWN = 0,
586 PACKET_ENABLE,
587 PACKET_DISABLE
588 };
589
5a2468f5
JM
590struct packet_config
591 {
5a2468f5
JM
592 char *name;
593 char *title;
7f19b9a2 594 enum auto_boolean detect;
5a2468f5
JM
595 enum packet_support support;
596 };
597
d471ea57
AC
598/* Analyze a packet's return value and update the packet config
599 accordingly. */
600
601enum packet_result
602{
603 PACKET_ERROR,
604 PACKET_OK,
605 PACKET_UNKNOWN
606};
607
5a2468f5 608static void
d471ea57 609update_packet_config (struct packet_config *config)
5a2468f5 610{
d471ea57
AC
611 switch (config->detect)
612 {
7f19b9a2 613 case AUTO_BOOLEAN_TRUE:
d471ea57
AC
614 config->support = PACKET_ENABLE;
615 break;
7f19b9a2 616 case AUTO_BOOLEAN_FALSE:
d471ea57
AC
617 config->support = PACKET_DISABLE;
618 break;
7f19b9a2 619 case AUTO_BOOLEAN_AUTO:
d471ea57
AC
620 config->support = PACKET_SUPPORT_UNKNOWN;
621 break;
622 }
5a2468f5
JM
623}
624
625static void
fba45db2 626show_packet_config_cmd (struct packet_config *config)
5a2468f5
JM
627{
628 char *support = "internal-error";
629 switch (config->support)
630 {
631 case PACKET_ENABLE:
632 support = "enabled";
633 break;
634 case PACKET_DISABLE:
635 support = "disabled";
636 break;
637 case PACKET_SUPPORT_UNKNOWN:
638 support = "unknown";
639 break;
640 }
641 switch (config->detect)
642 {
7f19b9a2 643 case AUTO_BOOLEAN_AUTO:
5a2468f5
JM
644 printf_filtered ("Support for remote protocol `%s' (%s) packet is auto-detected, currently %s.\n",
645 config->name, config->title, support);
646 break;
7f19b9a2
AC
647 case AUTO_BOOLEAN_TRUE:
648 case AUTO_BOOLEAN_FALSE:
8e248173 649 printf_filtered ("Support for remote protocol `%s' (%s) packet is currently %s.\n",
5a2468f5 650 config->name, config->title, support);
8e248173 651 break;
5a2468f5
JM
652 }
653}
654
655static void
d471ea57
AC
656add_packet_config_cmd (struct packet_config *config,
657 char *name,
658 char *title,
e9e68a56
AC
659 cmd_sfunc_ftype *set_func,
660 cmd_sfunc_ftype *show_func,
d471ea57
AC
661 struct cmd_list_element **set_remote_list,
662 struct cmd_list_element **show_remote_list,
663 int legacy)
664{
665 struct cmd_list_element *set_cmd;
666 struct cmd_list_element *show_cmd;
5a2468f5
JM
667 char *set_doc;
668 char *show_doc;
d471ea57 669 char *cmd_name;
5a2468f5
JM
670 config->name = name;
671 config->title = title;
7f19b9a2 672 config->detect = AUTO_BOOLEAN_AUTO;
8e248173 673 config->support = PACKET_SUPPORT_UNKNOWN;
76995688
AC
674 xasprintf (&set_doc, "Set use of remote protocol `%s' (%s) packet",
675 name, title);
676 xasprintf (&show_doc, "Show current use of remote protocol `%s' (%s) packet",
677 name, title);
d471ea57 678 /* set/show TITLE-packet {auto,on,off} */
76995688 679 xasprintf (&cmd_name, "%s-packet", title);
e9e68a56
AC
680 add_setshow_auto_boolean_cmd (cmd_name, class_obscure,
681 &config->detect, set_doc, show_doc,
682 set_func, show_func,
683 set_remote_list, show_remote_list);
d471ea57
AC
684 /* set/show remote NAME-packet {auto,on,off} -- legacy */
685 if (legacy)
686 {
687 char *legacy_name;
76995688 688 xasprintf (&legacy_name, "%s-packet", name);
d471ea57
AC
689 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
690 set_remote_list);
691 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
692 show_remote_list);
693 }
5a2468f5
JM
694}
695
d471ea57
AC
696static enum packet_result
697packet_ok (const char *buf, struct packet_config *config)
5a2468f5 698{
d471ea57 699 if (buf[0] != '\0')
5a2468f5 700 {
d471ea57
AC
701 /* The stub recognized the packet request. Check that the
702 operation succeeded. */
703 switch (config->support)
704 {
705 case PACKET_SUPPORT_UNKNOWN:
706 if (remote_debug)
707 fprintf_unfiltered (gdb_stdlog,
708 "Packet %s (%s) is supported\n",
709 config->name, config->title);
710 config->support = PACKET_ENABLE;
711 break;
712 case PACKET_DISABLE:
8e65ff28
AC
713 internal_error (__FILE__, __LINE__,
714 "packet_ok: attempt to use a disabled packet");
d471ea57
AC
715 break;
716 case PACKET_ENABLE:
717 break;
718 }
719 if (buf[0] == 'O' && buf[1] == 'K' && buf[2] == '\0')
720 /* "OK" - definitly OK. */
721 return PACKET_OK;
722 if (buf[0] == 'E'
723 && isxdigit (buf[1]) && isxdigit (buf[2])
724 && buf[3] == '\0')
725 /* "Enn" - definitly an error. */
726 return PACKET_ERROR;
727 /* The packet may or may not be OK. Just assume it is */
728 return PACKET_OK;
729 }
730 else
731 {
732 /* The stub does not support the packet. */
733 switch (config->support)
734 {
735 case PACKET_ENABLE:
7f19b9a2 736 if (config->detect == AUTO_BOOLEAN_AUTO)
d471ea57
AC
737 /* If the stub previously indicated that the packet was
738 supported then there is a protocol error.. */
739 error ("Protocol error: %s (%s) conflicting enabled responses.",
740 config->name, config->title);
741 else
742 /* The user set it wrong. */
743 error ("Enabled packet %s (%s) not recognized by stub",
744 config->name, config->title);
745 break;
746 case PACKET_SUPPORT_UNKNOWN:
747 if (remote_debug)
748 fprintf_unfiltered (gdb_stdlog,
749 "Packet %s (%s) is NOT supported\n",
750 config->name, config->title);
751 config->support = PACKET_DISABLE;
752 break;
753 case PACKET_DISABLE:
754 break;
755 }
756 return PACKET_UNKNOWN;
5a2468f5
JM
757 }
758}
759
dc8acb97
MS
760/* Should we try the 'qSymbol' (target symbol lookup service) request? */
761static struct packet_config remote_protocol_qSymbol;
762
763static void
764set_remote_protocol_qSymbol_packet_cmd (char *args, int from_tty,
765 struct cmd_list_element *c)
766{
767 update_packet_config (&remote_protocol_qSymbol);
768}
769
770static void
e9e68a56
AC
771show_remote_protocol_qSymbol_packet_cmd (char *args, int from_tty,
772 struct cmd_list_element *c)
dc8acb97
MS
773{
774 show_packet_config_cmd (&remote_protocol_qSymbol);
775}
776
44eaed12
C
777/* Should we try the 'e' (step over range) request? */
778static struct packet_config remote_protocol_e;
779
780static void
781set_remote_protocol_e_packet_cmd (char *args, int from_tty,
782 struct cmd_list_element *c)
783{
784 update_packet_config (&remote_protocol_e);
785}
786
787static void
e9e68a56
AC
788show_remote_protocol_e_packet_cmd (char *args, int from_tty,
789 struct cmd_list_element *c)
44eaed12
C
790{
791 show_packet_config_cmd (&remote_protocol_e);
792}
793
794
795/* Should we try the 'E' (step over range / w signal #) request? */
796static struct packet_config remote_protocol_E;
797
798static void
799set_remote_protocol_E_packet_cmd (char *args, int from_tty,
800 struct cmd_list_element *c)
801{
802 update_packet_config (&remote_protocol_E);
803}
804
805static void
e9e68a56
AC
806show_remote_protocol_E_packet_cmd (char *args, int from_tty,
807 struct cmd_list_element *c)
44eaed12
C
808{
809 show_packet_config_cmd (&remote_protocol_E);
810}
811
812
5a2468f5
JM
813/* Should we try the 'P' (set register) request? */
814
815static struct packet_config remote_protocol_P;
816
817static void
fba45db2
KB
818set_remote_protocol_P_packet_cmd (char *args, int from_tty,
819 struct cmd_list_element *c)
5a2468f5 820{
d471ea57 821 update_packet_config (&remote_protocol_P);
5a2468f5
JM
822}
823
824static void
e9e68a56
AC
825show_remote_protocol_P_packet_cmd (char *args, int from_tty,
826 struct cmd_list_element *c)
5a2468f5
JM
827{
828 show_packet_config_cmd (&remote_protocol_P);
829}
830
d471ea57
AC
831/* Should we try one of the 'Z' requests? */
832
833enum Z_packet_type
834{
835 Z_PACKET_SOFTWARE_BP,
836 Z_PACKET_HARDWARE_BP,
837 Z_PACKET_WRITE_WP,
838 Z_PACKET_READ_WP,
839 Z_PACKET_ACCESS_WP,
840 NR_Z_PACKET_TYPES
841};
96baa820 842
d471ea57
AC
843static struct packet_config remote_protocol_Z[NR_Z_PACKET_TYPES];
844
845/* FIXME: Instead of having all these boiler plate functions, the
846 command callback should include a context argument. */
847
848static void
849set_remote_protocol_Z_software_bp_packet_cmd (char *args, int from_tty,
850 struct cmd_list_element *c)
851{
852 update_packet_config (&remote_protocol_Z[Z_PACKET_SOFTWARE_BP]);
853}
854
855static void
e9e68a56
AC
856show_remote_protocol_Z_software_bp_packet_cmd (char *args, int from_tty,
857 struct cmd_list_element *c)
d471ea57
AC
858{
859 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_SOFTWARE_BP]);
860}
861
862static void
863set_remote_protocol_Z_hardware_bp_packet_cmd (char *args, int from_tty,
864 struct cmd_list_element *c)
865{
866 update_packet_config (&remote_protocol_Z[Z_PACKET_HARDWARE_BP]);
867}
868
869static void
e9e68a56
AC
870show_remote_protocol_Z_hardware_bp_packet_cmd (char *args, int from_tty,
871 struct cmd_list_element *c)
d471ea57
AC
872{
873 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_HARDWARE_BP]);
874}
875
876static void
877set_remote_protocol_Z_write_wp_packet_cmd (char *args, int from_tty,
878 struct cmd_list_element *c)
879{
880 update_packet_config (&remote_protocol_Z[Z_PACKET_WRITE_WP]);
881}
882
883static void
e9e68a56
AC
884show_remote_protocol_Z_write_wp_packet_cmd (char *args, int from_tty,
885 struct cmd_list_element *c)
d471ea57
AC
886{
887 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_WRITE_WP]);
888}
889
890static void
891set_remote_protocol_Z_read_wp_packet_cmd (char *args, int from_tty,
892 struct cmd_list_element *c)
893{
894 update_packet_config (&remote_protocol_Z[Z_PACKET_READ_WP]);
895}
896
897static void
e9e68a56
AC
898show_remote_protocol_Z_read_wp_packet_cmd (char *args, int from_tty,
899 struct cmd_list_element *c)
d471ea57
AC
900{
901 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_READ_WP]);
902}
903
904static void
905set_remote_protocol_Z_access_wp_packet_cmd (char *args, int from_tty,
906 struct cmd_list_element *c)
907{
908 update_packet_config (&remote_protocol_Z[Z_PACKET_ACCESS_WP]);
909}
910
911static void
e9e68a56
AC
912show_remote_protocol_Z_access_wp_packet_cmd (char *args, int from_tty,
913 struct cmd_list_element *c)
d471ea57
AC
914{
915 show_packet_config_cmd (&remote_protocol_Z[Z_PACKET_ACCESS_WP]);
916}
917
918/* For compatibility with older distributions. Provide a ``set remote
919 Z-packet ...'' command that updates all the Z packet types. */
920
7f19b9a2 921static enum auto_boolean remote_Z_packet_detect;
96baa820
JM
922
923static void
fba45db2
KB
924set_remote_protocol_Z_packet_cmd (char *args, int from_tty,
925 struct cmd_list_element *c)
96baa820 926{
d471ea57
AC
927 int i;
928 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
929 {
930 remote_protocol_Z[i].detect = remote_Z_packet_detect;
931 update_packet_config (&remote_protocol_Z[i]);
932 }
96baa820
JM
933}
934
935static void
e9e68a56
AC
936show_remote_protocol_Z_packet_cmd (char *args, int from_tty,
937 struct cmd_list_element *c)
96baa820 938{
d471ea57
AC
939 int i;
940 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
941 {
942 show_packet_config_cmd (&remote_protocol_Z[i]);
943 }
96baa820
JM
944}
945
946/* Should we try the 'X' (remote binary download) packet?
947
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
954 only). */
955
956static struct packet_config remote_protocol_binary_download;
957
9d1f7ab2
MS
958/* Should we try the 'ThreadInfo' query packet?
959
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). */
965
966static int use_threadinfo_query;
967static int use_threadextra_query;
968
96baa820
JM
969static void
970set_remote_protocol_binary_download_cmd (char *args,
971 int from_tty,
972 struct cmd_list_element *c)
973{
d471ea57 974 update_packet_config (&remote_protocol_binary_download);
96baa820
JM
975}
976
977static void
e9e68a56
AC
978show_remote_protocol_binary_download_cmd (char *args, int from_tty,
979 struct cmd_list_element *c)
96baa820
JM
980{
981 show_packet_config_cmd (&remote_protocol_binary_download);
982}
983
c906108c 984
43ff13b4 985/* Tokens for use by the asynchronous signal handlers for SIGINT */
ae44c0c4
AC
986static void *sigint_remote_twice_token;
987static void *sigint_remote_token;
43ff13b4 988
c906108c
SS
989/* These are pointers to hook functions that may be set in order to
990 modify resume/wait behavior for a particular architecture. */
991
507f3c78
KB
992void (*target_resume_hook) (void);
993void (*target_wait_loop_hook) (void);
c906108c
SS
994\f
995
c5aa993b 996
c906108c
SS
997/* These are the threads which we last sent to the remote system.
998 -1 for all or -2 for not sent yet. */
999static int general_thread;
cce74817 1000static int continue_thread;
c906108c
SS
1001
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
1006 */
1007
1008static void
fba45db2 1009record_currthread (int currthread)
c906108c 1010{
c906108c 1011 general_thread = currthread;
cce74817 1012
c906108c
SS
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. */
39f77062 1015 if (!in_thread_list (pid_to_ptid (currthread)))
0f71a2f6 1016 {
39f77062 1017 add_thread (pid_to_ptid (currthread));
8b93c638 1018 ui_out_text (uiout, "[New ");
39f77062 1019 ui_out_text (uiout, target_pid_to_str (pid_to_ptid (currthread)));
8b93c638 1020 ui_out_text (uiout, "]\n");
0f71a2f6 1021 }
c906108c
SS
1022}
1023
1024#define MAGIC_NULL_PID 42000
1025
1026static void
fba45db2 1027set_thread (int th, int gen)
c906108c 1028{
d01949b6
AC
1029 struct remote_state *rs = get_remote_state ();
1030 char *buf = alloca (rs->remote_packet_size);
cce74817 1031 int state = gen ? general_thread : continue_thread;
c906108c
SS
1032
1033 if (state == th)
1034 return;
1035
1036 buf[0] = 'H';
1037 buf[1] = gen ? 'g' : 'c';
1038 if (th == MAGIC_NULL_PID)
1039 {
1040 buf[2] = '0';
1041 buf[3] = '\0';
1042 }
1043 else if (th < 0)
1044 sprintf (&buf[2], "-%x", -th);
1045 else
1046 sprintf (&buf[2], "%x", th);
1047 putpkt (buf);
d01949b6 1048 getpkt (buf, (rs->remote_packet_size), 0);
c906108c 1049 if (gen)
c5aa993b 1050 general_thread = th;
c906108c 1051 else
cce74817 1052 continue_thread = th;
c906108c
SS
1053}
1054\f
1055/* Return nonzero if the thread TH is still alive on the remote system. */
1056
1057static int
39f77062 1058remote_thread_alive (ptid_t ptid)
c906108c 1059{
39f77062 1060 int tid = PIDGET (ptid);
cce74817 1061 char buf[16];
c906108c 1062
cce74817
JM
1063 if (tid < 0)
1064 sprintf (buf, "T-%08x", -tid);
c906108c 1065 else
cce74817 1066 sprintf (buf, "T%08x", tid);
c906108c 1067 putpkt (buf);
c2d11a7d 1068 getpkt (buf, sizeof (buf), 0);
c906108c
SS
1069 return (buf[0] == 'O' && buf[1] == 'K');
1070}
1071
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
1076 in libstub. */
1077
cce74817
JM
1078#define OPAQUETHREADBYTES 8
1079
1080/* a 64 bit opaque identifier */
1081typedef unsigned char threadref[OPAQUETHREADBYTES];
1082
1083/* WARNING: This threadref data structure comes from the remote O.S., libstub
1084 protocol encoding, and remote.c. it is not particularly changable */
1085
1086/* Right now, the internal structure is int. We want it to be bigger.
1087 Plan to fix this.
c5aa993b 1088 */
cce74817 1089
c5aa993b 1090typedef int gdb_threadref; /* internal GDB thread reference */
cce74817 1091
9d1f7ab2 1092/* gdb_ext_thread_info is an internal GDB data structure which is
cce74817
JM
1093 equivalint to the reply of the remote threadinfo packet */
1094
1095struct gdb_ext_thread_info
c5aa993b
JM
1096 {
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 */
1102 };
cce74817
JM
1103
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.
c5aa993b 1108 */
cce74817
JM
1109
1110#define TAG_THREADID 1
1111#define TAG_EXISTS 2
1112#define TAG_DISPLAY 4
1113#define TAG_THREADNAME 8
c5aa993b 1114#define TAG_MOREDISPLAY 16
cce74817 1115
c906108c
SS
1116#define BUF_THREAD_ID_SIZE (OPAQUETHREADBYTES*2)
1117
b2dd6311 1118char *unpack_varlen_hex (char *buff, ULONGEST *result);
cce74817 1119
a14ed312 1120static char *unpack_nibble (char *buf, int *val);
cce74817 1121
a14ed312 1122static char *pack_nibble (char *buf, int nibble);
cce74817 1123
a14ed312 1124static char *pack_hex_byte (char *pkt, int /*unsigned char */ byte);
cce74817 1125
a14ed312 1126static char *unpack_byte (char *buf, int *value);
cce74817 1127
a14ed312 1128static char *pack_int (char *buf, int value);
cce74817 1129
a14ed312 1130static char *unpack_int (char *buf, int *value);
cce74817 1131
a14ed312 1132static char *unpack_string (char *src, char *dest, int length);
cce74817 1133
a14ed312 1134static char *pack_threadid (char *pkt, threadref * id);
cce74817 1135
a14ed312 1136static char *unpack_threadid (char *inbuf, threadref * id);
cce74817 1137
a14ed312 1138void int_to_threadref (threadref * id, int value);
cce74817 1139
a14ed312 1140static int threadref_to_int (threadref * ref);
cce74817 1141
a14ed312 1142static void copy_threadref (threadref * dest, threadref * src);
cce74817 1143
a14ed312 1144static int threadmatch (threadref * dest, threadref * src);
cce74817 1145
a14ed312 1146static char *pack_threadinfo_request (char *pkt, int mode, threadref * id);
cce74817 1147
a14ed312
KB
1148static int remote_unpack_thread_info_response (char *pkt,
1149 threadref * expectedref,
1150 struct gdb_ext_thread_info
1151 *info);
cce74817
JM
1152
1153
a14ed312
KB
1154static int remote_get_threadinfo (threadref * threadid, int fieldset, /*TAG mask */
1155 struct gdb_ext_thread_info *info);
cce74817 1156
a14ed312
KB
1157static int adapt_remote_get_threadinfo (gdb_threadref * ref,
1158 int selection,
1159 struct gdb_ext_thread_info *info);
cce74817 1160
a14ed312
KB
1161static char *pack_threadlist_request (char *pkt, int startflag,
1162 int threadcount,
1163 threadref * nextthread);
cce74817 1164
a14ed312
KB
1165static int parse_threadlist_response (char *pkt,
1166 int result_limit,
1167 threadref * original_echo,
1168 threadref * resultlist, int *doneflag);
cce74817 1169
a14ed312
KB
1170static int remote_get_threadlist (int startflag,
1171 threadref * nextthread,
1172 int result_limit,
1173 int *done,
1174 int *result_count, threadref * threadlist);
cce74817 1175
c5aa993b 1176typedef int (*rmt_thread_action) (threadref * ref, void *context);
cce74817 1177
a14ed312
KB
1178static int remote_threadlist_iterator (rmt_thread_action stepfunction,
1179 void *context, int looplimit);
cce74817 1180
a14ed312 1181static int remote_newthread_step (threadref * ref, void *context);
cce74817 1182
c906108c
SS
1183/* encode 64 bits in 16 chars of hex */
1184
1185static const char hexchars[] = "0123456789abcdef";
1186
1187static int
fba45db2 1188ishex (int ch, int *val)
c906108c
SS
1189{
1190 if ((ch >= 'a') && (ch <= 'f'))
1191 {
1192 *val = ch - 'a' + 10;
1193 return 1;
1194 }
1195 if ((ch >= 'A') && (ch <= 'F'))
1196 {
1197 *val = ch - 'A' + 10;
1198 return 1;
1199 }
1200 if ((ch >= '0') && (ch <= '9'))
1201 {
1202 *val = ch - '0';
1203 return 1;
1204 }
1205 return 0;
1206}
1207
1208static int
fba45db2 1209stubhex (int ch)
c906108c
SS
1210{
1211 if (ch >= 'a' && ch <= 'f')
1212 return ch - 'a' + 10;
1213 if (ch >= '0' && ch <= '9')
1214 return ch - '0';
1215 if (ch >= 'A' && ch <= 'F')
1216 return ch - 'A' + 10;
1217 return -1;
1218}
1219
1220static int
fba45db2 1221stub_unpack_int (char *buff, int fieldlength)
c906108c
SS
1222{
1223 int nibble;
1224 int retval = 0;
1225
1226 while (fieldlength)
1227 {
1228 nibble = stubhex (*buff++);
1229 retval |= nibble;
1230 fieldlength--;
1231 if (fieldlength)
1232 retval = retval << 4;
1233 }
1234 return retval;
1235}
1236
1237char *
fba45db2 1238unpack_varlen_hex (char *buff, /* packet to parse */
b2dd6311 1239 ULONGEST *result)
c906108c
SS
1240{
1241 int nibble;
1242 int retval = 0;
1243
1244 while (ishex (*buff, &nibble))
1245 {
1246 buff++;
1247 retval = retval << 4;
1248 retval |= nibble & 0x0f;
1249 }
1250 *result = retval;
1251 return buff;
1252}
1253
1254static char *
fba45db2 1255unpack_nibble (char *buf, int *val)
c906108c
SS
1256{
1257 ishex (*buf++, val);
1258 return buf;
1259}
1260
1261static char *
fba45db2 1262pack_nibble (char *buf, int nibble)
c906108c
SS
1263{
1264 *buf++ = hexchars[(nibble & 0x0f)];
1265 return buf;
1266}
1267
1268static char *
fba45db2 1269pack_hex_byte (char *pkt, int byte)
c906108c
SS
1270{
1271 *pkt++ = hexchars[(byte >> 4) & 0xf];
1272 *pkt++ = hexchars[(byte & 0xf)];
1273 return pkt;
1274}
1275
1276static char *
fba45db2 1277unpack_byte (char *buf, int *value)
c906108c
SS
1278{
1279 *value = stub_unpack_int (buf, 2);
1280 return buf + 2;
1281}
1282
1283static char *
fba45db2 1284pack_int (char *buf, int value)
c906108c
SS
1285{
1286 buf = pack_hex_byte (buf, (value >> 24) & 0xff);
1287 buf = pack_hex_byte (buf, (value >> 16) & 0xff);
1288 buf = pack_hex_byte (buf, (value >> 8) & 0x0ff);
1289 buf = pack_hex_byte (buf, (value & 0xff));
1290 return buf;
1291}
1292
1293static char *
fba45db2 1294unpack_int (char *buf, int *value)
c906108c
SS
1295{
1296 *value = stub_unpack_int (buf, 8);
1297 return buf + 8;
1298}
1299
c5aa993b 1300#if 0 /* currently unused, uncomment when needed */
a14ed312 1301static char *pack_string (char *pkt, char *string);
c906108c
SS
1302
1303static char *
fba45db2 1304pack_string (char *pkt, char *string)
c906108c
SS
1305{
1306 char ch;
1307 int len;
1308
1309 len = strlen (string);
1310 if (len > 200)
1311 len = 200; /* Bigger than most GDB packets, junk??? */
1312 pkt = pack_hex_byte (pkt, len);
1313 while (len-- > 0)
1314 {
1315 ch = *string++;
1316 if ((ch == '\0') || (ch == '#'))
1317 ch = '*'; /* Protect encapsulation */
1318 *pkt++ = ch;
1319 }
1320 return pkt;
1321}
1322#endif /* 0 (unused) */
1323
1324static char *
fba45db2 1325unpack_string (char *src, char *dest, int length)
c906108c
SS
1326{
1327 while (length--)
1328 *dest++ = *src++;
1329 *dest = '\0';
1330 return src;
1331}
1332
1333static char *
fba45db2 1334pack_threadid (char *pkt, threadref *id)
c906108c
SS
1335{
1336 char *limit;
1337 unsigned char *altid;
1338
1339 altid = (unsigned char *) id;
1340 limit = pkt + BUF_THREAD_ID_SIZE;
1341 while (pkt < limit)
1342 pkt = pack_hex_byte (pkt, *altid++);
1343 return pkt;
1344}
1345
1346
1347static char *
fba45db2 1348unpack_threadid (char *inbuf, threadref *id)
c906108c
SS
1349{
1350 char *altref;
1351 char *limit = inbuf + BUF_THREAD_ID_SIZE;
1352 int x, y;
1353
1354 altref = (char *) id;
1355
1356 while (inbuf < limit)
1357 {
1358 x = stubhex (*inbuf++);
1359 y = stubhex (*inbuf++);
1360 *altref++ = (x << 4) | y;
1361 }
1362 return inbuf;
1363}
1364
1365/* Externally, threadrefs are 64 bits but internally, they are still
1366 ints. This is due to a mismatch of specifications. We would like
1367 to use 64bit thread references internally. This is an adapter
1368 function. */
1369
1370void
fba45db2 1371int_to_threadref (threadref *id, int value)
c906108c
SS
1372{
1373 unsigned char *scan;
1374
1375 scan = (unsigned char *) id;
1376 {
1377 int i = 4;
1378 while (i--)
1379 *scan++ = 0;
1380 }
1381 *scan++ = (value >> 24) & 0xff;
1382 *scan++ = (value >> 16) & 0xff;
1383 *scan++ = (value >> 8) & 0xff;
1384 *scan++ = (value & 0xff);
1385}
1386
1387static int
fba45db2 1388threadref_to_int (threadref *ref)
c906108c
SS
1389{
1390 int i, value = 0;
1391 unsigned char *scan;
1392
1393 scan = (char *) ref;
1394 scan += 4;
1395 i = 4;
1396 while (i-- > 0)
1397 value = (value << 8) | ((*scan++) & 0xff);
1398 return value;
1399}
1400
1401static void
fba45db2 1402copy_threadref (threadref *dest, threadref *src)
c906108c
SS
1403{
1404 int i;
1405 unsigned char *csrc, *cdest;
1406
1407 csrc = (unsigned char *) src;
1408 cdest = (unsigned char *) dest;
1409 i = 8;
1410 while (i--)
1411 *cdest++ = *csrc++;
1412}
1413
1414static int
fba45db2 1415threadmatch (threadref *dest, threadref *src)
c906108c
SS
1416{
1417 /* things are broken right now, so just assume we got a match */
1418#if 0
1419 unsigned char *srcp, *destp;
1420 int i, result;
1421 srcp = (char *) src;
1422 destp = (char *) dest;
1423
1424 result = 1;
1425 while (i-- > 0)
1426 result &= (*srcp++ == *destp++) ? 1 : 0;
1427 return result;
1428#endif
1429 return 1;
1430}
1431
1432/*
c5aa993b
JM
1433 threadid:1, # always request threadid
1434 context_exists:2,
1435 display:4,
1436 unique_name:8,
1437 more_display:16
1438 */
c906108c
SS
1439
1440/* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
1441
1442static char *
fba45db2 1443pack_threadinfo_request (char *pkt, int mode, threadref *id)
c906108c
SS
1444{
1445 *pkt++ = 'q'; /* Info Query */
1446 *pkt++ = 'P'; /* process or thread info */
1447 pkt = pack_int (pkt, mode); /* mode */
1448 pkt = pack_threadid (pkt, id); /* threadid */
1449 *pkt = '\0'; /* terminate */
1450 return pkt;
1451}
1452
1453/* These values tag the fields in a thread info response packet */
1454/* Tagging the fields allows us to request specific fields and to
1455 add more fields as time goes by */
1456
c5aa993b
JM
1457#define TAG_THREADID 1 /* Echo the thread identifier */
1458#define TAG_EXISTS 2 /* Is this process defined enough to
1459 fetch registers and its stack */
1460#define TAG_DISPLAY 4 /* A short thing maybe to put on a window */
1461#define TAG_THREADNAME 8 /* string, maps 1-to-1 with a thread is */
1462#define TAG_MOREDISPLAY 16 /* Whatever the kernel wants to say about
1463 the process */
c906108c
SS
1464
1465static int
fba45db2
KB
1466remote_unpack_thread_info_response (char *pkt, threadref *expectedref,
1467 struct gdb_ext_thread_info *info)
c906108c 1468{
d01949b6 1469 struct remote_state *rs = get_remote_state ();
c906108c
SS
1470 int mask, length;
1471 unsigned int tag;
1472 threadref ref;
d01949b6 1473 char *limit = pkt + (rs->remote_packet_size); /* plausable parsing limit */
c906108c
SS
1474 int retval = 1;
1475
1476 /* info->threadid = 0; FIXME: implement zero_threadref */
1477 info->active = 0;
1478 info->display[0] = '\0';
1479 info->shortname[0] = '\0';
1480 info->more_display[0] = '\0';
1481
1482 /* Assume the characters indicating the packet type have been stripped */
1483 pkt = unpack_int (pkt, &mask); /* arg mask */
1484 pkt = unpack_threadid (pkt, &ref);
1485
1486 if (mask == 0)
1487 warning ("Incomplete response to threadinfo request\n");
1488 if (!threadmatch (&ref, expectedref))
1489 { /* This is an answer to a different request */
1490 warning ("ERROR RMT Thread info mismatch\n");
1491 return 0;
1492 }
1493 copy_threadref (&info->threadid, &ref);
1494
1495 /* Loop on tagged fields , try to bail if somthing goes wrong */
1496
c5aa993b 1497 while ((pkt < limit) && mask && *pkt) /* packets are terminated with nulls */
c906108c
SS
1498 {
1499 pkt = unpack_int (pkt, &tag); /* tag */
1500 pkt = unpack_byte (pkt, &length); /* length */
1501 if (!(tag & mask)) /* tags out of synch with mask */
1502 {
1503 warning ("ERROR RMT: threadinfo tag mismatch\n");
1504 retval = 0;
1505 break;
1506 }
1507 if (tag == TAG_THREADID)
1508 {
1509 if (length != 16)
1510 {
1511 warning ("ERROR RMT: length of threadid is not 16\n");
1512 retval = 0;
1513 break;
1514 }
1515 pkt = unpack_threadid (pkt, &ref);
1516 mask = mask & ~TAG_THREADID;
1517 continue;
1518 }
1519 if (tag == TAG_EXISTS)
1520 {
1521 info->active = stub_unpack_int (pkt, length);
1522 pkt += length;
1523 mask = mask & ~(TAG_EXISTS);
1524 if (length > 8)
1525 {
1526 warning ("ERROR RMT: 'exists' length too long\n");
1527 retval = 0;
1528 break;
1529 }
1530 continue;
1531 }
1532 if (tag == TAG_THREADNAME)
1533 {
1534 pkt = unpack_string (pkt, &info->shortname[0], length);
1535 mask = mask & ~TAG_THREADNAME;
1536 continue;
1537 }
1538 if (tag == TAG_DISPLAY)
1539 {
1540 pkt = unpack_string (pkt, &info->display[0], length);
1541 mask = mask & ~TAG_DISPLAY;
1542 continue;
1543 }
1544 if (tag == TAG_MOREDISPLAY)
1545 {
1546 pkt = unpack_string (pkt, &info->more_display[0], length);
1547 mask = mask & ~TAG_MOREDISPLAY;
1548 continue;
1549 }
1550 warning ("ERROR RMT: unknown thread info tag\n");
1551 break; /* Not a tag we know about */
1552 }
1553 return retval;
1554}
1555
1556static int
fba45db2
KB
1557remote_get_threadinfo (threadref *threadid, int fieldset, /* TAG mask */
1558 struct gdb_ext_thread_info *info)
c906108c 1559{
d01949b6 1560 struct remote_state *rs = get_remote_state ();
c906108c 1561 int result;
d01949b6 1562 char *threadinfo_pkt = alloca (rs->remote_packet_size);
c906108c
SS
1563
1564 pack_threadinfo_request (threadinfo_pkt, fieldset, threadid);
1565 putpkt (threadinfo_pkt);
d01949b6 1566 getpkt (threadinfo_pkt, (rs->remote_packet_size), 0);
c906108c
SS
1567 result = remote_unpack_thread_info_response (threadinfo_pkt + 2, threadid,
1568 info);
1569 return result;
1570}
1571
1572/* Unfortunately, 61 bit thread-ids are bigger than the internal
1573 representation of a threadid. */
1574
1575static int
fba45db2
KB
1576adapt_remote_get_threadinfo (gdb_threadref *ref, int selection,
1577 struct gdb_ext_thread_info *info)
c906108c
SS
1578{
1579 threadref lclref;
1580
1581 int_to_threadref (&lclref, *ref);
1582 return remote_get_threadinfo (&lclref, selection, info);
1583}
1584
1585/* Format: i'Q':8,i"L":8,initflag:8,batchsize:16,lastthreadid:32 */
1586
1587static char *
fba45db2
KB
1588pack_threadlist_request (char *pkt, int startflag, int threadcount,
1589 threadref *nextthread)
c906108c
SS
1590{
1591 *pkt++ = 'q'; /* info query packet */
1592 *pkt++ = 'L'; /* Process LIST or threadLIST request */
1593 pkt = pack_nibble (pkt, startflag); /* initflag 1 bytes */
1594 pkt = pack_hex_byte (pkt, threadcount); /* threadcount 2 bytes */
1595 pkt = pack_threadid (pkt, nextthread); /* 64 bit thread identifier */
1596 *pkt = '\0';
1597 return pkt;
1598}
1599
1600/* Encoding: 'q':8,'M':8,count:16,done:8,argthreadid:64,(threadid:64)* */
1601
1602static int
fba45db2
KB
1603parse_threadlist_response (char *pkt, int result_limit,
1604 threadref *original_echo, threadref *resultlist,
1605 int *doneflag)
c906108c 1606{
d01949b6 1607 struct remote_state *rs = get_remote_state ();
c906108c
SS
1608 char *limit;
1609 int count, resultcount, done;
1610
1611 resultcount = 0;
1612 /* Assume the 'q' and 'M chars have been stripped. */
d01949b6 1613 limit = pkt + ((rs->remote_packet_size) - BUF_THREAD_ID_SIZE); /* done parse past here */
c906108c
SS
1614 pkt = unpack_byte (pkt, &count); /* count field */
1615 pkt = unpack_nibble (pkt, &done);
1616 /* The first threadid is the argument threadid. */
1617 pkt = unpack_threadid (pkt, original_echo); /* should match query packet */
1618 while ((count-- > 0) && (pkt < limit))
1619 {
1620 pkt = unpack_threadid (pkt, resultlist++);
1621 if (resultcount++ >= result_limit)
1622 break;
1623 }
1624 if (doneflag)
1625 *doneflag = done;
1626 return resultcount;
1627}
1628
1629static int
fba45db2
KB
1630remote_get_threadlist (int startflag, threadref *nextthread, int result_limit,
1631 int *done, int *result_count, threadref *threadlist)
c906108c 1632{
d01949b6 1633 struct remote_state *rs = get_remote_state ();
c906108c 1634 static threadref echo_nextthread;
d01949b6
AC
1635 char *threadlist_packet = alloca (rs->remote_packet_size);
1636 char *t_response = alloca (rs->remote_packet_size);
c906108c
SS
1637 int result = 1;
1638
1639 /* Trancate result limit to be smaller than the packet size */
d01949b6
AC
1640 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10) >= (rs->remote_packet_size))
1641 result_limit = ((rs->remote_packet_size) / BUF_THREAD_ID_SIZE) - 2;
c906108c
SS
1642
1643 pack_threadlist_request (threadlist_packet,
1644 startflag, result_limit, nextthread);
1645 putpkt (threadlist_packet);
d01949b6 1646 getpkt (t_response, (rs->remote_packet_size), 0);
c906108c
SS
1647
1648 *result_count =
1649 parse_threadlist_response (t_response + 2, result_limit, &echo_nextthread,
1650 threadlist, done);
1651
1652 if (!threadmatch (&echo_nextthread, nextthread))
1653 {
1654 /* FIXME: This is a good reason to drop the packet */
1655 /* Possably, there is a duplicate response */
1656 /* Possabilities :
1657 retransmit immediatly - race conditions
1658 retransmit after timeout - yes
1659 exit
1660 wait for packet, then exit
1661 */
1662 warning ("HMM: threadlist did not echo arg thread, dropping it\n");
1663 return 0; /* I choose simply exiting */
1664 }
1665 if (*result_count <= 0)
1666 {
1667 if (*done != 1)
1668 {
1669 warning ("RMT ERROR : failed to get remote thread list\n");
1670 result = 0;
1671 }
1672 return result; /* break; */
1673 }
1674 if (*result_count > result_limit)
1675 {
1676 *result_count = 0;
1677 warning ("RMT ERROR: threadlist response longer than requested\n");
1678 return 0;
1679 }
1680 return result;
1681}
1682
1683/* This is the interface between remote and threads, remotes upper interface */
1684
1685/* remote_find_new_threads retrieves the thread list and for each
1686 thread in the list, looks up the thread in GDB's internal list,
1687 ading the thread if it does not already exist. This involves
1688 getting partial thread lists from the remote target so, polling the
1689 quit_flag is required. */
1690
1691
1692/* About this many threadisds fit in a packet. */
1693
1694#define MAXTHREADLISTRESULTS 32
1695
1696static int
fba45db2
KB
1697remote_threadlist_iterator (rmt_thread_action stepfunction, void *context,
1698 int looplimit)
c906108c
SS
1699{
1700 int done, i, result_count;
1701 int startflag = 1;
1702 int result = 1;
1703 int loopcount = 0;
1704 static threadref nextthread;
1705 static threadref resultthreadlist[MAXTHREADLISTRESULTS];
1706
1707 done = 0;
1708 while (!done)
1709 {
1710 if (loopcount++ > looplimit)
1711 {
1712 result = 0;
1713 warning ("Remote fetch threadlist -infinite loop-\n");
1714 break;
1715 }
1716 if (!remote_get_threadlist (startflag, &nextthread, MAXTHREADLISTRESULTS,
1717 &done, &result_count, resultthreadlist))
1718 {
1719 result = 0;
1720 break;
1721 }
1722 /* clear for later iterations */
1723 startflag = 0;
1724 /* Setup to resume next batch of thread references, set nextthread. */
1725 if (result_count >= 1)
1726 copy_threadref (&nextthread, &resultthreadlist[result_count - 1]);
1727 i = 0;
1728 while (result_count--)
1729 if (!(result = (*stepfunction) (&resultthreadlist[i++], context)))
1730 break;
1731 }
1732 return result;
1733}
1734
1735static int
fba45db2 1736remote_newthread_step (threadref *ref, void *context)
c906108c 1737{
39f77062 1738 ptid_t ptid;
c906108c 1739
39f77062
KB
1740 ptid = pid_to_ptid (threadref_to_int (ref));
1741
1742 if (!in_thread_list (ptid))
1743 add_thread (ptid);
c906108c
SS
1744 return 1; /* continue iterator */
1745}
1746
1747#define CRAZY_MAX_THREADS 1000
1748
39f77062
KB
1749static ptid_t
1750remote_current_thread (ptid_t oldpid)
c906108c 1751{
d01949b6
AC
1752 struct remote_state *rs = get_remote_state ();
1753 char *buf = alloca (rs->remote_packet_size);
c906108c
SS
1754
1755 putpkt ("qC");
d01949b6 1756 getpkt (buf, (rs->remote_packet_size), 0);
c906108c 1757 if (buf[0] == 'Q' && buf[1] == 'C')
39f77062 1758 return pid_to_ptid (strtol (&buf[2], NULL, 16));
c906108c
SS
1759 else
1760 return oldpid;
1761}
1762
9d1f7ab2
MS
1763/* Find new threads for info threads command.
1764 * Original version, using John Metzler's thread protocol.
1765 */
cce74817
JM
1766
1767static void
fba45db2 1768remote_find_new_threads (void)
c906108c 1769{
c5aa993b
JM
1770 remote_threadlist_iterator (remote_newthread_step, 0,
1771 CRAZY_MAX_THREADS);
39f77062
KB
1772 if (PIDGET (inferior_ptid) == MAGIC_NULL_PID) /* ack ack ack */
1773 inferior_ptid = remote_current_thread (inferior_ptid);
c906108c
SS
1774}
1775
9d1f7ab2
MS
1776/*
1777 * Find all threads for info threads command.
1778 * Uses new thread protocol contributed by Cisco.
1779 * Falls back and attempts to use the older method (above)
1780 * if the target doesn't respond to the new method.
1781 */
1782
0f71a2f6
JM
1783static void
1784remote_threads_info (void)
1785{
d01949b6
AC
1786 struct remote_state *rs = get_remote_state ();
1787 char *buf = alloca (rs->remote_packet_size);
085dd6e6 1788 char *bufp;
0f71a2f6
JM
1789 int tid;
1790
1791 if (remote_desc == 0) /* paranoia */
1792 error ("Command can only be used when connected to the remote target.");
1793
9d1f7ab2
MS
1794 if (use_threadinfo_query)
1795 {
1796 putpkt ("qfThreadInfo");
1797 bufp = buf;
d01949b6 1798 getpkt (bufp, (rs->remote_packet_size), 0);
9d1f7ab2
MS
1799 if (bufp[0] != '\0') /* q packet recognized */
1800 {
1801 while (*bufp++ == 'm') /* reply contains one or more TID */
1802 {
1803 do
1804 {
1805 tid = strtol (bufp, &bufp, 16);
39f77062
KB
1806 if (tid != 0 && !in_thread_list (pid_to_ptid (tid)))
1807 add_thread (pid_to_ptid (tid));
9d1f7ab2
MS
1808 }
1809 while (*bufp++ == ','); /* comma-separated list */
1810 putpkt ("qsThreadInfo");
1811 bufp = buf;
d01949b6 1812 getpkt (bufp, (rs->remote_packet_size), 0);
9d1f7ab2
MS
1813 }
1814 return; /* done */
1815 }
1816 }
1817
1818 /* Else fall back to old method based on jmetzler protocol. */
1819 use_threadinfo_query = 0;
1820 remote_find_new_threads ();
1821 return;
1822}
1823
1824/*
1825 * Collect a descriptive string about the given thread.
1826 * The target may say anything it wants to about the thread
1827 * (typically info about its blocked / runnable state, name, etc.).
1828 * This string will appear in the info threads display.
1829 *
1830 * Optional: targets are not required to implement this function.
1831 */
1832
1833static char *
1834remote_threads_extra_info (struct thread_info *tp)
1835{
d01949b6 1836 struct remote_state *rs = get_remote_state ();
9d1f7ab2
MS
1837 int result;
1838 int set;
1839 threadref id;
1840 struct gdb_ext_thread_info threadinfo;
1841 static char display_buf[100]; /* arbitrary... */
d01949b6 1842 char *bufp = alloca (rs->remote_packet_size);
9d1f7ab2
MS
1843 int n = 0; /* position in display_buf */
1844
1845 if (remote_desc == 0) /* paranoia */
8e65ff28
AC
1846 internal_error (__FILE__, __LINE__,
1847 "remote_threads_extra_info");
9d1f7ab2
MS
1848
1849 if (use_threadextra_query)
1850 {
39f77062 1851 sprintf (bufp, "qThreadExtraInfo,%x", PIDGET (tp->ptid));
9d1f7ab2 1852 putpkt (bufp);
d01949b6 1853 getpkt (bufp, (rs->remote_packet_size), 0);
9d1f7ab2
MS
1854 if (bufp[0] != 0)
1855 {
30559e10
MS
1856 n = min (strlen (bufp) / 2, sizeof (display_buf));
1857 result = hex2bin (bufp, display_buf, n);
1858 display_buf [result] = '\0';
9d1f7ab2
MS
1859 return display_buf;
1860 }
0f71a2f6 1861 }
9d1f7ab2
MS
1862
1863 /* If the above query fails, fall back to the old method. */
1864 use_threadextra_query = 0;
1865 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
1866 | TAG_MOREDISPLAY | TAG_DISPLAY;
39f77062 1867 int_to_threadref (&id, PIDGET (tp->ptid));
9d1f7ab2
MS
1868 if (remote_get_threadinfo (&id, set, &threadinfo))
1869 if (threadinfo.active)
0f71a2f6 1870 {
9d1f7ab2
MS
1871 if (*threadinfo.shortname)
1872 n += sprintf(&display_buf[0], " Name: %s,", threadinfo.shortname);
1873 if (*threadinfo.display)
1874 n += sprintf(&display_buf[n], " State: %s,", threadinfo.display);
1875 if (*threadinfo.more_display)
1876 n += sprintf(&display_buf[n], " Priority: %s",
1877 threadinfo.more_display);
1878
1879 if (n > 0)
c5aa993b 1880 {
9d1f7ab2
MS
1881 /* for purely cosmetic reasons, clear up trailing commas */
1882 if (',' == display_buf[n-1])
1883 display_buf[n-1] = ' ';
1884 return display_buf;
c5aa993b 1885 }
0f71a2f6 1886 }
9d1f7ab2 1887 return NULL;
0f71a2f6 1888}
9d1f7ab2 1889
c906108c 1890\f
c5aa993b 1891
c906108c
SS
1892/* Restart the remote side; this is an extended protocol operation. */
1893
1894static void
fba45db2 1895extended_remote_restart (void)
c906108c 1896{
d01949b6
AC
1897 struct remote_state *rs = get_remote_state ();
1898 char *buf = alloca (rs->remote_packet_size);
c906108c
SS
1899
1900 /* Send the restart command; for reasons I don't understand the
1901 remote side really expects a number after the "R". */
1902 buf[0] = 'R';
1903 sprintf (&buf[1], "%x", 0);
1904 putpkt (buf);
1905
1906 /* Now query for status so this looks just like we restarted
1907 gdbserver from scratch. */
1908 putpkt ("?");
d01949b6 1909 getpkt (buf, (rs->remote_packet_size), 0);
c906108c
SS
1910}
1911\f
1912/* Clean up connection to a remote debugger. */
1913
1914/* ARGSUSED */
1915static void
fba45db2 1916remote_close (int quitting)
c906108c
SS
1917{
1918 if (remote_desc)
2cd58942 1919 serial_close (remote_desc);
c906108c
SS
1920 remote_desc = NULL;
1921}
1922
1923/* Query the remote side for the text, data and bss offsets. */
1924
1925static void
fba45db2 1926get_offsets (void)
c906108c 1927{
d01949b6
AC
1928 struct remote_state *rs = get_remote_state ();
1929 char *buf = alloca (rs->remote_packet_size);
085dd6e6 1930 char *ptr;
c906108c
SS
1931 int lose;
1932 CORE_ADDR text_addr, data_addr, bss_addr;
1933 struct section_offsets *offs;
1934
1935 putpkt ("qOffsets");
1936
d01949b6 1937 getpkt (buf, (rs->remote_packet_size), 0);
c906108c
SS
1938
1939 if (buf[0] == '\000')
1940 return; /* Return silently. Stub doesn't support
1941 this command. */
1942 if (buf[0] == 'E')
1943 {
1944 warning ("Remote failure reply: %s", buf);
1945 return;
1946 }
1947
1948 /* Pick up each field in turn. This used to be done with scanf, but
1949 scanf will make trouble if CORE_ADDR size doesn't match
1950 conversion directives correctly. The following code will work
1951 with any size of CORE_ADDR. */
1952 text_addr = data_addr = bss_addr = 0;
1953 ptr = buf;
1954 lose = 0;
1955
1956 if (strncmp (ptr, "Text=", 5) == 0)
1957 {
1958 ptr += 5;
1959 /* Don't use strtol, could lose on big values. */
1960 while (*ptr && *ptr != ';')
1961 text_addr = (text_addr << 4) + fromhex (*ptr++);
1962 }
1963 else
1964 lose = 1;
1965
1966 if (!lose && strncmp (ptr, ";Data=", 6) == 0)
1967 {
1968 ptr += 6;
1969 while (*ptr && *ptr != ';')
1970 data_addr = (data_addr << 4) + fromhex (*ptr++);
1971 }
1972 else
1973 lose = 1;
1974
1975 if (!lose && strncmp (ptr, ";Bss=", 5) == 0)
1976 {
1977 ptr += 5;
1978 while (*ptr && *ptr != ';')
1979 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
1980 }
1981 else
1982 lose = 1;
1983
1984 if (lose)
1985 error ("Malformed response to offset query, %s", buf);
1986
1987 if (symfile_objfile == NULL)
1988 return;
1989
a39a16c4
MM
1990 offs = ((struct section_offsets *)
1991 alloca (SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections)));
1992 memcpy (offs, symfile_objfile->section_offsets,
1993 SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));
c906108c 1994
a4c8257b 1995 offs->offsets[SECT_OFF_TEXT (symfile_objfile)] = text_addr;
c906108c
SS
1996
1997 /* This is a temporary kludge to force data and bss to use the same offsets
1998 because that's what nlmconv does now. The real solution requires changes
1999 to the stub and remote.c that I don't have time to do right now. */
2000
a4c8257b
EZ
2001 offs->offsets[SECT_OFF_DATA (symfile_objfile)] = data_addr;
2002 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = data_addr;
c906108c
SS
2003
2004 objfile_relocate (symfile_objfile, offs);
2005}
2006
0f71a2f6
JM
2007/*
2008 * Cisco version of section offsets:
2009 *
2010 * Instead of having GDB query the target for the section offsets,
2011 * Cisco lets the target volunteer the information! It's also in
2012 * a different format, so here are the functions that will decode
2013 * a section offset packet from a Cisco target.
2014 */
2015
2016/*
2017 * Function: remote_cisco_section_offsets
2018 *
2019 * Returns: zero for success, non-zero for failure
2020 */
2021
c5aa993b 2022static int
c2d11a7d
JM
2023remote_cisco_section_offsets (bfd_vma text_addr,
2024 bfd_vma data_addr,
2025 bfd_vma bss_addr,
2026 bfd_signed_vma *text_offs,
2027 bfd_signed_vma *data_offs,
2028 bfd_signed_vma *bss_offs)
0f71a2f6
JM
2029{
2030 bfd_vma text_base, data_base, bss_base;
2031 struct minimal_symbol *start;
2032 asection *sect;
c5aa993b 2033 bfd *abfd;
0f71a2f6 2034 int len;
0f71a2f6
JM
2035
2036 if (symfile_objfile == NULL)
c5aa993b 2037 return -1; /* no can do nothin' */
0f71a2f6
JM
2038
2039 start = lookup_minimal_symbol ("_start", NULL, NULL);
2040 if (start == NULL)
c5aa993b 2041 return -1; /* Can't find "_start" symbol */
0f71a2f6
JM
2042
2043 data_base = bss_base = 0;
2044 text_base = SYMBOL_VALUE_ADDRESS (start);
2045
2046 abfd = symfile_objfile->obfd;
c5aa993b 2047 for (sect = abfd->sections;
0f71a2f6
JM
2048 sect != 0;
2049 sect = sect->next)
2050 {
ce359b09 2051 const char *p = bfd_get_section_name (abfd, sect);
0f71a2f6
JM
2052 len = strlen (p);
2053 if (strcmp (p + len - 4, "data") == 0) /* ends in "data" */
2054 if (data_base == 0 ||
2055 data_base > bfd_get_section_vma (abfd, sect))
2056 data_base = bfd_get_section_vma (abfd, sect);
2057 if (strcmp (p + len - 3, "bss") == 0) /* ends in "bss" */
c5aa993b 2058 if (bss_base == 0 ||
0f71a2f6
JM
2059 bss_base > bfd_get_section_vma (abfd, sect))
2060 bss_base = bfd_get_section_vma (abfd, sect);
2061 }
2062 *text_offs = text_addr - text_base;
2063 *data_offs = data_addr - data_base;
c5aa993b 2064 *bss_offs = bss_addr - bss_base;
0f71a2f6
JM
2065 if (remote_debug)
2066 {
2067 char tmp[128];
2068
2069 sprintf (tmp, "VMA: text = 0x");
2070 sprintf_vma (tmp + strlen (tmp), text_addr);
c5aa993b 2071 sprintf (tmp + strlen (tmp), " data = 0x");
0f71a2f6 2072 sprintf_vma (tmp + strlen (tmp), data_addr);
c5aa993b 2073 sprintf (tmp + strlen (tmp), " bss = 0x");
0f71a2f6
JM
2074 sprintf_vma (tmp + strlen (tmp), bss_addr);
2075 fprintf_filtered (gdb_stdlog, tmp);
2076 fprintf_filtered (gdb_stdlog,
d4f3574e
SS
2077 "Reloc offset: text = 0x%s data = 0x%s bss = 0x%s\n",
2078 paddr_nz (*text_offs),
2079 paddr_nz (*data_offs),
2080 paddr_nz (*bss_offs));
0f71a2f6
JM
2081 }
2082
2083 return 0;
2084}
2085
2086/*
2087 * Function: remote_cisco_objfile_relocate
2088 *
2089 * Relocate the symbol file for a remote target.
2090 */
2091
96baa820 2092void
fba45db2
KB
2093remote_cisco_objfile_relocate (bfd_signed_vma text_off, bfd_signed_vma data_off,
2094 bfd_signed_vma bss_off)
0f71a2f6
JM
2095{
2096 struct section_offsets *offs;
2097
c5aa993b 2098 if (text_off != 0 || data_off != 0 || bss_off != 0)
0f71a2f6
JM
2099 {
2100 /* FIXME: This code assumes gdb-stabs.h is being used; it's
c5aa993b
JM
2101 broken for xcoff, dwarf, sdb-coff, etc. But there is no
2102 simple canonical representation for this stuff. */
0f71a2f6 2103
a39a16c4
MM
2104 offs = (struct section_offsets *)
2105 alloca (SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));
2106 memcpy (offs, symfile_objfile->section_offsets,
2107 SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));
0f71a2f6 2108
a4c8257b
EZ
2109 offs->offsets[SECT_OFF_TEXT (symfile_objfile)] = text_off;
2110 offs->offsets[SECT_OFF_DATA (symfile_objfile)] = data_off;
2111 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = bss_off;
0f71a2f6
JM
2112
2113 /* First call the standard objfile_relocate. */
2114 objfile_relocate (symfile_objfile, offs);
2115
2116 /* Now we need to fix up the section entries already attached to
c5aa993b
JM
2117 the exec target. These entries will control memory transfers
2118 from the exec file. */
0f71a2f6
JM
2119
2120 exec_set_section_offsets (text_off, data_off, bss_off);
2121 }
2122}
2123
c906108c
SS
2124/* Stub for catch_errors. */
2125
0f71a2f6 2126static int
36918e70 2127remote_start_remote_dummy (struct ui_out *uiout, void *dummy)
0f71a2f6
JM
2128{
2129 start_remote (); /* Initialize gdb process mechanisms */
36918e70
AC
2130 /* NOTE: Return something >=0. A -ve value is reserved for
2131 catch_exceptions. */
0f71a2f6
JM
2132 return 1;
2133}
2134
c906108c 2135static int
36918e70 2136remote_start_remote (struct ui_out *uiout, void *dummy)
c906108c 2137{
8edbea78 2138 immediate_quit++; /* Allow user to interrupt it */
c906108c
SS
2139
2140 /* Ack any packet which the remote side has already sent. */
2cd58942 2141 serial_write (remote_desc, "+", 1);
c906108c
SS
2142
2143 /* Let the stub know that we want it to return the thread. */
2144 set_thread (-1, 0);
2145
39f77062 2146 inferior_ptid = remote_current_thread (inferior_ptid);
c906108c
SS
2147
2148 get_offsets (); /* Get text, data & bss offsets */
2149
2150 putpkt ("?"); /* initiate a query from remote machine */
8edbea78 2151 immediate_quit--;
c906108c 2152
36918e70
AC
2153 /* NOTE: See comment above in remote_start_remote_dummy(). This
2154 function returns something >=0. */
2155 return remote_start_remote_dummy (uiout, dummy);
c906108c
SS
2156}
2157
2158/* Open a connection to a remote debugger.
2159 NAME is the filename used for communication. */
2160
2161static void
fba45db2 2162remote_open (char *name, int from_tty)
c906108c 2163{
92d1e331 2164 remote_open_1 (name, from_tty, &remote_ops, 0, 0);
c906108c
SS
2165}
2166
43ff13b4
JM
2167/* Just like remote_open, but with asynchronous support. */
2168static void
fba45db2 2169remote_async_open (char *name, int from_tty)
43ff13b4 2170{
92d1e331 2171 remote_open_1 (name, from_tty, &remote_async_ops, 0, 1);
43ff13b4
JM
2172}
2173
c906108c
SS
2174/* Open a connection to a remote debugger using the extended
2175 remote gdb protocol. NAME is the filename used for communication. */
2176
2177static void
fba45db2 2178extended_remote_open (char *name, int from_tty)
c906108c 2179{
92d1e331
DJ
2180 remote_open_1 (name, from_tty, &extended_remote_ops, 1 /*extended_p */,
2181 0 /* async_p */);
c906108c
SS
2182}
2183
43ff13b4
JM
2184/* Just like extended_remote_open, but with asynchronous support. */
2185static void
fba45db2 2186extended_remote_async_open (char *name, int from_tty)
43ff13b4 2187{
92d1e331
DJ
2188 remote_open_1 (name, from_tty, &extended_async_remote_ops,
2189 1 /*extended_p */, 1 /* async_p */);
43ff13b4
JM
2190}
2191
c906108c
SS
2192/* Generic code for opening a connection to a remote target. */
2193
d471ea57
AC
2194static void
2195init_all_packet_configs (void)
2196{
2197 int i;
44eaed12
C
2198 update_packet_config (&remote_protocol_e);
2199 update_packet_config (&remote_protocol_E);
d471ea57 2200 update_packet_config (&remote_protocol_P);
dc8acb97 2201 update_packet_config (&remote_protocol_qSymbol);
d471ea57
AC
2202 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
2203 update_packet_config (&remote_protocol_Z[i]);
2204 /* Force remote_write_bytes to check whether target supports binary
2205 downloading. */
2206 update_packet_config (&remote_protocol_binary_download);
2207}
2208
dc8acb97
MS
2209/* Symbol look-up. */
2210
2211static void
2212remote_check_symbols (struct objfile *objfile)
2213{
d01949b6 2214 struct remote_state *rs = get_remote_state ();
dc8acb97
MS
2215 char *msg, *reply, *tmp;
2216 struct minimal_symbol *sym;
2217 int end;
2218
2219 if (remote_protocol_qSymbol.support == PACKET_DISABLE)
2220 return;
2221
d01949b6
AC
2222 msg = alloca (rs->remote_packet_size);
2223 reply = alloca (rs->remote_packet_size);
dc8acb97
MS
2224
2225 /* Invite target to request symbol lookups. */
2226
2227 putpkt ("qSymbol::");
d01949b6 2228 getpkt (reply, (rs->remote_packet_size), 0);
dc8acb97
MS
2229 packet_ok (reply, &remote_protocol_qSymbol);
2230
2231 while (strncmp (reply, "qSymbol:", 8) == 0)
2232 {
2233 tmp = &reply[8];
2234 end = hex2bin (tmp, msg, strlen (tmp) / 2);
2235 msg[end] = '\0';
2236 sym = lookup_minimal_symbol (msg, NULL, NULL);
2237 if (sym == NULL)
2238 sprintf (msg, "qSymbol::%s", &reply[8]);
2239 else
2240 sprintf (msg, "qSymbol:%s:%s",
2241 paddr_nz (SYMBOL_VALUE_ADDRESS (sym)),
2242 &reply[8]);
2243 putpkt (msg);
d01949b6 2244 getpkt (reply, (rs->remote_packet_size), 0);
dc8acb97
MS
2245 }
2246}
2247
9db8d71f
DJ
2248static struct serial *
2249remote_serial_open (char *name)
2250{
2251 static int udp_warning = 0;
2252
2253 /* FIXME: Parsing NAME here is a hack. But we want to warn here instead
2254 of in ser-tcp.c, because it is the remote protocol assuming that the
2255 serial connection is reliable and not the serial connection promising
2256 to be. */
2257 if (!udp_warning && strncmp (name, "udp:", 4) == 0)
2258 {
2259 warning ("The remote protocol may be unreliable over UDP.");
2260 warning ("Some events may be lost, rendering further debugging "
2261 "impossible.");
2262 udp_warning = 1;
2263 }
2264
2265 return serial_open (name);
2266}
2267
c906108c 2268static void
fba45db2 2269remote_open_1 (char *name, int from_tty, struct target_ops *target,
92d1e331 2270 int extended_p, int async_p)
c906108c 2271{
36918e70 2272 int ex;
d01949b6 2273 struct remote_state *rs = get_remote_state ();
c906108c 2274 if (name == 0)
22e04375
AC
2275 error ("To open a remote debug connection, you need to specify what\n"
2276 "serial device is attached to the remote system\n"
2277 "(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.).");
c906108c 2278
6426a772 2279 /* See FIXME above */
92d1e331
DJ
2280 if (!async_p)
2281 wait_forever_enabled_p = 1;
6426a772 2282
c906108c
SS
2283 target_preopen (from_tty);
2284
2285 unpush_target (target);
2286
9db8d71f 2287 remote_desc = remote_serial_open (name);
c906108c
SS
2288 if (!remote_desc)
2289 perror_with_name (name);
2290
2291 if (baud_rate != -1)
2292 {
2cd58942 2293 if (serial_setbaudrate (remote_desc, baud_rate))
c906108c 2294 {
2cd58942 2295 serial_close (remote_desc);
c906108c
SS
2296 perror_with_name (name);
2297 }
2298 }
2299
2cd58942 2300 serial_raw (remote_desc);
c906108c
SS
2301
2302 /* If there is something sitting in the buffer we might take it as a
2303 response to a command, which would be bad. */
2cd58942 2304 serial_flush_input (remote_desc);
c906108c
SS
2305
2306 if (from_tty)
2307 {
2308 puts_filtered ("Remote debugging using ");
2309 puts_filtered (name);
2310 puts_filtered ("\n");
2311 }
c5aa993b 2312 push_target (target); /* Switch to using remote target now */
c906108c 2313
d471ea57 2314 init_all_packet_configs ();
96baa820 2315
c5aa993b 2316 general_thread = -2;
cce74817 2317 continue_thread = -2;
c906108c 2318
9d1f7ab2
MS
2319 /* Probe for ability to use "ThreadInfo" query, as required. */
2320 use_threadinfo_query = 1;
2321 use_threadextra_query = 1;
2322
c906108c
SS
2323 /* Without this, some commands which require an active target (such
2324 as kill) won't work. This variable serves (at least) double duty
2325 as both the pid of the target process (if it has such), and as a
2326 flag indicating that a target is active. These functions should
2327 be split out into seperate variables, especially since GDB will
2328 someday have a notion of debugging several processes. */
2329
39f77062 2330 inferior_ptid = pid_to_ptid (MAGIC_NULL_PID);
92d1e331
DJ
2331
2332 if (async_p)
2333 {
2334 /* With this target we start out by owning the terminal. */
2335 remote_async_terminal_ours_p = 1;
2336
2337 /* FIXME: cagney/1999-09-23: During the initial connection it is
2338 assumed that the target is already ready and able to respond to
2339 requests. Unfortunately remote_start_remote() eventually calls
2340 wait_for_inferior() with no timeout. wait_forever_enabled_p gets
2341 around this. Eventually a mechanism that allows
2342 wait_for_inferior() to expect/get timeouts will be
2343 implemented. */
2344 wait_forever_enabled_p = 0;
2345 }
2346
f78f6cf1
MS
2347#ifdef SOLIB_CREATE_INFERIOR_HOOK
2348 /* First delete any symbols previously loaded from shared libraries. */
2349 no_shared_libraries (NULL, 0);
2350#endif
2351
36918e70 2352 /* Start the remote connection. If error() or QUIT, discard this
165b8e33
AC
2353 target (we'd otherwise be in an inconsistent state) and then
2354 propogate the error on up the exception chain. This ensures that
2355 the caller doesn't stumble along blindly assuming that the
2356 function succeeded. The CLI doesn't have this problem but other
2357 UI's, such as MI do.
36918e70
AC
2358
2359 FIXME: cagney/2002-05-19: Instead of re-throwing the exception,
2360 this function should return an error indication letting the
2361 caller restore the previous state. Unfortunatly the command
2362 ``target remote'' is directly wired to this function making that
2363 impossible. On a positive note, the CLI side of this problem has
2364 been fixed - the function set_cmd_context() makes it possible for
2365 all the ``target ....'' commands to share a common callback
2366 function. See cli-dump.c. */
2367 ex = catch_exceptions (uiout,
2368 remote_start_remote, NULL,
2369 "Couldn't establish connection to remote"
2370 " target\n",
2371 RETURN_MASK_ALL);
2372 if (ex < 0)
c906108c
SS
2373 {
2374 pop_target ();
92d1e331
DJ
2375 if (async_p)
2376 wait_forever_enabled_p = 1;
165b8e33 2377 throw_exception (ex);
c906108c
SS
2378 }
2379
92d1e331
DJ
2380 if (async_p)
2381 wait_forever_enabled_p = 1;
6426a772
JM
2382
2383 if (extended_p)
43ff13b4 2384 {
6240bebf 2385 /* Tell the remote that we are using the extended protocol. */
d01949b6 2386 char *buf = alloca (rs->remote_packet_size);
6426a772 2387 putpkt ("!");
d01949b6 2388 getpkt (buf, (rs->remote_packet_size), 0);
43ff13b4 2389 }
f78f6cf1 2390#ifdef SOLIB_CREATE_INFERIOR_HOOK
6240bebf
MS
2391 /* FIXME: need a master target_open vector from which all
2392 remote_opens can be called, so that stuff like this can
2393 go there. Failing that, the following code must be copied
2394 to the open function for any remote target that wants to
2395 support svr4 shared libraries. */
f78f6cf1
MS
2396
2397 /* Set up to detect and load shared libraries. */
6240bebf 2398 if (exec_bfd) /* No use without an exec file. */
dc8acb97
MS
2399 {
2400 SOLIB_CREATE_INFERIOR_HOOK (PIDGET (inferior_ptid));
2401 remote_check_symbols (symfile_objfile);
2402 }
6240bebf 2403#endif
43ff13b4
JM
2404}
2405
c906108c
SS
2406/* This takes a program previously attached to and detaches it. After
2407 this is done, GDB can be used to debug some other program. We
2408 better not have left any breakpoints in the target program or it'll
2409 die when it hits one. */
2410
2411static void
fba45db2 2412remote_detach (char *args, int from_tty)
c906108c 2413{
d01949b6
AC
2414 struct remote_state *rs = get_remote_state ();
2415 char *buf = alloca (rs->remote_packet_size);
c906108c
SS
2416
2417 if (args)
2418 error ("Argument given to \"detach\" when remotely debugging.");
2419
2420 /* Tell the remote target to detach. */
2421 strcpy (buf, "D");
d01949b6 2422 remote_send (buf, (rs->remote_packet_size));
c906108c 2423
cca728d0 2424 target_mourn_inferior ();
c906108c
SS
2425 if (from_tty)
2426 puts_filtered ("Ending remote debugging.\n");
96baa820 2427
c906108c
SS
2428}
2429
43ff13b4
JM
2430/* Same as remote_detach, but with async support. */
2431static void
fba45db2 2432remote_async_detach (char *args, int from_tty)
43ff13b4 2433{
d01949b6
AC
2434 struct remote_state *rs = get_remote_state ();
2435 char *buf = alloca (rs->remote_packet_size);
43ff13b4
JM
2436
2437 if (args)
2438 error ("Argument given to \"detach\" when remotely debugging.");
2439
2440 /* Tell the remote target to detach. */
2441 strcpy (buf, "D");
d01949b6 2442 remote_send (buf, (rs->remote_packet_size));
43ff13b4
JM
2443
2444 /* Unregister the file descriptor from the event loop. */
ed9a39eb 2445 if (target_is_async_p ())
2cd58942 2446 serial_async (remote_desc, NULL, 0);
43ff13b4 2447
cca728d0 2448 target_mourn_inferior ();
43ff13b4
JM
2449 if (from_tty)
2450 puts_filtered ("Ending remote debugging.\n");
2451}
2452
c906108c
SS
2453/* Convert hex digit A to a number. */
2454
30559e10 2455static int
fba45db2 2456fromhex (int a)
c906108c
SS
2457{
2458 if (a >= '0' && a <= '9')
2459 return a - '0';
2460 else if (a >= 'a' && a <= 'f')
2461 return a - 'a' + 10;
2462 else if (a >= 'A' && a <= 'F')
2463 return a - 'A' + 10;
c5aa993b 2464 else
c906108c
SS
2465 error ("Reply contains invalid hex digit %d", a);
2466}
2467
30559e10
MS
2468static int
2469hex2bin (const char *hex, char *bin, int count)
2470{
2471 int i;
2472
30559e10
MS
2473 for (i = 0; i < count; i++)
2474 {
2475 if (hex[0] == 0 || hex[1] == 0)
2476 {
2477 /* Hex string is short, or of uneven length.
2478 Return the count that has been converted so far. */
2479 return i;
2480 }
2481 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
2482 hex += 2;
2483 }
2484 return i;
2485}
2486
c906108c
SS
2487/* Convert number NIB to a hex digit. */
2488
2489static int
fba45db2 2490tohex (int nib)
c906108c
SS
2491{
2492 if (nib < 10)
c5aa993b 2493 return '0' + nib;
c906108c 2494 else
c5aa993b 2495 return 'a' + nib - 10;
c906108c 2496}
30559e10
MS
2497
2498static int
234fa6d1 2499bin2hex (const char *bin, char *hex, int count)
30559e10
MS
2500{
2501 int i;
2502 /* May use a length, or a nul-terminated string as input. */
2503 if (count == 0)
2504 count = strlen (bin);
2505
2506 for (i = 0; i < count; i++)
2507 {
2508 *hex++ = tohex ((*bin >> 4) & 0xf);
2509 *hex++ = tohex (*bin++ & 0xf);
2510 }
2511 *hex = 0;
2512 return i;
2513}
c906108c
SS
2514\f
2515/* Tell the remote machine to resume. */
2516
2517static enum target_signal last_sent_signal = TARGET_SIGNAL_0;
2518
2519static int last_sent_step;
2520
2521static void
39f77062 2522remote_resume (ptid_t ptid, int step, enum target_signal siggnal)
c906108c 2523{
d01949b6
AC
2524 struct remote_state *rs = get_remote_state ();
2525 char *buf = alloca (rs->remote_packet_size);
39f77062 2526 int pid = PIDGET (ptid);
44eaed12 2527 char *p;
c906108c
SS
2528
2529 if (pid == -1)
2530 set_thread (0, 0); /* run any thread */
2531 else
2532 set_thread (pid, 0); /* run this thread */
2533
c906108c
SS
2534 last_sent_signal = siggnal;
2535 last_sent_step = step;
2536
2537 /* A hook for when we need to do something at the last moment before
2538 resumption. */
2539 if (target_resume_hook)
2540 (*target_resume_hook) ();
2541
44eaed12
C
2542
2543 /* The s/S/c/C packets do not return status. So if the target does
2544 not support the S or C packets, the debug agent returns an empty
2545 string which is detected in remote_wait(). This protocol defect
2546 is fixed in the e/E packets. */
2547
2548 if (step && step_range_end)
2549 {
2550 /* If the target does not support the 'E' packet, we try the 'S'
2551 packet. Ideally we would fall back to the 'e' packet if that
2552 too is not supported. But that would require another copy of
2553 the code to issue the 'e' packet (and fall back to 's' if not
2554 supported) in remote_wait(). */
2555
2556 if (siggnal != TARGET_SIGNAL_0)
2557 {
2558 if (remote_protocol_E.support != PACKET_DISABLE)
2559 {
2560 p = buf;
2561 *p++ = 'E';
2562 *p++ = tohex (((int) siggnal >> 4) & 0xf);
2563 *p++ = tohex (((int) siggnal) & 0xf);
2564 *p++ = ',';
2565 p += hexnumstr (p, (ULONGEST) step_range_start);
2566 *p++ = ',';
2567 p += hexnumstr (p, (ULONGEST) step_range_end);
2568 *p++ = 0;
2569
2570 putpkt (buf);
d01949b6 2571 getpkt (buf, (rs->remote_packet_size), 0);
44eaed12 2572
234fa6d1 2573 if (packet_ok (buf, &remote_protocol_E) == PACKET_OK)
44eaed12
C
2574 return;
2575 }
2576 }
2577 else
2578 {
2579 if (remote_protocol_e.support != PACKET_DISABLE)
2580 {
2581 p = buf;
2582 *p++ = 'e';
2583 p += hexnumstr (p, (ULONGEST) step_range_start);
2584 *p++ = ',';
2585 p += hexnumstr (p, (ULONGEST) step_range_end);
2586 *p++ = 0;
2587
2588 putpkt (buf);
d01949b6 2589 getpkt (buf, (rs->remote_packet_size), 0);
44eaed12 2590
234fa6d1 2591 if (packet_ok (buf, &remote_protocol_e) == PACKET_OK)
44eaed12
C
2592 return;
2593 }
2594 }
2595 }
2596
c906108c
SS
2597 if (siggnal != TARGET_SIGNAL_0)
2598 {
2599 buf[0] = step ? 'S' : 'C';
c5aa993b 2600 buf[1] = tohex (((int) siggnal >> 4) & 0xf);
44eaed12 2601 buf[2] = tohex (((int) siggnal) & 0xf);
c906108c
SS
2602 buf[3] = '\0';
2603 }
2604 else
c5aa993b 2605 strcpy (buf, step ? "s" : "c");
c906108c
SS
2606
2607 putpkt (buf);
2608}
43ff13b4
JM
2609
2610/* Same as remote_resume, but with async support. */
2611static void
39f77062 2612remote_async_resume (ptid_t ptid, int step, enum target_signal siggnal)
43ff13b4 2613{
d01949b6
AC
2614 struct remote_state *rs = get_remote_state ();
2615 char *buf = alloca (rs->remote_packet_size);
39f77062 2616 int pid = PIDGET (ptid);
44eaed12 2617 char *p;
43ff13b4
JM
2618
2619 if (pid == -1)
2620 set_thread (0, 0); /* run any thread */
2621 else
2622 set_thread (pid, 0); /* run this thread */
2623
43ff13b4
JM
2624 last_sent_signal = siggnal;
2625 last_sent_step = step;
2626
2627 /* A hook for when we need to do something at the last moment before
2628 resumption. */
2629 if (target_resume_hook)
2630 (*target_resume_hook) ();
2631
44eaed12
C
2632 /* The s/S/c/C packets do not return status. So if the target does
2633 not support the S or C packets, the debug agent returns an empty
2634 string which is detected in remote_wait(). This protocol defect
2635 is fixed in the e/E packets. */
2636
2637 if (step && step_range_end)
2638 {
2639 /* If the target does not support the 'E' packet, we try the 'S'
2640 packet. Ideally we would fall back to the 'e' packet if that
2641 too is not supported. But that would require another copy of
2642 the code to issue the 'e' packet (and fall back to 's' if not
2643 supported) in remote_wait(). */
2644
2645 if (siggnal != TARGET_SIGNAL_0)
2646 {
2647 if (remote_protocol_E.support != PACKET_DISABLE)
2648 {
2649 p = buf;
2650 *p++ = 'E';
2651 *p++ = tohex (((int) siggnal >> 4) & 0xf);
2652 *p++ = tohex (((int) siggnal) & 0xf);
2653 *p++ = ',';
2654 p += hexnumstr (p, (ULONGEST) step_range_start);
2655 *p++ = ',';
2656 p += hexnumstr (p, (ULONGEST) step_range_end);
2657 *p++ = 0;
2658
2659 putpkt (buf);
d01949b6 2660 getpkt (buf, (rs->remote_packet_size), 0);
44eaed12 2661
234fa6d1 2662 if (packet_ok (buf, &remote_protocol_E) == PACKET_OK)
44eaed12
C
2663 goto register_event_loop;
2664 }
2665 }
2666 else
2667 {
2668 if (remote_protocol_e.support != PACKET_DISABLE)
2669 {
2670 p = buf;
2671 *p++ = 'e';
2672 p += hexnumstr (p, (ULONGEST) step_range_start);
2673 *p++ = ',';
2674 p += hexnumstr (p, (ULONGEST) step_range_end);
2675 *p++ = 0;
2676
2677 putpkt (buf);
d01949b6 2678 getpkt (buf, (rs->remote_packet_size), 0);
44eaed12 2679
234fa6d1 2680 if (packet_ok (buf, &remote_protocol_e) == PACKET_OK)
44eaed12
C
2681 goto register_event_loop;
2682 }
2683 }
2684 }
2685
43ff13b4
JM
2686 if (siggnal != TARGET_SIGNAL_0)
2687 {
2688 buf[0] = step ? 'S' : 'C';
c5aa993b
JM
2689 buf[1] = tohex (((int) siggnal >> 4) & 0xf);
2690 buf[2] = tohex ((int) siggnal & 0xf);
43ff13b4
JM
2691 buf[3] = '\0';
2692 }
2693 else
c5aa993b 2694 strcpy (buf, step ? "s" : "c");
44eaed12
C
2695
2696 putpkt (buf);
43ff13b4 2697
44eaed12 2698register_event_loop:
2acceee2
JM
2699 /* We are about to start executing the inferior, let's register it
2700 with the event loop. NOTE: this is the one place where all the
2701 execution commands end up. We could alternatively do this in each
2702 of the execution commands in infcmd.c.*/
2703 /* FIXME: ezannoni 1999-09-28: We may need to move this out of here
2704 into infcmd.c in order to allow inferior function calls to work
2705 NOT asynchronously. */
ed9a39eb 2706 if (event_loop_p && target_can_async_p ())
2acceee2
JM
2707 target_async (inferior_event_handler, 0);
2708 /* Tell the world that the target is now executing. */
2709 /* FIXME: cagney/1999-09-23: Is it the targets responsibility to set
2710 this? Instead, should the client of target just assume (for
2711 async targets) that the target is going to start executing? Is
2712 this information already found in the continuation block? */
ed9a39eb 2713 if (target_is_async_p ())
2acceee2 2714 target_executing = 1;
43ff13b4 2715}
c906108c 2716\f
43ff13b4
JM
2717
2718/* Set up the signal handler for SIGINT, while the target is
2719 executing, ovewriting the 'regular' SIGINT signal handler. */
2720static void
fba45db2 2721initialize_sigint_signal_handler (void)
43ff13b4 2722{
c5aa993b 2723 sigint_remote_token =
43ff13b4
JM
2724 create_async_signal_handler (async_remote_interrupt, NULL);
2725 signal (SIGINT, handle_remote_sigint);
2726}
2727
2728/* Signal handler for SIGINT, while the target is executing. */
2729static void
fba45db2 2730handle_remote_sigint (int sig)
43ff13b4
JM
2731{
2732 signal (sig, handle_remote_sigint_twice);
c5aa993b 2733 sigint_remote_twice_token =
43ff13b4
JM
2734 create_async_signal_handler (async_remote_interrupt_twice, NULL);
2735 mark_async_signal_handler_wrapper (sigint_remote_token);
2736}
2737
2738/* Signal handler for SIGINT, installed after SIGINT has already been
2739 sent once. It will take effect the second time that the user sends
2740 a ^C. */
2741static void
fba45db2 2742handle_remote_sigint_twice (int sig)
43ff13b4
JM
2743{
2744 signal (sig, handle_sigint);
c5aa993b 2745 sigint_remote_twice_token =
2df3850c 2746 create_async_signal_handler (inferior_event_handler_wrapper, NULL);
43ff13b4
JM
2747 mark_async_signal_handler_wrapper (sigint_remote_twice_token);
2748}
2749
6426a772 2750/* Perform the real interruption of the target execution, in response
43ff13b4 2751 to a ^C. */
c5aa993b 2752static void
fba45db2 2753async_remote_interrupt (gdb_client_data arg)
43ff13b4
JM
2754{
2755 if (remote_debug)
2756 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
2757
2758 target_stop ();
2759}
2760
2761/* Perform interrupt, if the first attempt did not succeed. Just give
2762 up on the target alltogether. */
2df3850c 2763void
fba45db2 2764async_remote_interrupt_twice (gdb_client_data arg)
43ff13b4 2765{
2df3850c
JM
2766 if (remote_debug)
2767 fprintf_unfiltered (gdb_stdlog, "remote_interrupt_twice called\n");
6426a772
JM
2768 /* Do something only if the target was not killed by the previous
2769 cntl-C. */
2770 if (target_executing)
2771 {
2772 interrupt_query ();
2773 signal (SIGINT, handle_remote_sigint);
2774 }
43ff13b4
JM
2775}
2776
2777/* Reinstall the usual SIGINT handlers, after the target has
2778 stopped. */
6426a772
JM
2779static void
2780cleanup_sigint_signal_handler (void *dummy)
43ff13b4
JM
2781{
2782 signal (SIGINT, handle_sigint);
2783 if (sigint_remote_twice_token)
c2c6d25f 2784 delete_async_signal_handler ((struct async_signal_handler **) & sigint_remote_twice_token);
43ff13b4 2785 if (sigint_remote_token)
c2c6d25f 2786 delete_async_signal_handler ((struct async_signal_handler **) & sigint_remote_token);
43ff13b4
JM
2787}
2788
c906108c
SS
2789/* Send ^C to target to halt it. Target will respond, and send us a
2790 packet. */
507f3c78 2791static void (*ofunc) (int);
c906108c 2792
7a292a7a
SS
2793/* The command line interface's stop routine. This function is installed
2794 as a signal handler for SIGINT. The first time a user requests a
2795 stop, we call remote_stop to send a break or ^C. If there is no
2796 response from the target (it didn't stop when the user requested it),
2797 we ask the user if he'd like to detach from the target. */
c906108c 2798static void
fba45db2 2799remote_interrupt (int signo)
c906108c 2800{
7a292a7a
SS
2801 /* If this doesn't work, try more severe steps. */
2802 signal (signo, remote_interrupt_twice);
2803
2804 if (remote_debug)
0f71a2f6 2805 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
7a292a7a
SS
2806
2807 target_stop ();
2808}
2809
2810/* The user typed ^C twice. */
2811
2812static void
fba45db2 2813remote_interrupt_twice (int signo)
7a292a7a
SS
2814{
2815 signal (signo, ofunc);
2816 interrupt_query ();
c906108c
SS
2817 signal (signo, remote_interrupt);
2818}
7a292a7a
SS
2819
2820/* This is the generic stop called via the target vector. When a target
2821 interrupt is requested, either by the command line or the GUI, we
2822 will eventually end up here. */
c906108c 2823static void
fba45db2 2824remote_stop (void)
c906108c 2825{
7a292a7a
SS
2826 /* Send a break or a ^C, depending on user preference. */
2827 if (remote_debug)
0f71a2f6 2828 fprintf_unfiltered (gdb_stdlog, "remote_stop called\n");
c906108c 2829
7a292a7a 2830 if (remote_break)
2cd58942 2831 serial_send_break (remote_desc);
c906108c 2832 else
2cd58942 2833 serial_write (remote_desc, "\003", 1);
c906108c
SS
2834}
2835
2836/* Ask the user what to do when an interrupt is received. */
2837
2838static void
fba45db2 2839interrupt_query (void)
c906108c
SS
2840{
2841 target_terminal_ours ();
2842
2843 if (query ("Interrupted while waiting for the program.\n\
2844Give up (and stop debugging it)? "))
2845 {
2846 target_mourn_inferior ();
b5a2688f 2847 throw_exception (RETURN_QUIT);
c906108c
SS
2848 }
2849
2850 target_terminal_inferior ();
2851}
2852
6426a772
JM
2853/* Enable/disable target terminal ownership. Most targets can use
2854 terminal groups to control terminal ownership. Remote targets are
2855 different in that explicit transfer of ownership to/from GDB/target
2856 is required. */
2857
2858static void
2859remote_async_terminal_inferior (void)
2860{
2861 /* FIXME: cagney/1999-09-27: Shouldn't need to test for
2862 sync_execution here. This function should only be called when
2863 GDB is resuming the inferior in the forground. A background
2864 resume (``run&'') should leave GDB in control of the terminal and
2865 consequently should not call this code. */
2866 if (!sync_execution)
2867 return;
2868 /* FIXME: cagney/1999-09-27: Closely related to the above. Make
2869 calls target_terminal_*() idenpotent. The event-loop GDB talking
2870 to an asynchronous target with a synchronous command calls this
2871 function from both event-top.c and infrun.c/infcmd.c. Once GDB
2872 stops trying to transfer the terminal to the target when it
2873 shouldn't this guard can go away. */
2874 if (!remote_async_terminal_ours_p)
2875 return;
2876 delete_file_handler (input_fd);
2877 remote_async_terminal_ours_p = 0;
2878 initialize_sigint_signal_handler ();
2879 /* NOTE: At this point we could also register our selves as the
2880 recipient of all input. Any characters typed could then be
2881 passed on down to the target. */
2882}
2883
2884static void
2885remote_async_terminal_ours (void)
2886{
2887 /* See FIXME in remote_async_terminal_inferior. */
2888 if (!sync_execution)
2889 return;
2890 /* See FIXME in remote_async_terminal_inferior. */
2891 if (remote_async_terminal_ours_p)
2892 return;
2893 cleanup_sigint_signal_handler (NULL);
2894 add_file_handler (input_fd, stdin_event_handler, 0);
2895 remote_async_terminal_ours_p = 1;
2896}
2897
c906108c
SS
2898/* If nonzero, ignore the next kill. */
2899
2900int kill_kludge;
2901
2902void
917317f4 2903remote_console_output (char *msg)
c906108c
SS
2904{
2905 char *p;
2906
c5aa993b 2907 for (p = msg; p[0] && p[1]; p += 2)
c906108c
SS
2908 {
2909 char tb[2];
2910 char c = fromhex (p[0]) * 16 + fromhex (p[1]);
2911 tb[0] = c;
2912 tb[1] = 0;
43ff13b4 2913 fputs_unfiltered (tb, gdb_stdtarg);
c906108c 2914 }
917317f4 2915 gdb_flush (gdb_stdtarg);
c906108c
SS
2916}
2917
0f71a2f6
JM
2918/* Wait until the remote machine stops, then return,
2919 storing status in STATUS just as `wait' would.
2920 Returns "pid", which in the case of a multi-threaded
2921 remote OS, is the thread-id. */
c906108c 2922
39f77062
KB
2923static ptid_t
2924remote_wait (ptid_t ptid, struct target_waitstatus *status)
c906108c 2925{
d01949b6
AC
2926 struct remote_state *rs = get_remote_state ();
2927 unsigned char *buf = alloca (rs->remote_packet_size);
b2dd6311 2928 ULONGEST thread_num = -1;
3c3bea1c 2929 ULONGEST addr;
c906108c
SS
2930
2931 status->kind = TARGET_WAITKIND_EXITED;
2932 status->value.integer = 0;
2933
2934 while (1)
2935 {
2936 unsigned char *p;
2937
c906108c 2938 ofunc = signal (SIGINT, remote_interrupt);
d01949b6 2939 getpkt (buf, (rs->remote_packet_size), 1);
c906108c
SS
2940 signal (SIGINT, ofunc);
2941
2942 /* This is a hook for when we need to do something (perhaps the
c5aa993b 2943 collection of trace data) every time the target stops. */
c906108c
SS
2944 if (target_wait_loop_hook)
2945 (*target_wait_loop_hook) ();
2946
3c3bea1c
GS
2947 remote_stopped_by_watchpoint_p = 0;
2948
c906108c
SS
2949 switch (buf[0])
2950 {
2951 case 'E': /* Error of some sort */
2952 warning ("Remote failure reply: %s", buf);
2953 continue;
449092f6
CV
2954 case 'F': /* File-I/O request */
2955 remote_fileio_request (buf);
2956 continue;
c906108c
SS
2957 case 'T': /* Status with PC, SP, FP, ... */
2958 {
2959 int i;
d9d9c31f 2960 char regs[MAX_REGISTER_SIZE];
c906108c
SS
2961
2962 /* Expedited reply, containing Signal, {regno, reg} repeat */
2963 /* format is: 'Tssn...:r...;n...:r...;n...:r...;#cc', where
c5aa993b
JM
2964 ss = signal number
2965 n... = register number
2966 r... = register contents
2967 */
c906108c
SS
2968 p = &buf[3]; /* after Txx */
2969
2970 while (*p)
2971 {
2972 unsigned char *p1;
2973 char *p_temp;
97345198 2974 int fieldsize;
3c3bea1c
GS
2975 LONGEST pnum = 0;
2976
2977 /* If the packet contains a register number save it in pnum
2978 and set p1 to point to the character following it.
2979 Otherwise p1 points to p. */
c906108c 2980
3c3bea1c
GS
2981 /* If this packet is an awatch packet, don't parse the 'a'
2982 as a register number. */
2983
2984 if (strncmp (p, "awatch", strlen("awatch")) != 0)
2985 {
2986 /* Read the ``P'' register number. */
2987 pnum = strtol (p, &p_temp, 16);
2988 p1 = (unsigned char *) p_temp;
2989 }
2990 else
2991 p1 = p;
c906108c 2992
c5aa993b 2993 if (p1 == p) /* No register number present here */
c906108c 2994 {
3c3bea1c 2995 p1 = (unsigned char *) strchr (p, ':');
c906108c
SS
2996 if (p1 == NULL)
2997 warning ("Malformed packet(a) (missing colon): %s\n\
2998Packet: '%s'\n",
2999 p, buf);
3c3bea1c 3000 if (strncmp (p, "thread", p1 - p) == 0)
c906108c
SS
3001 {
3002 p_temp = unpack_varlen_hex (++p1, &thread_num);
3003 record_currthread (thread_num);
3004 p = (unsigned char *) p_temp;
3005 }
3c3bea1c
GS
3006 else if ((strncmp (p, "watch", p1 - p) == 0)
3007 || (strncmp (p, "rwatch", p1 - p) == 0)
3008 || (strncmp (p, "awatch", p1 - p) == 0))
3009 {
3010 remote_stopped_by_watchpoint_p = 1;
3011 p = unpack_varlen_hex (++p1, &addr);
3012 remote_watch_data_address = (CORE_ADDR)addr;
3013 }
3014 else
3015 {
3016 /* Silently skip unknown optional info. */
3017 p_temp = strchr (p1 + 1, ';');
3018 if (p_temp)
3019 p = (unsigned char *) p_temp;
3020 }
c906108c
SS
3021 }
3022 else
3023 {
ad10f812 3024 struct packet_reg *reg = packet_reg_from_pnum (rs, pnum);
c906108c
SS
3025 p = p1;
3026
3027 if (*p++ != ':')
3028 warning ("Malformed packet(b) (missing colon): %s\n\
3029Packet: '%s'\n",
3030 p, buf);
3031
ad10f812
AC
3032 if (reg == NULL)
3033 warning ("Remote sent bad register number %s: %s\n\
c906108c 3034Packet: '%s'\n",
ad10f812 3035 phex_nz (pnum, 0), p, buf);
c906108c 3036
ad10f812 3037 fieldsize = hex2bin (p, regs, REGISTER_RAW_SIZE (reg->regnum));
97345198 3038 p += 2 * fieldsize;
ad10f812 3039 if (fieldsize < REGISTER_RAW_SIZE (reg->regnum))
30559e10 3040 warning ("Remote reply is too short: %s", buf);
ad10f812 3041 supply_register (reg->regnum, regs);
c906108c
SS
3042 }
3043
3044 if (*p++ != ';')
3045 {
3046 warning ("Remote register badly formatted: %s", buf);
c5aa993b 3047 warning (" here: %s", p);
c906108c
SS
3048 }
3049 }
3050 }
3051 /* fall through */
3052 case 'S': /* Old style status, just signal only */
3053 status->kind = TARGET_WAITKIND_STOPPED;
3054 status->value.sig = (enum target_signal)
3055 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
3056
0f71a2f6
JM
3057 if (buf[3] == 'p')
3058 {
3059 /* Export Cisco kernel mode as a convenience variable
c5aa993b 3060 (so that it can be used in the GDB prompt if desired). */
0f71a2f6
JM
3061
3062 if (cisco_kernel_mode == 1)
c5aa993b 3063 set_internalvar (lookup_internalvar ("cisco_kernel_mode"),
0f71a2f6
JM
3064 value_from_string ("PDEBUG-"));
3065 cisco_kernel_mode = 0;
3066 thread_num = strtol ((const char *) &buf[4], NULL, 16);
3067 record_currthread (thread_num);
3068 }
3069 else if (buf[3] == 'k')
3070 {
3071 /* Export Cisco kernel mode as a convenience variable
c5aa993b 3072 (so that it can be used in the GDB prompt if desired). */
0f71a2f6
JM
3073
3074 if (cisco_kernel_mode == 1)
c5aa993b 3075 set_internalvar (lookup_internalvar ("cisco_kernel_mode"),
0f71a2f6
JM
3076 value_from_string ("KDEBUG-"));
3077 cisco_kernel_mode = 1;
3078 }
c906108c 3079 goto got_status;
0f71a2f6
JM
3080 case 'N': /* Cisco special: status and offsets */
3081 {
3082 bfd_vma text_addr, data_addr, bss_addr;
3083 bfd_signed_vma text_off, data_off, bss_off;
3084 unsigned char *p1;
3085
3086 status->kind = TARGET_WAITKIND_STOPPED;
3087 status->value.sig = (enum target_signal)
3088 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
3089
c5aa993b 3090 if (symfile_objfile == NULL)
0f71a2f6 3091 {
d4f3574e 3092 warning ("Relocation packet received with no symbol file. \
0f71a2f6
JM
3093Packet Dropped");
3094 goto got_status;
3095 }
3096
3097 /* Relocate object file. Buffer format is NAATT;DD;BB
3098 * where AA is the signal number, TT is the new text
3099 * address, DD * is the new data address, and BB is the
3100 * new bss address. */
3101
3102 p = &buf[3];
3103 text_addr = strtoul (p, (char **) &p1, 16);
3104 if (p1 == p || *p1 != ';')
3105 warning ("Malformed relocation packet: Packet '%s'", buf);
3106 p = p1 + 1;
3107 data_addr = strtoul (p, (char **) &p1, 16);
3108 if (p1 == p || *p1 != ';')
3109 warning ("Malformed relocation packet: Packet '%s'", buf);
3110 p = p1 + 1;
3111 bss_addr = strtoul (p, (char **) &p1, 16);
c5aa993b 3112 if (p1 == p)
0f71a2f6
JM
3113 warning ("Malformed relocation packet: Packet '%s'", buf);
3114
3115 if (remote_cisco_section_offsets (text_addr, data_addr, bss_addr,
3116 &text_off, &data_off, &bss_off)
3117 == 0)
c5aa993b 3118 if (text_off != 0 || data_off != 0 || bss_off != 0)
0f71a2f6
JM
3119 remote_cisco_objfile_relocate (text_off, data_off, bss_off);
3120
3121 goto got_status;
3122 }
c906108c
SS
3123 case 'W': /* Target exited */
3124 {
3125 /* The remote process exited. */
3126 status->kind = TARGET_WAITKIND_EXITED;
3127 status->value.integer = (fromhex (buf[1]) << 4) + fromhex (buf[2]);
3128 goto got_status;
3129 }
3130 case 'X':
3131 status->kind = TARGET_WAITKIND_SIGNALLED;
3132 status->value.sig = (enum target_signal)
3133 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
3134 kill_kludge = 1;
3135
3136 goto got_status;
3137 case 'O': /* Console output */
3138 remote_console_output (buf + 1);
3139 continue;
3140 case '\0':
3141 if (last_sent_signal != TARGET_SIGNAL_0)
3142 {
3143 /* Zero length reply means that we tried 'S' or 'C' and
c5aa993b 3144 the remote system doesn't support it. */
c906108c
SS
3145 target_terminal_ours_for_output ();
3146 printf_filtered
3147 ("Can't send signals to this remote system. %s not sent.\n",
3148 target_signal_to_name (last_sent_signal));
3149 last_sent_signal = TARGET_SIGNAL_0;
3150 target_terminal_inferior ();
3151
3152 strcpy ((char *) buf, last_sent_step ? "s" : "c");
3153 putpkt ((char *) buf);
3154 continue;
3155 }
3156 /* else fallthrough */
3157 default:
3158 warning ("Invalid remote reply: %s", buf);
3159 continue;
3160 }
3161 }
c5aa993b 3162got_status:
c906108c
SS
3163 if (thread_num != -1)
3164 {
39f77062 3165 return pid_to_ptid (thread_num);
c906108c 3166 }
39f77062 3167 return inferior_ptid;
c906108c
SS
3168}
3169
43ff13b4 3170/* Async version of remote_wait. */
39f77062
KB
3171static ptid_t
3172remote_async_wait (ptid_t ptid, struct target_waitstatus *status)
43ff13b4 3173{
d01949b6
AC
3174 struct remote_state *rs = get_remote_state ();
3175 unsigned char *buf = alloca (rs->remote_packet_size);
b2dd6311 3176 ULONGEST thread_num = -1;
3c3bea1c 3177 ULONGEST addr;
43ff13b4
JM
3178
3179 status->kind = TARGET_WAITKIND_EXITED;
3180 status->value.integer = 0;
3181
3c3bea1c
GS
3182 remote_stopped_by_watchpoint_p = 0;
3183
43ff13b4
JM
3184 while (1)
3185 {
3186 unsigned char *p;
c5aa993b 3187
ed9a39eb 3188 if (!target_is_async_p ())
43ff13b4 3189 ofunc = signal (SIGINT, remote_interrupt);
6426a772
JM
3190 /* FIXME: cagney/1999-09-27: If we're in async mode we should
3191 _never_ wait for ever -> test on target_is_async_p().
3192 However, before we do that we need to ensure that the caller
3193 knows how to take the target into/out of async mode. */
d01949b6 3194 getpkt (buf, (rs->remote_packet_size), wait_forever_enabled_p);
ed9a39eb 3195 if (!target_is_async_p ())
43ff13b4
JM
3196 signal (SIGINT, ofunc);
3197
3198 /* This is a hook for when we need to do something (perhaps the
c5aa993b 3199 collection of trace data) every time the target stops. */
43ff13b4
JM
3200 if (target_wait_loop_hook)
3201 (*target_wait_loop_hook) ();
3202
3203 switch (buf[0])
3204 {
3205 case 'E': /* Error of some sort */
3206 warning ("Remote failure reply: %s", buf);
3207 continue;
449092f6
CV
3208 case 'F': /* File-I/O request */
3209 remote_fileio_request (buf);
3210 continue;
43ff13b4
JM
3211 case 'T': /* Status with PC, SP, FP, ... */
3212 {
3213 int i;
d9d9c31f 3214 char regs[MAX_REGISTER_SIZE];
43ff13b4
JM
3215
3216 /* Expedited reply, containing Signal, {regno, reg} repeat */
3217 /* format is: 'Tssn...:r...;n...:r...;n...:r...;#cc', where
c5aa993b
JM
3218 ss = signal number
3219 n... = register number
3220 r... = register contents
3221 */
43ff13b4
JM
3222 p = &buf[3]; /* after Txx */
3223
3224 while (*p)
3225 {
3226 unsigned char *p1;
3227 char *p_temp;
6c3f2dbf 3228 int fieldsize;
3c3bea1c 3229 long pnum = 0;
43ff13b4 3230
3c3bea1c
GS
3231 /* If the packet contains a register number, save it in pnum
3232 and set p1 to point to the character following it.
3233 Otherwise p1 points to p. */
3234
3235 /* If this packet is an awatch packet, don't parse the 'a'
3236 as a register number. */
3237
3238 if (!strncmp (p, "awatch", strlen ("awatch")) != 0)
3239 {
3240 /* Read the register number. */
3241 pnum = strtol (p, &p_temp, 16);
3242 p1 = (unsigned char *) p_temp;
3243 }
3244 else
3245 p1 = p;
43ff13b4 3246
c5aa993b 3247 if (p1 == p) /* No register number present here */
43ff13b4 3248 {
3c3bea1c 3249 p1 = (unsigned char *) strchr (p, ':');
43ff13b4
JM
3250 if (p1 == NULL)
3251 warning ("Malformed packet(a) (missing colon): %s\n\
3252Packet: '%s'\n",
3253 p, buf);
3c3bea1c 3254 if (strncmp (p, "thread", p1 - p) == 0)
43ff13b4
JM
3255 {
3256 p_temp = unpack_varlen_hex (++p1, &thread_num);
3257 record_currthread (thread_num);
3258 p = (unsigned char *) p_temp;
3259 }
3c3bea1c
GS
3260 else if ((strncmp (p, "watch", p1 - p) == 0)
3261 || (strncmp (p, "rwatch", p1 - p) == 0)
3262 || (strncmp (p, "awatch", p1 - p) == 0))
3263 {
3264 remote_stopped_by_watchpoint_p = 1;
3265 p = unpack_varlen_hex (++p1, &addr);
3266 remote_watch_data_address = (CORE_ADDR)addr;
3267 }
3268 else
3269 {
3270 /* Silently skip unknown optional info. */
3271 p_temp = (unsigned char *) strchr (p1 + 1, ';');
3272 if (p_temp)
3273 p = p_temp;
3274 }
43ff13b4 3275 }
3c3bea1c 3276
43ff13b4
JM
3277 else
3278 {
ad10f812 3279 struct packet_reg *reg = packet_reg_from_pnum (rs, pnum);
43ff13b4 3280 p = p1;
43ff13b4
JM
3281 if (*p++ != ':')
3282 warning ("Malformed packet(b) (missing colon): %s\n\
3283Packet: '%s'\n",
3284 p, buf);
3285
ad10f812 3286 if (reg == NULL)
43ff13b4
JM
3287 warning ("Remote sent bad register number %ld: %s\n\
3288Packet: '%s'\n",
ad10f812 3289 pnum, p, buf);
43ff13b4 3290
ad10f812 3291 fieldsize = hex2bin (p, regs, REGISTER_RAW_SIZE (reg->regnum));
6c3f2dbf 3292 p += 2 * fieldsize;
ad10f812 3293 if (fieldsize < REGISTER_RAW_SIZE (reg->regnum))
30559e10 3294 warning ("Remote reply is too short: %s", buf);
ad10f812 3295 supply_register (reg->regnum, regs);
43ff13b4
JM
3296 }
3297
3298 if (*p++ != ';')
3299 {
3300 warning ("Remote register badly formatted: %s", buf);
c5aa993b 3301 warning (" here: %s", p);
43ff13b4
JM
3302 }
3303 }
3304 }
3305 /* fall through */
3306 case 'S': /* Old style status, just signal only */
3307 status->kind = TARGET_WAITKIND_STOPPED;
3308 status->value.sig = (enum target_signal)
3309 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
3310
3311 if (buf[3] == 'p')
3312 {
3313 /* Export Cisco kernel mode as a convenience variable
c5aa993b 3314 (so that it can be used in the GDB prompt if desired). */
43ff13b4
JM
3315
3316 if (cisco_kernel_mode == 1)
c5aa993b 3317 set_internalvar (lookup_internalvar ("cisco_kernel_mode"),
43ff13b4
JM
3318 value_from_string ("PDEBUG-"));
3319 cisco_kernel_mode = 0;
3320 thread_num = strtol ((const char *) &buf[4], NULL, 16);
3321 record_currthread (thread_num);
3322 }
3323 else if (buf[3] == 'k')
3324 {
3325 /* Export Cisco kernel mode as a convenience variable
c5aa993b 3326 (so that it can be used in the GDB prompt if desired). */
43ff13b4
JM
3327
3328 if (cisco_kernel_mode == 1)
c5aa993b 3329 set_internalvar (lookup_internalvar ("cisco_kernel_mode"),
43ff13b4
JM
3330 value_from_string ("KDEBUG-"));
3331 cisco_kernel_mode = 1;
3332 }
3333 goto got_status;
3334 case 'N': /* Cisco special: status and offsets */
3335 {
3336 bfd_vma text_addr, data_addr, bss_addr;
3337 bfd_signed_vma text_off, data_off, bss_off;
3338 unsigned char *p1;
3339
3340 status->kind = TARGET_WAITKIND_STOPPED;
3341 status->value.sig = (enum target_signal)
3342 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
3343
c5aa993b 3344 if (symfile_objfile == NULL)
43ff13b4
JM
3345 {
3346 warning ("Relocation packet recieved with no symbol file. \
3347Packet Dropped");
3348 goto got_status;
3349 }
3350
3351 /* Relocate object file. Buffer format is NAATT;DD;BB
3352 * where AA is the signal number, TT is the new text
3353 * address, DD * is the new data address, and BB is the
3354 * new bss address. */
3355
3356 p = &buf[3];
3357 text_addr = strtoul (p, (char **) &p1, 16);
3358 if (p1 == p || *p1 != ';')
3359 warning ("Malformed relocation packet: Packet '%s'", buf);
3360 p = p1 + 1;
3361 data_addr = strtoul (p, (char **) &p1, 16);
3362 if (p1 == p || *p1 != ';')
3363 warning ("Malformed relocation packet: Packet '%s'", buf);
3364 p = p1 + 1;
3365 bss_addr = strtoul (p, (char **) &p1, 16);
c5aa993b 3366 if (p1 == p)
43ff13b4
JM
3367 warning ("Malformed relocation packet: Packet '%s'", buf);
3368
3369 if (remote_cisco_section_offsets (text_addr, data_addr, bss_addr,
3370 &text_off, &data_off, &bss_off)
3371 == 0)
c5aa993b 3372 if (text_off != 0 || data_off != 0 || bss_off != 0)
43ff13b4
JM
3373 remote_cisco_objfile_relocate (text_off, data_off, bss_off);
3374
3375 goto got_status;
3376 }
3377 case 'W': /* Target exited */
3378 {
3379 /* The remote process exited. */
3380 status->kind = TARGET_WAITKIND_EXITED;
3381 status->value.integer = (fromhex (buf[1]) << 4) + fromhex (buf[2]);
3382 goto got_status;
3383 }
3384 case 'X':
3385 status->kind = TARGET_WAITKIND_SIGNALLED;
3386 status->value.sig = (enum target_signal)
3387 (((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
3388 kill_kludge = 1;
3389
3390 goto got_status;
3391 case 'O': /* Console output */
3392 remote_console_output (buf + 1);
c4093a6a
JM
3393 /* Return immediately to the event loop. The event loop will
3394 still be waiting on the inferior afterwards. */
3395 status->kind = TARGET_WAITKIND_IGNORE;
3396 goto got_status;
43ff13b4
JM
3397 case '\0':
3398 if (last_sent_signal != TARGET_SIGNAL_0)
3399 {
3400 /* Zero length reply means that we tried 'S' or 'C' and
c5aa993b 3401 the remote system doesn't support it. */
43ff13b4
JM
3402 target_terminal_ours_for_output ();
3403 printf_filtered
3404 ("Can't send signals to this remote system. %s not sent.\n",
3405 target_signal_to_name (last_sent_signal));
3406 last_sent_signal = TARGET_SIGNAL_0;
3407 target_terminal_inferior ();
3408
3409 strcpy ((char *) buf, last_sent_step ? "s" : "c");
3410 putpkt ((char *) buf);
3411 continue;
3412 }
3413 /* else fallthrough */
3414 default:
3415 warning ("Invalid remote reply: %s", buf);
3416 continue;
3417 }
3418 }
c5aa993b 3419got_status:
43ff13b4
JM
3420 if (thread_num != -1)
3421 {
39f77062 3422 return pid_to_ptid (thread_num);
43ff13b4 3423 }
39f77062 3424 return inferior_ptid;
43ff13b4
JM
3425}
3426
c906108c
SS
3427/* Number of bytes of registers this stub implements. */
3428
3429static int register_bytes_found;
3430
3431/* Read the remote registers into the block REGS. */
ad10f812 3432/* Currently we just read all the registers, so we don't use regnum. */
c906108c
SS
3433
3434/* ARGSUSED */
3435static void
ad10f812 3436remote_fetch_registers (int regnum)
c906108c 3437{
d01949b6
AC
3438 struct remote_state *rs = get_remote_state ();
3439 char *buf = alloca (rs->remote_packet_size);
c906108c
SS
3440 int i;
3441 char *p;
ad10f812 3442 char *regs = alloca (rs->sizeof_g_packet);
c906108c 3443
39f77062 3444 set_thread (PIDGET (inferior_ptid), 1);
c906108c 3445
b323314b
AC
3446 if (regnum >= 0)
3447 {
3448 struct packet_reg *reg = packet_reg_from_regnum (rs, regnum);
3449 gdb_assert (reg != NULL);
3450 if (!reg->in_g_packet)
3451 internal_error (__FILE__, __LINE__,
3452 "Attempt to fetch a non G-packet register when this "
3453 "remote.c does not support the p-packet.");
3454 }
3455
c906108c 3456 sprintf (buf, "g");
d01949b6 3457 remote_send (buf, (rs->remote_packet_size));
c906108c 3458
11cf8741
JM
3459 /* Save the size of the packet sent to us by the target. Its used
3460 as a heuristic when determining the max size of packets that the
3461 target can safely receive. */
d01949b6
AC
3462 if ((rs->actual_register_packet_size) == 0)
3463 (rs->actual_register_packet_size) = strlen (buf);
c906108c
SS
3464
3465 /* Unimplemented registers read as all bits zero. */
ad10f812 3466 memset (regs, 0, rs->sizeof_g_packet);
c906108c
SS
3467
3468 /* We can get out of synch in various cases. If the first character
3469 in the buffer is not a hex character, assume that has happened
3470 and try to fetch another packet to read. */
3471 while ((buf[0] < '0' || buf[0] > '9')
3472 && (buf[0] < 'a' || buf[0] > 'f')
3473 && buf[0] != 'x') /* New: unavailable register value */
3474 {
3475 if (remote_debug)
0f71a2f6
JM
3476 fprintf_unfiltered (gdb_stdlog,
3477 "Bad register packet; fetching a new packet\n");
d01949b6 3478 getpkt (buf, (rs->remote_packet_size), 0);
c906108c
SS
3479 }
3480
3481 /* Reply describes registers byte by byte, each byte encoded as two
3482 hex characters. Suck them all up, then supply them to the
3483 register cacheing/storage mechanism. */
3484
3485 p = buf;
ad10f812 3486 for (i = 0; i < rs->sizeof_g_packet; i++)
c906108c
SS
3487 {
3488 if (p[0] == 0)
3489 break;
3490 if (p[1] == 0)
3491 {
3492 warning ("Remote reply is of odd length: %s", buf);
3493 /* Don't change register_bytes_found in this case, and don't
3494 print a second warning. */
3495 goto supply_them;
3496 }
3497 if (p[0] == 'x' && p[1] == 'x')
c5aa993b 3498 regs[i] = 0; /* 'x' */
c906108c
SS
3499 else
3500 regs[i] = fromhex (p[0]) * 16 + fromhex (p[1]);
3501 p += 2;
3502 }
3503
3504 if (i != register_bytes_found)
3505 {
3506 register_bytes_found = i;
2649061d
AC
3507 if (REGISTER_BYTES_OK_P ()
3508 && !REGISTER_BYTES_OK (i))
c906108c 3509 warning ("Remote reply is too short: %s", buf);
c906108c 3510 }
c5aa993b 3511
b323314b 3512 supply_them:
ad10f812 3513 {
b323314b
AC
3514 int i;
3515 for (i = 0; i < NUM_REGS + NUM_PSEUDO_REGS; i++)
ad10f812 3516 {
b323314b
AC
3517 struct packet_reg *r = &rs->regs[i];
3518 if (r->in_g_packet)
3519 {
3520 supply_register (r->regnum, regs + r->offset);
3521 if (buf[r->offset * 2] == 'x')
3522 set_register_cached (i, -1);
3523 }
ad10f812
AC
3524 }
3525 }
c906108c
SS
3526}
3527
3528/* Prepare to store registers. Since we may send them all (using a
3529 'G' request), we have to read out the ones we don't want to change
3530 first. */
3531
c5aa993b 3532static void
fba45db2 3533remote_prepare_to_store (void)
c906108c
SS
3534{
3535 /* Make sure the entire registers array is valid. */
5a2468f5
JM
3536 switch (remote_protocol_P.support)
3537 {
3538 case PACKET_DISABLE:
3539 case PACKET_SUPPORT_UNKNOWN:
ad10f812
AC
3540 /* NOTE: This isn't rs->sizeof_g_packet because here, we are
3541 forcing the register cache to read its and not the target
3542 registers. */
73937e03 3543 deprecated_read_register_bytes (0, (char *) NULL,
b8b527c5 3544 DEPRECATED_REGISTER_BYTES); /* OK */
5a2468f5
JM
3545 break;
3546 case PACKET_ENABLE:
3547 break;
3548 }
3549}
3550
ad10f812 3551/* Helper: Attempt to store REGNUM using the P packet. Return fail IFF
5a2468f5
JM
3552 packet was not recognized. */
3553
3554static int
ad10f812 3555store_register_using_P (int regnum)
5a2468f5 3556{
d01949b6 3557 struct remote_state *rs = get_remote_state ();
ad10f812 3558 struct packet_reg *reg = packet_reg_from_regnum (rs, regnum);
5a2468f5 3559 /* Try storing a single register. */
d01949b6 3560 char *buf = alloca (rs->remote_packet_size);
d9d9c31f 3561 char regp[MAX_REGISTER_SIZE];
5a2468f5
JM
3562 char *p;
3563 int i;
3564
ad10f812 3565 sprintf (buf, "P%s=", phex_nz (reg->pnum, 0));
5a2468f5 3566 p = buf + strlen (buf);
ad10f812
AC
3567 regcache_collect (reg->regnum, regp);
3568 bin2hex (regp, p, REGISTER_RAW_SIZE (reg->regnum));
3569 remote_send (buf, rs->remote_packet_size);
5a2468f5
JM
3570
3571 return buf[0] != '\0';
c906108c
SS
3572}
3573
5a2468f5 3574
ad10f812 3575/* Store register REGNUM, or all registers if REGNUM == -1, from the contents
7302a204 3576 of the register cache buffer. FIXME: ignores errors. */
c906108c
SS
3577
3578static void
ad10f812 3579remote_store_registers (int regnum)
c906108c 3580{
d01949b6 3581 struct remote_state *rs = get_remote_state ();
193cb69f
AC
3582 char *buf;
3583 char *regs;
c906108c
SS
3584 int i;
3585 char *p;
3586
39f77062 3587 set_thread (PIDGET (inferior_ptid), 1);
c906108c 3588
ad10f812 3589 if (regnum >= 0)
c906108c 3590 {
5a2468f5 3591 switch (remote_protocol_P.support)
c906108c 3592 {
5a2468f5
JM
3593 case PACKET_DISABLE:
3594 break;
3595 case PACKET_ENABLE:
ad10f812 3596 if (store_register_using_P (regnum))
5a2468f5
JM
3597 return;
3598 else
3599 error ("Protocol error: P packet not recognized by stub");
3600 case PACKET_SUPPORT_UNKNOWN:
ad10f812 3601 if (store_register_using_P (regnum))
5a2468f5
JM
3602 {
3603 /* The stub recognized the 'P' packet. Remember this. */
3604 remote_protocol_P.support = PACKET_ENABLE;
3605 return;
3606 }
3607 else
3608 {
3609 /* The stub does not support the 'P' packet. Use 'G'
3610 instead, and don't try using 'P' in the future (it
3611 will just waste our time). */
3612 remote_protocol_P.support = PACKET_DISABLE;
3613 break;
3614 }
c906108c 3615 }
c906108c
SS
3616 }
3617
193cb69f
AC
3618 /* Extract all the registers in the regcache copying them into a
3619 local buffer. */
3620 {
b323314b 3621 int i;
ad10f812
AC
3622 regs = alloca (rs->sizeof_g_packet);
3623 memset (regs, rs->sizeof_g_packet, 0);
b323314b 3624 for (i = 0; i < NUM_REGS + NUM_PSEUDO_REGS; i++)
193cb69f 3625 {
b323314b
AC
3626 struct packet_reg *r = &rs->regs[i];
3627 if (r->in_g_packet)
3628 regcache_collect (r->regnum, regs + r->offset);
193cb69f
AC
3629 }
3630 }
c906108c
SS
3631
3632 /* Command describes registers byte by byte,
3633 each byte encoded as two hex characters. */
193cb69f
AC
3634 buf = alloca (rs->remote_packet_size);
3635 p = buf;
3636 *p++ = 'G';
c906108c 3637 /* remote_prepare_to_store insures that register_bytes_found gets set. */
30559e10 3638 bin2hex (regs, p, register_bytes_found);
d01949b6 3639 remote_send (buf, (rs->remote_packet_size));
c906108c 3640}
c906108c
SS
3641\f
3642
3643/* Return the number of hex digits in num. */
3644
3645static int
fba45db2 3646hexnumlen (ULONGEST num)
c906108c
SS
3647{
3648 int i;
3649
3650 for (i = 0; num != 0; i++)
3651 num >>= 4;
3652
3653 return max (i, 1);
3654}
3655
2df3850c 3656/* Set BUF to the minimum number of hex digits representing NUM. */
c906108c
SS
3657
3658static int
fba45db2 3659hexnumstr (char *buf, ULONGEST num)
c906108c 3660{
c906108c 3661 int len = hexnumlen (num);
2df3850c
JM
3662 return hexnumnstr (buf, num, len);
3663}
3664
c906108c 3665
2df3850c 3666/* Set BUF to the hex digits representing NUM, padded to WIDTH characters. */
c906108c 3667
2df3850c 3668static int
fba45db2 3669hexnumnstr (char *buf, ULONGEST num, int width)
2df3850c
JM
3670{
3671 int i;
3672
3673 buf[width] = '\0';
3674
3675 for (i = width - 1; i >= 0; i--)
c906108c 3676 {
c5aa993b 3677 buf[i] = "0123456789abcdef"[(num & 0xf)];
c906108c
SS
3678 num >>= 4;
3679 }
3680
2df3850c 3681 return width;
c906108c
SS
3682}
3683
3684/* Mask all but the least significant REMOTE_ADDRESS_SIZE bits. */
3685
3686static CORE_ADDR
fba45db2 3687remote_address_masked (CORE_ADDR addr)
c906108c
SS
3688{
3689 if (remote_address_size > 0
3690 && remote_address_size < (sizeof (ULONGEST) * 8))
3691 {
3692 /* Only create a mask when that mask can safely be constructed
3693 in a ULONGEST variable. */
3694 ULONGEST mask = 1;
3695 mask = (mask << remote_address_size) - 1;
3696 addr &= mask;
3697 }
3698 return addr;
3699}
3700
3701/* Determine whether the remote target supports binary downloading.
3702 This is accomplished by sending a no-op memory write of zero length
3703 to the target at the specified address. It does not suffice to send
3704 the whole packet, since many stubs strip the eighth bit and subsequently
7a292a7a
SS
3705 compute a wrong checksum, which causes real havoc with remote_write_bytes.
3706
96baa820
JM
3707 NOTE: This can still lose if the serial line is not eight-bit
3708 clean. In cases like this, the user should clear "remote
3709 X-packet". */
3710
c906108c 3711static void
fba45db2 3712check_binary_download (CORE_ADDR addr)
c906108c 3713{
d01949b6 3714 struct remote_state *rs = get_remote_state ();
96baa820 3715 switch (remote_protocol_binary_download.support)
c906108c 3716 {
96baa820
JM
3717 case PACKET_DISABLE:
3718 break;
3719 case PACKET_ENABLE:
3720 break;
3721 case PACKET_SUPPORT_UNKNOWN:
3722 {
d01949b6 3723 char *buf = alloca (rs->remote_packet_size);
96baa820
JM
3724 char *p;
3725
3726 p = buf;
3727 *p++ = 'X';
3728 p += hexnumstr (p, (ULONGEST) addr);
3729 *p++ = ',';
3730 p += hexnumstr (p, (ULONGEST) 0);
3731 *p++ = ':';
3732 *p = '\0';
3733
3734 putpkt_binary (buf, (int) (p - buf));
d01949b6 3735 getpkt (buf, (rs->remote_packet_size), 0);
c906108c 3736
96baa820
JM
3737 if (buf[0] == '\0')
3738 {
3739 if (remote_debug)
3740 fprintf_unfiltered (gdb_stdlog,
3741 "binary downloading NOT suppported by target\n");
3742 remote_protocol_binary_download.support = PACKET_DISABLE;
3743 }
3744 else
3745 {
3746 if (remote_debug)
3747 fprintf_unfiltered (gdb_stdlog,
3748 "binary downloading suppported by target\n");
3749 remote_protocol_binary_download.support = PACKET_ENABLE;
3750 }
3751 break;
3752 }
c906108c
SS
3753 }
3754}
3755
3756/* Write memory data directly to the remote machine.
3757 This does not inform the data cache; the data cache uses this.
3758 MEMADDR is the address in the remote memory space.
3759 MYADDR is the address of the buffer in our space.
3760 LEN is the number of bytes.
3761
917317f4
JM
3762 Returns number of bytes transferred, or 0 (setting errno) for
3763 error. Only transfer a single packet. */
c906108c 3764
449092f6 3765int
917317f4 3766remote_write_bytes (CORE_ADDR memaddr, char *myaddr, int len)
c906108c 3767{
917317f4 3768 unsigned char *buf;
c906108c 3769 int max_buf_size; /* Max size of packet output buffer */
917317f4
JM
3770 unsigned char *p;
3771 unsigned char *plen;
c2d11a7d 3772 long sizeof_buf;
917317f4
JM
3773 int plenlen;
3774 int todo;
3775 int nr_bytes;
c906108c
SS
3776
3777 /* Verify that the target can support a binary download */
3778 check_binary_download (memaddr);
3779
917317f4 3780 /* Determine the max packet size. */
11cf8741 3781 max_buf_size = get_memory_write_packet_size ();
c2d11a7d
JM
3782 sizeof_buf = max_buf_size + 1; /* Space for trailing NUL */
3783 buf = alloca (sizeof_buf);
c906108c 3784
7a292a7a 3785 /* Subtract header overhead from max payload size - $M<memaddr>,<len>:#nn */
c906108c
SS
3786 max_buf_size -= 2 + hexnumlen (memaddr + len - 1) + 1 + hexnumlen (len) + 4;
3787
917317f4
JM
3788 /* construct "M"<memaddr>","<len>":" */
3789 /* sprintf (buf, "M%lx,%x:", (unsigned long) memaddr, todo); */
3790 p = buf;
3791
3792 /* Append [XM]. Compute a best guess of the number of bytes
3793 actually transfered. */
3794 switch (remote_protocol_binary_download.support)
c906108c 3795 {
917317f4
JM
3796 case PACKET_ENABLE:
3797 *p++ = 'X';
3798 /* Best guess at number of bytes that will fit. */
3799 todo = min (len, max_buf_size);
3800 break;
3801 case PACKET_DISABLE:
3802 *p++ = 'M';
3803 /* num bytes that will fit */
3804 todo = min (len, max_buf_size / 2);
3805 break;
3806 case PACKET_SUPPORT_UNKNOWN:
8e65ff28
AC
3807 internal_error (__FILE__, __LINE__,
3808 "remote_write_bytes: bad internal state");
7f7e9482 3809 default:
8e65ff28 3810 internal_error (__FILE__, __LINE__, "bad switch");
917317f4
JM
3811 }
3812
3813 /* Append <memaddr> */
3814 memaddr = remote_address_masked (memaddr);
3815 p += hexnumstr (p, (ULONGEST) memaddr);
3816 *p++ = ',';
3817
3818 /* Append <len>. Retain the location/size of <len>. It may
3819 need to be adjusted once the packet body has been created. */
3820 plen = p;
3821 plenlen = hexnumstr (p, (ULONGEST) todo);
3822 p += plenlen;
3823 *p++ = ':';
3824 *p = '\0';
3825
3826 /* Append the packet body. */
3827 switch (remote_protocol_binary_download.support)
3828 {
3829 case PACKET_ENABLE:
3830 /* Binary mode. Send target system values byte by byte, in
3831 increasing byte addresses. Only escape certain critical
3832 characters. */
3833 for (nr_bytes = 0;
3834 (nr_bytes < todo) && (p - buf) < (max_buf_size - 2);
3835 nr_bytes++)
c906108c 3836 {
917317f4
JM
3837 switch (myaddr[nr_bytes] & 0xff)
3838 {
3839 case '$':
3840 case '#':
3841 case 0x7d:
3842 /* These must be escaped */
3843 *p++ = 0x7d;
3844 *p++ = (myaddr[nr_bytes] & 0xff) ^ 0x20;
3845 break;
3846 default:
3847 *p++ = myaddr[nr_bytes] & 0xff;
3848 break;
3849 }
c906108c 3850 }
917317f4 3851 if (nr_bytes < todo)
c906108c 3852 {
917317f4
JM
3853 /* Escape chars have filled up the buffer prematurely,
3854 and we have actually sent fewer bytes than planned.
3855 Fix-up the length field of the packet. Use the same
3856 number of characters as before. */
3857
3858 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen);
3859 *plen = ':'; /* overwrite \0 from hexnumnstr() */
c906108c 3860 }
917317f4
JM
3861 break;
3862 case PACKET_DISABLE:
3863 /* Normal mode: Send target system values byte by byte, in
3864 increasing byte addresses. Each byte is encoded as a two hex
3865 value. */
2644f393 3866 nr_bytes = bin2hex (myaddr, p, todo);
aa6c0017 3867 p += 2 * nr_bytes;
917317f4
JM
3868 break;
3869 case PACKET_SUPPORT_UNKNOWN:
8e65ff28
AC
3870 internal_error (__FILE__, __LINE__,
3871 "remote_write_bytes: bad internal state");
7f7e9482 3872 default:
8e65ff28 3873 internal_error (__FILE__, __LINE__, "bad switch");
c906108c 3874 }
917317f4
JM
3875
3876 putpkt_binary (buf, (int) (p - buf));
c2d11a7d 3877 getpkt (buf, sizeof_buf, 0);
917317f4
JM
3878
3879 if (buf[0] == 'E')
3880 {
3881 /* There is no correspondance between what the remote protocol
3882 uses for errors and errno codes. We would like a cleaner way
3883 of representing errors (big enough to include errno codes,
3884 bfd_error codes, and others). But for now just return EIO. */
3885 errno = EIO;
3886 return 0;
3887 }
3888
3889 /* Return NR_BYTES, not TODO, in case escape chars caused us to send fewer
3890 bytes than we'd planned. */
3891 return nr_bytes;
c906108c
SS
3892}
3893
3894/* Read memory data directly from the remote machine.
3895 This does not use the data cache; the data cache uses this.
3896 MEMADDR is the address in the remote memory space.
3897 MYADDR is the address of the buffer in our space.
3898 LEN is the number of bytes.
3899
3900 Returns number of bytes transferred, or 0 for error. */
3901
917317f4
JM
3902/* NOTE: cagney/1999-10-18: This function (and its siblings in other
3903 remote targets) shouldn't attempt to read the entire buffer.
3904 Instead it should read a single packet worth of data and then
3905 return the byte size of that packet to the caller. The caller (its
3906 caller and its callers caller ;-) already contains code for
3907 handling partial reads. */
3908
449092f6 3909int
fba45db2 3910remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len)
c906108c 3911{
11cf8741 3912 char *buf;
c906108c 3913 int max_buf_size; /* Max size of packet output buffer */
c2d11a7d 3914 long sizeof_buf;
c906108c
SS
3915 int origlen;
3916
11cf8741
JM
3917 /* Create a buffer big enough for this packet. */
3918 max_buf_size = get_memory_read_packet_size ();
c2d11a7d
JM
3919 sizeof_buf = max_buf_size + 1; /* Space for trailing NUL */
3920 buf = alloca (sizeof_buf);
c906108c
SS
3921
3922 origlen = len;
3923 while (len > 0)
3924 {
c906108c
SS
3925 char *p;
3926 int todo;
3927 int i;
3928
c5aa993b 3929 todo = min (len, max_buf_size / 2); /* num bytes that will fit */
c906108c
SS
3930
3931 /* construct "m"<memaddr>","<len>" */
3932 /* sprintf (buf, "m%lx,%x", (unsigned long) memaddr, todo); */
3933 memaddr = remote_address_masked (memaddr);
3934 p = buf;
3935 *p++ = 'm';
3936 p += hexnumstr (p, (ULONGEST) memaddr);
3937 *p++ = ',';
3938 p += hexnumstr (p, (ULONGEST) todo);
3939 *p = '\0';
3940
3941 putpkt (buf);
c2d11a7d 3942 getpkt (buf, sizeof_buf, 0);
c906108c 3943
66504d44
MS
3944 if (buf[0] == 'E'
3945 && isxdigit (buf[1]) && isxdigit (buf[2])
3946 && buf[3] == '\0')
c906108c
SS
3947 {
3948 /* There is no correspondance between what the remote protocol uses
3949 for errors and errno codes. We would like a cleaner way of
3950 representing errors (big enough to include errno codes, bfd_error
3951 codes, and others). But for now just return EIO. */
3952 errno = EIO;
3953 return 0;
3954 }
3955
c5aa993b
JM
3956 /* Reply describes memory byte by byte,
3957 each byte encoded as two hex characters. */
c906108c
SS
3958
3959 p = buf;
30559e10 3960 if ((i = hex2bin (p, myaddr, todo)) < todo)
c906108c 3961 {
30559e10
MS
3962 /* Reply is short. This means that we were able to read
3963 only part of what we wanted to. */
3964 return i + (origlen - len);
c906108c
SS
3965 }
3966 myaddr += todo;
3967 memaddr += todo;
3968 len -= todo;
3969 }
3970 return origlen;
3971}
3972\f
3973/* Read or write LEN bytes from inferior memory at MEMADDR,
392a587b
JM
3974 transferring to or from debugger address BUFFER. Write to inferior if
3975 SHOULD_WRITE is nonzero. Returns length of data written or read; 0
c338868a 3976 for error. TARGET is unused. */
392a587b 3977
c906108c
SS
3978/* ARGSUSED */
3979static int
c338868a 3980remote_xfer_memory (CORE_ADDR mem_addr, char *buffer, int mem_len,
0a65a603 3981 int should_write, struct mem_attrib *attrib,
29e57380 3982 struct target_ops *target)
c906108c 3983{
392a587b
JM
3984 CORE_ADDR targ_addr;
3985 int targ_len;
4930751a
C
3986 int res;
3987
f6684c31
AC
3988 /* Should this be the selected frame? */
3989 gdbarch_remote_translate_xfer_address (current_gdbarch, current_regcache,
3990 mem_addr, mem_len,
3991 &targ_addr, &targ_len);
392a587b 3992 if (targ_len <= 0)
c906108c 3993 return 0;
c906108c 3994
4930751a
C
3995 if (should_write)
3996 res = remote_write_bytes (targ_addr, buffer, targ_len);
3997 else
3998 res = remote_read_bytes (targ_addr, buffer, targ_len);
3999
4000 return res;
c906108c
SS
4001}
4002
c5aa993b 4003
c906108c
SS
4004#if 0
4005/* Enable after 4.12. */
4006
4007void
c338868a
KB
4008remote_search (int len, char *data, char *mask, CORE_ADDR startaddr,
4009 int increment, CORE_ADDR lorange, CORE_ADDR hirange,
4010 CORE_ADDR *addr_found, char *data_found)
c906108c
SS
4011{
4012 if (increment == -4 && len == 4)
4013 {
4014 long mask_long, data_long;
4015 long data_found_long;
4016 CORE_ADDR addr_we_found;
d01949b6 4017 char *buf = alloca (rs->remote_packet_size);
c906108c
SS
4018 long returned_long[2];
4019 char *p;
4020
4021 mask_long = extract_unsigned_integer (mask, len);
4022 data_long = extract_unsigned_integer (data, len);
4023 sprintf (buf, "t%x:%x,%x", startaddr, data_long, mask_long);
4024 putpkt (buf);
d01949b6 4025 getpkt (buf, (rs->remote_packet_size), 0);
c906108c
SS
4026 if (buf[0] == '\0')
4027 {
4028 /* The stub doesn't support the 't' request. We might want to
4029 remember this fact, but on the other hand the stub could be
4030 switched on us. Maybe we should remember it only until
4031 the next "target remote". */
4032 generic_search (len, data, mask, startaddr, increment, lorange,
4033 hirange, addr_found, data_found);
4034 return;
4035 }
4036
4037 if (buf[0] == 'E')
4038 /* There is no correspondance between what the remote protocol uses
4039 for errors and errno codes. We would like a cleaner way of
4040 representing errors (big enough to include errno codes, bfd_error
4041 codes, and others). But for now just use EIO. */
4042 memory_error (EIO, startaddr);
4043 p = buf;
4044 addr_we_found = 0;
4045 while (*p != '\0' && *p != ',')
4046 addr_we_found = (addr_we_found << 4) + fromhex (*p++);
4047 if (*p == '\0')
4048 error ("Protocol error: short return for search");
4049
4050 data_found_long = 0;
4051 while (*p != '\0' && *p != ',')
4052 data_found_long = (data_found_long << 4) + fromhex (*p++);
4053 /* Ignore anything after this comma, for future extensions. */
4054
4055 if (addr_we_found < lorange || addr_we_found >= hirange)
4056 {
4057 *addr_found = 0;
4058 return;
4059 }
4060
4061 *addr_found = addr_we_found;
4062 *data_found = store_unsigned_integer (data_we_found, len);
4063 return;
4064 }
4065 generic_search (len, data, mask, startaddr, increment, lorange,
4066 hirange, addr_found, data_found);
4067}
4068#endif /* 0 */
4069\f
4070static void
fba45db2 4071remote_files_info (struct target_ops *ignore)
c906108c
SS
4072{
4073 puts_filtered ("Debugging a target over a serial line.\n");
4074}
4075\f
4076/* Stuff for dealing with the packets which are part of this protocol.
4077 See comment at top of file for details. */
4078
4079/* Read a single character from the remote end, masking it down to 7 bits. */
4080
4081static int
fba45db2 4082readchar (int timeout)
c906108c
SS
4083{
4084 int ch;
4085
2cd58942 4086 ch = serial_readchar (remote_desc, timeout);
c906108c 4087
2acceee2
JM
4088 if (ch >= 0)
4089 return (ch & 0x7f);
4090
4091 switch ((enum serial_rc) ch)
c906108c
SS
4092 {
4093 case SERIAL_EOF:
2acceee2 4094 target_mourn_inferior ();
c906108c 4095 error ("Remote connection closed");
2acceee2 4096 /* no return */
c906108c
SS
4097 case SERIAL_ERROR:
4098 perror_with_name ("Remote communication error");
2acceee2 4099 /* no return */
c906108c 4100 case SERIAL_TIMEOUT:
2acceee2 4101 break;
c906108c 4102 }
2acceee2 4103 return ch;
c906108c
SS
4104}
4105
4106/* Send the command in BUF to the remote machine, and read the reply
4107 into BUF. Report an error if we get an error reply. */
4108
4109static void
c2d11a7d
JM
4110remote_send (char *buf,
4111 long sizeof_buf)
c906108c
SS
4112{
4113 putpkt (buf);
c2d11a7d 4114 getpkt (buf, sizeof_buf, 0);
c906108c
SS
4115
4116 if (buf[0] == 'E')
4117 error ("Remote failure reply: %s", buf);
4118}
4119
4120/* Display a null-terminated packet on stdout, for debugging, using C
4121 string notation. */
4122
4123static void
fba45db2 4124print_packet (char *buf)
c906108c
SS
4125{
4126 puts_filtered ("\"");
43e526b9 4127 fputstr_filtered (buf, '"', gdb_stdout);
c906108c
SS
4128 puts_filtered ("\"");
4129}
4130
4131int
fba45db2 4132putpkt (char *buf)
c906108c
SS
4133{
4134 return putpkt_binary (buf, strlen (buf));
4135}
4136
4137/* Send a packet to the remote machine, with error checking. The data
d01949b6 4138 of the packet is in BUF. The string in BUF can be at most (rs->remote_packet_size) - 5
c906108c
SS
4139 to account for the $, # and checksum, and for a possible /0 if we are
4140 debugging (remote_debug) and want to print the sent packet as a string */
4141
4142static int
fba45db2 4143putpkt_binary (char *buf, int cnt)
c906108c 4144{
d01949b6 4145 struct remote_state *rs = get_remote_state ();
c906108c
SS
4146 int i;
4147 unsigned char csum = 0;
11cf8741 4148 char *buf2 = alloca (cnt + 6);
d01949b6 4149 long sizeof_junkbuf = (rs->remote_packet_size);
c2d11a7d 4150 char *junkbuf = alloca (sizeof_junkbuf);
085dd6e6 4151
c906108c
SS
4152 int ch;
4153 int tcount = 0;
4154 char *p;
4155
4156 /* Copy the packet into buffer BUF2, encapsulating it
4157 and giving it a checksum. */
4158
c906108c
SS
4159 p = buf2;
4160 *p++ = '$';
4161
4162 for (i = 0; i < cnt; i++)
4163 {
4164 csum += buf[i];
4165 *p++ = buf[i];
4166 }
4167 *p++ = '#';
4168 *p++ = tohex ((csum >> 4) & 0xf);
4169 *p++ = tohex (csum & 0xf);
4170
4171 /* Send it over and over until we get a positive ack. */
4172
4173 while (1)
4174 {
4175 int started_error_output = 0;
4176
4177 if (remote_debug)
4178 {
4179 *p = '\0';
43e526b9
JM
4180 fprintf_unfiltered (gdb_stdlog, "Sending packet: ");
4181 fputstrn_unfiltered (buf2, p - buf2, 0, gdb_stdlog);
d4f3574e 4182 fprintf_unfiltered (gdb_stdlog, "...");
0f71a2f6 4183 gdb_flush (gdb_stdlog);
c906108c 4184 }
2cd58942 4185 if (serial_write (remote_desc, buf2, p - buf2))
c906108c
SS
4186 perror_with_name ("putpkt: write failed");
4187
4188 /* read until either a timeout occurs (-2) or '+' is read */
4189 while (1)
4190 {
4191 ch = readchar (remote_timeout);
4192
c5aa993b 4193 if (remote_debug)
c906108c
SS
4194 {
4195 switch (ch)
4196 {
4197 case '+':
1216fa2c 4198 case '-':
c906108c
SS
4199 case SERIAL_TIMEOUT:
4200 case '$':
4201 if (started_error_output)
4202 {
4203 putchar_unfiltered ('\n');
4204 started_error_output = 0;
4205 }
4206 }
4207 }
4208
4209 switch (ch)
4210 {
4211 case '+':
4212 if (remote_debug)
0f71a2f6 4213 fprintf_unfiltered (gdb_stdlog, "Ack\n");
c906108c 4214 return 1;
1216fa2c
AC
4215 case '-':
4216 if (remote_debug)
4217 fprintf_unfiltered (gdb_stdlog, "Nak\n");
c906108c 4218 case SERIAL_TIMEOUT:
c5aa993b 4219 tcount++;
c906108c
SS
4220 if (tcount > 3)
4221 return 0;
4222 break; /* Retransmit buffer */
4223 case '$':
4224 {
40e3f985
FN
4225 if (remote_debug)
4226 fprintf_unfiltered (gdb_stdlog, "Packet instead of Ack, ignoring it\n");
c5aa993b
JM
4227 /* It's probably an old response, and we're out of sync.
4228 Just gobble up the packet and ignore it. */
40e3f985 4229 read_frame (junkbuf, sizeof_junkbuf);
c5aa993b 4230 continue; /* Now, go look for + */
c906108c
SS
4231 }
4232 default:
4233 if (remote_debug)
4234 {
4235 if (!started_error_output)
4236 {
4237 started_error_output = 1;
0f71a2f6 4238 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
c906108c 4239 }
0f71a2f6 4240 fputc_unfiltered (ch & 0177, gdb_stdlog);
c906108c
SS
4241 }
4242 continue;
4243 }
4244 break; /* Here to retransmit */
4245 }
4246
4247#if 0
4248 /* This is wrong. If doing a long backtrace, the user should be
c5aa993b
JM
4249 able to get out next time we call QUIT, without anything as
4250 violent as interrupt_query. If we want to provide a way out of
4251 here without getting to the next QUIT, it should be based on
4252 hitting ^C twice as in remote_wait. */
c906108c
SS
4253 if (quit_flag)
4254 {
4255 quit_flag = 0;
4256 interrupt_query ();
4257 }
4258#endif
4259 }
4260}
4261
0f71a2f6
JM
4262static int remote_cisco_mode;
4263
c906108c
SS
4264/* Come here after finding the start of the frame. Collect the rest
4265 into BUF, verifying the checksum, length, and handling run-length
c2d11a7d
JM
4266 compression. No more than sizeof_buf-1 characters are read so that
4267 the buffer can be NUL terminated.
c906108c 4268
c2d11a7d
JM
4269 Returns -1 on error, number of characters in buffer (ignoring the
4270 trailing NULL) on success. (could be extended to return one of the
4271 SERIAL status indications). */
4272
4273static long
4274read_frame (char *buf,
4275 long sizeof_buf)
c906108c
SS
4276{
4277 unsigned char csum;
c2d11a7d 4278 long bc;
c906108c
SS
4279 int c;
4280
4281 csum = 0;
c2d11a7d 4282 bc = 0;
c906108c
SS
4283
4284 while (1)
4285 {
c2d11a7d 4286 /* ASSERT (bc < sizeof_buf - 1) - space for trailing NUL */
c906108c 4287 c = readchar (remote_timeout);
c906108c
SS
4288 switch (c)
4289 {
4290 case SERIAL_TIMEOUT:
4291 if (remote_debug)
0f71a2f6 4292 fputs_filtered ("Timeout in mid-packet, retrying\n", gdb_stdlog);
c2d11a7d 4293 return -1;
c906108c
SS
4294 case '$':
4295 if (remote_debug)
0f71a2f6
JM
4296 fputs_filtered ("Saw new packet start in middle of old one\n",
4297 gdb_stdlog);
c2d11a7d 4298 return -1; /* Start a new packet, count retries */
c906108c
SS
4299 case '#':
4300 {
4301 unsigned char pktcsum;
e1b09194
AC
4302 int check_0 = 0;
4303 int check_1 = 0;
c906108c 4304
c2d11a7d 4305 buf[bc] = '\0';
c906108c 4306
e1b09194
AC
4307 check_0 = readchar (remote_timeout);
4308 if (check_0 >= 0)
4309 check_1 = readchar (remote_timeout);
4310
4311 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT)
4312 {
4313 if (remote_debug)
4314 fputs_filtered ("Timeout in checksum, retrying\n", gdb_stdlog);
4315 return -1;
4316 }
4317 else if (check_0 < 0 || check_1 < 0)
40e3f985
FN
4318 {
4319 if (remote_debug)
4320 fputs_filtered ("Communication error in checksum\n", gdb_stdlog);
4321 return -1;
4322 }
c906108c 4323
e1b09194 4324 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1);
c906108c 4325 if (csum == pktcsum)
c2d11a7d 4326 return bc;
c906108c 4327
c5aa993b 4328 if (remote_debug)
c906108c 4329 {
0f71a2f6 4330 fprintf_filtered (gdb_stdlog,
c5aa993b 4331 "Bad checksum, sentsum=0x%x, csum=0x%x, buf=",
0f71a2f6
JM
4332 pktcsum, csum);
4333 fputs_filtered (buf, gdb_stdlog);
4334 fputs_filtered ("\n", gdb_stdlog);
c906108c 4335 }
c2d11a7d
JM
4336 /* Number of characters in buffer ignoring trailing
4337 NUL. */
4338 return -1;
c906108c
SS
4339 }
4340 case '*': /* Run length encoding */
c2c6d25f
JM
4341 {
4342 int repeat;
4343 csum += c;
c906108c 4344
c2c6d25f
JM
4345 if (remote_cisco_mode == 0)
4346 {
4347 c = readchar (remote_timeout);
4348 csum += c;
4349 repeat = c - ' ' + 3; /* Compute repeat count */
4350 }
4351 else
4352 {
4353 /* Cisco's run-length encoding variant uses two
4354 hex chars to represent the repeat count. */
4355
4356 c = readchar (remote_timeout);
4357 csum += c;
4358 repeat = fromhex (c) << 4;
4359 c = readchar (remote_timeout);
4360 csum += c;
4361 repeat += fromhex (c);
4362 }
c906108c 4363
c2d11a7d
JM
4364 /* The character before ``*'' is repeated. */
4365
c2c6d25f 4366 if (repeat > 0 && repeat <= 255
c2d11a7d 4367 && bc > 0
fb6e5c55 4368 && bc + repeat - 1 < sizeof_buf - 1)
c2c6d25f 4369 {
c2d11a7d
JM
4370 memset (&buf[bc], buf[bc - 1], repeat);
4371 bc += repeat;
c2c6d25f
JM
4372 continue;
4373 }
4374
c2d11a7d 4375 buf[bc] = '\0';
c2c6d25f
JM
4376 printf_filtered ("Repeat count %d too large for buffer: ", repeat);
4377 puts_filtered (buf);
4378 puts_filtered ("\n");
c2d11a7d 4379 return -1;
c2c6d25f 4380 }
c906108c 4381 default:
c2d11a7d 4382 if (bc < sizeof_buf - 1)
c906108c 4383 {
c2d11a7d 4384 buf[bc++] = c;
c906108c
SS
4385 csum += c;
4386 continue;
4387 }
4388
c2d11a7d 4389 buf[bc] = '\0';
c906108c
SS
4390 puts_filtered ("Remote packet too long: ");
4391 puts_filtered (buf);
4392 puts_filtered ("\n");
4393
c2d11a7d 4394 return -1;
c906108c
SS
4395 }
4396 }
4397}
4398
4399/* Read a packet from the remote machine, with error checking, and
c2d11a7d
JM
4400 store it in BUF. If FOREVER, wait forever rather than timing out;
4401 this is used (in synchronous mode) to wait for a target that is is
4402 executing user code to stop. */
d9fcf2fb
JM
4403/* FIXME: ezannoni 2000-02-01 this wrapper is necessary so that we
4404 don't have to change all the calls to getpkt to deal with the
4405 return value, because at the moment I don't know what the right
4406 thing to do it for those. */
c906108c 4407void
c2d11a7d
JM
4408getpkt (char *buf,
4409 long sizeof_buf,
4410 int forever)
d9fcf2fb
JM
4411{
4412 int timed_out;
4413
4414 timed_out = getpkt_sane (buf, sizeof_buf, forever);
4415}
4416
4417
4418/* Read a packet from the remote machine, with error checking, and
4419 store it in BUF. If FOREVER, wait forever rather than timing out;
4420 this is used (in synchronous mode) to wait for a target that is is
4421 executing user code to stop. If FOREVER == 0, this function is
4422 allowed to time out gracefully and return an indication of this to
4423 the caller. */
3172dc30 4424static int
d9fcf2fb
JM
4425getpkt_sane (char *buf,
4426 long sizeof_buf,
4427 int forever)
c906108c
SS
4428{
4429 int c;
4430 int tries;
4431 int timeout;
4432 int val;
4433
c5aa993b 4434 strcpy (buf, "timeout");
c906108c
SS
4435
4436 if (forever)
4437 {
c906108c 4438 timeout = watchdog > 0 ? watchdog : -1;
c906108c
SS
4439 }
4440
4441 else
4442 timeout = remote_timeout;
4443
4444#define MAX_TRIES 3
4445
4446 for (tries = 1; tries <= MAX_TRIES; tries++)
4447 {
4448 /* This can loop forever if the remote side sends us characters
c5aa993b
JM
4449 continuously, but if it pauses, we'll get a zero from readchar
4450 because of timeout. Then we'll count that as a retry. */
c906108c
SS
4451
4452 /* Note that we will only wait forever prior to the start of a packet.
c5aa993b
JM
4453 After that, we expect characters to arrive at a brisk pace. They
4454 should show up within remote_timeout intervals. */
c906108c
SS
4455
4456 do
4457 {
4458 c = readchar (timeout);
4459
4460 if (c == SERIAL_TIMEOUT)
4461 {
2acceee2 4462 if (forever) /* Watchdog went off? Kill the target. */
c906108c 4463 {
2acceee2 4464 QUIT;
c906108c
SS
4465 target_mourn_inferior ();
4466 error ("Watchdog has expired. Target detached.\n");
4467 }
c906108c 4468 if (remote_debug)
0f71a2f6 4469 fputs_filtered ("Timed out.\n", gdb_stdlog);
c906108c
SS
4470 goto retry;
4471 }
4472 }
4473 while (c != '$');
4474
4475 /* We've found the start of a packet, now collect the data. */
4476
c2d11a7d 4477 val = read_frame (buf, sizeof_buf);
c906108c 4478
c2d11a7d 4479 if (val >= 0)
c906108c
SS
4480 {
4481 if (remote_debug)
43e526b9
JM
4482 {
4483 fprintf_unfiltered (gdb_stdlog, "Packet received: ");
4484 fputstr_unfiltered (buf, 0, gdb_stdlog);
4485 fprintf_unfiltered (gdb_stdlog, "\n");
4486 }
2cd58942 4487 serial_write (remote_desc, "+", 1);
d9fcf2fb 4488 return 0;
c906108c
SS
4489 }
4490
4491 /* Try the whole thing again. */
4492 retry:
2cd58942 4493 serial_write (remote_desc, "-", 1);
c906108c
SS
4494 }
4495
4496 /* We have tried hard enough, and just can't receive the packet. Give up. */
4497
4498 printf_unfiltered ("Ignoring packet error, continuing...\n");
2cd58942 4499 serial_write (remote_desc, "+", 1);
d9fcf2fb 4500 return 1;
c906108c
SS
4501}
4502\f
4503static void
fba45db2 4504remote_kill (void)
c906108c
SS
4505{
4506 /* For some mysterious reason, wait_for_inferior calls kill instead of
4507 mourn after it gets TARGET_WAITKIND_SIGNALLED. Work around it. */
4508 if (kill_kludge)
4509 {
4510 kill_kludge = 0;
4511 target_mourn_inferior ();
4512 return;
4513 }
4514
4515 /* Use catch_errors so the user can quit from gdb even when we aren't on
4516 speaking terms with the remote system. */
c5aa993b 4517 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);
c906108c
SS
4518
4519 /* Don't wait for it to die. I'm not really sure it matters whether
4520 we do or not. For the existing stubs, kill is a noop. */
4521 target_mourn_inferior ();
4522}
4523
43ff13b4
JM
4524/* Async version of remote_kill. */
4525static void
fba45db2 4526remote_async_kill (void)
43ff13b4
JM
4527{
4528 /* Unregister the file descriptor from the event loop. */
ed9a39eb 4529 if (target_is_async_p ())
2cd58942 4530 serial_async (remote_desc, NULL, 0);
43ff13b4
JM
4531
4532 /* For some mysterious reason, wait_for_inferior calls kill instead of
4533 mourn after it gets TARGET_WAITKIND_SIGNALLED. Work around it. */
4534 if (kill_kludge)
4535 {
4536 kill_kludge = 0;
4537 target_mourn_inferior ();
4538 return;
4539 }
4540
4541 /* Use catch_errors so the user can quit from gdb even when we aren't on
4542 speaking terms with the remote system. */
c5aa993b 4543 catch_errors ((catch_errors_ftype *) putpkt, "k", "", RETURN_MASK_ERROR);
43ff13b4
JM
4544
4545 /* Don't wait for it to die. I'm not really sure it matters whether
4546 we do or not. For the existing stubs, kill is a noop. */
4547 target_mourn_inferior ();
4548}
4549
c906108c 4550static void
fba45db2 4551remote_mourn (void)
c906108c
SS
4552{
4553 remote_mourn_1 (&remote_ops);
4554}
4555
53a5351d 4556static void
fba45db2 4557remote_async_mourn (void)
53a5351d
JM
4558{
4559 remote_mourn_1 (&remote_async_ops);
4560}
4561
c906108c 4562static void
fba45db2 4563extended_remote_mourn (void)
c906108c
SS
4564{
4565 /* We do _not_ want to mourn the target like this; this will
4566 remove the extended remote target from the target stack,
4567 and the next time the user says "run" it'll fail.
4568
4569 FIXME: What is the right thing to do here? */
4570#if 0
4571 remote_mourn_1 (&extended_remote_ops);
4572#endif
4573}
4574
4575/* Worker function for remote_mourn. */
4576static void
fba45db2 4577remote_mourn_1 (struct target_ops *target)
c906108c
SS
4578{
4579 unpush_target (target);
4580 generic_mourn_inferior ();
4581}
4582
4583/* In the extended protocol we want to be able to do things like
4584 "run" and have them basically work as expected. So we need
4585 a special create_inferior function.
4586
4587 FIXME: One day add support for changing the exec file
4588 we're debugging, arguments and an environment. */
4589
4590static void
fba45db2 4591extended_remote_create_inferior (char *exec_file, char *args, char **env)
c906108c
SS
4592{
4593 /* Rip out the breakpoints; we'll reinsert them after restarting
4594 the remote server. */
4595 remove_breakpoints ();
4596
4597 /* Now restart the remote server. */
4598 extended_remote_restart ();
4599
4600 /* Now put the breakpoints back in. This way we're safe if the
4601 restart function works via a unix fork on the remote side. */
4602 insert_breakpoints ();
4603
4604 /* Clean up from the last time we were running. */
4605 clear_proceed_status ();
4606
4607 /* Let the remote process run. */
4608 proceed (-1, TARGET_SIGNAL_0, 0);
4609}
4610
43ff13b4
JM
4611/* Async version of extended_remote_create_inferior. */
4612static void
fba45db2 4613extended_remote_async_create_inferior (char *exec_file, char *args, char **env)
43ff13b4
JM
4614{
4615 /* Rip out the breakpoints; we'll reinsert them after restarting
4616 the remote server. */
4617 remove_breakpoints ();
4618
4619 /* If running asynchronously, register the target file descriptor
4620 with the event loop. */
2acceee2
JM
4621 if (event_loop_p && target_can_async_p ())
4622 target_async (inferior_event_handler, 0);
43ff13b4
JM
4623
4624 /* Now restart the remote server. */
4625 extended_remote_restart ();
4626
4627 /* Now put the breakpoints back in. This way we're safe if the
4628 restart function works via a unix fork on the remote side. */
4629 insert_breakpoints ();
4630
4631 /* Clean up from the last time we were running. */
4632 clear_proceed_status ();
4633
4634 /* Let the remote process run. */
4635 proceed (-1, TARGET_SIGNAL_0, 0);
4636}
c906108c 4637\f
c5aa993b 4638
aaab4dba 4639/* On some machines, e.g. 68k, we may use a different breakpoint
7fec2c59
AC
4640 instruction than other targets; in those use
4641 DEPRECATED_REMOTE_BREAKPOINT instead of just BREAKPOINT_FROM_PC.
4642 Also, bi-endian targets may define
4643 DEPRECATED_LITTLE_REMOTE_BREAKPOINT and
4644 DEPRECATED_BIG_REMOTE_BREAKPOINT. If none of these are defined, we
4645 just call the standard routines that are in mem-break.c. */
4646
4647/* NOTE: cagney/2003-06-08: This is silly. A remote and simulator
4648 target should use an identical BREAKPOINT_FROM_PC. As for native,
4649 the ARCH-OS-tdep.c code can override the default. */
4650
4651#if defined (DEPRECATED_LITTLE_REMOTE_BREAKPOINT) && defined (DEPRECATED_BIG_REMOTE_BREAKPOINT) && !defined(DEPRECATED_REMOTE_BREAKPOINT)
4652#define DEPRECATED_REMOTE_BREAKPOINT
c906108c
SS
4653#endif
4654
7fec2c59 4655#ifdef DEPRECATED_REMOTE_BREAKPOINT
c906108c
SS
4656
4657/* If the target isn't bi-endian, just pretend it is. */
7fec2c59
AC
4658#if !defined (DEPRECATED_LITTLE_REMOTE_BREAKPOINT) && !defined (DEPRECATED_BIG_REMOTE_BREAKPOINT)
4659#define DEPRECATED_LITTLE_REMOTE_BREAKPOINT DEPRECATED_REMOTE_BREAKPOINT
4660#define DEPRECATED_BIG_REMOTE_BREAKPOINT DEPRECATED_REMOTE_BREAKPOINT
c906108c
SS
4661#endif
4662
7fec2c59
AC
4663static unsigned char big_break_insn[] = DEPRECATED_BIG_REMOTE_BREAKPOINT;
4664static unsigned char little_break_insn[] = DEPRECATED_LITTLE_REMOTE_BREAKPOINT;
c906108c 4665
7fec2c59 4666#endif /* DEPRECATED_REMOTE_BREAKPOINT */
c906108c 4667
aaab4dba
AC
4668/* Insert a breakpoint on targets that don't have any better
4669 breakpoint support. We read the contents of the target location
4670 and stash it, then overwrite it with a breakpoint instruction.
4671 ADDR is the target location in the target machine. CONTENTS_CACHE
4672 is a pointer to memory allocated for saving the target contents.
4673 It is guaranteed by the caller to be long enough to save the number
4674 of bytes returned by BREAKPOINT_FROM_PC. */
c906108c
SS
4675
4676static int
fba45db2 4677remote_insert_breakpoint (CORE_ADDR addr, char *contents_cache)
c906108c 4678{
d01949b6 4679 struct remote_state *rs = get_remote_state ();
7fec2c59 4680#ifdef DEPRECATED_REMOTE_BREAKPOINT
c906108c 4681 int val;
96baa820
JM
4682#endif
4683 int bp_size;
4684
d471ea57
AC
4685 /* Try the "Z" s/w breakpoint packet if it is not already disabled.
4686 If it succeeds, then set the support to PACKET_ENABLE. If it
4687 fails, and the user has explicitly requested the Z support then
4688 report an error, otherwise, mark it disabled and go on. */
96baa820 4689
d471ea57 4690 if (remote_protocol_Z[Z_PACKET_SOFTWARE_BP].support != PACKET_DISABLE)
96baa820 4691 {
d01949b6 4692 char *buf = alloca (rs->remote_packet_size);
e514a9d6 4693 char *p = buf;
96baa820 4694
0caabb7e 4695 addr = remote_address_masked (addr);
96baa820
JM
4696 *(p++) = 'Z';
4697 *(p++) = '0';
4698 *(p++) = ',';
0caabb7e
AC
4699 p += hexnumstr (p, (ULONGEST) addr);
4700 BREAKPOINT_FROM_PC (&addr, &bp_size);
96baa820
JM
4701 sprintf (p, ",%d", bp_size);
4702
4703 putpkt (buf);
d01949b6 4704 getpkt (buf, (rs->remote_packet_size), 0);
96baa820 4705
d471ea57 4706 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_SOFTWARE_BP]))
96baa820 4707 {
d471ea57
AC
4708 case PACKET_ERROR:
4709 return -1;
4710 case PACKET_OK:
4711 return 0;
4712 case PACKET_UNKNOWN:
4713 break;
96baa820
JM
4714 }
4715 }
c906108c 4716
7fec2c59 4717#ifdef DEPRECATED_REMOTE_BREAKPOINT
c906108c
SS
4718 val = target_read_memory (addr, contents_cache, sizeof big_break_insn);
4719
4720 if (val == 0)
4721 {
d7449b42 4722 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
c906108c
SS
4723 val = target_write_memory (addr, (char *) big_break_insn,
4724 sizeof big_break_insn);
4725 else
4726 val = target_write_memory (addr, (char *) little_break_insn,
4727 sizeof little_break_insn);
4728 }
4729
4730 return val;
4731#else
4732 return memory_insert_breakpoint (addr, contents_cache);
7fec2c59 4733#endif /* DEPRECATED_REMOTE_BREAKPOINT */
c906108c
SS
4734}
4735
4736static int
fba45db2 4737remote_remove_breakpoint (CORE_ADDR addr, char *contents_cache)
c906108c 4738{
d01949b6 4739 struct remote_state *rs = get_remote_state ();
96baa820
JM
4740 int bp_size;
4741
d471ea57 4742 if (remote_protocol_Z[Z_PACKET_SOFTWARE_BP].support != PACKET_DISABLE)
96baa820 4743 {
d01949b6 4744 char *buf = alloca (rs->remote_packet_size);
e514a9d6 4745 char *p = buf;
96baa820
JM
4746
4747 *(p++) = 'z';
4748 *(p++) = '0';
4749 *(p++) = ',';
4750
0caabb7e
AC
4751 addr = remote_address_masked (addr);
4752 p += hexnumstr (p, (ULONGEST) addr);
4753 BREAKPOINT_FROM_PC (&addr, &bp_size);
96baa820
JM
4754 sprintf (p, ",%d", bp_size);
4755
4756 putpkt (buf);
d01949b6 4757 getpkt (buf, (rs->remote_packet_size), 0);
96baa820
JM
4758
4759 return (buf[0] == 'E');
4760 }
4761
7fec2c59 4762#ifdef DEPRECATED_REMOTE_BREAKPOINT
c906108c
SS
4763 return target_write_memory (addr, contents_cache, sizeof big_break_insn);
4764#else
4765 return memory_remove_breakpoint (addr, contents_cache);
7fec2c59 4766#endif /* DEPRECATED_REMOTE_BREAKPOINT */
c906108c
SS
4767}
4768
d471ea57
AC
4769static int
4770watchpoint_to_Z_packet (int type)
4771{
4772 switch (type)
4773 {
4774 case hw_write:
4775 return 2;
4776 break;
4777 case hw_read:
4778 return 3;
4779 break;
4780 case hw_access:
4781 return 4;
4782 break;
4783 default:
8e65ff28
AC
4784 internal_error (__FILE__, __LINE__,
4785 "hw_bp_to_z: bad watchpoint type %d", type);
d471ea57
AC
4786 }
4787}
4788
3c3bea1c 4789static int
fba45db2 4790remote_insert_watchpoint (CORE_ADDR addr, int len, int type)
96baa820 4791{
d01949b6
AC
4792 struct remote_state *rs = get_remote_state ();
4793 char *buf = alloca (rs->remote_packet_size);
e514a9d6 4794 char *p;
d471ea57 4795 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
96baa820 4796
d471ea57
AC
4797 if (remote_protocol_Z[packet].support == PACKET_DISABLE)
4798 error ("Can't set hardware watchpoints without the '%s' (%s) packet\n",
4799 remote_protocol_Z[packet].name,
4800 remote_protocol_Z[packet].title);
96baa820 4801
d471ea57 4802 sprintf (buf, "Z%x,", packet);
96baa820
JM
4803 p = strchr (buf, '\0');
4804 addr = remote_address_masked (addr);
4805 p += hexnumstr (p, (ULONGEST) addr);
d4f3574e 4806 sprintf (p, ",%x", len);
96baa820
JM
4807
4808 putpkt (buf);
d01949b6 4809 getpkt (buf, (rs->remote_packet_size), 0);
96baa820 4810
d471ea57
AC
4811 switch (packet_ok (buf, &remote_protocol_Z[packet]))
4812 {
4813 case PACKET_ERROR:
4814 case PACKET_UNKNOWN:
4815 return -1;
4816 case PACKET_OK:
4817 return 0;
4818 }
8e65ff28
AC
4819 internal_error (__FILE__, __LINE__,
4820 "remote_insert_watchpoint: reached end of function");
96baa820
JM
4821}
4822
d471ea57 4823
3c3bea1c 4824static int
fba45db2 4825remote_remove_watchpoint (CORE_ADDR addr, int len, int type)
96baa820 4826{
d01949b6
AC
4827 struct remote_state *rs = get_remote_state ();
4828 char *buf = alloca (rs->remote_packet_size);
e514a9d6 4829 char *p;
d471ea57
AC
4830 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
4831
4832 if (remote_protocol_Z[packet].support == PACKET_DISABLE)
4833 error ("Can't clear hardware watchpoints without the '%s' (%s) packet\n",
4834 remote_protocol_Z[packet].name,
4835 remote_protocol_Z[packet].title);
96baa820 4836
d471ea57 4837 sprintf (buf, "z%x,", packet);
96baa820
JM
4838 p = strchr (buf, '\0');
4839 addr = remote_address_masked (addr);
4840 p += hexnumstr (p, (ULONGEST) addr);
d4f3574e 4841 sprintf (p, ",%x", len);
96baa820 4842 putpkt (buf);
d01949b6 4843 getpkt (buf, (rs->remote_packet_size), 0);
96baa820 4844
d471ea57
AC
4845 switch (packet_ok (buf, &remote_protocol_Z[packet]))
4846 {
4847 case PACKET_ERROR:
4848 case PACKET_UNKNOWN:
4849 return -1;
4850 case PACKET_OK:
4851 return 0;
4852 }
8e65ff28
AC
4853 internal_error (__FILE__, __LINE__,
4854 "remote_remove_watchpoint: reached end of function");
96baa820
JM
4855}
4856
3c3bea1c 4857
501eef12
AC
4858int remote_hw_watchpoint_limit = -1;
4859int remote_hw_breakpoint_limit = -1;
d471ea57 4860
b9362cc7 4861static int
3c3bea1c 4862remote_check_watch_resources (int type, int cnt, int ot)
96baa820 4863{
3c3bea1c
GS
4864 if (type == bp_hardware_breakpoint)
4865 {
4866 if (remote_hw_breakpoint_limit == 0)
4867 return 0;
501eef12
AC
4868 else if (remote_hw_breakpoint_limit < 0)
4869 return 1;
3c3bea1c
GS
4870 else if (cnt <= remote_hw_breakpoint_limit)
4871 return 1;
4872 }
4873 else
4874 {
4875 if (remote_hw_watchpoint_limit == 0)
4876 return 0;
501eef12
AC
4877 else if (remote_hw_watchpoint_limit < 0)
4878 return 1;
3c3bea1c
GS
4879 else if (ot)
4880 return -1;
4881 else if (cnt <= remote_hw_watchpoint_limit)
4882 return 1;
4883 }
4884 return -1;
4885}
4886
b9362cc7 4887static int
3c3bea1c
GS
4888remote_stopped_by_watchpoint (void)
4889{
4890 return remote_stopped_by_watchpoint_p;
4891}
4892
b9362cc7 4893static CORE_ADDR
3c3bea1c
GS
4894remote_stopped_data_address (void)
4895{
4896 if (remote_stopped_by_watchpoint ())
4897 return remote_watch_data_address;
4898 return (CORE_ADDR)0;
4899}
4900
4901
4902static int
4903remote_insert_hw_breakpoint (CORE_ADDR addr, char *shadow)
4904{
4905 int len = 0;
d01949b6
AC
4906 struct remote_state *rs = get_remote_state ();
4907 char *buf = alloca (rs->remote_packet_size);
e514a9d6 4908 char *p = buf;
96baa820 4909
c8189ed1
GS
4910 /* The length field should be set to the size of a breakpoint
4911 instruction. */
4912
4913 BREAKPOINT_FROM_PC (&addr, &len);
3c3bea1c 4914
d471ea57
AC
4915 if (remote_protocol_Z[Z_PACKET_HARDWARE_BP].support == PACKET_DISABLE)
4916 error ("Can't set hardware breakpoint without the '%s' (%s) packet\n",
4917 remote_protocol_Z[Z_PACKET_HARDWARE_BP].name,
4918 remote_protocol_Z[Z_PACKET_HARDWARE_BP].title);
4919
96baa820
JM
4920 *(p++) = 'Z';
4921 *(p++) = '1';
4922 *(p++) = ',';
4923
4924 addr = remote_address_masked (addr);
4925 p += hexnumstr (p, (ULONGEST) addr);
ad6525fc 4926 sprintf (p, ",%x", len);
96baa820
JM
4927
4928 putpkt (buf);
d01949b6 4929 getpkt (buf, (rs->remote_packet_size), 0);
96baa820 4930
d471ea57
AC
4931 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_HARDWARE_BP]))
4932 {
4933 case PACKET_ERROR:
4934 case PACKET_UNKNOWN:
4935 return -1;
4936 case PACKET_OK:
4937 return 0;
4938 }
8e65ff28 4939 internal_error (__FILE__, __LINE__,
3c3bea1c 4940 "remote_insert_hw_breakpoint: reached end of function");
96baa820
JM
4941}
4942
d471ea57 4943
3c3bea1c
GS
4944static int
4945remote_remove_hw_breakpoint (CORE_ADDR addr, char *shadow)
96baa820 4946{
3c3bea1c 4947 int len;
d01949b6
AC
4948 struct remote_state *rs = get_remote_state ();
4949 char *buf = alloca (rs->remote_packet_size);
e514a9d6 4950 char *p = buf;
c8189ed1
GS
4951
4952 /* The length field should be set to the size of a breakpoint
4953 instruction. */
4954
4955 BREAKPOINT_FROM_PC (&addr, &len);
4956
d471ea57
AC
4957 if (remote_protocol_Z[Z_PACKET_HARDWARE_BP].support == PACKET_DISABLE)
4958 error ("Can't clear hardware breakpoint without the '%s' (%s) packet\n",
4959 remote_protocol_Z[Z_PACKET_HARDWARE_BP].name,
4960 remote_protocol_Z[Z_PACKET_HARDWARE_BP].title);
4961
96baa820
JM
4962 *(p++) = 'z';
4963 *(p++) = '1';
4964 *(p++) = ',';
4965
4966 addr = remote_address_masked (addr);
4967 p += hexnumstr (p, (ULONGEST) addr);
ad6525fc 4968 sprintf (p, ",%x", len);
96baa820
JM
4969
4970 putpkt(buf);
d01949b6 4971 getpkt (buf, (rs->remote_packet_size), 0);
96baa820 4972
d471ea57
AC
4973 switch (packet_ok (buf, &remote_protocol_Z[Z_PACKET_HARDWARE_BP]))
4974 {
4975 case PACKET_ERROR:
4976 case PACKET_UNKNOWN:
4977 return -1;
4978 case PACKET_OK:
4979 return 0;
4980 }
8e65ff28 4981 internal_error (__FILE__, __LINE__,
3c3bea1c 4982 "remote_remove_hw_breakpoint: reached end of function");
96baa820 4983}
96baa820 4984
c906108c
SS
4985/* Some targets are only capable of doing downloads, and afterwards
4986 they switch to the remote serial protocol. This function provides
4987 a clean way to get from the download target to the remote target.
4988 It's basically just a wrapper so that we don't have to expose any
4989 of the internal workings of remote.c.
4990
4991 Prior to calling this routine, you should shutdown the current
4992 target code, else you will get the "A program is being debugged
4993 already..." message. Usually a call to pop_target() suffices. */
4994
4995void
fba45db2 4996push_remote_target (char *name, int from_tty)
c906108c
SS
4997{
4998 printf_filtered ("Switching to remote protocol\n");
4999 remote_open (name, from_tty);
5000}
5001
c906108c
SS
5002/* Table used by the crc32 function to calcuate the checksum. */
5003
c5aa993b
JM
5004static unsigned long crc32_table[256] =
5005{0, 0};
c906108c
SS
5006
5007static unsigned long
fba45db2 5008crc32 (unsigned char *buf, int len, unsigned int crc)
c906108c 5009{
c5aa993b 5010 if (!crc32_table[1])
c906108c
SS
5011 {
5012 /* Initialize the CRC table and the decoding table. */
5013 int i, j;
5014 unsigned int c;
5015
5016 for (i = 0; i < 256; i++)
c5aa993b
JM
5017 {
5018 for (c = i << 24, j = 8; j > 0; --j)
5019 c = c & 0x80000000 ? (c << 1) ^ 0x04c11db7 : (c << 1);
5020 crc32_table[i] = c;
5021 }
c906108c
SS
5022 }
5023
5024 while (len--)
5025 {
5026 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ *buf) & 255];
5027 buf++;
5028 }
5029 return crc;
5030}
5031
5032/* compare-sections command
5033
5034 With no arguments, compares each loadable section in the exec bfd
5035 with the same memory range on the target, and reports mismatches.
5036 Useful for verifying the image on the target against the exec file.
5037 Depends on the target understanding the new "qCRC:" request. */
5038
e514a9d6
JM
5039/* FIXME: cagney/1999-10-26: This command should be broken down into a
5040 target method (target verify memory) and generic version of the
5041 actual command. This will allow other high-level code (especially
5042 generic_load()) to make use of this target functionality. */
5043
c906108c 5044static void
fba45db2 5045compare_sections_command (char *args, int from_tty)
c906108c 5046{
d01949b6 5047 struct remote_state *rs = get_remote_state ();
c906108c
SS
5048 asection *s;
5049 unsigned long host_crc, target_crc;
5050 extern bfd *exec_bfd;
5051 struct cleanup *old_chain;
085dd6e6
JM
5052 char *tmp;
5053 char *sectdata;
ce359b09 5054 const char *sectname;
d01949b6 5055 char *buf = alloca (rs->remote_packet_size);
c906108c
SS
5056 bfd_size_type size;
5057 bfd_vma lma;
5058 int matched = 0;
5059 int mismatched = 0;
5060
5061 if (!exec_bfd)
5062 error ("command cannot be used without an exec file");
5063 if (!current_target.to_shortname ||
5064 strcmp (current_target.to_shortname, "remote") != 0)
5065 error ("command can only be used with remote target");
5066
c5aa993b 5067 for (s = exec_bfd->sections; s; s = s->next)
c906108c
SS
5068 {
5069 if (!(s->flags & SEC_LOAD))
c5aa993b 5070 continue; /* skip non-loadable section */
c906108c
SS
5071
5072 size = bfd_get_section_size_before_reloc (s);
5073 if (size == 0)
c5aa993b 5074 continue; /* skip zero-length section */
c906108c 5075
ce359b09 5076 sectname = bfd_get_section_name (exec_bfd, s);
c906108c 5077 if (args && strcmp (args, sectname) != 0)
c5aa993b 5078 continue; /* not the section selected by user */
c906108c 5079
c5aa993b 5080 matched = 1; /* do this section */
c906108c
SS
5081 lma = s->lma;
5082 /* FIXME: assumes lma can fit into long */
5083 sprintf (buf, "qCRC:%lx,%lx", (long) lma, (long) size);
5084 putpkt (buf);
5085
5086 /* be clever; compute the host_crc before waiting for target reply */
5087 sectdata = xmalloc (size);
b8c9b27d 5088 old_chain = make_cleanup (xfree, sectdata);
c906108c
SS
5089 bfd_get_section_contents (exec_bfd, s, sectdata, 0, size);
5090 host_crc = crc32 ((unsigned char *) sectdata, size, 0xffffffff);
5091
d01949b6 5092 getpkt (buf, (rs->remote_packet_size), 0);
c906108c 5093 if (buf[0] == 'E')
823ca731
AC
5094 error ("target memory fault, section %s, range 0x%s -- 0x%s",
5095 sectname, paddr (lma), paddr (lma + size));
c906108c
SS
5096 if (buf[0] != 'C')
5097 error ("remote target does not support this operation");
5098
5099 for (target_crc = 0, tmp = &buf[1]; *tmp; tmp++)
5100 target_crc = target_crc * 16 + fromhex (*tmp);
5101
d4f3574e
SS
5102 printf_filtered ("Section %s, range 0x%s -- 0x%s: ",
5103 sectname, paddr (lma), paddr (lma + size));
c906108c
SS
5104 if (host_crc == target_crc)
5105 printf_filtered ("matched.\n");
5106 else
c5aa993b
JM
5107 {
5108 printf_filtered ("MIS-MATCHED!\n");
5109 mismatched++;
5110 }
c906108c
SS
5111
5112 do_cleanups (old_chain);
5113 }
5114 if (mismatched > 0)
5115 warning ("One or more sections of the remote executable does not match\n\
5116the loaded file\n");
5117 if (args && !matched)
5118 printf_filtered ("No loaded section named '%s'.\n", args);
5119}
5120
5121static int
fba45db2 5122remote_query (int query_type, char *buf, char *outbuf, int *bufsiz)
c906108c 5123{
d01949b6 5124 struct remote_state *rs = get_remote_state ();
c906108c 5125 int i;
d01949b6 5126 char *buf2 = alloca (rs->remote_packet_size);
c906108c 5127 char *p2 = &buf2[0];
c906108c 5128
c5aa993b 5129 if (!bufsiz)
c906108c
SS
5130 error ("null pointer to remote bufer size specified");
5131
d01949b6 5132 /* minimum outbuf size is (rs->remote_packet_size) - if bufsiz is not large enough let
c906108c
SS
5133 the caller know and return what the minimum size is */
5134 /* Note: a zero bufsiz can be used to query the minimum buffer size */
d01949b6 5135 if (*bufsiz < (rs->remote_packet_size))
c906108c 5136 {
d01949b6 5137 *bufsiz = (rs->remote_packet_size);
c906108c
SS
5138 return -1;
5139 }
5140
5141 /* except for querying the minimum buffer size, target must be open */
c5aa993b 5142 if (!remote_desc)
c906108c
SS
5143 error ("remote query is only available after target open");
5144
5145 /* we only take uppercase letters as query types, at least for now */
c5aa993b 5146 if ((query_type < 'A') || (query_type > 'Z'))
c906108c
SS
5147 error ("invalid remote query type");
5148
c5aa993b 5149 if (!buf)
c906108c
SS
5150 error ("null remote query specified");
5151
c5aa993b 5152 if (!outbuf)
c906108c
SS
5153 error ("remote query requires a buffer to receive data");
5154
5155 outbuf[0] = '\0';
5156
5157 *p2++ = 'q';
5158 *p2++ = query_type;
5159
5160 /* we used one buffer char for the remote protocol q command and another
5161 for the query type. As the remote protocol encapsulation uses 4 chars
5162 plus one extra in case we are debugging (remote_debug),
5163 we have PBUFZIZ - 7 left to pack the query string */
5164 i = 0;
d01949b6 5165 while (buf[i] && (i < ((rs->remote_packet_size) - 8)))
c906108c
SS
5166 {
5167 /* bad caller may have sent forbidden characters */
c5aa993b
JM
5168 if ((!isprint (buf[i])) || (buf[i] == '$') || (buf[i] == '#'))
5169 error ("illegal characters in query string");
c906108c
SS
5170
5171 *p2++ = buf[i];
5172 i++;
5173 }
5174 *p2 = buf[i];
5175
c5aa993b 5176 if (buf[i])
c906108c
SS
5177 error ("query larger than available buffer");
5178
5179 i = putpkt (buf2);
c5aa993b
JM
5180 if (i < 0)
5181 return i;
c906108c 5182
c2d11a7d 5183 getpkt (outbuf, *bufsiz, 0);
c906108c
SS
5184
5185 return 0;
5186}
5187
96baa820
JM
5188static void
5189remote_rcmd (char *command,
d9fcf2fb 5190 struct ui_file *outbuf)
96baa820 5191{
d01949b6 5192 struct remote_state *rs = get_remote_state ();
96baa820 5193 int i;
d01949b6 5194 char *buf = alloca (rs->remote_packet_size);
96baa820
JM
5195 char *p = buf;
5196
5197 if (!remote_desc)
5198 error ("remote rcmd is only available after target open");
5199
7be570e7
JM
5200 /* Send a NULL command across as an empty command */
5201 if (command == NULL)
5202 command = "";
5203
96baa820
JM
5204 /* The query prefix */
5205 strcpy (buf, "qRcmd,");
5206 p = strchr (buf, '\0');
5207
d01949b6 5208 if ((strlen (buf) + strlen (command) * 2 + 8/*misc*/) > (rs->remote_packet_size))
96baa820
JM
5209 error ("\"monitor\" command ``%s'' is too long\n", command);
5210
5211 /* Encode the actual command */
30559e10 5212 bin2hex (command, p, 0);
96baa820
JM
5213
5214 if (putpkt (buf) < 0)
5215 error ("Communication problem with target\n");
5216
5217 /* get/display the response */
5218 while (1)
5219 {
5220 /* XXX - see also tracepoint.c:remote_get_noisy_reply() */
5221 buf[0] = '\0';
d01949b6 5222 getpkt (buf, (rs->remote_packet_size), 0);
96baa820
JM
5223 if (buf[0] == '\0')
5224 error ("Target does not support this command\n");
5225 if (buf[0] == 'O' && buf[1] != 'K')
5226 {
5227 remote_console_output (buf + 1); /* 'O' message from stub */
5228 continue;
5229 }
5230 if (strcmp (buf, "OK") == 0)
5231 break;
7be570e7
JM
5232 if (strlen (buf) == 3 && buf[0] == 'E'
5233 && isdigit (buf[1]) && isdigit (buf[2]))
5234 {
5235 error ("Protocol error with Rcmd");
5236 }
96baa820
JM
5237 for (p = buf; p[0] != '\0' && p[1] != '\0'; p += 2)
5238 {
5239 char c = (fromhex (p[0]) << 4) + fromhex (p[1]);
5240 fputc_unfiltered (c, outbuf);
5241 }
5242 break;
5243 }
5244}
5245
c906108c 5246static void
fba45db2 5247packet_command (char *args, int from_tty)
c906108c 5248{
d01949b6
AC
5249 struct remote_state *rs = get_remote_state ();
5250 char *buf = alloca (rs->remote_packet_size);
c906108c 5251
c5aa993b 5252 if (!remote_desc)
c906108c
SS
5253 error ("command can only be used with remote target");
5254
c5aa993b 5255 if (!args)
c906108c
SS
5256 error ("remote-packet command requires packet text as argument");
5257
5258 puts_filtered ("sending: ");
5259 print_packet (args);
5260 puts_filtered ("\n");
5261 putpkt (args);
5262
d01949b6 5263 getpkt (buf, (rs->remote_packet_size), 0);
c906108c
SS
5264 puts_filtered ("received: ");
5265 print_packet (buf);
5266 puts_filtered ("\n");
5267}
5268
5269#if 0
5270/* --------- UNIT_TEST for THREAD oriented PACKETS ------------------------- */
5271
a14ed312 5272static void display_thread_info (struct gdb_ext_thread_info *info);
c906108c 5273
a14ed312 5274static void threadset_test_cmd (char *cmd, int tty);
c906108c 5275
a14ed312 5276static void threadalive_test (char *cmd, int tty);
c906108c 5277
a14ed312 5278static void threadlist_test_cmd (char *cmd, int tty);
c906108c 5279
a14ed312 5280int get_and_display_threadinfo (threadref * ref);
c906108c 5281
a14ed312 5282static void threadinfo_test_cmd (char *cmd, int tty);
c906108c 5283
a14ed312 5284static int thread_display_step (threadref * ref, void *context);
c906108c 5285
a14ed312 5286static void threadlist_update_test_cmd (char *cmd, int tty);
c906108c 5287
a14ed312 5288static void init_remote_threadtests (void);
c906108c 5289
c5aa993b 5290#define SAMPLE_THREAD 0x05060708 /* Truncated 64 bit threadid */
c906108c
SS
5291
5292static void
fba45db2 5293threadset_test_cmd (char *cmd, int tty)
c906108c
SS
5294{
5295 int sample_thread = SAMPLE_THREAD;
5296
5297 printf_filtered ("Remote threadset test\n");
5298 set_thread (sample_thread, 1);
5299}
5300
5301
5302static void
fba45db2 5303threadalive_test (char *cmd, int tty)
c906108c
SS
5304{
5305 int sample_thread = SAMPLE_THREAD;
5306
39f77062 5307 if (remote_thread_alive (pid_to_ptid (sample_thread)))
c906108c
SS
5308 printf_filtered ("PASS: Thread alive test\n");
5309 else
5310 printf_filtered ("FAIL: Thread alive test\n");
5311}
5312
a14ed312 5313void output_threadid (char *title, threadref * ref);
c906108c
SS
5314
5315void
fba45db2 5316output_threadid (char *title, threadref *ref)
c906108c
SS
5317{
5318 char hexid[20];
5319
5320 pack_threadid (&hexid[0], ref); /* Convert threead id into hex */
5321 hexid[16] = 0;
5322 printf_filtered ("%s %s\n", title, (&hexid[0]));
5323}
5324
5325static void
fba45db2 5326threadlist_test_cmd (char *cmd, int tty)
c906108c
SS
5327{
5328 int startflag = 1;
5329 threadref nextthread;
5330 int done, result_count;
5331 threadref threadlist[3];
5332
5333 printf_filtered ("Remote Threadlist test\n");
5334 if (!remote_get_threadlist (startflag, &nextthread, 3, &done,
5335 &result_count, &threadlist[0]))
5336 printf_filtered ("FAIL: threadlist test\n");
5337 else
5338 {
5339 threadref *scan = threadlist;
5340 threadref *limit = scan + result_count;
5341
5342 while (scan < limit)
5343 output_threadid (" thread ", scan++);
5344 }
5345}
5346
5347void
fba45db2 5348display_thread_info (struct gdb_ext_thread_info *info)
c906108c
SS
5349{
5350 output_threadid ("Threadid: ", &info->threadid);
5351 printf_filtered ("Name: %s\n ", info->shortname);
5352 printf_filtered ("State: %s\n", info->display);
5353 printf_filtered ("other: %s\n\n", info->more_display);
5354}
5355
5356int
fba45db2 5357get_and_display_threadinfo (threadref *ref)
c906108c
SS
5358{
5359 int result;
5360 int set;
5361 struct gdb_ext_thread_info threadinfo;
5362
5363 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
5364 | TAG_MOREDISPLAY | TAG_DISPLAY;
5365 if (0 != (result = remote_get_threadinfo (ref, set, &threadinfo)))
5366 display_thread_info (&threadinfo);
5367 return result;
5368}
5369
5370static void
fba45db2 5371threadinfo_test_cmd (char *cmd, int tty)
c906108c
SS
5372{
5373 int athread = SAMPLE_THREAD;
5374 threadref thread;
5375 int set;
5376
5377 int_to_threadref (&thread, athread);
5378 printf_filtered ("Remote Threadinfo test\n");
5379 if (!get_and_display_threadinfo (&thread))
5380 printf_filtered ("FAIL cannot get thread info\n");
5381}
5382
5383static int
fba45db2 5384thread_display_step (threadref *ref, void *context)
c906108c
SS
5385{
5386 /* output_threadid(" threadstep ",ref); *//* simple test */
5387 return get_and_display_threadinfo (ref);
5388}
5389
5390static void
fba45db2 5391threadlist_update_test_cmd (char *cmd, int tty)
c906108c
SS
5392{
5393 printf_filtered ("Remote Threadlist update test\n");
5394 remote_threadlist_iterator (thread_display_step, 0, CRAZY_MAX_THREADS);
5395}
5396
5397static void
5398init_remote_threadtests (void)
5399{
5400 add_com ("tlist", class_obscure, threadlist_test_cmd,
5401 "Fetch and print the remote list of thread identifiers, one pkt only");
5402 add_com ("tinfo", class_obscure, threadinfo_test_cmd,
5403 "Fetch and display info about one thread");
5404 add_com ("tset", class_obscure, threadset_test_cmd,
5405 "Test setting to a different thread");
5406 add_com ("tupd", class_obscure, threadlist_update_test_cmd,
5407 "Iterate through updating all remote thread info");
5408 add_com ("talive", class_obscure, threadalive_test,
5409 " Remote thread alive test ");
5410}
5411
5412#endif /* 0 */
5413
f3fb8c85
MS
5414/* Convert a thread ID to a string. Returns the string in a static
5415 buffer. */
5416
5417static char *
39f77062 5418remote_pid_to_str (ptid_t ptid)
f3fb8c85
MS
5419{
5420 static char buf[30];
5421
39f77062 5422 sprintf (buf, "Thread %d", PIDGET (ptid));
f3fb8c85
MS
5423 return buf;
5424}
5425
c906108c 5426static void
fba45db2 5427init_remote_ops (void)
c906108c 5428{
c5aa993b 5429 remote_ops.to_shortname = "remote";
c906108c 5430 remote_ops.to_longname = "Remote serial target in gdb-specific protocol";
c5aa993b 5431 remote_ops.to_doc =
c906108c 5432 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
0d06e24b
JM
5433Specify the serial device it is connected to\n\
5434(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.).";
c5aa993b
JM
5435 remote_ops.to_open = remote_open;
5436 remote_ops.to_close = remote_close;
c906108c 5437 remote_ops.to_detach = remote_detach;
c5aa993b 5438 remote_ops.to_resume = remote_resume;
c906108c
SS
5439 remote_ops.to_wait = remote_wait;
5440 remote_ops.to_fetch_registers = remote_fetch_registers;
5441 remote_ops.to_store_registers = remote_store_registers;
5442 remote_ops.to_prepare_to_store = remote_prepare_to_store;
c5aa993b
JM
5443 remote_ops.to_xfer_memory = remote_xfer_memory;
5444 remote_ops.to_files_info = remote_files_info;
c906108c
SS
5445 remote_ops.to_insert_breakpoint = remote_insert_breakpoint;
5446 remote_ops.to_remove_breakpoint = remote_remove_breakpoint;
3c3bea1c
GS
5447 remote_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint;
5448 remote_ops.to_stopped_data_address = remote_stopped_data_address;
5449 remote_ops.to_can_use_hw_breakpoint = remote_check_watch_resources;
5450 remote_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint;
5451 remote_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint;
5452 remote_ops.to_insert_watchpoint = remote_insert_watchpoint;
5453 remote_ops.to_remove_watchpoint = remote_remove_watchpoint;
c5aa993b
JM
5454 remote_ops.to_kill = remote_kill;
5455 remote_ops.to_load = generic_load;
c906108c
SS
5456 remote_ops.to_mourn_inferior = remote_mourn;
5457 remote_ops.to_thread_alive = remote_thread_alive;
0f71a2f6 5458 remote_ops.to_find_new_threads = remote_threads_info;
0caabb7e 5459 remote_ops.to_pid_to_str = remote_pid_to_str;
cf759d3b 5460 remote_ops.to_extra_thread_info = remote_threads_extra_info;
c906108c
SS
5461 remote_ops.to_stop = remote_stop;
5462 remote_ops.to_query = remote_query;
96baa820 5463 remote_ops.to_rcmd = remote_rcmd;
c906108c 5464 remote_ops.to_stratum = process_stratum;
c5aa993b
JM
5465 remote_ops.to_has_all_memory = 1;
5466 remote_ops.to_has_memory = 1;
5467 remote_ops.to_has_stack = 1;
5468 remote_ops.to_has_registers = 1;
5469 remote_ops.to_has_execution = 1;
5470 remote_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */
5471 remote_ops.to_magic = OPS_MAGIC;
c906108c
SS
5472}
5473
5474/* Set up the extended remote vector by making a copy of the standard
5475 remote vector and adding to it. */
5476
5477static void
fba45db2 5478init_extended_remote_ops (void)
c906108c
SS
5479{
5480 extended_remote_ops = remote_ops;
5481
0f71a2f6 5482 extended_remote_ops.to_shortname = "extended-remote";
c5aa993b 5483 extended_remote_ops.to_longname =
c906108c 5484 "Extended remote serial target in gdb-specific protocol";
c5aa993b 5485 extended_remote_ops.to_doc =
c906108c
SS
5486 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
5487Specify the serial device it is connected to (e.g. /dev/ttya).",
c5aa993b 5488 extended_remote_ops.to_open = extended_remote_open;
c906108c
SS
5489 extended_remote_ops.to_create_inferior = extended_remote_create_inferior;
5490 extended_remote_ops.to_mourn_inferior = extended_remote_mourn;
0f71a2f6
JM
5491}
5492
5493/*
5494 * Command: info remote-process
5495 *
5496 * This implements Cisco's version of the "info proc" command.
5497 *
5498 * This query allows the target stub to return an arbitrary string
5499 * (or strings) giving arbitrary information about the target process.
5500 * This is optional; the target stub isn't required to implement it.
5501 *
5502 * Syntax: qfProcessInfo request first string
5503 * qsProcessInfo request subsequent string
5504 * reply: 'O'<hex-encoded-string>
5505 * 'l' last reply (empty)
5506 */
5507
5508static void
c2d11a7d 5509remote_info_process (char *args, int from_tty)
0f71a2f6 5510{
d01949b6
AC
5511 struct remote_state *rs = get_remote_state ();
5512 char *buf = alloca (rs->remote_packet_size);
0f71a2f6
JM
5513
5514 if (remote_desc == 0)
5515 error ("Command can only be used when connected to the remote target.");
5516
5517 putpkt ("qfProcessInfo");
d01949b6 5518 getpkt (buf, (rs->remote_packet_size), 0);
0f71a2f6 5519 if (buf[0] == 0)
c5aa993b 5520 return; /* Silently: target does not support this feature. */
0f71a2f6
JM
5521
5522 if (buf[0] == 'E')
5523 error ("info proc: target error.");
5524
c5aa993b 5525 while (buf[0] == 'O') /* Capitol-O packet */
0f71a2f6
JM
5526 {
5527 remote_console_output (&buf[1]);
5528 putpkt ("qsProcessInfo");
d01949b6 5529 getpkt (buf, (rs->remote_packet_size), 0);
0f71a2f6
JM
5530 }
5531}
5532
5533/*
5534 * Target Cisco
5535 */
5536
5537static void
c2d11a7d 5538remote_cisco_open (char *name, int from_tty)
0f71a2f6 5539{
36918e70 5540 int ex;
0f71a2f6 5541 if (name == 0)
22e04375
AC
5542 error ("To open a remote debug connection, you need to specify what \n"
5543 "device is attached to the remote system (e.g. host:port).");
0f71a2f6 5544
6426a772
JM
5545 /* See FIXME above */
5546 wait_forever_enabled_p = 1;
5547
0f71a2f6
JM
5548 target_preopen (from_tty);
5549
5550 unpush_target (&remote_cisco_ops);
5551
9db8d71f 5552 remote_desc = remote_serial_open (name);
0f71a2f6
JM
5553 if (!remote_desc)
5554 perror_with_name (name);
5555
5556 /*
5557 * If a baud rate was specified on the gdb command line it will
5558 * be greater than the initial value of -1. If it is, use it otherwise
5559 * default to 9600
5560 */
5561
5562 baud_rate = (baud_rate > 0) ? baud_rate : 9600;
2cd58942 5563 if (serial_setbaudrate (remote_desc, baud_rate))
0f71a2f6 5564 {
2cd58942 5565 serial_close (remote_desc);
0f71a2f6
JM
5566 perror_with_name (name);
5567 }
5568
2cd58942 5569 serial_raw (remote_desc);
0f71a2f6
JM
5570
5571 /* If there is something sitting in the buffer we might take it as a
5572 response to a command, which would be bad. */
2cd58942 5573 serial_flush_input (remote_desc);
0f71a2f6
JM
5574
5575 if (from_tty)
5576 {
5577 puts_filtered ("Remote debugging using ");
5578 puts_filtered (name);
5579 puts_filtered ("\n");
5580 }
5581
5582 remote_cisco_mode = 1;
5583
5584 push_target (&remote_cisco_ops); /* Switch to using cisco target now */
5585
d471ea57 5586 init_all_packet_configs ();
0f71a2f6 5587
c5aa993b 5588 general_thread = -2;
0f71a2f6
JM
5589 continue_thread = -2;
5590
9d1f7ab2
MS
5591 /* Probe for ability to use "ThreadInfo" query, as required. */
5592 use_threadinfo_query = 1;
5593 use_threadextra_query = 1;
5594
0f71a2f6
JM
5595 /* Without this, some commands which require an active target (such
5596 as kill) won't work. This variable serves (at least) double duty
5597 as both the pid of the target process (if it has such), and as a
5598 flag indicating that a target is active. These functions should
5599 be split out into seperate variables, especially since GDB will
5600 someday have a notion of debugging several processes. */
39f77062 5601 inferior_ptid = pid_to_ptid (MAGIC_NULL_PID);
0f71a2f6 5602
36918e70 5603 /* Start the remote connection; if error, discard this target. See
165b8e33
AC
5604 the comments in remote_open_1() for further details such as the
5605 need to re-throw the exception. */
36918e70
AC
5606 ex = catch_exceptions (uiout,
5607 remote_start_remote_dummy, NULL,
5608 "Couldn't establish connection to remote"
5609 " target\n",
5610 RETURN_MASK_ALL);
5611 if (ex < 0)
0f71a2f6
JM
5612 {
5613 pop_target ();
165b8e33 5614 throw_exception (ex);
0f71a2f6
JM
5615 }
5616}
5617
5618static void
c2d11a7d 5619remote_cisco_close (int quitting)
0f71a2f6
JM
5620{
5621 remote_cisco_mode = 0;
5622 remote_close (quitting);
5623}
5624
c5aa993b 5625static void
8ab86381 5626remote_cisco_mourn (void)
0f71a2f6
JM
5627{
5628 remote_mourn_1 (&remote_cisco_ops);
5629}
5630
c5aa993b
JM
5631enum
5632{
5633 READ_MORE,
5634 FATAL_ERROR,
5635 ENTER_DEBUG,
0f71a2f6 5636 DISCONNECT_TELNET
c5aa993b
JM
5637}
5638minitelnet_return;
0f71a2f6 5639
1ff9c3d6
AC
5640/* Shared between readsocket() and readtty(). The size is arbitrary,
5641 however all targets are known to support a 400 character packet. */
5642static char tty_input[400];
0f71a2f6
JM
5643
5644static int escape_count;
5645static int echo_check;
5646extern int quit_flag;
5647
5648static int
c2d11a7d 5649readsocket (void)
0f71a2f6
JM
5650{
5651 int data;
5652
5653 /* Loop until the socket doesn't have any more data */
5654
c5aa993b 5655 while ((data = readchar (0)) >= 0)
0f71a2f6
JM
5656 {
5657 /* Check for the escape sequence */
c5aa993b 5658 if (data == '|')
0f71a2f6
JM
5659 {
5660 /* If this is the fourth escape, get out */
c5aa993b 5661 if (++escape_count == 4)
0f71a2f6
JM
5662 {
5663 return ENTER_DEBUG;
5664 }
c5aa993b
JM
5665 else
5666 { /* This is a '|', but not the fourth in a row.
5667 Continue without echoing it. If it isn't actually
5668 one of four in a row, it'll be echoed later. */
0f71a2f6
JM
5669 continue;
5670 }
5671 }
c5aa993b
JM
5672 else
5673 /* Not a '|' */
5674 {
0f71a2f6
JM
5675 /* Ensure any pending '|'s are flushed. */
5676
c5aa993b
JM
5677 for (; escape_count > 0; escape_count--)
5678 putchar ('|');
0f71a2f6 5679 }
0f71a2f6 5680
c5aa993b
JM
5681 if (data == '\r') /* If this is a return character, */
5682 continue; /* - just supress it. */
5683
5684 if (echo_check != -1) /* Check for echo of user input. */
0f71a2f6
JM
5685 {
5686 if (tty_input[echo_check] == data)
5687 {
1ff9c3d6 5688 gdb_assert (echo_check <= sizeof (tty_input));
c5aa993b
JM
5689 echo_check++; /* Character matched user input: */
5690 continue; /* Continue without echoing it. */
0f71a2f6 5691 }
c5aa993b
JM
5692 else if ((data == '\n') && (tty_input[echo_check] == '\r'))
5693 { /* End of the line (and of echo checking). */
5694 echo_check = -1; /* No more echo supression */
5695 continue; /* Continue without echoing. */
0f71a2f6
JM
5696 }
5697 else
c5aa993b
JM
5698 { /* Failed check for echo of user input.
5699 We now have some suppressed output to flush! */
0f71a2f6
JM
5700 int j;
5701
c5aa993b 5702 for (j = 0; j < echo_check; j++)
0f71a2f6
JM
5703 putchar (tty_input[j]);
5704 echo_check = -1;
5705 }
5706 }
c5aa993b 5707 putchar (data); /* Default case: output the char. */
0f71a2f6
JM
5708 }
5709
c5aa993b
JM
5710 if (data == SERIAL_TIMEOUT) /* Timeout returned from readchar. */
5711 return READ_MORE; /* Try to read some more */
5712 else
5713 return FATAL_ERROR; /* Trouble, bail out */
0f71a2f6
JM
5714}
5715
5716static int
c2d11a7d 5717readtty (void)
0f71a2f6 5718{
0f71a2f6
JM
5719 int tty_bytecount;
5720
5721 /* First, read a buffer full from the terminal */
5722 tty_bytecount = read (fileno (stdin), tty_input, sizeof (tty_input) - 1);
c5aa993b 5723 if (tty_bytecount == -1)
0f71a2f6
JM
5724 {
5725 perror ("readtty: read failed");
5726 return FATAL_ERROR;
5727 }
5728
5729 /* Remove a quoted newline. */
5730 if (tty_input[tty_bytecount - 1] == '\n' &&
5731 tty_input[tty_bytecount - 2] == '\\') /* line ending in backslash */
5732 {
c5aa993b
JM
5733 tty_input[--tty_bytecount] = 0; /* remove newline */
5734 tty_input[--tty_bytecount] = 0; /* remove backslash */
0f71a2f6
JM
5735 }
5736
5737 /* Turn trailing newlines into returns */
5738 if (tty_input[tty_bytecount - 1] == '\n')
c5aa993b 5739 tty_input[tty_bytecount - 1] = '\r';
0f71a2f6
JM
5740
5741 /* If the line consists of a ~, enter debugging mode. */
5742 if ((tty_input[0] == '~') && (tty_bytecount == 2))
5743 return ENTER_DEBUG;
5744
5745 /* Make this a zero terminated string and write it out */
5746 tty_input[tty_bytecount] = 0;
2cd58942 5747 if (serial_write (remote_desc, tty_input, tty_bytecount))
0f71a2f6
JM
5748 {
5749 perror_with_name ("readtty: write failed");
5750 return FATAL_ERROR;
5751 }
5752
5753 return READ_MORE;
5754}
5755
5756static int
c2d11a7d 5757minitelnet (void)
0f71a2f6
JM
5758{
5759 fd_set input; /* file descriptors for select */
c5aa993b
JM
5760 int tablesize; /* max number of FDs for select */
5761 int status;
5762 int quit_count = 0;
0f71a2f6 5763
0f71a2f6 5764 escape_count = 0;
c5aa993b 5765 echo_check = -1;
0f71a2f6
JM
5766
5767 tablesize = 8 * sizeof (input);
5768
c5aa993b 5769 for (;;)
0f71a2f6
JM
5770 {
5771 /* Check for anything from our socket - doesn't block. Note that
c5aa993b
JM
5772 this must be done *before* the select as there may be
5773 buffered I/O waiting to be processed. */
0f71a2f6 5774
c5aa993b 5775 if ((status = readsocket ()) == FATAL_ERROR)
0f71a2f6
JM
5776 {
5777 error ("Debugging terminated by communications error");
5778 }
c5aa993b 5779 else if (status != READ_MORE)
0f71a2f6
JM
5780 {
5781 return (status);
5782 }
5783
c5aa993b 5784 fflush (stdout); /* Flush output before blocking */
0f71a2f6
JM
5785
5786 /* Now block on more socket input or TTY input */
c5aa993b 5787
0f71a2f6 5788 FD_ZERO (&input);
c5aa993b 5789 FD_SET (fileno (stdin), &input);
2cd58942 5790 FD_SET (deprecated_serial_fd (remote_desc), &input);
0f71a2f6
JM
5791
5792 status = select (tablesize, &input, 0, 0, 0);
c5aa993b 5793 if ((status == -1) && (errno != EINTR))
0f71a2f6
JM
5794 {
5795 error ("Communications error on select %d", errno);
5796 }
5797
5798 /* Handle Control-C typed */
5799
c5aa993b 5800 if (quit_flag)
0f71a2f6
JM
5801 {
5802 if ((++quit_count) == 2)
5803 {
5804 if (query ("Interrupt GDB? "))
5805 {
5806 printf_filtered ("Interrupted by user.\n");
b5a2688f 5807 throw_exception (RETURN_QUIT);
0f71a2f6
JM
5808 }
5809 quit_count = 0;
5810 }
5811 quit_flag = 0;
5812
5813 if (remote_break)
2cd58942 5814 serial_send_break (remote_desc);
0f71a2f6 5815 else
2cd58942 5816 serial_write (remote_desc, "\003", 1);
0f71a2f6
JM
5817
5818 continue;
5819 }
5820
5821 /* Handle console input */
5822
c5aa993b 5823 if (FD_ISSET (fileno (stdin), &input))
0f71a2f6
JM
5824 {
5825 quit_count = 0;
5826 echo_check = 0;
5827 status = readtty ();
5828 if (status == READ_MORE)
5829 continue;
5830
5831 return status; /* telnet session ended */
5832 }
5833 }
5834}
5835
39f77062
KB
5836static ptid_t
5837remote_cisco_wait (ptid_t ptid, struct target_waitstatus *status)
0f71a2f6 5838{
c5aa993b 5839 if (minitelnet () != ENTER_DEBUG)
0f71a2f6
JM
5840 {
5841 error ("Debugging session terminated by protocol error");
5842 }
5843 putpkt ("?");
39f77062 5844 return remote_wait (ptid, status);
0f71a2f6
JM
5845}
5846
5847static void
fba45db2 5848init_remote_cisco_ops (void)
0f71a2f6
JM
5849{
5850 remote_cisco_ops.to_shortname = "cisco";
c5aa993b
JM
5851 remote_cisco_ops.to_longname = "Remote serial target in cisco-specific protocol";
5852 remote_cisco_ops.to_doc =
0f71a2f6
JM
5853 "Use a remote machine via TCP, using a cisco-specific protocol.\n\
5854Specify the serial device it is connected to (e.g. host:2020).";
c5aa993b
JM
5855 remote_cisco_ops.to_open = remote_cisco_open;
5856 remote_cisco_ops.to_close = remote_cisco_close;
5857 remote_cisco_ops.to_detach = remote_detach;
5858 remote_cisco_ops.to_resume = remote_resume;
5859 remote_cisco_ops.to_wait = remote_cisco_wait;
5860 remote_cisco_ops.to_fetch_registers = remote_fetch_registers;
5861 remote_cisco_ops.to_store_registers = remote_store_registers;
5862 remote_cisco_ops.to_prepare_to_store = remote_prepare_to_store;
5863 remote_cisco_ops.to_xfer_memory = remote_xfer_memory;
5864 remote_cisco_ops.to_files_info = remote_files_info;
0f71a2f6 5865 remote_cisco_ops.to_insert_breakpoint = remote_insert_breakpoint;
3c3bea1c
GS
5866 remote_cisco_ops.to_remove_breakpoint = remote_remove_breakpoint;
5867 remote_cisco_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint;
5868 remote_cisco_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint;
5869 remote_cisco_ops.to_insert_watchpoint = remote_insert_watchpoint;
5870 remote_cisco_ops.to_remove_watchpoint = remote_remove_watchpoint;
5871 remote_cisco_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint;
5872 remote_cisco_ops.to_stopped_data_address = remote_stopped_data_address;
5873 remote_cisco_ops.to_can_use_hw_breakpoint = remote_check_watch_resources;
c5aa993b
JM
5874 remote_cisco_ops.to_kill = remote_kill;
5875 remote_cisco_ops.to_load = generic_load;
5876 remote_cisco_ops.to_mourn_inferior = remote_cisco_mourn;
5877 remote_cisco_ops.to_thread_alive = remote_thread_alive;
5878 remote_cisco_ops.to_find_new_threads = remote_threads_info;
cf759d3b
ND
5879 remote_cisco_ops.to_pid_to_str = remote_pid_to_str;
5880 remote_cisco_ops.to_extra_thread_info = remote_threads_extra_info;
c5aa993b
JM
5881 remote_cisco_ops.to_stratum = process_stratum;
5882 remote_cisco_ops.to_has_all_memory = 1;
5883 remote_cisco_ops.to_has_memory = 1;
5884 remote_cisco_ops.to_has_stack = 1;
5885 remote_cisco_ops.to_has_registers = 1;
5886 remote_cisco_ops.to_has_execution = 1;
5887 remote_cisco_ops.to_magic = OPS_MAGIC;
0f71a2f6
JM
5888}
5889
6426a772
JM
5890static int
5891remote_can_async_p (void)
5892{
5893 /* We're async whenever the serial device is. */
2cd58942 5894 return (current_target.to_async_mask_value) && serial_can_async_p (remote_desc);
6426a772
JM
5895}
5896
5897static int
5898remote_is_async_p (void)
5899{
5900 /* We're async whenever the serial device is. */
2cd58942 5901 return (current_target.to_async_mask_value) && serial_is_async_p (remote_desc);
6426a772
JM
5902}
5903
2acceee2
JM
5904/* Pass the SERIAL event on and up to the client. One day this code
5905 will be able to delay notifying the client of an event until the
5906 point where an entire packet has been received. */
5907
5908static void (*async_client_callback) (enum inferior_event_type event_type, void *context);
5909static void *async_client_context;
5910static serial_event_ftype remote_async_serial_handler;
5911
6426a772 5912static void
819cc324 5913remote_async_serial_handler (struct serial *scb, void *context)
6426a772 5914{
2acceee2
JM
5915 /* Don't propogate error information up to the client. Instead let
5916 the client find out about the error by querying the target. */
5917 async_client_callback (INF_REG_EVENT, async_client_context);
5918}
5919
5920static void
5921remote_async (void (*callback) (enum inferior_event_type event_type, void *context), void *context)
5922{
ed9a39eb 5923 if (current_target.to_async_mask_value == 0)
8e65ff28
AC
5924 internal_error (__FILE__, __LINE__,
5925 "Calling remote_async when async is masked");
ed9a39eb 5926
2acceee2
JM
5927 if (callback != NULL)
5928 {
2cd58942 5929 serial_async (remote_desc, remote_async_serial_handler, NULL);
2acceee2
JM
5930 async_client_callback = callback;
5931 async_client_context = context;
5932 }
5933 else
2cd58942 5934 serial_async (remote_desc, NULL, NULL);
6426a772
JM
5935}
5936
43ff13b4
JM
5937/* Target async and target extended-async.
5938
5939 This are temporary targets, until it is all tested. Eventually
5940 async support will be incorporated int the usual 'remote'
5941 target. */
5942
5943static void
c2d11a7d 5944init_remote_async_ops (void)
43ff13b4
JM
5945{
5946 remote_async_ops.to_shortname = "async";
c5aa993b
JM
5947 remote_async_ops.to_longname = "Remote serial target in async version of the gdb-specific protocol";
5948 remote_async_ops.to_doc =
43ff13b4
JM
5949 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
5950Specify the serial device it is connected to (e.g. /dev/ttya).";
c5aa993b
JM
5951 remote_async_ops.to_open = remote_async_open;
5952 remote_async_ops.to_close = remote_close;
5953 remote_async_ops.to_detach = remote_async_detach;
5954 remote_async_ops.to_resume = remote_async_resume;
5955 remote_async_ops.to_wait = remote_async_wait;
5956 remote_async_ops.to_fetch_registers = remote_fetch_registers;
5957 remote_async_ops.to_store_registers = remote_store_registers;
5958 remote_async_ops.to_prepare_to_store = remote_prepare_to_store;
5959 remote_async_ops.to_xfer_memory = remote_xfer_memory;
5960 remote_async_ops.to_files_info = remote_files_info;
43ff13b4
JM
5961 remote_async_ops.to_insert_breakpoint = remote_insert_breakpoint;
5962 remote_async_ops.to_remove_breakpoint = remote_remove_breakpoint;
3c3bea1c
GS
5963 remote_async_ops.to_can_use_hw_breakpoint = remote_check_watch_resources;
5964 remote_async_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint;
5965 remote_async_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint;
5966 remote_async_ops.to_insert_watchpoint = remote_insert_watchpoint;
5967 remote_async_ops.to_remove_watchpoint = remote_remove_watchpoint;
5968 remote_async_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint;
5969 remote_async_ops.to_stopped_data_address = remote_stopped_data_address;
6426a772
JM
5970 remote_async_ops.to_terminal_inferior = remote_async_terminal_inferior;
5971 remote_async_ops.to_terminal_ours = remote_async_terminal_ours;
c5aa993b
JM
5972 remote_async_ops.to_kill = remote_async_kill;
5973 remote_async_ops.to_load = generic_load;
53a5351d 5974 remote_async_ops.to_mourn_inferior = remote_async_mourn;
c5aa993b
JM
5975 remote_async_ops.to_thread_alive = remote_thread_alive;
5976 remote_async_ops.to_find_new_threads = remote_threads_info;
cf759d3b
ND
5977 remote_async_ops.to_pid_to_str = remote_pid_to_str;
5978 remote_async_ops.to_extra_thread_info = remote_threads_extra_info;
43ff13b4
JM
5979 remote_async_ops.to_stop = remote_stop;
5980 remote_async_ops.to_query = remote_query;
96baa820 5981 remote_async_ops.to_rcmd = remote_rcmd;
c5aa993b
JM
5982 remote_async_ops.to_stratum = process_stratum;
5983 remote_async_ops.to_has_all_memory = 1;
5984 remote_async_ops.to_has_memory = 1;
5985 remote_async_ops.to_has_stack = 1;
5986 remote_async_ops.to_has_registers = 1;
5987 remote_async_ops.to_has_execution = 1;
5988 remote_async_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */
6426a772
JM
5989 remote_async_ops.to_can_async_p = remote_can_async_p;
5990 remote_async_ops.to_is_async_p = remote_is_async_p;
5991 remote_async_ops.to_async = remote_async;
ed9a39eb 5992 remote_async_ops.to_async_mask_value = 1;
c5aa993b 5993 remote_async_ops.to_magic = OPS_MAGIC;
43ff13b4
JM
5994}
5995
5996/* Set up the async extended remote vector by making a copy of the standard
5997 remote vector and adding to it. */
5998
5999static void
c2d11a7d 6000init_extended_async_remote_ops (void)
43ff13b4
JM
6001{
6002 extended_async_remote_ops = remote_async_ops;
6003
6004 extended_async_remote_ops.to_shortname = "extended-async";
c5aa993b 6005 extended_async_remote_ops.to_longname =
43ff13b4 6006 "Extended remote serial target in async gdb-specific protocol";
c5aa993b 6007 extended_async_remote_ops.to_doc =
43ff13b4
JM
6008 "Use a remote computer via a serial line, using an async gdb-specific protocol.\n\
6009Specify the serial device it is connected to (e.g. /dev/ttya).",
c5aa993b 6010 extended_async_remote_ops.to_open = extended_remote_async_open;
43ff13b4
JM
6011 extended_async_remote_ops.to_create_inferior = extended_remote_async_create_inferior;
6012 extended_async_remote_ops.to_mourn_inferior = extended_remote_mourn;
6013}
6014
5a2468f5 6015static void
c2d11a7d 6016set_remote_cmd (char *args, int from_tty)
5a2468f5 6017{
5a2468f5
JM
6018}
6019
d471ea57
AC
6020static void
6021show_remote_cmd (char *args, int from_tty)
6022{
e9e68a56
AC
6023 /* FIXME: cagney/2002-06-15: This function should iterate over
6024 remote_show_cmdlist for a list of sub commands to show. */
6025 show_remote_protocol_Z_packet_cmd (args, from_tty, NULL);
6026 show_remote_protocol_e_packet_cmd (args, from_tty, NULL);
6027 show_remote_protocol_E_packet_cmd (args, from_tty, NULL);
6028 show_remote_protocol_P_packet_cmd (args, from_tty, NULL);
6029 show_remote_protocol_qSymbol_packet_cmd (args, from_tty, NULL);
6030 show_remote_protocol_binary_download_cmd (args, from_tty, NULL);
d471ea57 6031}
5a2468f5 6032
0f71a2f6 6033static void
fba45db2 6034build_remote_gdbarch_data (void)
0f71a2f6 6035{
d696208f 6036 remote_address_size = TARGET_ADDR_BIT;
0f71a2f6
JM
6037}
6038
dc8acb97
MS
6039/* Saved pointer to previous owner of the new_objfile event. */
6040static void (*remote_new_objfile_chain) (struct objfile *);
6041
6042/* Function to be called whenever a new objfile (shlib) is detected. */
6043static void
6044remote_new_objfile (struct objfile *objfile)
6045{
6046 if (remote_desc != 0) /* Have a remote connection */
6047 {
6048 remote_check_symbols (objfile);
6049 }
6050 /* Call predecessor on chain, if any. */
6051 if (remote_new_objfile_chain != 0 &&
6052 remote_desc == 0)
6053 remote_new_objfile_chain (objfile);
6054}
6055
c906108c 6056void
fba45db2 6057_initialize_remote (void)
c906108c 6058{
5a2468f5
JM
6059 static struct cmd_list_element *remote_set_cmdlist;
6060 static struct cmd_list_element *remote_show_cmdlist;
11cf8741 6061 struct cmd_list_element *tmpcmd;
5a2468f5 6062
0f71a2f6 6063 /* architecture specific data */
d01949b6
AC
6064 remote_gdbarch_data_handle = register_gdbarch_data (init_remote_state,
6065 free_remote_state);
6066
6067 /* Old tacky stuff. NOTE: This comes after the remote protocol so
6068 that the remote protocol has been initialized. */
11cf8741
JM
6069 register_gdbarch_swap (&remote_address_size,
6070 sizeof (&remote_address_size), NULL);
0f71a2f6
JM
6071 register_gdbarch_swap (NULL, 0, build_remote_gdbarch_data);
6072
c906108c
SS
6073 init_remote_ops ();
6074 add_target (&remote_ops);
6075
6076 init_extended_remote_ops ();
6077 add_target (&extended_remote_ops);
cce74817 6078
43ff13b4
JM
6079 init_remote_async_ops ();
6080 add_target (&remote_async_ops);
6081
6082 init_extended_async_remote_ops ();
6083 add_target (&extended_async_remote_ops);
6084
0f71a2f6
JM
6085 init_remote_cisco_ops ();
6086 add_target (&remote_cisco_ops);
6087
dc8acb97
MS
6088 /* Hook into new objfile notification. */
6089 remote_new_objfile_chain = target_new_objfile_hook;
6090 target_new_objfile_hook = remote_new_objfile;
6091
c906108c
SS
6092#if 0
6093 init_remote_threadtests ();
6094#endif
6095
d471ea57
AC
6096 /* set/show remote ... */
6097
5a2468f5
JM
6098 add_prefix_cmd ("remote", class_maintenance, set_remote_cmd, "\
6099Remote protocol specific variables\n\
6100Configure various remote-protocol specific variables such as\n\
6101the packets being used",
cff3e48b 6102 &remote_set_cmdlist, "set remote ",
5a2468f5 6103 0/*allow-unknown*/, &setlist);
d471ea57 6104 add_prefix_cmd ("remote", class_maintenance, show_remote_cmd, "\
5a2468f5
JM
6105Remote protocol specific variables\n\
6106Configure various remote-protocol specific variables such as\n\
6107the packets being used",
cff3e48b 6108 &remote_show_cmdlist, "show remote ",
5a2468f5
JM
6109 0/*allow-unknown*/, &showlist);
6110
c5aa993b 6111 add_cmd ("compare-sections", class_obscure, compare_sections_command,
c906108c 6112 "Compare section data on target to the exec file.\n\
c5aa993b 6113Argument is a single section name (default: all loaded sections).",
c906108c
SS
6114 &cmdlist);
6115
6116 add_cmd ("packet", class_maintenance, packet_command,
6117 "Send an arbitrary packet to a remote target.\n\
6118 maintenance packet TEXT\n\
6119If GDB is talking to an inferior via the GDB serial protocol, then\n\
6120this command sends the string TEXT to the inferior, and displays the\n\
6121response packet. GDB supplies the initial `$' character, and the\n\
6122terminating `#' character and checksum.",
6123 &maintenancelist);
6124
e707bbc2
AC
6125 add_setshow_boolean_cmd ("remotebreak", no_class, &remote_break,
6126 "Set whether to send break if interrupted.\n",
6127 "Show whether to send break if interrupted.\n",
6128 NULL, NULL,
6129 &setlist, &showlist);
c906108c 6130
11cf8741
JM
6131 /* Install commands for configuring memory read/write packets. */
6132
6133 add_cmd ("remotewritesize", no_class, set_memory_write_packet_size,
6134 "Set the maximum number of bytes per memory write packet (deprecated).\n",
6135 &setlist);
4ad5b0f7 6136 add_cmd ("remotewritesize", no_class, show_memory_write_packet_size,
11cf8741
JM
6137 "Show the maximum number of bytes per memory write packet (deprecated).\n",
6138 &showlist);
6139 add_cmd ("memory-write-packet-size", no_class,
6140 set_memory_write_packet_size,
6141 "Set the maximum number of bytes per memory-write packet.\n"
6142 "Specify the number of bytes in a packet or 0 (zero) for the\n"
6143 "default packet size. The actual limit is further reduced\n"
6144 "dependent on the target. Specify ``fixed'' to disable the\n"
6145 "further restriction and ``limit'' to enable that restriction\n",
6146 &remote_set_cmdlist);
6147 add_cmd ("memory-read-packet-size", no_class,
6148 set_memory_read_packet_size,
6149 "Set the maximum number of bytes per memory-read packet.\n"
6150 "Specify the number of bytes in a packet or 0 (zero) for the\n"
6151 "default packet size. The actual limit is further reduced\n"
6152 "dependent on the target. Specify ``fixed'' to disable the\n"
6153 "further restriction and ``limit'' to enable that restriction\n",
6154 &remote_set_cmdlist);
6155 add_cmd ("memory-write-packet-size", no_class,
6156 show_memory_write_packet_size,
6157 "Show the maximum number of bytes per memory-write packet.\n",
6158 &remote_show_cmdlist);
6159 add_cmd ("memory-read-packet-size", no_class,
6160 show_memory_read_packet_size,
6161 "Show the maximum number of bytes per memory-read packet.\n",
6162 &remote_show_cmdlist);
c906108c 6163
501eef12
AC
6164 add_setshow_cmd ("hardware-watchpoint-limit", no_class,
6165 var_zinteger, &remote_hw_watchpoint_limit, "\
6166Set the maximum number of target hardware watchpoints.\n\
6167Specify a negative limit for unlimited.", "\
6168Show the maximum number of target hardware watchpoints.\n",
6169 NULL, NULL, &remote_set_cmdlist, &remote_show_cmdlist);
6170 add_setshow_cmd ("hardware-breakpoint-limit", no_class,
6171 var_zinteger, &remote_hw_breakpoint_limit, "\
6172Set the maximum number of target hardware breakpoints.\n\
6173Specify a negative limit for unlimited.", "\
6174Show the maximum number of target hardware breakpoints.\n",
6175 NULL, NULL, &remote_set_cmdlist, &remote_show_cmdlist);
6176
c5aa993b 6177 add_show_from_set
c906108c 6178 (add_set_cmd ("remoteaddresssize", class_obscure,
c5aa993b 6179 var_integer, (char *) &remote_address_size,
c906108c
SS
6180 "Set the maximum size of the address (in bits) \
6181in a memory packet.\n",
6182 &setlist),
c5aa993b 6183 &showlist);
c906108c 6184
96baa820
JM
6185 add_packet_config_cmd (&remote_protocol_binary_download,
6186 "X", "binary-download",
6187 set_remote_protocol_binary_download_cmd,
6188 show_remote_protocol_binary_download_cmd,
d471ea57
AC
6189 &remote_set_cmdlist, &remote_show_cmdlist,
6190 1);
96baa820
JM
6191#if 0
6192 /* XXXX - should ``set remotebinarydownload'' be retained for
6193 compatibility. */
c5aa993b 6194 add_show_from_set
b83266a0
SS
6195 (add_set_cmd ("remotebinarydownload", no_class,
6196 var_boolean, (char *) &remote_binary_download,
6197 "Set binary downloads.\n", &setlist),
6198 &showlist);
96baa820 6199#endif
0f71a2f6
JM
6200
6201 add_info ("remote-process", remote_info_process,
6202 "Query the remote system for process info.");
6203
dc8acb97
MS
6204 add_packet_config_cmd (&remote_protocol_qSymbol,
6205 "qSymbol", "symbol-lookup",
6206 set_remote_protocol_qSymbol_packet_cmd,
6207 show_remote_protocol_qSymbol_packet_cmd,
6208 &remote_set_cmdlist, &remote_show_cmdlist,
6209 0);
6210
44eaed12
C
6211 add_packet_config_cmd (&remote_protocol_e,
6212 "e", "step-over-range",
6213 set_remote_protocol_e_packet_cmd,
6214 show_remote_protocol_e_packet_cmd,
6215 &remote_set_cmdlist, &remote_show_cmdlist,
6216 0);
0f017ab9
AC
6217 /* Disable by default. The ``e'' packet has nasty interactions with
6218 the threading code - it relies on global state. */
7f19b9a2 6219 remote_protocol_e.detect = AUTO_BOOLEAN_FALSE;
0f017ab9 6220 update_packet_config (&remote_protocol_e);
44eaed12
C
6221
6222 add_packet_config_cmd (&remote_protocol_E,
6223 "E", "step-over-range-w-signal",
6224 set_remote_protocol_E_packet_cmd,
6225 show_remote_protocol_E_packet_cmd,
6226 &remote_set_cmdlist, &remote_show_cmdlist,
6227 0);
0f017ab9
AC
6228 /* Disable by default. The ``e'' packet has nasty interactions with
6229 the threading code - it relies on global state. */
7f19b9a2 6230 remote_protocol_E.detect = AUTO_BOOLEAN_FALSE;
0f017ab9 6231 update_packet_config (&remote_protocol_E);
44eaed12 6232
d471ea57
AC
6233 add_packet_config_cmd (&remote_protocol_P,
6234 "P", "set-register",
5a2468f5
JM
6235 set_remote_protocol_P_packet_cmd,
6236 show_remote_protocol_P_packet_cmd,
d471ea57
AC
6237 &remote_set_cmdlist, &remote_show_cmdlist,
6238 1);
6239
6240 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_SOFTWARE_BP],
6241 "Z0", "software-breakpoint",
6242 set_remote_protocol_Z_software_bp_packet_cmd,
6243 show_remote_protocol_Z_software_bp_packet_cmd,
6244 &remote_set_cmdlist, &remote_show_cmdlist,
6245 0);
6246
6247 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_HARDWARE_BP],
6248 "Z1", "hardware-breakpoint",
6249 set_remote_protocol_Z_hardware_bp_packet_cmd,
6250 show_remote_protocol_Z_hardware_bp_packet_cmd,
6251 &remote_set_cmdlist, &remote_show_cmdlist,
6252 0);
6253
6254 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_WRITE_WP],
6255 "Z2", "write-watchpoint",
6256 set_remote_protocol_Z_write_wp_packet_cmd,
6257 show_remote_protocol_Z_write_wp_packet_cmd,
6258 &remote_set_cmdlist, &remote_show_cmdlist,
6259 0);
6260
6261 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_READ_WP],
6262 "Z3", "read-watchpoint",
6263 set_remote_protocol_Z_read_wp_packet_cmd,
6264 show_remote_protocol_Z_read_wp_packet_cmd,
6265 &remote_set_cmdlist, &remote_show_cmdlist,
6266 0);
6267
6268 add_packet_config_cmd (&remote_protocol_Z[Z_PACKET_ACCESS_WP],
6269 "Z4", "access-watchpoint",
6270 set_remote_protocol_Z_access_wp_packet_cmd,
6271 show_remote_protocol_Z_access_wp_packet_cmd,
6272 &remote_set_cmdlist, &remote_show_cmdlist,
6273 0);
6274
6275 /* Keep the old ``set remote Z-packet ...'' working. */
e9e68a56
AC
6276 add_setshow_auto_boolean_cmd ("Z-packet", class_obscure,
6277 &remote_Z_packet_detect, "\
6278Set use of remote protocol `Z' packets",
6279 "Show use of remote protocol `Z' packets ",
6280 set_remote_protocol_Z_packet_cmd,
6281 show_remote_protocol_Z_packet_cmd,
6282 &remote_set_cmdlist, &remote_show_cmdlist);
449092f6
CV
6283
6284 /* Eventually initialize fileio. See fileio.c */
6285 initialize_remote_fileio (remote_set_cmdlist, remote_show_cmdlist);
c906108c 6286}