Use register_size () instead of MAX_REGISTER_SIZE
[deliverable/binutils-gdb.git] / gdb / remote.c
CommitLineData
c906108c 1/* Remote target communications for serial-line targets in custom GDB protocol
8926118c 2
61baf725 3 Copyright (C) 1988-2017 Free Software Foundation, Inc.
c906108c 4
c5aa993b
JM
5 This file is part of GDB.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
a9762ec7 9 the Free Software Foundation; either version 3 of the License, or
c5aa993b
JM
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
a9762ec7 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c5aa993b 19
23860348 20/* See the GDB User Guide for details of the GDB remote protocol. */
c5aa993b 21
c906108c 22#include "defs.h"
c906108c
SS
23#include <ctype.h>
24#include <fcntl.h>
c906108c 25#include "inferior.h"
45741a9c 26#include "infrun.h"
c906108c
SS
27#include "bfd.h"
28#include "symfile.h"
29#include "target.h"
c5aa993b 30/*#include "terminal.h" */
c906108c
SS
31#include "gdbcmd.h"
32#include "objfiles.h"
33#include "gdb-stabs.h"
34#include "gdbthread.h"
c2c6d25f 35#include "remote.h"
722247f1 36#include "remote-notif.h"
4e052eda 37#include "regcache.h"
fd0407d6 38#include "value.h"
6867ae3e 39#include "observer.h"
a77053c2 40#include "solib.h"
37a105a1
DJ
41#include "cli/cli-decode.h"
42#include "cli/cli-setshow.h"
424163ea 43#include "target-descriptions.h"
a4453b7e 44#include "gdb_bfd.h"
614c279d 45#include "filestuff.h"
9c3d6531 46#include "rsp-low.h"
6b940e6a 47#include "disasm.h"
f00aae0f 48#include "location.h"
c906108c 49
438e1e42 50#include "gdb_sys_time.h"
c906108c 51
43ff13b4 52#include "event-loop.h"
c2c6d25f 53#include "event-top.h"
2acceee2 54#include "inf-loop.h"
43ff13b4 55
c906108c
SS
56#include <signal.h>
57#include "serial.h"
58
6240bebf
MS
59#include "gdbcore.h" /* for exec_bfd */
60
449092f6 61#include "remote-fileio.h"
a6b151f1 62#include "gdb/fileio.h"
53ce3c39 63#include <sys/stat.h>
dc146f7c 64#include "xml-support.h"
449092f6 65
fd79ecee
DJ
66#include "memory-map.h"
67
35b1e5cc
SS
68#include "tracepoint.h"
69#include "ax.h"
70#include "ax-gdb.h"
d1feda86 71#include "agent.h"
9accd112 72#include "btrace.h"
c0272db5 73#include "record-btrace.h"
325fac50 74#include <algorithm>
35b1e5cc 75
0df8b418 76/* Temp hacks for tracepoint encoding migration. */
35b1e5cc
SS
77static char *target_buf;
78static long target_buf_size;
35b1e5cc 79
94585166
DB
80/* Per-program-space data key. */
81static const struct program_space_data *remote_pspace_data;
82
83/* The variable registered as the control variable used by the
84 remote exec-file commands. While the remote exec-file setting is
85 per-program-space, the set/show machinery uses this as the
86 location of the remote exec-file value. */
87static char *remote_exec_file_var;
88
6765f3e5
DJ
89/* The size to align memory write packets, when practical. The protocol
90 does not guarantee any alignment, and gdb will generate short
91 writes and unaligned writes, but even as a best-effort attempt this
92 can improve bulk transfers. For instance, if a write is misaligned
93 relative to the target's data bus, the stub may need to make an extra
94 round trip fetching data from the target. This doesn't make a
95 huge difference, but it's easy to do, so we try to be helpful.
96
97 The alignment chosen is arbitrary; usually data bus width is
98 important here, not the possibly larger cache line size. */
99enum { REMOTE_ALIGN_WRITES = 16 };
100
23860348 101/* Prototypes for local functions. */
6d820c5c 102static int getpkt_sane (char **buf, long *sizeof_buf, int forever);
74531fed 103static int getpkt_or_notif_sane (char **buf, long *sizeof_buf,
fee9eda9 104 int forever, int *is_notif);
6426a772 105
a14ed312 106static void remote_files_info (struct target_ops *ignore);
c906108c 107
f32dbf8c
MM
108static void remote_prepare_to_store (struct target_ops *self,
109 struct regcache *regcache);
c906108c 110
014f9477
TT
111static void remote_open_1 (const char *, int, struct target_ops *,
112 int extended_p);
c906108c 113
de90e03d 114static void remote_close (struct target_ops *self);
c906108c 115
cbb8991c
DB
116struct remote_state;
117
118static int remote_vkill (int pid, struct remote_state *rs);
119
8020350c
DB
120static void remote_kill_k (void);
121
136d6dae 122static void remote_mourn (struct target_ops *ops);
c906108c 123
a14ed312 124static void extended_remote_restart (void);
c906108c 125
6d820c5c 126static void remote_send (char **buf, long *sizeof_buf_p);
c906108c 127
a14ed312 128static int readchar (int timeout);
c906108c 129
c33e31fd
PA
130static void remote_serial_write (const char *str, int len);
131
7d85a9c0 132static void remote_kill (struct target_ops *ops);
c906108c 133
6a109b6b 134static int remote_can_async_p (struct target_ops *);
75c99385 135
6a109b6b 136static int remote_is_async_p (struct target_ops *);
75c99385 137
6a3753b3 138static void remote_async (struct target_ops *ops, int enable);
75c99385 139
65706a29
PA
140static void remote_thread_events (struct target_ops *ops, int enable);
141
a14ed312 142static void interrupt_query (void);
c906108c 143
79d7f229
PA
144static void set_general_thread (struct ptid ptid);
145static void set_continue_thread (struct ptid ptid);
c906108c 146
a14ed312 147static void get_offsets (void);
c906108c 148
6d820c5c
DJ
149static void skip_frame (void);
150
151static long read_frame (char **buf_p, long *sizeof_buf);
c906108c 152
a14ed312 153static int hexnumlen (ULONGEST num);
c906108c 154
a14ed312 155static void init_remote_ops (void);
c906108c 156
a14ed312 157static void init_extended_remote_ops (void);
c906108c 158
1eab8a48 159static void remote_stop (struct target_ops *self, ptid_t);
c906108c 160
a14ed312 161static int stubhex (int ch);
c906108c 162
a14ed312 163static int hexnumstr (char *, ULONGEST);
c906108c 164
a14ed312 165static int hexnumnstr (char *, ULONGEST, int);
2df3850c 166
a14ed312 167static CORE_ADDR remote_address_masked (CORE_ADDR);
c906108c 168
baa336ce 169static void print_packet (const char *);
c906108c 170
a14ed312 171static void compare_sections_command (char *, int);
c906108c 172
a14ed312 173static void packet_command (char *, int);
c906108c 174
a14ed312 175static int stub_unpack_int (char *buff, int fieldlength);
c906108c 176
39f77062 177static ptid_t remote_current_thread (ptid_t oldptid);
c906108c 178
baa336ce 179static int putpkt_binary (const char *buf, int cnt);
c906108c 180
a14ed312 181static void check_binary_download (CORE_ADDR addr);
c906108c 182
5a2468f5 183struct packet_config;
5a2468f5 184
a14ed312 185static void show_packet_config_cmd (struct packet_config *config);
5a2468f5 186
bb572ddd
DJ
187static void show_remote_protocol_packet_cmd (struct ui_file *file,
188 int from_tty,
189 struct cmd_list_element *c,
190 const char *value);
191
82f73884
PA
192static char *write_ptid (char *buf, const char *endbuf, ptid_t ptid);
193static ptid_t read_ptid (char *buf, char **obuf);
194
c378d69d 195static void remote_set_permissions (struct target_ops *self);
d914c394 196
8bd200f1
TT
197static int remote_get_trace_status (struct target_ops *self,
198 struct trace_status *ts);
d5551862 199
ab6617cc
TT
200static int remote_upload_tracepoints (struct target_ops *self,
201 struct uploaded_tp **utpp);
00bf0b85 202
181e3713
TT
203static int remote_upload_trace_state_variables (struct target_ops *self,
204 struct uploaded_tsv **utsvp);
00bf0b85 205
c8d104ad
PA
206static void remote_query_supported (void);
207
36d25514 208static void remote_check_symbols (void);
c8d104ad 209
a14ed312 210void _initialize_remote (void);
c906108c 211
74531fed 212struct stop_reply;
74531fed 213static void stop_reply_xfree (struct stop_reply *);
722247f1 214static void remote_parse_stop_reply (char *, struct stop_reply *);
74531fed 215static void push_stop_reply (struct stop_reply *);
bcc75809 216static void discard_pending_stop_replies_in_queue (struct remote_state *);
74531fed
PA
217static int peek_stop_reply (ptid_t ptid);
218
cbb8991c
DB
219struct threads_listing_context;
220static void remove_new_fork_children (struct threads_listing_context *);
221
74531fed 222static void remote_async_inferior_event_handler (gdb_client_data);
74531fed 223
e3594fd1 224static void remote_terminal_ours (struct target_ops *self);
d3fd5342 225
d962ef82
DJ
226static int remote_read_description_p (struct target_ops *target);
227
176a6961 228static void remote_console_output (char *msg);
dde08ee1 229
efcc2da7 230static int remote_supports_cond_breakpoints (struct target_ops *self);
b775012e 231
78eff0ec 232static int remote_can_run_breakpoint_commands (struct target_ops *self);
d3ce09f5 233
f4abbc16
MM
234static void remote_btrace_reset (void);
235
c0272db5
TW
236static void remote_btrace_maybe_reopen (void);
237
221e1a37
PA
238static int stop_reply_queue_length (void);
239
80152258
PA
240static void readahead_cache_invalidate (void);
241
048094ac
PA
242static void remote_unpush_and_throw (void);
243
a6b151f1
DJ
244/* For "remote". */
245
246static struct cmd_list_element *remote_cmdlist;
247
bb572ddd
DJ
248/* For "set remote" and "show remote". */
249
250static struct cmd_list_element *remote_set_cmdlist;
251static struct cmd_list_element *remote_show_cmdlist;
252
d458bd84
PA
253/* Stub vCont actions support.
254
255 Each field is a boolean flag indicating whether the stub reports
256 support for the corresponding action. */
257
258struct vCont_action_support
259{
260 /* vCont;t */
261 int t;
c1e36e3e
PA
262
263 /* vCont;r */
264 int r;
750ce8d1
YQ
265
266 /* vCont;s */
267 int s;
268
269 /* vCont;S */
270 int S;
d458bd84
PA
271};
272
c1e36e3e
PA
273/* Controls whether GDB is willing to use range stepping. */
274
275static int use_range_stepping = 1;
276
0d031856
TT
277#define OPAQUETHREADBYTES 8
278
279/* a 64 bit opaque identifier */
280typedef unsigned char threadref[OPAQUETHREADBYTES];
281
282/* About this many threadisds fit in a packet. */
283
284#define MAXTHREADLISTRESULTS 32
285
6f8976bf
YQ
286/* The max number of chars in debug output. The rest of chars are
287 omitted. */
288
289#define REMOTE_DEBUG_MAX_CHAR 512
290
80152258
PA
291/* Data for the vFile:pread readahead cache. */
292
293struct readahead_cache
294{
295 /* The file descriptor for the file that is being cached. -1 if the
296 cache is invalid. */
297 int fd;
298
299 /* The offset into the file that the cache buffer corresponds
300 to. */
301 ULONGEST offset;
302
303 /* The buffer holding the cache contents. */
304 gdb_byte *buf;
305 /* The buffer's size. We try to read as much as fits into a packet
306 at a time. */
307 size_t bufsize;
308
309 /* Cache hit and miss counters. */
310 ULONGEST hit_count;
311 ULONGEST miss_count;
312};
313
ea9c271d
DJ
314/* Description of the remote protocol state for the currently
315 connected target. This is per-target state, and independent of the
316 selected architecture. */
317
318struct remote_state
319{
320 /* A buffer to use for incoming packets, and its current size. The
321 buffer is grown dynamically for larger incoming packets.
322 Outgoing packets may also be constructed in this buffer.
323 BUF_SIZE is always at least REMOTE_PACKET_SIZE;
324 REMOTE_PACKET_SIZE should be used to limit the length of outgoing
325 packets. */
326 char *buf;
327 long buf_size;
be2a5f71 328
1e51243a
PA
329 /* True if we're going through initial connection setup (finding out
330 about the remote side's threads, relocating symbols, etc.). */
331 int starting_up;
332
be2a5f71
DJ
333 /* If we negotiated packet size explicitly (and thus can bypass
334 heuristics for the largest packet size that will not overflow
335 a buffer in the stub), this will be set to that packet size.
336 Otherwise zero, meaning to use the guessed size. */
337 long explicit_packet_size;
2d717e4f
DJ
338
339 /* remote_wait is normally called when the target is running and
340 waits for a stop reply packet. But sometimes we need to call it
341 when the target is already stopped. We can send a "?" packet
342 and have remote_wait read the response. Or, if we already have
343 the response, we can stash it in BUF and tell remote_wait to
344 skip calling getpkt. This flag is set when BUF contains a
345 stop reply packet and the target is not waiting. */
346 int cached_wait_status;
a6f3e723
SL
347
348 /* True, if in no ack mode. That is, neither GDB nor the stub will
349 expect acks from each other. The connection is assumed to be
350 reliable. */
351 int noack_mode;
82f73884
PA
352
353 /* True if we're connected in extended remote mode. */
354 int extended;
355
e24a49d8
PA
356 /* True if we resumed the target and we're waiting for the target to
357 stop. In the mean time, we can't start another command/query.
358 The remote server wouldn't be ready to process it, so we'd
359 timeout waiting for a reply that would never come and eventually
360 we'd close the connection. This can happen in asynchronous mode
361 because we allow GDB commands while the target is running. */
362 int waiting_for_stop_reply;
74531fed 363
d458bd84
PA
364 /* The status of the stub support for the various vCont actions. */
365 struct vCont_action_support supports_vCont;
782b2b07 366
3a29589a
DJ
367 /* Nonzero if the user has pressed Ctrl-C, but the target hasn't
368 responded to that. */
369 int ctrlc_pending_p;
5d93a237 370
048094ac
PA
371 /* True if we saw a Ctrl-C while reading or writing from/to the
372 remote descriptor. At that point it is not safe to send a remote
373 interrupt packet, so we instead remember we saw the Ctrl-C and
374 process it once we're done with sending/receiving the current
375 packet, which should be shortly. If however that takes too long,
376 and the user presses Ctrl-C again, we offer to disconnect. */
377 int got_ctrlc_during_io;
378
5d93a237
TT
379 /* Descriptor for I/O to remote machine. Initialize it to NULL so that
380 remote_open knows that we don't have a file open when the program
381 starts. */
382 struct serial *remote_desc;
47f8a51d
TT
383
384 /* These are the threads which we last sent to the remote system. The
385 TID member will be -1 for all or -2 for not sent yet. */
386 ptid_t general_thread;
387 ptid_t continue_thread;
262e1174
TT
388
389 /* This is the traceframe which we last selected on the remote system.
390 It will be -1 if no traceframe is selected. */
391 int remote_traceframe_number;
747dc59d
TT
392
393 char *last_pass_packet;
5e4a05c4
TT
394
395 /* The last QProgramSignals packet sent to the target. We bypass
396 sending a new program signals list down to the target if the new
397 packet is exactly the same as the last we sent. IOW, we only let
398 the target know about program signals list changes. */
399 char *last_program_signals_packet;
b73be471
TT
400
401 enum gdb_signal last_sent_signal;
280ceea3
TT
402
403 int last_sent_step;
8e88304f 404
3a00c802
PA
405 /* The execution direction of the last resume we got. */
406 enum exec_direction_kind last_resume_exec_dir;
407
8e88304f
TT
408 char *finished_object;
409 char *finished_annex;
410 ULONGEST finished_offset;
b80fafe3
TT
411
412 /* Should we try the 'ThreadInfo' query packet?
413
414 This variable (NOT available to the user: auto-detect only!)
415 determines whether GDB will use the new, simpler "ThreadInfo"
416 query or the older, more complex syntax for thread queries.
417 This is an auto-detect variable (set to true at each connect,
418 and set to false when the target fails to recognize it). */
419 int use_threadinfo_query;
420 int use_threadextra_query;
88b496c3 421
0d031856
TT
422 threadref echo_nextthread;
423 threadref nextthread;
424 threadref resultthreadlist[MAXTHREADLISTRESULTS];
5965e028
YQ
425
426 /* The state of remote notification. */
427 struct remote_notif_state *notif_state;
f4abbc16
MM
428
429 /* The branch trace configuration. */
430 struct btrace_config btrace_config;
15a201c8
GB
431
432 /* The argument to the last "vFile:setfs:" packet we sent, used
433 to avoid sending repeated unnecessary "vFile:setfs:" packets.
434 Initialized to -1 to indicate that no "vFile:setfs:" packet
435 has yet been sent. */
436 int fs_pid;
80152258
PA
437
438 /* A readahead cache for vFile:pread. Often, reading a binary
439 involves a sequence of small reads. E.g., when parsing an ELF
440 file. A readahead cache helps mostly the case of remote
441 debugging on a connection with higher latency, due to the
442 request/reply nature of the RSP. We only cache data for a single
443 file descriptor at a time. */
444 struct readahead_cache readahead_cache;
ea9c271d
DJ
445};
446
dc146f7c
VP
447/* Private data that we'll store in (struct thread_info)->private. */
448struct private_thread_info
449{
450 char *extra;
79efa585 451 char *name;
dc146f7c 452 int core;
799a2abe
PA
453
454 /* Whether the target stopped for a breakpoint/watchpoint. */
455 enum target_stop_reason stop_reason;
456
457 /* This is set to the data address of the access causing the target
458 to stop for a watchpoint. */
459 CORE_ADDR watch_data_address;
85ad3aaf
PA
460
461 /* Fields used by the vCont action coalescing implemented in
462 remote_resume / remote_commit_resume. remote_resume stores each
463 thread's last resume request in these fields, so that a later
464 remote_commit_resume knows which is the proper action for this
465 thread to include in the vCont packet. */
466
467 /* True if the last target_resume call for this thread was a step
468 request, false if a continue request. */
469 int last_resume_step;
470
471 /* The signal specified in the last target_resume call for this
472 thread. */
473 enum gdb_signal last_resume_sig;
474
475 /* Whether this thread was already vCont-resumed on the remote
476 side. */
477 int vcont_resumed;
dc146f7c
VP
478};
479
480static void
481free_private_thread_info (struct private_thread_info *info)
482{
483 xfree (info->extra);
79efa585 484 xfree (info->name);
dc146f7c
VP
485 xfree (info);
486}
487
ea9c271d
DJ
488/* This data could be associated with a target, but we do not always
489 have access to the current target when we need it, so for now it is
490 static. This will be fine for as long as only one target is in use
491 at a time. */
cf792862 492static struct remote_state *remote_state;
ea9c271d
DJ
493
494static struct remote_state *
0b83947e 495get_remote_state_raw (void)
ea9c271d 496{
cf792862
TT
497 return remote_state;
498}
499
500/* Allocate a new struct remote_state with xmalloc, initialize it, and
501 return it. */
502
503static struct remote_state *
504new_remote_state (void)
505{
506 struct remote_state *result = XCNEW (struct remote_state);
507
508 /* The default buffer size is unimportant; it will be expanded
509 whenever a larger buffer is needed. */
510 result->buf_size = 400;
224c3ddb 511 result->buf = (char *) xmalloc (result->buf_size);
262e1174 512 result->remote_traceframe_number = -1;
b73be471 513 result->last_sent_signal = GDB_SIGNAL_0;
3a00c802 514 result->last_resume_exec_dir = EXEC_FORWARD;
15a201c8 515 result->fs_pid = -1;
cf792862
TT
516
517 return result;
ea9c271d
DJ
518}
519
520/* Description of the remote protocol for a given architecture. */
d01949b6 521
ad10f812
AC
522struct packet_reg
523{
524 long offset; /* Offset into G packet. */
525 long regnum; /* GDB's internal register number. */
526 LONGEST pnum; /* Remote protocol register number. */
b323314b 527 int in_g_packet; /* Always part of G packet. */
f5656ead 528 /* long size in bytes; == register_size (target_gdbarch (), regnum);
23860348 529 at present. */
f5656ead 530 /* char *name; == gdbarch_register_name (target_gdbarch (), regnum);
c9f4d572 531 at present. */
ad10f812
AC
532};
533
ea9c271d 534struct remote_arch_state
d01949b6 535{
ad10f812
AC
536 /* Description of the remote protocol registers. */
537 long sizeof_g_packet;
b323314b
AC
538
539 /* Description of the remote protocol registers indexed by REGNUM
f57d151a 540 (making an array gdbarch_num_regs in size). */
b323314b 541 struct packet_reg *regs;
ad10f812 542
d01949b6
AC
543 /* This is the size (in chars) of the first response to the ``g''
544 packet. It is used as a heuristic when determining the maximum
545 size of memory-read and memory-write packets. A target will
546 typically only reserve a buffer large enough to hold the ``g''
547 packet. The size does not include packet overhead (headers and
23860348 548 trailers). */
d01949b6
AC
549 long actual_register_packet_size;
550
551 /* This is the maximum size (in chars) of a non read/write packet.
23860348 552 It is also used as a cap on the size of read/write packets. */
d01949b6
AC
553 long remote_packet_size;
554};
555
35b1e5cc
SS
556/* Utility: generate error from an incoming stub packet. */
557static void
558trace_error (char *buf)
559{
560 if (*buf++ != 'E')
561 return; /* not an error msg */
562 switch (*buf)
563 {
564 case '1': /* malformed packet error */
565 if (*++buf == '0') /* general case: */
566 error (_("remote.c: error in outgoing packet."));
567 else
568 error (_("remote.c: error in outgoing packet at field #%ld."),
569 strtol (buf, NULL, 16));
35b1e5cc
SS
570 default:
571 error (_("Target returns error code '%s'."), buf);
572 }
573}
574
575/* Utility: wait for reply from stub, while accepting "O" packets. */
576static char *
577remote_get_noisy_reply (char **buf_p,
578 long *sizeof_buf)
579{
580 do /* Loop on reply from remote stub. */
581 {
582 char *buf;
a744cf53 583
0df8b418 584 QUIT; /* Allow user to bail out with ^C. */
35b1e5cc
SS
585 getpkt (buf_p, sizeof_buf, 0);
586 buf = *buf_p;
ad91cd99 587 if (buf[0] == 'E')
35b1e5cc 588 trace_error (buf);
61012eef 589 else if (startswith (buf, "qRelocInsn:"))
dde08ee1
PA
590 {
591 ULONGEST ul;
592 CORE_ADDR from, to, org_to;
593 char *p, *pp;
594 int adjusted_size = 0;
7556d4a4 595 int relocated = 0;
dde08ee1
PA
596
597 p = buf + strlen ("qRelocInsn:");
598 pp = unpack_varlen_hex (p, &ul);
599 if (*pp != ';')
cb91c06a 600 error (_("invalid qRelocInsn packet: %s"), buf);
dde08ee1
PA
601 from = ul;
602
603 p = pp + 1;
a9cbf802 604 unpack_varlen_hex (p, &ul);
dde08ee1
PA
605 to = ul;
606
607 org_to = to;
608
492d29ea 609 TRY
dde08ee1 610 {
f5656ead 611 gdbarch_relocate_instruction (target_gdbarch (), &to, from);
7556d4a4 612 relocated = 1;
dde08ee1 613 }
492d29ea 614 CATCH (ex, RETURN_MASK_ALL)
7556d4a4
PA
615 {
616 if (ex.error == MEMORY_ERROR)
617 {
618 /* Propagate memory errors silently back to the
619 target. The stub may have limited the range of
620 addresses we can write to, for example. */
621 }
622 else
623 {
624 /* Something unexpectedly bad happened. Be verbose
625 so we can tell what, and propagate the error back
626 to the stub, so it doesn't get stuck waiting for
627 a response. */
628 exception_fprintf (gdb_stderr, ex,
629 _("warning: relocating instruction: "));
630 }
631 putpkt ("E01");
632 }
492d29ea 633 END_CATCH
7556d4a4
PA
634
635 if (relocated)
dde08ee1
PA
636 {
637 adjusted_size = to - org_to;
638
bba74b36 639 xsnprintf (buf, *sizeof_buf, "qRelocInsn:%x", adjusted_size);
dde08ee1
PA
640 putpkt (buf);
641 }
dde08ee1 642 }
ad91cd99 643 else if (buf[0] == 'O' && buf[1] != 'K')
35b1e5cc
SS
644 remote_console_output (buf + 1); /* 'O' message from stub */
645 else
0df8b418 646 return buf; /* Here's the actual reply. */
35b1e5cc
SS
647 }
648 while (1);
649}
3c3bea1c 650
d01949b6
AC
651/* Handle for retreving the remote protocol data from gdbarch. */
652static struct gdbarch_data *remote_gdbarch_data_handle;
653
ea9c271d
DJ
654static struct remote_arch_state *
655get_remote_arch_state (void)
d01949b6 656{
17d8546e 657 gdb_assert (target_gdbarch () != NULL);
19ba03f4
SM
658 return ((struct remote_arch_state *)
659 gdbarch_data (target_gdbarch (), remote_gdbarch_data_handle));
d01949b6
AC
660}
661
0b83947e
DJ
662/* Fetch the global remote target state. */
663
664static struct remote_state *
665get_remote_state (void)
666{
667 /* Make sure that the remote architecture state has been
668 initialized, because doing so might reallocate rs->buf. Any
669 function which calls getpkt also needs to be mindful of changes
670 to rs->buf, but this call limits the number of places which run
671 into trouble. */
672 get_remote_arch_state ();
673
674 return get_remote_state_raw ();
675}
676
94585166
DB
677/* Cleanup routine for the remote module's pspace data. */
678
679static void
680remote_pspace_data_cleanup (struct program_space *pspace, void *arg)
681{
19ba03f4 682 char *remote_exec_file = (char *) arg;
94585166
DB
683
684 xfree (remote_exec_file);
685}
686
687/* Fetch the remote exec-file from the current program space. */
688
689static const char *
690get_remote_exec_file (void)
691{
692 char *remote_exec_file;
693
19ba03f4
SM
694 remote_exec_file
695 = (char *) program_space_data (current_program_space,
696 remote_pspace_data);
94585166
DB
697 if (remote_exec_file == NULL)
698 return "";
699
700 return remote_exec_file;
701}
702
703/* Set the remote exec file for PSPACE. */
704
705static void
706set_pspace_remote_exec_file (struct program_space *pspace,
707 char *remote_exec_file)
708{
19ba03f4 709 char *old_file = (char *) program_space_data (pspace, remote_pspace_data);
94585166
DB
710
711 xfree (old_file);
712 set_program_space_data (pspace, remote_pspace_data,
713 xstrdup (remote_exec_file));
714}
715
716/* The "set/show remote exec-file" set command hook. */
717
718static void
719set_remote_exec_file (char *ignored, int from_tty,
720 struct cmd_list_element *c)
721{
722 gdb_assert (remote_exec_file_var != NULL);
723 set_pspace_remote_exec_file (current_program_space, remote_exec_file_var);
724}
725
726/* The "set/show remote exec-file" show command hook. */
727
728static void
729show_remote_exec_file (struct ui_file *file, int from_tty,
730 struct cmd_list_element *cmd, const char *value)
731{
732 fprintf_filtered (file, "%s\n", remote_exec_file_var);
733}
734
74ca34ce
DJ
735static int
736compare_pnums (const void *lhs_, const void *rhs_)
737{
19ba03f4
SM
738 const struct packet_reg * const *lhs
739 = (const struct packet_reg * const *) lhs_;
740 const struct packet_reg * const *rhs
741 = (const struct packet_reg * const *) rhs_;
74ca34ce
DJ
742
743 if ((*lhs)->pnum < (*rhs)->pnum)
744 return -1;
745 else if ((*lhs)->pnum == (*rhs)->pnum)
746 return 0;
747 else
748 return 1;
749}
750
c21236dc
PA
751static int
752map_regcache_remote_table (struct gdbarch *gdbarch, struct packet_reg *regs)
d01949b6 753{
74ca34ce 754 int regnum, num_remote_regs, offset;
74ca34ce 755 struct packet_reg **remote_regs;
ea9c271d 756
4a22f64d 757 for (regnum = 0; regnum < gdbarch_num_regs (gdbarch); regnum++)
ad10f812 758 {
c21236dc 759 struct packet_reg *r = &regs[regnum];
baef701f 760
4a22f64d 761 if (register_size (gdbarch, regnum) == 0)
baef701f
DJ
762 /* Do not try to fetch zero-sized (placeholder) registers. */
763 r->pnum = -1;
764 else
765 r->pnum = gdbarch_remote_register_number (gdbarch, regnum);
766
b323314b 767 r->regnum = regnum;
74ca34ce
DJ
768 }
769
770 /* Define the g/G packet format as the contents of each register
771 with a remote protocol number, in order of ascending protocol
772 number. */
773
224c3ddb 774 remote_regs = XALLOCAVEC (struct packet_reg *, gdbarch_num_regs (gdbarch));
f57d151a 775 for (num_remote_regs = 0, regnum = 0;
4a22f64d 776 regnum < gdbarch_num_regs (gdbarch);
f57d151a 777 regnum++)
c21236dc
PA
778 if (regs[regnum].pnum != -1)
779 remote_regs[num_remote_regs++] = &regs[regnum];
7d58c67d 780
74ca34ce
DJ
781 qsort (remote_regs, num_remote_regs, sizeof (struct packet_reg *),
782 compare_pnums);
783
784 for (regnum = 0, offset = 0; regnum < num_remote_regs; regnum++)
785 {
786 remote_regs[regnum]->in_g_packet = 1;
787 remote_regs[regnum]->offset = offset;
4a22f64d 788 offset += register_size (gdbarch, remote_regs[regnum]->regnum);
ad10f812
AC
789 }
790
c21236dc
PA
791 return offset;
792}
793
794/* Given the architecture described by GDBARCH, return the remote
795 protocol register's number and the register's offset in the g/G
796 packets of GDB register REGNUM, in PNUM and POFFSET respectively.
797 If the target does not have a mapping for REGNUM, return false,
798 otherwise, return true. */
799
800int
801remote_register_number_and_offset (struct gdbarch *gdbarch, int regnum,
802 int *pnum, int *poffset)
803{
c21236dc
PA
804 struct packet_reg *regs;
805 struct cleanup *old_chain;
806
807 gdb_assert (regnum < gdbarch_num_regs (gdbarch));
808
224c3ddb 809 regs = XCNEWVEC (struct packet_reg, gdbarch_num_regs (gdbarch));
c21236dc
PA
810 old_chain = make_cleanup (xfree, regs);
811
54887903 812 map_regcache_remote_table (gdbarch, regs);
c21236dc
PA
813
814 *pnum = regs[regnum].pnum;
815 *poffset = regs[regnum].offset;
816
817 do_cleanups (old_chain);
818
819 return *pnum != -1;
820}
821
822static void *
823init_remote_state (struct gdbarch *gdbarch)
824{
825 struct remote_state *rs = get_remote_state_raw ();
826 struct remote_arch_state *rsa;
827
828 rsa = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct remote_arch_state);
829
830 /* Use the architecture to build a regnum<->pnum table, which will be
831 1:1 unless a feature set specifies otherwise. */
832 rsa->regs = GDBARCH_OBSTACK_CALLOC (gdbarch,
833 gdbarch_num_regs (gdbarch),
834 struct packet_reg);
835
74ca34ce
DJ
836 /* Record the maximum possible size of the g packet - it may turn out
837 to be smaller. */
c21236dc 838 rsa->sizeof_g_packet = map_regcache_remote_table (gdbarch, rsa->regs);
74ca34ce 839
0df8b418 840 /* Default maximum number of characters in a packet body. Many
d01949b6
AC
841 remote stubs have a hardwired buffer size of 400 bytes
842 (c.f. BUFMAX in m68k-stub.c and i386-stub.c). BUFMAX-1 is used
843 as the maximum packet-size to ensure that the packet and an extra
844 NUL character can always fit in the buffer. This stops GDB
845 trashing stubs that try to squeeze an extra NUL into what is
ea9c271d
DJ
846 already a full buffer (As of 1999-12-04 that was most stubs). */
847 rsa->remote_packet_size = 400 - 1;
d01949b6 848
ea9c271d
DJ
849 /* This one is filled in when a ``g'' packet is received. */
850 rsa->actual_register_packet_size = 0;
851
852 /* Should rsa->sizeof_g_packet needs more space than the
0df8b418
MS
853 default, adjust the size accordingly. Remember that each byte is
854 encoded as two characters. 32 is the overhead for the packet
855 header / footer. NOTE: cagney/1999-10-26: I suspect that 8
d01949b6 856 (``$NN:G...#NN'') is a better guess, the below has been padded a
23860348 857 little. */
ea9c271d
DJ
858 if (rsa->sizeof_g_packet > ((rsa->remote_packet_size - 32) / 2))
859 rsa->remote_packet_size = (rsa->sizeof_g_packet * 2 + 32);
802188a7 860
ea9c271d
DJ
861 /* Make sure that the packet buffer is plenty big enough for
862 this architecture. */
863 if (rs->buf_size < rsa->remote_packet_size)
864 {
865 rs->buf_size = 2 * rsa->remote_packet_size;
224c3ddb 866 rs->buf = (char *) xrealloc (rs->buf, rs->buf_size);
ea9c271d 867 }
6d820c5c 868
ea9c271d
DJ
869 return rsa;
870}
871
872/* Return the current allowed size of a remote packet. This is
873 inferred from the current architecture, and should be used to
874 limit the length of outgoing packets. */
875static long
876get_remote_packet_size (void)
877{
be2a5f71 878 struct remote_state *rs = get_remote_state ();
ea9c271d
DJ
879 struct remote_arch_state *rsa = get_remote_arch_state ();
880
be2a5f71
DJ
881 if (rs->explicit_packet_size)
882 return rs->explicit_packet_size;
883
ea9c271d 884 return rsa->remote_packet_size;
d01949b6
AC
885}
886
ad10f812 887static struct packet_reg *
ea9c271d 888packet_reg_from_regnum (struct remote_arch_state *rsa, long regnum)
ad10f812 889{
f5656ead 890 if (regnum < 0 && regnum >= gdbarch_num_regs (target_gdbarch ()))
b323314b
AC
891 return NULL;
892 else
ad10f812 893 {
ea9c271d 894 struct packet_reg *r = &rsa->regs[regnum];
a744cf53 895
b323314b
AC
896 gdb_assert (r->regnum == regnum);
897 return r;
ad10f812 898 }
ad10f812
AC
899}
900
901static struct packet_reg *
ea9c271d 902packet_reg_from_pnum (struct remote_arch_state *rsa, LONGEST pnum)
ad10f812 903{
b323314b 904 int i;
a744cf53 905
f5656ead 906 for (i = 0; i < gdbarch_num_regs (target_gdbarch ()); i++)
ad10f812 907 {
ea9c271d 908 struct packet_reg *r = &rsa->regs[i];
a744cf53 909
b323314b
AC
910 if (r->pnum == pnum)
911 return r;
ad10f812
AC
912 }
913 return NULL;
d01949b6
AC
914}
915
c906108c
SS
916static struct target_ops remote_ops;
917
918static struct target_ops extended_remote_ops;
919
6426a772
JM
920/* FIXME: cagney/1999-09-23: Even though getpkt was called with
921 ``forever'' still use the normal timeout mechanism. This is
922 currently used by the ASYNC code to guarentee that target reads
923 during the initial connect always time-out. Once getpkt has been
924 modified to return a timeout indication and, in turn
925 remote_wait()/wait_for_inferior() have gained a timeout parameter
23860348 926 this can go away. */
6426a772
JM
927static int wait_forever_enabled_p = 1;
928
9a7071a8
JB
929/* Allow the user to specify what sequence to send to the remote
930 when he requests a program interruption: Although ^C is usually
931 what remote systems expect (this is the default, here), it is
932 sometimes preferable to send a break. On other systems such
933 as the Linux kernel, a break followed by g, which is Magic SysRq g
934 is required in order to interrupt the execution. */
935const char interrupt_sequence_control_c[] = "Ctrl-C";
936const char interrupt_sequence_break[] = "BREAK";
937const char interrupt_sequence_break_g[] = "BREAK-g";
40478521 938static const char *const interrupt_sequence_modes[] =
9a7071a8
JB
939 {
940 interrupt_sequence_control_c,
941 interrupt_sequence_break,
942 interrupt_sequence_break_g,
943 NULL
944 };
945static const char *interrupt_sequence_mode = interrupt_sequence_control_c;
946
947static void
948show_interrupt_sequence (struct ui_file *file, int from_tty,
949 struct cmd_list_element *c,
950 const char *value)
951{
952 if (interrupt_sequence_mode == interrupt_sequence_control_c)
953 fprintf_filtered (file,
954 _("Send the ASCII ETX character (Ctrl-c) "
955 "to the remote target to interrupt the "
956 "execution of the program.\n"));
957 else if (interrupt_sequence_mode == interrupt_sequence_break)
958 fprintf_filtered (file,
959 _("send a break signal to the remote target "
960 "to interrupt the execution of the program.\n"));
961 else if (interrupt_sequence_mode == interrupt_sequence_break_g)
962 fprintf_filtered (file,
963 _("Send a break signal and 'g' a.k.a. Magic SysRq g to "
964 "the remote target to interrupt the execution "
965 "of Linux kernel.\n"));
966 else
967 internal_error (__FILE__, __LINE__,
968 _("Invalid value for interrupt_sequence_mode: %s."),
969 interrupt_sequence_mode);
970}
6426a772 971
9a7071a8
JB
972/* This boolean variable specifies whether interrupt_sequence is sent
973 to the remote target when gdb connects to it.
974 This is mostly needed when you debug the Linux kernel: The Linux kernel
975 expects BREAK g which is Magic SysRq g for connecting gdb. */
976static int interrupt_on_connect = 0;
c906108c 977
9a7071a8
JB
978/* This variable is used to implement the "set/show remotebreak" commands.
979 Since these commands are now deprecated in favor of "set/show remote
980 interrupt-sequence", it no longer has any effect on the code. */
c906108c
SS
981static int remote_break;
982
9a7071a8
JB
983static void
984set_remotebreak (char *args, int from_tty, struct cmd_list_element *c)
985{
986 if (remote_break)
987 interrupt_sequence_mode = interrupt_sequence_break;
988 else
989 interrupt_sequence_mode = interrupt_sequence_control_c;
990}
991
992static void
993show_remotebreak (struct ui_file *file, int from_tty,
994 struct cmd_list_element *c,
995 const char *value)
996{
997}
998
c906108c
SS
999/* This variable sets the number of bits in an address that are to be
1000 sent in a memory ("M" or "m") packet. Normally, after stripping
0df8b418 1001 leading zeros, the entire address would be sent. This variable
c906108c
SS
1002 restricts the address to REMOTE_ADDRESS_SIZE bits. HISTORY: The
1003 initial implementation of remote.c restricted the address sent in
1004 memory packets to ``host::sizeof long'' bytes - (typically 32
1005 bits). Consequently, for 64 bit targets, the upper 32 bits of an
1006 address was never sent. Since fixing this bug may cause a break in
1007 some remote targets this variable is principly provided to
23860348 1008 facilitate backward compatibility. */
c906108c 1009
883b9c6c 1010static unsigned int remote_address_size;
c906108c 1011
75c99385
PA
1012/* Temporary to track who currently owns the terminal. See
1013 remote_terminal_* for more details. */
6426a772
JM
1014
1015static int remote_async_terminal_ours_p;
1016
11cf8741 1017\f
11cf8741 1018/* User configurable variables for the number of characters in a
ea9c271d
DJ
1019 memory read/write packet. MIN (rsa->remote_packet_size,
1020 rsa->sizeof_g_packet) is the default. Some targets need smaller
24b06219 1021 values (fifo overruns, et.al.) and some users need larger values
ad10f812
AC
1022 (speed up transfers). The variables ``preferred_*'' (the user
1023 request), ``current_*'' (what was actually set) and ``forced_*''
23860348 1024 (Positive - a soft limit, negative - a hard limit). */
11cf8741
JM
1025
1026struct memory_packet_config
1027{
1028 char *name;
1029 long size;
1030 int fixed_p;
1031};
1032
a5c0808e
PA
1033/* The default max memory-write-packet-size. The 16k is historical.
1034 (It came from older GDB's using alloca for buffers and the
1035 knowledge (folklore?) that some hosts don't cope very well with
1036 large alloca calls.) */
1037#define DEFAULT_MAX_MEMORY_PACKET_SIZE 16384
1038
1039/* The minimum remote packet size for memory transfers. Ensures we
1040 can write at least one byte. */
1041#define MIN_MEMORY_PACKET_SIZE 20
1042
11cf8741
JM
1043/* Compute the current size of a read/write packet. Since this makes
1044 use of ``actual_register_packet_size'' the computation is dynamic. */
1045
1046static long
1047get_memory_packet_size (struct memory_packet_config *config)
1048{
d01949b6 1049 struct remote_state *rs = get_remote_state ();
ea9c271d
DJ
1050 struct remote_arch_state *rsa = get_remote_arch_state ();
1051
11cf8741
JM
1052 long what_they_get;
1053 if (config->fixed_p)
1054 {
1055 if (config->size <= 0)
a5c0808e 1056 what_they_get = DEFAULT_MAX_MEMORY_PACKET_SIZE;
11cf8741
JM
1057 else
1058 what_they_get = config->size;
1059 }
1060 else
1061 {
ea9c271d 1062 what_they_get = get_remote_packet_size ();
23860348 1063 /* Limit the packet to the size specified by the user. */
11cf8741
JM
1064 if (config->size > 0
1065 && what_they_get > config->size)
1066 what_they_get = config->size;
be2a5f71
DJ
1067
1068 /* Limit it to the size of the targets ``g'' response unless we have
1069 permission from the stub to use a larger packet size. */
1070 if (rs->explicit_packet_size == 0
1071 && rsa->actual_register_packet_size > 0
1072 && what_they_get > rsa->actual_register_packet_size)
1073 what_they_get = rsa->actual_register_packet_size;
11cf8741 1074 }
a5c0808e
PA
1075 if (what_they_get < MIN_MEMORY_PACKET_SIZE)
1076 what_they_get = MIN_MEMORY_PACKET_SIZE;
6d820c5c
DJ
1077
1078 /* Make sure there is room in the global buffer for this packet
1079 (including its trailing NUL byte). */
1080 if (rs->buf_size < what_they_get + 1)
1081 {
1082 rs->buf_size = 2 * what_they_get;
224c3ddb 1083 rs->buf = (char *) xrealloc (rs->buf, 2 * what_they_get);
6d820c5c
DJ
1084 }
1085
11cf8741
JM
1086 return what_they_get;
1087}
1088
0df8b418 1089/* Update the size of a read/write packet. If they user wants
23860348 1090 something really big then do a sanity check. */
11cf8741
JM
1091
1092static void
1093set_memory_packet_size (char *args, struct memory_packet_config *config)
1094{
1095 int fixed_p = config->fixed_p;
1096 long size = config->size;
a744cf53 1097
11cf8741 1098 if (args == NULL)
8a3fe4f8 1099 error (_("Argument required (integer, `fixed' or `limited')."));
11cf8741
JM
1100 else if (strcmp (args, "hard") == 0
1101 || strcmp (args, "fixed") == 0)
1102 fixed_p = 1;
1103 else if (strcmp (args, "soft") == 0
1104 || strcmp (args, "limit") == 0)
1105 fixed_p = 0;
1106 else
1107 {
1108 char *end;
a744cf53 1109
11cf8741
JM
1110 size = strtoul (args, &end, 0);
1111 if (args == end)
8a3fe4f8 1112 error (_("Invalid %s (bad syntax)."), config->name);
a5c0808e
PA
1113
1114 /* Instead of explicitly capping the size of a packet to or
1115 disallowing it, the user is allowed to set the size to
1116 something arbitrarily large. */
11cf8741 1117 }
a5c0808e
PA
1118
1119 /* So that the query shows the correct value. */
1120 if (size <= 0)
1121 size = DEFAULT_MAX_MEMORY_PACKET_SIZE;
1122
23860348 1123 /* Extra checks? */
11cf8741
JM
1124 if (fixed_p && !config->fixed_p)
1125 {
e2e0b3e5
AC
1126 if (! query (_("The target may not be able to correctly handle a %s\n"
1127 "of %ld bytes. Change the packet size? "),
11cf8741 1128 config->name, size))
8a3fe4f8 1129 error (_("Packet size not changed."));
11cf8741 1130 }
23860348 1131 /* Update the config. */
11cf8741
JM
1132 config->fixed_p = fixed_p;
1133 config->size = size;
1134}
1135
1136static void
1137show_memory_packet_size (struct memory_packet_config *config)
1138{
a3f17187 1139 printf_filtered (_("The %s is %ld. "), config->name, config->size);
11cf8741 1140 if (config->fixed_p)
a3f17187 1141 printf_filtered (_("Packets are fixed at %ld bytes.\n"),
11cf8741
JM
1142 get_memory_packet_size (config));
1143 else
a3f17187 1144 printf_filtered (_("Packets are limited to %ld bytes.\n"),
11cf8741
JM
1145 get_memory_packet_size (config));
1146}
1147
1148static struct memory_packet_config memory_write_packet_config =
1149{
1150 "memory-write-packet-size",
1151};
1152
1153static void
1154set_memory_write_packet_size (char *args, int from_tty)
1155{
1156 set_memory_packet_size (args, &memory_write_packet_config);
1157}
1158
1159static void
1160show_memory_write_packet_size (char *args, int from_tty)
1161{
1162 show_memory_packet_size (&memory_write_packet_config);
1163}
1164
1165static long
1166get_memory_write_packet_size (void)
1167{
1168 return get_memory_packet_size (&memory_write_packet_config);
1169}
1170
1171static struct memory_packet_config memory_read_packet_config =
1172{
1173 "memory-read-packet-size",
1174};
1175
1176static void
1177set_memory_read_packet_size (char *args, int from_tty)
1178{
1179 set_memory_packet_size (args, &memory_read_packet_config);
1180}
1181
1182static void
1183show_memory_read_packet_size (char *args, int from_tty)
1184{
1185 show_memory_packet_size (&memory_read_packet_config);
1186}
1187
1188static long
1189get_memory_read_packet_size (void)
1190{
1191 long size = get_memory_packet_size (&memory_read_packet_config);
a744cf53 1192
11cf8741
JM
1193 /* FIXME: cagney/1999-11-07: Functions like getpkt() need to get an
1194 extra buffer size argument before the memory read size can be
ea9c271d
DJ
1195 increased beyond this. */
1196 if (size > get_remote_packet_size ())
1197 size = get_remote_packet_size ();
11cf8741
JM
1198 return size;
1199}
1200
11cf8741 1201\f
5a2468f5 1202/* Generic configuration support for packets the stub optionally
0df8b418 1203 supports. Allows the user to specify the use of the packet as well
23860348 1204 as allowing GDB to auto-detect support in the remote stub. */
5a2468f5
JM
1205
1206enum packet_support
1207 {
1208 PACKET_SUPPORT_UNKNOWN = 0,
1209 PACKET_ENABLE,
1210 PACKET_DISABLE
1211 };
1212
5a2468f5
JM
1213struct packet_config
1214 {
bb572ddd
DJ
1215 const char *name;
1216 const char *title;
4082afcc
PA
1217
1218 /* If auto, GDB auto-detects support for this packet or feature,
1219 either through qSupported, or by trying the packet and looking
1220 at the response. If true, GDB assumes the target supports this
ca4f7f8b
PA
1221 packet. If false, the packet is disabled. Configs that don't
1222 have an associated command always have this set to auto. */
7f19b9a2 1223 enum auto_boolean detect;
4082afcc
PA
1224
1225 /* Does the target support this packet? */
5a2468f5
JM
1226 enum packet_support support;
1227 };
1228
d471ea57 1229/* Analyze a packet's return value and update the packet config
23860348 1230 accordingly. */
d471ea57
AC
1231
1232enum packet_result
1233{
1234 PACKET_ERROR,
1235 PACKET_OK,
1236 PACKET_UNKNOWN
1237};
1238
4082afcc
PA
1239static enum packet_support packet_config_support (struct packet_config *config);
1240static enum packet_support packet_support (int packet);
5a2468f5
JM
1241
1242static void
fba45db2 1243show_packet_config_cmd (struct packet_config *config)
5a2468f5
JM
1244{
1245 char *support = "internal-error";
a744cf53 1246
4082afcc 1247 switch (packet_config_support (config))
5a2468f5
JM
1248 {
1249 case PACKET_ENABLE:
1250 support = "enabled";
1251 break;
1252 case PACKET_DISABLE:
1253 support = "disabled";
1254 break;
1255 case PACKET_SUPPORT_UNKNOWN:
1256 support = "unknown";
1257 break;
1258 }
1259 switch (config->detect)
1260 {
7f19b9a2 1261 case AUTO_BOOLEAN_AUTO:
3e43a32a
MS
1262 printf_filtered (_("Support for the `%s' packet "
1263 "is auto-detected, currently %s.\n"),
37a105a1 1264 config->name, support);
5a2468f5 1265 break;
7f19b9a2
AC
1266 case AUTO_BOOLEAN_TRUE:
1267 case AUTO_BOOLEAN_FALSE:
37a105a1
DJ
1268 printf_filtered (_("Support for the `%s' packet is currently %s.\n"),
1269 config->name, support);
8e248173 1270 break;
5a2468f5
JM
1271 }
1272}
1273
1274static void
bb572ddd
DJ
1275add_packet_config_cmd (struct packet_config *config, const char *name,
1276 const char *title, int legacy)
d471ea57 1277{
5a2468f5
JM
1278 char *set_doc;
1279 char *show_doc;
d471ea57 1280 char *cmd_name;
3ed07be4 1281
5a2468f5
JM
1282 config->name = name;
1283 config->title = title;
b435e160
AC
1284 set_doc = xstrprintf ("Set use of remote protocol `%s' (%s) packet",
1285 name, title);
3e43a32a
MS
1286 show_doc = xstrprintf ("Show current use of remote "
1287 "protocol `%s' (%s) packet",
b435e160 1288 name, title);
d471ea57 1289 /* set/show TITLE-packet {auto,on,off} */
b435e160 1290 cmd_name = xstrprintf ("%s-packet", title);
e9e68a56 1291 add_setshow_auto_boolean_cmd (cmd_name, class_obscure,
3e43a32a
MS
1292 &config->detect, set_doc,
1293 show_doc, NULL, /* help_doc */
4082afcc 1294 NULL,
bb572ddd
DJ
1295 show_remote_protocol_packet_cmd,
1296 &remote_set_cmdlist, &remote_show_cmdlist);
1eefb858
TT
1297 /* The command code copies the documentation strings. */
1298 xfree (set_doc);
1299 xfree (show_doc);
23860348 1300 /* set/show remote NAME-packet {auto,on,off} -- legacy. */
d471ea57
AC
1301 if (legacy)
1302 {
1303 char *legacy_name;
a744cf53 1304
b435e160 1305 legacy_name = xstrprintf ("%s-packet", name);
d471ea57 1306 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
bb572ddd 1307 &remote_set_cmdlist);
d471ea57 1308 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
bb572ddd 1309 &remote_show_cmdlist);
d471ea57 1310 }
5a2468f5
JM
1311}
1312
d471ea57 1313static enum packet_result
a76d924d 1314packet_check_result (const char *buf)
5a2468f5 1315{
d471ea57 1316 if (buf[0] != '\0')
5a2468f5 1317 {
d471ea57 1318 /* The stub recognized the packet request. Check that the
23860348 1319 operation succeeded. */
a76d924d
DJ
1320 if (buf[0] == 'E'
1321 && isxdigit (buf[1]) && isxdigit (buf[2])
1322 && buf[3] == '\0')
1323 /* "Enn" - definitly an error. */
1324 return PACKET_ERROR;
1325
1326 /* Always treat "E." as an error. This will be used for
1327 more verbose error messages, such as E.memtypes. */
1328 if (buf[0] == 'E' && buf[1] == '.')
1329 return PACKET_ERROR;
1330
1331 /* The packet may or may not be OK. Just assume it is. */
1332 return PACKET_OK;
1333 }
1334 else
1335 /* The stub does not support the packet. */
1336 return PACKET_UNKNOWN;
1337}
1338
1339static enum packet_result
1340packet_ok (const char *buf, struct packet_config *config)
1341{
1342 enum packet_result result;
1343
4082afcc
PA
1344 if (config->detect != AUTO_BOOLEAN_TRUE
1345 && config->support == PACKET_DISABLE)
1346 internal_error (__FILE__, __LINE__,
1347 _("packet_ok: attempt to use a disabled packet"));
1348
a76d924d
DJ
1349 result = packet_check_result (buf);
1350 switch (result)
1351 {
1352 case PACKET_OK:
1353 case PACKET_ERROR:
1354 /* The stub recognized the packet request. */
4082afcc 1355 if (config->support == PACKET_SUPPORT_UNKNOWN)
d471ea57 1356 {
d471ea57
AC
1357 if (remote_debug)
1358 fprintf_unfiltered (gdb_stdlog,
4082afcc
PA
1359 "Packet %s (%s) is supported\n",
1360 config->name, config->title);
d471ea57 1361 config->support = PACKET_ENABLE;
d471ea57 1362 }
a76d924d
DJ
1363 break;
1364 case PACKET_UNKNOWN:
23860348 1365 /* The stub does not support the packet. */
4082afcc
PA
1366 if (config->detect == AUTO_BOOLEAN_AUTO
1367 && config->support == PACKET_ENABLE)
d471ea57 1368 {
4082afcc
PA
1369 /* If the stub previously indicated that the packet was
1370 supported then there is a protocol error. */
1371 error (_("Protocol error: %s (%s) conflicting enabled responses."),
1372 config->name, config->title);
1373 }
1374 else if (config->detect == AUTO_BOOLEAN_TRUE)
1375 {
1376 /* The user set it wrong. */
1377 error (_("Enabled packet %s (%s) not recognized by stub"),
1378 config->name, config->title);
d471ea57 1379 }
4082afcc
PA
1380
1381 if (remote_debug)
1382 fprintf_unfiltered (gdb_stdlog,
1383 "Packet %s (%s) is NOT supported\n",
1384 config->name, config->title);
1385 config->support = PACKET_DISABLE;
a76d924d 1386 break;
5a2468f5 1387 }
a76d924d
DJ
1388
1389 return result;
5a2468f5
JM
1390}
1391
444abaca
DJ
1392enum {
1393 PACKET_vCont = 0,
1394 PACKET_X,
1395 PACKET_qSymbol,
1396 PACKET_P,
1397 PACKET_p,
1398 PACKET_Z0,
1399 PACKET_Z1,
1400 PACKET_Z2,
1401 PACKET_Z3,
1402 PACKET_Z4,
15a201c8 1403 PACKET_vFile_setfs,
a6b151f1
DJ
1404 PACKET_vFile_open,
1405 PACKET_vFile_pread,
1406 PACKET_vFile_pwrite,
1407 PACKET_vFile_close,
1408 PACKET_vFile_unlink,
b9e7b9c3 1409 PACKET_vFile_readlink,
0a93529c 1410 PACKET_vFile_fstat,
0876f84a 1411 PACKET_qXfer_auxv,
23181151 1412 PACKET_qXfer_features,
c78fa86a 1413 PACKET_qXfer_exec_file,
cfa9d6d9 1414 PACKET_qXfer_libraries,
2268b414 1415 PACKET_qXfer_libraries_svr4,
fd79ecee 1416 PACKET_qXfer_memory_map,
0e7f50da
UW
1417 PACKET_qXfer_spu_read,
1418 PACKET_qXfer_spu_write,
07e059b5 1419 PACKET_qXfer_osdata,
dc146f7c 1420 PACKET_qXfer_threads,
0fb4aa4b 1421 PACKET_qXfer_statictrace_read,
b3b9301e 1422 PACKET_qXfer_traceframe_info,
169081d0 1423 PACKET_qXfer_uib,
711e434b 1424 PACKET_qGetTIBAddr,
444abaca 1425 PACKET_qGetTLSAddr,
be2a5f71 1426 PACKET_qSupported,
bd3eecc3 1427 PACKET_qTStatus,
89be2091 1428 PACKET_QPassSignals,
82075af2 1429 PACKET_QCatchSyscalls,
9b224c5e 1430 PACKET_QProgramSignals,
936d2992 1431 PACKET_qCRC,
08388c79 1432 PACKET_qSearch_memory,
2d717e4f
DJ
1433 PACKET_vAttach,
1434 PACKET_vRun,
a6f3e723 1435 PACKET_QStartNoAckMode,
82f73884 1436 PACKET_vKill,
4aa995e1
PA
1437 PACKET_qXfer_siginfo_read,
1438 PACKET_qXfer_siginfo_write,
0b16c5cf 1439 PACKET_qAttached,
4082afcc
PA
1440
1441 /* Support for conditional tracepoints. */
782b2b07 1442 PACKET_ConditionalTracepoints,
4082afcc
PA
1443
1444 /* Support for target-side breakpoint conditions. */
3788aec7 1445 PACKET_ConditionalBreakpoints,
4082afcc
PA
1446
1447 /* Support for target-side breakpoint commands. */
d3ce09f5 1448 PACKET_BreakpointCommands,
4082afcc
PA
1449
1450 /* Support for fast tracepoints. */
7a697b8d 1451 PACKET_FastTracepoints,
4082afcc
PA
1452
1453 /* Support for static tracepoints. */
0fb4aa4b 1454 PACKET_StaticTracepoints,
4082afcc
PA
1455
1456 /* Support for installing tracepoints while a trace experiment is
1457 running. */
1e4d1764 1458 PACKET_InstallInTrace,
4082afcc 1459
40ab02ce
MS
1460 PACKET_bc,
1461 PACKET_bs,
409873ef 1462 PACKET_TracepointSource,
d914c394 1463 PACKET_QAllow,
78d85199 1464 PACKET_qXfer_fdpic,
03583c20 1465 PACKET_QDisableRandomization,
d1feda86 1466 PACKET_QAgent,
f6f899bf 1467 PACKET_QTBuffer_size,
9accd112
MM
1468 PACKET_Qbtrace_off,
1469 PACKET_Qbtrace_bts,
b20a6524 1470 PACKET_Qbtrace_pt,
9accd112 1471 PACKET_qXfer_btrace,
4082afcc
PA
1472
1473 /* Support for the QNonStop packet. */
1474 PACKET_QNonStop,
1475
65706a29
PA
1476 /* Support for the QThreadEvents packet. */
1477 PACKET_QThreadEvents,
1478
4082afcc
PA
1479 /* Support for multi-process extensions. */
1480 PACKET_multiprocess_feature,
1481
1482 /* Support for enabling and disabling tracepoints while a trace
1483 experiment is running. */
1484 PACKET_EnableDisableTracepoints_feature,
1485
1486 /* Support for collecting strings using the tracenz bytecode. */
1487 PACKET_tracenz_feature,
1488
1489 /* Support for continuing to run a trace experiment while GDB is
1490 disconnected. */
1491 PACKET_DisconnectedTracing_feature,
1492
1493 /* Support for qXfer:libraries-svr4:read with a non-empty annex. */
1494 PACKET_augmented_libraries_svr4_read_feature,
1495
f4abbc16
MM
1496 /* Support for the qXfer:btrace-conf:read packet. */
1497 PACKET_qXfer_btrace_conf,
1498
d33501a5
MM
1499 /* Support for the Qbtrace-conf:bts:size packet. */
1500 PACKET_Qbtrace_conf_bts_size,
1501
f7e6eed5
PA
1502 /* Support for swbreak+ feature. */
1503 PACKET_swbreak_feature,
1504
1505 /* Support for hwbreak+ feature. */
1506 PACKET_hwbreak_feature,
1507
89245bc0
DB
1508 /* Support for fork events. */
1509 PACKET_fork_event_feature,
1510
1511 /* Support for vfork events. */
1512 PACKET_vfork_event_feature,
1513
b20a6524
MM
1514 /* Support for the Qbtrace-conf:pt:size packet. */
1515 PACKET_Qbtrace_conf_pt_size,
1516
94585166
DB
1517 /* Support for exec events. */
1518 PACKET_exec_event_feature,
1519
750ce8d1
YQ
1520 /* Support for query supported vCont actions. */
1521 PACKET_vContSupported,
1522
de979965
PA
1523 /* Support remote CTRL-C. */
1524 PACKET_vCtrlC,
1525
f2faf941
PA
1526 /* Support TARGET_WAITKIND_NO_RESUMED. */
1527 PACKET_no_resumed,
1528
444abaca
DJ
1529 PACKET_MAX
1530};
506fb367 1531
444abaca 1532static struct packet_config remote_protocol_packets[PACKET_MAX];
dc8acb97 1533
f7e6eed5
PA
1534/* Returns the packet's corresponding "set remote foo-packet" command
1535 state. See struct packet_config for more details. */
1536
1537static enum auto_boolean
1538packet_set_cmd_state (int packet)
1539{
1540 return remote_protocol_packets[packet].detect;
1541}
1542
4082afcc
PA
1543/* Returns whether a given packet or feature is supported. This takes
1544 into account the state of the corresponding "set remote foo-packet"
1545 command, which may be used to bypass auto-detection. */
dc8acb97 1546
4082afcc
PA
1547static enum packet_support
1548packet_config_support (struct packet_config *config)
1549{
1550 switch (config->detect)
444abaca 1551 {
4082afcc
PA
1552 case AUTO_BOOLEAN_TRUE:
1553 return PACKET_ENABLE;
1554 case AUTO_BOOLEAN_FALSE:
1555 return PACKET_DISABLE;
1556 case AUTO_BOOLEAN_AUTO:
1557 return config->support;
1558 default:
1559 gdb_assert_not_reached (_("bad switch"));
444abaca 1560 }
4082afcc
PA
1561}
1562
1563/* Same as packet_config_support, but takes the packet's enum value as
1564 argument. */
1565
1566static enum packet_support
1567packet_support (int packet)
1568{
1569 struct packet_config *config = &remote_protocol_packets[packet];
1570
1571 return packet_config_support (config);
dc8acb97
MS
1572}
1573
5a2468f5 1574static void
444abaca
DJ
1575show_remote_protocol_packet_cmd (struct ui_file *file, int from_tty,
1576 struct cmd_list_element *c,
1577 const char *value)
5a2468f5 1578{
444abaca 1579 struct packet_config *packet;
5a2468f5 1580
444abaca
DJ
1581 for (packet = remote_protocol_packets;
1582 packet < &remote_protocol_packets[PACKET_MAX];
1583 packet++)
1584 {
1585 if (&packet->detect == c->var)
1586 {
1587 show_packet_config_cmd (packet);
1588 return;
1589 }
1590 }
9b20d036 1591 internal_error (__FILE__, __LINE__, _("Could not find config for %s"),
444abaca 1592 c->name);
5a2468f5
JM
1593}
1594
d471ea57
AC
1595/* Should we try one of the 'Z' requests? */
1596
1597enum Z_packet_type
1598{
1599 Z_PACKET_SOFTWARE_BP,
1600 Z_PACKET_HARDWARE_BP,
1601 Z_PACKET_WRITE_WP,
1602 Z_PACKET_READ_WP,
1603 Z_PACKET_ACCESS_WP,
1604 NR_Z_PACKET_TYPES
1605};
96baa820 1606
d471ea57 1607/* For compatibility with older distributions. Provide a ``set remote
23860348 1608 Z-packet ...'' command that updates all the Z packet types. */
d471ea57 1609
7f19b9a2 1610static enum auto_boolean remote_Z_packet_detect;
96baa820
JM
1611
1612static void
fba45db2
KB
1613set_remote_protocol_Z_packet_cmd (char *args, int from_tty,
1614 struct cmd_list_element *c)
96baa820 1615{
d471ea57 1616 int i;
a744cf53 1617
d471ea57 1618 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
4082afcc 1619 remote_protocol_packets[PACKET_Z0 + i].detect = remote_Z_packet_detect;
96baa820
JM
1620}
1621
1622static void
08546159
AC
1623show_remote_protocol_Z_packet_cmd (struct ui_file *file, int from_tty,
1624 struct cmd_list_element *c,
1625 const char *value)
96baa820 1626{
d471ea57 1627 int i;
a744cf53 1628
d471ea57
AC
1629 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
1630 {
444abaca 1631 show_packet_config_cmd (&remote_protocol_packets[PACKET_Z0 + i]);
d471ea57 1632 }
96baa820
JM
1633}
1634
4082afcc
PA
1635/* Returns true if the multi-process extensions are in effect. */
1636
1637static int
1638remote_multi_process_p (struct remote_state *rs)
1639{
1640 return packet_support (PACKET_multiprocess_feature) == PACKET_ENABLE;
1641}
1642
de0d863e
DB
1643/* Returns true if fork events are supported. */
1644
1645static int
1646remote_fork_event_p (struct remote_state *rs)
1647{
1648 return packet_support (PACKET_fork_event_feature) == PACKET_ENABLE;
1649}
1650
c269dbdb
DB
1651/* Returns true if vfork events are supported. */
1652
1653static int
1654remote_vfork_event_p (struct remote_state *rs)
1655{
1656 return packet_support (PACKET_vfork_event_feature) == PACKET_ENABLE;
1657}
1658
d46addbb
DB
1659/* Returns true if exec events are supported. */
1660
1661static int
1662remote_exec_event_p (struct remote_state *rs)
1663{
1664 return packet_support (PACKET_exec_event_feature) == PACKET_ENABLE;
1665}
1666
cbb8991c
DB
1667/* Insert fork catchpoint target routine. If fork events are enabled
1668 then return success, nothing more to do. */
1669
1670static int
1671remote_insert_fork_catchpoint (struct target_ops *ops, int pid)
1672{
1673 struct remote_state *rs = get_remote_state ();
1674
1675 return !remote_fork_event_p (rs);
1676}
1677
1678/* Remove fork catchpoint target routine. Nothing to do, just
1679 return success. */
1680
1681static int
1682remote_remove_fork_catchpoint (struct target_ops *ops, int pid)
1683{
1684 return 0;
1685}
1686
1687/* Insert vfork catchpoint target routine. If vfork events are enabled
1688 then return success, nothing more to do. */
1689
1690static int
1691remote_insert_vfork_catchpoint (struct target_ops *ops, int pid)
1692{
1693 struct remote_state *rs = get_remote_state ();
1694
1695 return !remote_vfork_event_p (rs);
1696}
1697
1698/* Remove vfork catchpoint target routine. Nothing to do, just
1699 return success. */
1700
1701static int
1702remote_remove_vfork_catchpoint (struct target_ops *ops, int pid)
1703{
1704 return 0;
1705}
1706
d46addbb
DB
1707/* Insert exec catchpoint target routine. If exec events are
1708 enabled, just return success. */
1709
1710static int
1711remote_insert_exec_catchpoint (struct target_ops *ops, int pid)
1712{
1713 struct remote_state *rs = get_remote_state ();
1714
1715 return !remote_exec_event_p (rs);
1716}
1717
1718/* Remove exec catchpoint target routine. Nothing to do, just
1719 return success. */
1720
1721static int
1722remote_remove_exec_catchpoint (struct target_ops *ops, int pid)
1723{
1724 return 0;
1725}
1726
74531fed
PA
1727\f
1728/* Asynchronous signal handle registered as event loop source for
1729 when we have pending events ready to be passed to the core. */
1730
1731static struct async_event_handler *remote_async_inferior_event_token;
1732
c906108c
SS
1733\f
1734
79d7f229
PA
1735static ptid_t magic_null_ptid;
1736static ptid_t not_sent_ptid;
1737static ptid_t any_thread_ptid;
1738
0b16c5cf
PA
1739/* Find out if the stub attached to PID (and hence GDB should offer to
1740 detach instead of killing it when bailing out). */
1741
1742static int
1743remote_query_attached (int pid)
1744{
1745 struct remote_state *rs = get_remote_state ();
bba74b36 1746 size_t size = get_remote_packet_size ();
0b16c5cf 1747
4082afcc 1748 if (packet_support (PACKET_qAttached) == PACKET_DISABLE)
0b16c5cf
PA
1749 return 0;
1750
1751 if (remote_multi_process_p (rs))
bba74b36 1752 xsnprintf (rs->buf, size, "qAttached:%x", pid);
0b16c5cf 1753 else
bba74b36 1754 xsnprintf (rs->buf, size, "qAttached");
0b16c5cf
PA
1755
1756 putpkt (rs->buf);
1757 getpkt (&rs->buf, &rs->buf_size, 0);
1758
1759 switch (packet_ok (rs->buf,
1554e9be 1760 &remote_protocol_packets[PACKET_qAttached]))
0b16c5cf
PA
1761 {
1762 case PACKET_OK:
1763 if (strcmp (rs->buf, "1") == 0)
1764 return 1;
1765 break;
1766 case PACKET_ERROR:
1767 warning (_("Remote failure reply: %s"), rs->buf);
1768 break;
1769 case PACKET_UNKNOWN:
1770 break;
1771 }
1772
1773 return 0;
1774}
1775
49c62f2e
PA
1776/* Add PID to GDB's inferior table. If FAKE_PID_P is true, then PID
1777 has been invented by GDB, instead of reported by the target. Since
1778 we can be connected to a remote system before before knowing about
1779 any inferior, mark the target with execution when we find the first
1780 inferior. If ATTACHED is 1, then we had just attached to this
1781 inferior. If it is 0, then we just created this inferior. If it
1782 is -1, then try querying the remote stub to find out if it had
1b6e6f5c
GB
1783 attached to the inferior or not. If TRY_OPEN_EXEC is true then
1784 attempt to open this inferior's executable as the main executable
1785 if no main executable is open already. */
1941c569
PA
1786
1787static struct inferior *
1b6e6f5c
GB
1788remote_add_inferior (int fake_pid_p, int pid, int attached,
1789 int try_open_exec)
1941c569 1790{
1941c569
PA
1791 struct inferior *inf;
1792
0b16c5cf
PA
1793 /* Check whether this process we're learning about is to be
1794 considered attached, or if is to be considered to have been
1795 spawned by the stub. */
1796 if (attached == -1)
1797 attached = remote_query_attached (pid);
1798
f5656ead 1799 if (gdbarch_has_global_solist (target_gdbarch ()))
6c95b8df
PA
1800 {
1801 /* If the target shares code across all inferiors, then every
1802 attach adds a new inferior. */
1803 inf = add_inferior (pid);
1804
1805 /* ... and every inferior is bound to the same program space.
1806 However, each inferior may still have its own address
1807 space. */
1808 inf->aspace = maybe_new_address_space ();
1809 inf->pspace = current_program_space;
1810 }
1811 else
1812 {
1813 /* In the traditional debugging scenario, there's a 1-1 match
1814 between program/address spaces. We simply bind the inferior
1815 to the program space's address space. */
1816 inf = current_inferior ();
1817 inferior_appeared (inf, pid);
1818 }
1941c569 1819
0b16c5cf 1820 inf->attach_flag = attached;
49c62f2e 1821 inf->fake_pid_p = fake_pid_p;
0b16c5cf 1822
1b6e6f5c
GB
1823 /* If no main executable is currently open then attempt to
1824 open the file that was executed to create this inferior. */
835205d0 1825 if (try_open_exec && get_exec_file (0) == NULL)
bb805577 1826 exec_file_locate_attach (pid, 0, 1);
1b6e6f5c 1827
1941c569
PA
1828 return inf;
1829}
1830
85ad3aaf
PA
1831static struct private_thread_info *
1832 get_private_info_thread (struct thread_info *info);
1833
1941c569
PA
1834/* Add thread PTID to GDB's thread list. Tag it as executing/running
1835 according to RUNNING. */
1836
c906108c 1837static void
0d5b594f 1838remote_add_thread (ptid_t ptid, int running, int executing)
c906108c 1839{
b7ea362b 1840 struct remote_state *rs = get_remote_state ();
85ad3aaf 1841 struct thread_info *thread;
b7ea362b
PA
1842
1843 /* GDB historically didn't pull threads in the initial connection
1844 setup. If the remote target doesn't even have a concept of
1845 threads (e.g., a bare-metal target), even if internally we
1846 consider that a single-threaded target, mentioning a new thread
1847 might be confusing to the user. Be silent then, preserving the
1848 age old behavior. */
1849 if (rs->starting_up)
85ad3aaf 1850 thread = add_thread_silent (ptid);
b7ea362b 1851 else
85ad3aaf 1852 thread = add_thread (ptid);
1941c569 1853
85ad3aaf 1854 get_private_info_thread (thread)->vcont_resumed = executing;
0d5b594f 1855 set_executing (ptid, executing);
1941c569
PA
1856 set_running (ptid, running);
1857}
1858
1859/* Come here when we learn about a thread id from the remote target.
1860 It may be the first time we hear about such thread, so take the
1861 opportunity to add it to GDB's thread list. In case this is the
1862 first time we're noticing its corresponding inferior, add it to
0d5b594f
PA
1863 GDB's inferior list as well. EXECUTING indicates whether the
1864 thread is (internally) executing or stopped. */
1941c569
PA
1865
1866static void
0d5b594f 1867remote_notice_new_inferior (ptid_t currthread, int executing)
1941c569 1868{
0d5b594f
PA
1869 /* In non-stop mode, we assume new found threads are (externally)
1870 running until proven otherwise with a stop reply. In all-stop,
1871 we can only get here if all threads are stopped. */
1872 int running = target_is_non_stop_p () ? 1 : 0;
1873
c906108c
SS
1874 /* If this is a new thread, add it to GDB's thread list.
1875 If we leave it up to WFI to do this, bad things will happen. */
82f73884
PA
1876
1877 if (in_thread_list (currthread) && is_exited (currthread))
1878 {
1879 /* We're seeing an event on a thread id we knew had exited.
1880 This has to be a new thread reusing the old id. Add it. */
0d5b594f 1881 remote_add_thread (currthread, running, executing);
82f73884
PA
1882 return;
1883 }
1884
79d7f229 1885 if (!in_thread_list (currthread))
c0a2216e 1886 {
1941c569 1887 struct inferior *inf = NULL;
bad34192 1888 int pid = ptid_get_pid (currthread);
1941c569 1889
bad34192
PA
1890 if (ptid_is_pid (inferior_ptid)
1891 && pid == ptid_get_pid (inferior_ptid))
c0a2216e
PA
1892 {
1893 /* inferior_ptid has no thread member yet. This can happen
1894 with the vAttach -> remote_wait,"TAAthread:" path if the
1895 stub doesn't support qC. This is the first stop reported
1896 after an attach, so this is the main thread. Update the
1897 ptid in the thread list. */
bad34192
PA
1898 if (in_thread_list (pid_to_ptid (pid)))
1899 thread_change_ptid (inferior_ptid, currthread);
1900 else
1901 {
0d5b594f 1902 remote_add_thread (currthread, running, executing);
bad34192
PA
1903 inferior_ptid = currthread;
1904 }
dc146f7c 1905 return;
c0a2216e 1906 }
82f73884
PA
1907
1908 if (ptid_equal (magic_null_ptid, inferior_ptid))
c0a2216e
PA
1909 {
1910 /* inferior_ptid is not set yet. This can happen with the
1911 vRun -> remote_wait,"TAAthread:" path if the stub
1912 doesn't support qC. This is the first stop reported
1913 after an attach, so this is the main thread. Update the
1914 ptid in the thread list. */
dc146f7c 1915 thread_change_ptid (inferior_ptid, currthread);
82f73884 1916 return;
c0a2216e 1917 }
82f73884 1918
29c87f7f
PA
1919 /* When connecting to a target remote, or to a target
1920 extended-remote which already was debugging an inferior, we
1921 may not know about it yet. Add it before adding its child
1922 thread, so notifications are emitted in a sensible order. */
1923 if (!in_inferior_list (ptid_get_pid (currthread)))
49c62f2e
PA
1924 {
1925 struct remote_state *rs = get_remote_state ();
1926 int fake_pid_p = !remote_multi_process_p (rs);
1927
1928 inf = remote_add_inferior (fake_pid_p,
1b6e6f5c 1929 ptid_get_pid (currthread), -1, 1);
49c62f2e 1930 }
29c87f7f 1931
82f73884 1932 /* This is really a new thread. Add it. */
0d5b594f 1933 remote_add_thread (currthread, running, executing);
1941c569
PA
1934
1935 /* If we found a new inferior, let the common code do whatever
1936 it needs to with it (e.g., read shared libraries, insert
b7ea362b
PA
1937 breakpoints), unless we're just setting up an all-stop
1938 connection. */
1941c569 1939 if (inf != NULL)
b7ea362b
PA
1940 {
1941 struct remote_state *rs = get_remote_state ();
1942
6efcd9a8 1943 if (!rs->starting_up)
0d5b594f 1944 notice_new_inferior (currthread, executing, 0);
b7ea362b 1945 }
c0a2216e 1946 }
c906108c
SS
1947}
1948
85ad3aaf 1949/* Return THREAD's private thread data, creating it if necessary. */
dc146f7c 1950
70221824 1951static struct private_thread_info *
85ad3aaf 1952get_private_info_thread (struct thread_info *thread)
dc146f7c 1953{
85ad3aaf 1954 gdb_assert (thread != NULL);
dc146f7c 1955
85ad3aaf 1956 if (thread->priv == NULL)
dc146f7c 1957 {
85ad3aaf
PA
1958 struct private_thread_info *priv = XNEW (struct private_thread_info);
1959
1960 thread->private_dtor = free_private_thread_info;
1961 thread->priv = priv;
1962
1963 priv->core = -1;
1964 priv->extra = NULL;
1965 priv->name = NULL;
1966 priv->name = NULL;
1967 priv->last_resume_step = 0;
1968 priv->last_resume_sig = GDB_SIGNAL_0;
1969 priv->vcont_resumed = 0;
dc146f7c
VP
1970 }
1971
85ad3aaf
PA
1972 return thread->priv;
1973}
1974
1975/* Return PTID's private thread data, creating it if necessary. */
1976
1977static struct private_thread_info *
1978get_private_info_ptid (ptid_t ptid)
1979{
1980 struct thread_info *info = find_thread_ptid (ptid);
1981
1982 return get_private_info_thread (info);
dc146f7c
VP
1983}
1984
74531fed
PA
1985/* Call this function as a result of
1986 1) A halt indication (T packet) containing a thread id
1987 2) A direct query of currthread
0df8b418 1988 3) Successful execution of set thread */
74531fed
PA
1989
1990static void
47f8a51d 1991record_currthread (struct remote_state *rs, ptid_t currthread)
74531fed 1992{
47f8a51d 1993 rs->general_thread = currthread;
74531fed
PA
1994}
1995
89be2091
DJ
1996/* If 'QPassSignals' is supported, tell the remote stub what signals
1997 it can simply pass through to the inferior without reporting. */
1998
1999static void
94bedb42
TT
2000remote_pass_signals (struct target_ops *self,
2001 int numsigs, unsigned char *pass_signals)
89be2091 2002{
4082afcc 2003 if (packet_support (PACKET_QPassSignals) != PACKET_DISABLE)
89be2091
DJ
2004 {
2005 char *pass_packet, *p;
89be2091 2006 int count = 0, i;
747dc59d 2007 struct remote_state *rs = get_remote_state ();
89be2091
DJ
2008
2009 gdb_assert (numsigs < 256);
2010 for (i = 0; i < numsigs; i++)
2011 {
2455069d 2012 if (pass_signals[i])
89be2091
DJ
2013 count++;
2014 }
224c3ddb 2015 pass_packet = (char *) xmalloc (count * 3 + strlen ("QPassSignals:") + 1);
89be2091
DJ
2016 strcpy (pass_packet, "QPassSignals:");
2017 p = pass_packet + strlen (pass_packet);
2018 for (i = 0; i < numsigs; i++)
2019 {
2455069d 2020 if (pass_signals[i])
89be2091
DJ
2021 {
2022 if (i >= 16)
2023 *p++ = tohex (i >> 4);
2024 *p++ = tohex (i & 15);
2025 if (count)
2026 *p++ = ';';
2027 else
2028 break;
2029 count--;
2030 }
2031 }
2032 *p = 0;
747dc59d 2033 if (!rs->last_pass_packet || strcmp (rs->last_pass_packet, pass_packet))
89be2091 2034 {
89be2091
DJ
2035 putpkt (pass_packet);
2036 getpkt (&rs->buf, &rs->buf_size, 0);
8dc5b319 2037 packet_ok (rs->buf, &remote_protocol_packets[PACKET_QPassSignals]);
747dc59d
TT
2038 if (rs->last_pass_packet)
2039 xfree (rs->last_pass_packet);
2040 rs->last_pass_packet = pass_packet;
89be2091
DJ
2041 }
2042 else
2043 xfree (pass_packet);
2044 }
2045}
2046
82075af2
JS
2047/* If 'QCatchSyscalls' is supported, tell the remote stub
2048 to report syscalls to GDB. */
2049
2050static int
2051remote_set_syscall_catchpoint (struct target_ops *self,
2052 int pid, int needed, int any_count,
2053 int table_size, int *table)
2054{
2055 char *catch_packet;
2056 enum packet_result result;
2057 int n_sysno = 0;
2058
2059 if (packet_support (PACKET_QCatchSyscalls) == PACKET_DISABLE)
2060 {
2061 /* Not supported. */
2062 return 1;
2063 }
2064
2065 if (needed && !any_count)
2066 {
2067 int i;
2068
2069 /* Count how many syscalls are to be caught (table[sysno] != 0). */
2070 for (i = 0; i < table_size; i++)
2071 {
2072 if (table[i] != 0)
2073 n_sysno++;
2074 }
2075 }
2076
2077 if (remote_debug)
2078 {
2079 fprintf_unfiltered (gdb_stdlog,
2080 "remote_set_syscall_catchpoint "
2081 "pid %d needed %d any_count %d n_sysno %d\n",
2082 pid, needed, any_count, n_sysno);
2083 }
2084
2085 if (needed)
2086 {
2087 /* Prepare a packet with the sysno list, assuming max 8+1
2088 characters for a sysno. If the resulting packet size is too
2089 big, fallback on the non-selective packet. */
2090 const int maxpktsz = strlen ("QCatchSyscalls:1") + n_sysno * 9 + 1;
2091
c0518081 2092 catch_packet = (char *) xmalloc (maxpktsz);
82075af2
JS
2093 strcpy (catch_packet, "QCatchSyscalls:1");
2094 if (!any_count)
2095 {
2096 int i;
2097 char *p;
2098
2099 p = catch_packet;
2100 p += strlen (p);
2101
2102 /* Add in catch_packet each syscall to be caught (table[i] != 0). */
2103 for (i = 0; i < table_size; i++)
2104 {
2105 if (table[i] != 0)
2106 p += xsnprintf (p, catch_packet + maxpktsz - p, ";%x", i);
2107 }
2108 }
2109 if (strlen (catch_packet) > get_remote_packet_size ())
2110 {
2111 /* catch_packet too big. Fallback to less efficient
2112 non selective mode, with GDB doing the filtering. */
2113 catch_packet[sizeof ("QCatchSyscalls:1") - 1] = 0;
2114 }
2115 }
2116 else
2117 catch_packet = xstrdup ("QCatchSyscalls:0");
2118
2119 {
2120 struct cleanup *old_chain = make_cleanup (xfree, catch_packet);
2121 struct remote_state *rs = get_remote_state ();
2122
2123 putpkt (catch_packet);
2124 getpkt (&rs->buf, &rs->buf_size, 0);
2125 result = packet_ok (rs->buf, &remote_protocol_packets[PACKET_QCatchSyscalls]);
2126 do_cleanups (old_chain);
2127 if (result == PACKET_OK)
2128 return 0;
2129 else
2130 return -1;
2131 }
2132}
2133
9b224c5e
PA
2134/* If 'QProgramSignals' is supported, tell the remote stub what
2135 signals it should pass through to the inferior when detaching. */
2136
2137static void
daf5e9b6
TT
2138remote_program_signals (struct target_ops *self,
2139 int numsigs, unsigned char *signals)
9b224c5e 2140{
4082afcc 2141 if (packet_support (PACKET_QProgramSignals) != PACKET_DISABLE)
9b224c5e
PA
2142 {
2143 char *packet, *p;
2144 int count = 0, i;
5e4a05c4 2145 struct remote_state *rs = get_remote_state ();
9b224c5e
PA
2146
2147 gdb_assert (numsigs < 256);
2148 for (i = 0; i < numsigs; i++)
2149 {
2150 if (signals[i])
2151 count++;
2152 }
224c3ddb 2153 packet = (char *) xmalloc (count * 3 + strlen ("QProgramSignals:") + 1);
9b224c5e
PA
2154 strcpy (packet, "QProgramSignals:");
2155 p = packet + strlen (packet);
2156 for (i = 0; i < numsigs; i++)
2157 {
2158 if (signal_pass_state (i))
2159 {
2160 if (i >= 16)
2161 *p++ = tohex (i >> 4);
2162 *p++ = tohex (i & 15);
2163 if (count)
2164 *p++ = ';';
2165 else
2166 break;
2167 count--;
2168 }
2169 }
2170 *p = 0;
5e4a05c4
TT
2171 if (!rs->last_program_signals_packet
2172 || strcmp (rs->last_program_signals_packet, packet) != 0)
9b224c5e 2173 {
9b224c5e
PA
2174 putpkt (packet);
2175 getpkt (&rs->buf, &rs->buf_size, 0);
8dc5b319 2176 packet_ok (rs->buf, &remote_protocol_packets[PACKET_QProgramSignals]);
5e4a05c4
TT
2177 xfree (rs->last_program_signals_packet);
2178 rs->last_program_signals_packet = packet;
9b224c5e
PA
2179 }
2180 else
2181 xfree (packet);
2182 }
2183}
2184
79d7f229
PA
2185/* If PTID is MAGIC_NULL_PTID, don't set any thread. If PTID is
2186 MINUS_ONE_PTID, set the thread to -1, so the stub returns the
2187 thread. If GEN is set, set the general thread, if not, then set
2188 the step/continue thread. */
c906108c 2189static void
79d7f229 2190set_thread (struct ptid ptid, int gen)
c906108c 2191{
d01949b6 2192 struct remote_state *rs = get_remote_state ();
47f8a51d 2193 ptid_t state = gen ? rs->general_thread : rs->continue_thread;
6d820c5c 2194 char *buf = rs->buf;
79d7f229 2195 char *endbuf = rs->buf + get_remote_packet_size ();
c906108c 2196
79d7f229 2197 if (ptid_equal (state, ptid))
c906108c
SS
2198 return;
2199
79d7f229
PA
2200 *buf++ = 'H';
2201 *buf++ = gen ? 'g' : 'c';
2202 if (ptid_equal (ptid, magic_null_ptid))
2203 xsnprintf (buf, endbuf - buf, "0");
2204 else if (ptid_equal (ptid, any_thread_ptid))
2205 xsnprintf (buf, endbuf - buf, "0");
2206 else if (ptid_equal (ptid, minus_one_ptid))
2207 xsnprintf (buf, endbuf - buf, "-1");
2208 else
82f73884 2209 write_ptid (buf, endbuf, ptid);
79d7f229 2210 putpkt (rs->buf);
6d820c5c 2211 getpkt (&rs->buf, &rs->buf_size, 0);
c906108c 2212 if (gen)
47f8a51d 2213 rs->general_thread = ptid;
c906108c 2214 else
47f8a51d 2215 rs->continue_thread = ptid;
c906108c 2216}
79d7f229
PA
2217
2218static void
2219set_general_thread (struct ptid ptid)
2220{
2221 set_thread (ptid, 1);
2222}
2223
2224static void
2225set_continue_thread (struct ptid ptid)
2226{
2227 set_thread (ptid, 0);
2228}
2229
3c9c4b83
PA
2230/* Change the remote current process. Which thread within the process
2231 ends up selected isn't important, as long as it is the same process
2232 as what INFERIOR_PTID points to.
2233
2234 This comes from that fact that there is no explicit notion of
2235 "selected process" in the protocol. The selected process for
2236 general operations is the process the selected general thread
2237 belongs to. */
2238
2239static void
2240set_general_process (void)
2241{
2242 struct remote_state *rs = get_remote_state ();
2243
2244 /* If the remote can't handle multiple processes, don't bother. */
8020350c 2245 if (!remote_multi_process_p (rs))
3c9c4b83
PA
2246 return;
2247
2248 /* We only need to change the remote current thread if it's pointing
2249 at some other process. */
47f8a51d 2250 if (ptid_get_pid (rs->general_thread) != ptid_get_pid (inferior_ptid))
3c9c4b83
PA
2251 set_general_thread (inferior_ptid);
2252}
2253
c906108c 2254\f
7d1a114c
PA
2255/* Return nonzero if this is the main thread that we made up ourselves
2256 to model non-threaded targets as single-threaded. */
c906108c
SS
2257
2258static int
7d1a114c 2259remote_thread_always_alive (struct target_ops *ops, ptid_t ptid)
c906108c 2260{
c0a2216e
PA
2261 if (ptid_equal (ptid, magic_null_ptid))
2262 /* The main thread is always alive. */
2263 return 1;
2264
ba348170 2265 if (ptid_get_pid (ptid) != 0 && ptid_get_lwp (ptid) == 0)
c0a2216e
PA
2266 /* The main thread is always alive. This can happen after a
2267 vAttach, if the remote side doesn't support
2268 multi-threading. */
2269 return 1;
2270
7d1a114c
PA
2271 return 0;
2272}
2273
2274/* Return nonzero if the thread PTID is still alive on the remote
2275 system. */
2276
2277static int
2278remote_thread_alive (struct target_ops *ops, ptid_t ptid)
2279{
2280 struct remote_state *rs = get_remote_state ();
2281 char *p, *endp;
2282
2283 /* Check if this is a thread that we made up ourselves to model
2284 non-threaded targets as single-threaded. */
2285 if (remote_thread_always_alive (ops, ptid))
2286 return 1;
2287
82f73884
PA
2288 p = rs->buf;
2289 endp = rs->buf + get_remote_packet_size ();
2290
2291 *p++ = 'T';
2292 write_ptid (p, endp, ptid);
2293
2e9f7625 2294 putpkt (rs->buf);
6d820c5c 2295 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 2296 return (rs->buf[0] == 'O' && rs->buf[1] == 'K');
c906108c
SS
2297}
2298
79efa585
SM
2299/* Return a pointer to a thread name if we know it and NULL otherwise.
2300 The thread_info object owns the memory for the name. */
2301
2302static const char *
2303remote_thread_name (struct target_ops *ops, struct thread_info *info)
2304{
2305 if (info->priv != NULL)
2306 return info->priv->name;
2307
2308 return NULL;
2309}
2310
c906108c
SS
2311/* About these extended threadlist and threadinfo packets. They are
2312 variable length packets but, the fields within them are often fixed
2313 length. They are redundent enough to send over UDP as is the
2314 remote protocol in general. There is a matching unit test module
2315 in libstub. */
2316
23860348 2317/* WARNING: This threadref data structure comes from the remote O.S.,
0df8b418 2318 libstub protocol encoding, and remote.c. It is not particularly
23860348 2319 changable. */
cce74817
JM
2320
2321/* Right now, the internal structure is int. We want it to be bigger.
0df8b418 2322 Plan to fix this. */
cce74817 2323
23860348 2324typedef int gdb_threadref; /* Internal GDB thread reference. */
cce74817 2325
9d1f7ab2 2326/* gdb_ext_thread_info is an internal GDB data structure which is
cfde0993 2327 equivalent to the reply of the remote threadinfo packet. */
cce74817
JM
2328
2329struct gdb_ext_thread_info
c5aa993b 2330 {
23860348 2331 threadref threadid; /* External form of thread reference. */
2bc416ba 2332 int active; /* Has state interesting to GDB?
23860348 2333 regs, stack. */
2bc416ba 2334 char display[256]; /* Brief state display, name,
cedea757 2335 blocked/suspended. */
23860348 2336 char shortname[32]; /* To be used to name threads. */
2bc416ba 2337 char more_display[256]; /* Long info, statistics, queue depth,
23860348 2338 whatever. */
c5aa993b 2339 };
cce74817
JM
2340
2341/* The volume of remote transfers can be limited by submitting
2342 a mask containing bits specifying the desired information.
2343 Use a union of these values as the 'selection' parameter to
0df8b418 2344 get_thread_info. FIXME: Make these TAG names more thread specific. */
cce74817
JM
2345
2346#define TAG_THREADID 1
2347#define TAG_EXISTS 2
2348#define TAG_DISPLAY 4
2349#define TAG_THREADNAME 8
c5aa993b 2350#define TAG_MOREDISPLAY 16
cce74817 2351
23860348 2352#define BUF_THREAD_ID_SIZE (OPAQUETHREADBYTES * 2)
c906108c 2353
a14ed312 2354static char *unpack_nibble (char *buf, int *val);
cce74817 2355
a14ed312 2356static char *unpack_byte (char *buf, int *value);
cce74817 2357
a14ed312 2358static char *pack_int (char *buf, int value);
cce74817 2359
a14ed312 2360static char *unpack_int (char *buf, int *value);
cce74817 2361
a14ed312 2362static char *unpack_string (char *src, char *dest, int length);
cce74817 2363
23860348 2364static char *pack_threadid (char *pkt, threadref *id);
cce74817 2365
23860348 2366static char *unpack_threadid (char *inbuf, threadref *id);
cce74817 2367
23860348 2368void int_to_threadref (threadref *id, int value);
cce74817 2369
23860348 2370static int threadref_to_int (threadref *ref);
cce74817 2371
23860348 2372static void copy_threadref (threadref *dest, threadref *src);
cce74817 2373
23860348 2374static int threadmatch (threadref *dest, threadref *src);
cce74817 2375
2bc416ba 2376static char *pack_threadinfo_request (char *pkt, int mode,
23860348 2377 threadref *id);
cce74817 2378
a14ed312 2379static int remote_unpack_thread_info_response (char *pkt,
23860348 2380 threadref *expectedref,
a14ed312
KB
2381 struct gdb_ext_thread_info
2382 *info);
cce74817
JM
2383
2384
2bc416ba 2385static int remote_get_threadinfo (threadref *threadid,
23860348 2386 int fieldset, /*TAG mask */
a14ed312 2387 struct gdb_ext_thread_info *info);
cce74817 2388
a14ed312
KB
2389static char *pack_threadlist_request (char *pkt, int startflag,
2390 int threadcount,
23860348 2391 threadref *nextthread);
cce74817 2392
a14ed312
KB
2393static int parse_threadlist_response (char *pkt,
2394 int result_limit,
23860348 2395 threadref *original_echo,
2bc416ba 2396 threadref *resultlist,
23860348 2397 int *doneflag);
cce74817 2398
a14ed312 2399static int remote_get_threadlist (int startflag,
23860348 2400 threadref *nextthread,
a14ed312
KB
2401 int result_limit,
2402 int *done,
2bc416ba 2403 int *result_count,
23860348 2404 threadref *threadlist);
cce74817 2405
23860348 2406typedef int (*rmt_thread_action) (threadref *ref, void *context);
cce74817 2407
a14ed312
KB
2408static int remote_threadlist_iterator (rmt_thread_action stepfunction,
2409 void *context, int looplimit);
cce74817 2410
23860348 2411static int remote_newthread_step (threadref *ref, void *context);
cce74817 2412
82f73884
PA
2413
2414/* Write a PTID to BUF. ENDBUF points to one-passed-the-end of the
2415 buffer we're allowed to write to. Returns
2416 BUF+CHARACTERS_WRITTEN. */
2417
2418static char *
2419write_ptid (char *buf, const char *endbuf, ptid_t ptid)
2420{
2421 int pid, tid;
2422 struct remote_state *rs = get_remote_state ();
2423
2424 if (remote_multi_process_p (rs))
2425 {
2426 pid = ptid_get_pid (ptid);
2427 if (pid < 0)
2428 buf += xsnprintf (buf, endbuf - buf, "p-%x.", -pid);
2429 else
2430 buf += xsnprintf (buf, endbuf - buf, "p%x.", pid);
2431 }
ba348170 2432 tid = ptid_get_lwp (ptid);
82f73884
PA
2433 if (tid < 0)
2434 buf += xsnprintf (buf, endbuf - buf, "-%x", -tid);
2435 else
2436 buf += xsnprintf (buf, endbuf - buf, "%x", tid);
2437
2438 return buf;
2439}
2440
2441/* Extract a PTID from BUF. If non-null, OBUF is set to the to one
2442 passed the last parsed char. Returns null_ptid on error. */
2443
2444static ptid_t
2445read_ptid (char *buf, char **obuf)
2446{
2447 char *p = buf;
2448 char *pp;
2449 ULONGEST pid = 0, tid = 0;
82f73884
PA
2450
2451 if (*p == 'p')
2452 {
2453 /* Multi-process ptid. */
2454 pp = unpack_varlen_hex (p + 1, &pid);
2455 if (*pp != '.')
b37520b6 2456 error (_("invalid remote ptid: %s"), p);
82f73884
PA
2457
2458 p = pp;
2459 pp = unpack_varlen_hex (p + 1, &tid);
2460 if (obuf)
2461 *obuf = pp;
ba348170 2462 return ptid_build (pid, tid, 0);
82f73884
PA
2463 }
2464
2465 /* No multi-process. Just a tid. */
2466 pp = unpack_varlen_hex (p, &tid);
2467
c9f35b34
KB
2468 /* Return null_ptid when no thread id is found. */
2469 if (p == pp)
2470 {
2471 if (obuf)
2472 *obuf = pp;
2473 return null_ptid;
2474 }
2475
82f73884 2476 /* Since the stub is not sending a process id, then default to
ca19bf23
PA
2477 what's in inferior_ptid, unless it's null at this point. If so,
2478 then since there's no way to know the pid of the reported
2479 threads, use the magic number. */
2480 if (ptid_equal (inferior_ptid, null_ptid))
2481 pid = ptid_get_pid (magic_null_ptid);
2482 else
2483 pid = ptid_get_pid (inferior_ptid);
82f73884
PA
2484
2485 if (obuf)
2486 *obuf = pp;
ba348170 2487 return ptid_build (pid, tid, 0);
82f73884
PA
2488}
2489
c906108c 2490static int
fba45db2 2491stubhex (int ch)
c906108c
SS
2492{
2493 if (ch >= 'a' && ch <= 'f')
2494 return ch - 'a' + 10;
2495 if (ch >= '0' && ch <= '9')
2496 return ch - '0';
2497 if (ch >= 'A' && ch <= 'F')
2498 return ch - 'A' + 10;
2499 return -1;
2500}
2501
2502static int
fba45db2 2503stub_unpack_int (char *buff, int fieldlength)
c906108c
SS
2504{
2505 int nibble;
2506 int retval = 0;
2507
2508 while (fieldlength)
2509 {
2510 nibble = stubhex (*buff++);
2511 retval |= nibble;
2512 fieldlength--;
2513 if (fieldlength)
2514 retval = retval << 4;
2515 }
2516 return retval;
2517}
2518
c906108c 2519static char *
fba45db2 2520unpack_nibble (char *buf, int *val)
c906108c 2521{
b7589f7d 2522 *val = fromhex (*buf++);
c906108c
SS
2523 return buf;
2524}
2525
c906108c 2526static char *
fba45db2 2527unpack_byte (char *buf, int *value)
c906108c
SS
2528{
2529 *value = stub_unpack_int (buf, 2);
2530 return buf + 2;
2531}
2532
2533static char *
fba45db2 2534pack_int (char *buf, int value)
c906108c
SS
2535{
2536 buf = pack_hex_byte (buf, (value >> 24) & 0xff);
2537 buf = pack_hex_byte (buf, (value >> 16) & 0xff);
2538 buf = pack_hex_byte (buf, (value >> 8) & 0x0ff);
2539 buf = pack_hex_byte (buf, (value & 0xff));
2540 return buf;
2541}
2542
2543static char *
fba45db2 2544unpack_int (char *buf, int *value)
c906108c
SS
2545{
2546 *value = stub_unpack_int (buf, 8);
2547 return buf + 8;
2548}
2549
23860348 2550#if 0 /* Currently unused, uncomment when needed. */
a14ed312 2551static char *pack_string (char *pkt, char *string);
c906108c
SS
2552
2553static char *
fba45db2 2554pack_string (char *pkt, char *string)
c906108c
SS
2555{
2556 char ch;
2557 int len;
2558
2559 len = strlen (string);
2560 if (len > 200)
23860348 2561 len = 200; /* Bigger than most GDB packets, junk??? */
c906108c
SS
2562 pkt = pack_hex_byte (pkt, len);
2563 while (len-- > 0)
2564 {
2565 ch = *string++;
2566 if ((ch == '\0') || (ch == '#'))
23860348 2567 ch = '*'; /* Protect encapsulation. */
c906108c
SS
2568 *pkt++ = ch;
2569 }
2570 return pkt;
2571}
2572#endif /* 0 (unused) */
2573
2574static char *
fba45db2 2575unpack_string (char *src, char *dest, int length)
c906108c
SS
2576{
2577 while (length--)
2578 *dest++ = *src++;
2579 *dest = '\0';
2580 return src;
2581}
2582
2583static char *
fba45db2 2584pack_threadid (char *pkt, threadref *id)
c906108c
SS
2585{
2586 char *limit;
2587 unsigned char *altid;
2588
2589 altid = (unsigned char *) id;
2590 limit = pkt + BUF_THREAD_ID_SIZE;
2591 while (pkt < limit)
2592 pkt = pack_hex_byte (pkt, *altid++);
2593 return pkt;
2594}
2595
2596
2597static char *
fba45db2 2598unpack_threadid (char *inbuf, threadref *id)
c906108c
SS
2599{
2600 char *altref;
2601 char *limit = inbuf + BUF_THREAD_ID_SIZE;
2602 int x, y;
2603
2604 altref = (char *) id;
2605
2606 while (inbuf < limit)
2607 {
2608 x = stubhex (*inbuf++);
2609 y = stubhex (*inbuf++);
2610 *altref++ = (x << 4) | y;
2611 }
2612 return inbuf;
2613}
2614
2615/* Externally, threadrefs are 64 bits but internally, they are still
0df8b418 2616 ints. This is due to a mismatch of specifications. We would like
c906108c
SS
2617 to use 64bit thread references internally. This is an adapter
2618 function. */
2619
2620void
fba45db2 2621int_to_threadref (threadref *id, int value)
c906108c
SS
2622{
2623 unsigned char *scan;
2624
2625 scan = (unsigned char *) id;
2626 {
2627 int i = 4;
2628 while (i--)
2629 *scan++ = 0;
2630 }
2631 *scan++ = (value >> 24) & 0xff;
2632 *scan++ = (value >> 16) & 0xff;
2633 *scan++ = (value >> 8) & 0xff;
2634 *scan++ = (value & 0xff);
2635}
2636
2637static int
fba45db2 2638threadref_to_int (threadref *ref)
c906108c
SS
2639{
2640 int i, value = 0;
2641 unsigned char *scan;
2642
cfd77fa1 2643 scan = *ref;
c906108c
SS
2644 scan += 4;
2645 i = 4;
2646 while (i-- > 0)
2647 value = (value << 8) | ((*scan++) & 0xff);
2648 return value;
2649}
2650
2651static void
fba45db2 2652copy_threadref (threadref *dest, threadref *src)
c906108c
SS
2653{
2654 int i;
2655 unsigned char *csrc, *cdest;
2656
2657 csrc = (unsigned char *) src;
2658 cdest = (unsigned char *) dest;
2659 i = 8;
2660 while (i--)
2661 *cdest++ = *csrc++;
2662}
2663
2664static int
fba45db2 2665threadmatch (threadref *dest, threadref *src)
c906108c 2666{
23860348 2667 /* Things are broken right now, so just assume we got a match. */
c906108c
SS
2668#if 0
2669 unsigned char *srcp, *destp;
2670 int i, result;
2671 srcp = (char *) src;
2672 destp = (char *) dest;
2673
2674 result = 1;
2675 while (i-- > 0)
2676 result &= (*srcp++ == *destp++) ? 1 : 0;
2677 return result;
2678#endif
2679 return 1;
2680}
2681
2682/*
c5aa993b
JM
2683 threadid:1, # always request threadid
2684 context_exists:2,
2685 display:4,
2686 unique_name:8,
2687 more_display:16
2688 */
c906108c
SS
2689
2690/* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
2691
2692static char *
fba45db2 2693pack_threadinfo_request (char *pkt, int mode, threadref *id)
c906108c 2694{
23860348
MS
2695 *pkt++ = 'q'; /* Info Query */
2696 *pkt++ = 'P'; /* process or thread info */
2697 pkt = pack_int (pkt, mode); /* mode */
c906108c 2698 pkt = pack_threadid (pkt, id); /* threadid */
23860348 2699 *pkt = '\0'; /* terminate */
c906108c
SS
2700 return pkt;
2701}
2702
23860348 2703/* These values tag the fields in a thread info response packet. */
c906108c 2704/* Tagging the fields allows us to request specific fields and to
23860348 2705 add more fields as time goes by. */
c906108c 2706
23860348 2707#define TAG_THREADID 1 /* Echo the thread identifier. */
c5aa993b 2708#define TAG_EXISTS 2 /* Is this process defined enough to
23860348 2709 fetch registers and its stack? */
c5aa993b 2710#define TAG_DISPLAY 4 /* A short thing maybe to put on a window */
23860348 2711#define TAG_THREADNAME 8 /* string, maps 1-to-1 with a thread is. */
802188a7 2712#define TAG_MOREDISPLAY 16 /* Whatever the kernel wants to say about
23860348 2713 the process. */
c906108c
SS
2714
2715static int
fba45db2
KB
2716remote_unpack_thread_info_response (char *pkt, threadref *expectedref,
2717 struct gdb_ext_thread_info *info)
c906108c 2718{
d01949b6 2719 struct remote_state *rs = get_remote_state ();
c906108c 2720 int mask, length;
cfd77fa1 2721 int tag;
c906108c 2722 threadref ref;
6d820c5c 2723 char *limit = pkt + rs->buf_size; /* Plausible parsing limit. */
c906108c
SS
2724 int retval = 1;
2725
23860348 2726 /* info->threadid = 0; FIXME: implement zero_threadref. */
c906108c
SS
2727 info->active = 0;
2728 info->display[0] = '\0';
2729 info->shortname[0] = '\0';
2730 info->more_display[0] = '\0';
2731
23860348
MS
2732 /* Assume the characters indicating the packet type have been
2733 stripped. */
c906108c
SS
2734 pkt = unpack_int (pkt, &mask); /* arg mask */
2735 pkt = unpack_threadid (pkt, &ref);
2736
2737 if (mask == 0)
8a3fe4f8 2738 warning (_("Incomplete response to threadinfo request."));
c906108c 2739 if (!threadmatch (&ref, expectedref))
23860348 2740 { /* This is an answer to a different request. */
8a3fe4f8 2741 warning (_("ERROR RMT Thread info mismatch."));
c906108c
SS
2742 return 0;
2743 }
2744 copy_threadref (&info->threadid, &ref);
2745
23860348 2746 /* Loop on tagged fields , try to bail if somthing goes wrong. */
c906108c 2747
23860348
MS
2748 /* Packets are terminated with nulls. */
2749 while ((pkt < limit) && mask && *pkt)
c906108c
SS
2750 {
2751 pkt = unpack_int (pkt, &tag); /* tag */
23860348
MS
2752 pkt = unpack_byte (pkt, &length); /* length */
2753 if (!(tag & mask)) /* Tags out of synch with mask. */
c906108c 2754 {
8a3fe4f8 2755 warning (_("ERROR RMT: threadinfo tag mismatch."));
c906108c
SS
2756 retval = 0;
2757 break;
2758 }
2759 if (tag == TAG_THREADID)
2760 {
2761 if (length != 16)
2762 {
8a3fe4f8 2763 warning (_("ERROR RMT: length of threadid is not 16."));
c906108c
SS
2764 retval = 0;
2765 break;
2766 }
2767 pkt = unpack_threadid (pkt, &ref);
2768 mask = mask & ~TAG_THREADID;
2769 continue;
2770 }
2771 if (tag == TAG_EXISTS)
2772 {
2773 info->active = stub_unpack_int (pkt, length);
2774 pkt += length;
2775 mask = mask & ~(TAG_EXISTS);
2776 if (length > 8)
2777 {
8a3fe4f8 2778 warning (_("ERROR RMT: 'exists' length too long."));
c906108c
SS
2779 retval = 0;
2780 break;
2781 }
2782 continue;
2783 }
2784 if (tag == TAG_THREADNAME)
2785 {
2786 pkt = unpack_string (pkt, &info->shortname[0], length);
2787 mask = mask & ~TAG_THREADNAME;
2788 continue;
2789 }
2790 if (tag == TAG_DISPLAY)
2791 {
2792 pkt = unpack_string (pkt, &info->display[0], length);
2793 mask = mask & ~TAG_DISPLAY;
2794 continue;
2795 }
2796 if (tag == TAG_MOREDISPLAY)
2797 {
2798 pkt = unpack_string (pkt, &info->more_display[0], length);
2799 mask = mask & ~TAG_MOREDISPLAY;
2800 continue;
2801 }
8a3fe4f8 2802 warning (_("ERROR RMT: unknown thread info tag."));
23860348 2803 break; /* Not a tag we know about. */
c906108c
SS
2804 }
2805 return retval;
2806}
2807
2808static int
fba45db2
KB
2809remote_get_threadinfo (threadref *threadid, int fieldset, /* TAG mask */
2810 struct gdb_ext_thread_info *info)
c906108c 2811{
d01949b6 2812 struct remote_state *rs = get_remote_state ();
c906108c 2813 int result;
c906108c 2814
2e9f7625
DJ
2815 pack_threadinfo_request (rs->buf, fieldset, threadid);
2816 putpkt (rs->buf);
6d820c5c 2817 getpkt (&rs->buf, &rs->buf_size, 0);
3084dd77
PA
2818
2819 if (rs->buf[0] == '\0')
2820 return 0;
2821
2e9f7625 2822 result = remote_unpack_thread_info_response (rs->buf + 2,
23860348 2823 threadid, info);
c906108c
SS
2824 return result;
2825}
2826
c906108c
SS
2827/* Format: i'Q':8,i"L":8,initflag:8,batchsize:16,lastthreadid:32 */
2828
2829static char *
fba45db2
KB
2830pack_threadlist_request (char *pkt, int startflag, int threadcount,
2831 threadref *nextthread)
c906108c
SS
2832{
2833 *pkt++ = 'q'; /* info query packet */
2834 *pkt++ = 'L'; /* Process LIST or threadLIST request */
23860348 2835 pkt = pack_nibble (pkt, startflag); /* initflag 1 bytes */
c906108c
SS
2836 pkt = pack_hex_byte (pkt, threadcount); /* threadcount 2 bytes */
2837 pkt = pack_threadid (pkt, nextthread); /* 64 bit thread identifier */
2838 *pkt = '\0';
2839 return pkt;
2840}
2841
2842/* Encoding: 'q':8,'M':8,count:16,done:8,argthreadid:64,(threadid:64)* */
2843
2844static int
fba45db2
KB
2845parse_threadlist_response (char *pkt, int result_limit,
2846 threadref *original_echo, threadref *resultlist,
2847 int *doneflag)
c906108c 2848{
d01949b6 2849 struct remote_state *rs = get_remote_state ();
c906108c
SS
2850 char *limit;
2851 int count, resultcount, done;
2852
2853 resultcount = 0;
2854 /* Assume the 'q' and 'M chars have been stripped. */
6d820c5c 2855 limit = pkt + (rs->buf_size - BUF_THREAD_ID_SIZE);
23860348 2856 /* done parse past here */
c906108c
SS
2857 pkt = unpack_byte (pkt, &count); /* count field */
2858 pkt = unpack_nibble (pkt, &done);
2859 /* The first threadid is the argument threadid. */
2860 pkt = unpack_threadid (pkt, original_echo); /* should match query packet */
2861 while ((count-- > 0) && (pkt < limit))
2862 {
2863 pkt = unpack_threadid (pkt, resultlist++);
2864 if (resultcount++ >= result_limit)
2865 break;
2866 }
2867 if (doneflag)
2868 *doneflag = done;
2869 return resultcount;
2870}
2871
6dc54d91
PA
2872/* Fetch the next batch of threads from the remote. Returns -1 if the
2873 qL packet is not supported, 0 on error and 1 on success. */
2874
c906108c 2875static int
fba45db2
KB
2876remote_get_threadlist (int startflag, threadref *nextthread, int result_limit,
2877 int *done, int *result_count, threadref *threadlist)
c906108c 2878{
d01949b6 2879 struct remote_state *rs = get_remote_state ();
c906108c
SS
2880 int result = 1;
2881
23860348 2882 /* Trancate result limit to be smaller than the packet size. */
3e43a32a
MS
2883 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10)
2884 >= get_remote_packet_size ())
ea9c271d 2885 result_limit = (get_remote_packet_size () / BUF_THREAD_ID_SIZE) - 2;
c906108c 2886
6d820c5c
DJ
2887 pack_threadlist_request (rs->buf, startflag, result_limit, nextthread);
2888 putpkt (rs->buf);
2889 getpkt (&rs->buf, &rs->buf_size, 0);
d8f2712d 2890 if (*rs->buf == '\0')
6dc54d91
PA
2891 {
2892 /* Packet not supported. */
2893 return -1;
2894 }
2895
2896 *result_count =
2897 parse_threadlist_response (rs->buf + 2, result_limit,
2898 &rs->echo_nextthread, threadlist, done);
c906108c 2899
0d031856 2900 if (!threadmatch (&rs->echo_nextthread, nextthread))
c906108c 2901 {
23860348
MS
2902 /* FIXME: This is a good reason to drop the packet. */
2903 /* Possably, there is a duplicate response. */
c906108c
SS
2904 /* Possabilities :
2905 retransmit immediatly - race conditions
2906 retransmit after timeout - yes
2907 exit
2908 wait for packet, then exit
2909 */
8a3fe4f8 2910 warning (_("HMM: threadlist did not echo arg thread, dropping it."));
23860348 2911 return 0; /* I choose simply exiting. */
c906108c
SS
2912 }
2913 if (*result_count <= 0)
2914 {
2915 if (*done != 1)
2916 {
8a3fe4f8 2917 warning (_("RMT ERROR : failed to get remote thread list."));
c906108c
SS
2918 result = 0;
2919 }
2920 return result; /* break; */
2921 }
2922 if (*result_count > result_limit)
2923 {
2924 *result_count = 0;
8a3fe4f8 2925 warning (_("RMT ERROR: threadlist response longer than requested."));
c906108c
SS
2926 return 0;
2927 }
2928 return result;
2929}
2930
6dc54d91
PA
2931/* Fetch the list of remote threads, with the qL packet, and call
2932 STEPFUNCTION for each thread found. Stops iterating and returns 1
2933 if STEPFUNCTION returns true. Stops iterating and returns 0 if the
2934 STEPFUNCTION returns false. If the packet is not supported,
2935 returns -1. */
c906108c 2936
c906108c 2937static int
fba45db2
KB
2938remote_threadlist_iterator (rmt_thread_action stepfunction, void *context,
2939 int looplimit)
c906108c 2940{
0d031856 2941 struct remote_state *rs = get_remote_state ();
c906108c
SS
2942 int done, i, result_count;
2943 int startflag = 1;
2944 int result = 1;
2945 int loopcount = 0;
c906108c
SS
2946
2947 done = 0;
2948 while (!done)
2949 {
2950 if (loopcount++ > looplimit)
2951 {
2952 result = 0;
8a3fe4f8 2953 warning (_("Remote fetch threadlist -infinite loop-."));
c906108c
SS
2954 break;
2955 }
6dc54d91
PA
2956 result = remote_get_threadlist (startflag, &rs->nextthread,
2957 MAXTHREADLISTRESULTS,
2958 &done, &result_count,
2959 rs->resultthreadlist);
2960 if (result <= 0)
2961 break;
23860348 2962 /* Clear for later iterations. */
c906108c
SS
2963 startflag = 0;
2964 /* Setup to resume next batch of thread references, set nextthread. */
2965 if (result_count >= 1)
0d031856
TT
2966 copy_threadref (&rs->nextthread,
2967 &rs->resultthreadlist[result_count - 1]);
c906108c
SS
2968 i = 0;
2969 while (result_count--)
6dc54d91
PA
2970 {
2971 if (!(*stepfunction) (&rs->resultthreadlist[i++], context))
2972 {
2973 result = 0;
2974 break;
2975 }
2976 }
c906108c
SS
2977 }
2978 return result;
2979}
2980
6dc54d91
PA
2981/* A thread found on the remote target. */
2982
2983typedef struct thread_item
2984{
2985 /* The thread's PTID. */
2986 ptid_t ptid;
2987
2988 /* The thread's extra info. May be NULL. */
2989 char *extra;
2990
79efa585
SM
2991 /* The thread's name. May be NULL. */
2992 char *name;
2993
6dc54d91
PA
2994 /* The core the thread was running on. -1 if not known. */
2995 int core;
2996} thread_item_t;
2997DEF_VEC_O(thread_item_t);
2998
2999/* Context passed around to the various methods listing remote
3000 threads. As new threads are found, they're added to the ITEMS
3001 vector. */
3002
3003struct threads_listing_context
3004{
3005 /* The threads found on the remote target. */
3006 VEC (thread_item_t) *items;
3007};
3008
80134cf5
PA
3009/* Discard the contents of the constructed thread listing context. */
3010
3011static void
3012clear_threads_listing_context (void *p)
3013{
19ba03f4
SM
3014 struct threads_listing_context *context
3015 = (struct threads_listing_context *) p;
80134cf5
PA
3016 int i;
3017 struct thread_item *item;
3018
3019 for (i = 0; VEC_iterate (thread_item_t, context->items, i, item); ++i)
79efa585
SM
3020 {
3021 xfree (item->extra);
3022 xfree (item->name);
3023 }
80134cf5
PA
3024
3025 VEC_free (thread_item_t, context->items);
3026}
3027
cbb8991c
DB
3028/* Remove the thread specified as the related_pid field of WS
3029 from the CONTEXT list. */
3030
3031static void
3032threads_listing_context_remove (struct target_waitstatus *ws,
3033 struct threads_listing_context *context)
3034{
3035 struct thread_item *item;
3036 int i;
3037 ptid_t child_ptid = ws->value.related_pid;
3038
3039 for (i = 0; VEC_iterate (thread_item_t, context->items, i, item); ++i)
3040 {
3041 if (ptid_equal (item->ptid, child_ptid))
3042 {
3043 VEC_ordered_remove (thread_item_t, context->items, i);
3044 break;
3045 }
3046 }
3047}
3048
c906108c 3049static int
6dc54d91 3050remote_newthread_step (threadref *ref, void *data)
c906108c 3051{
19ba03f4
SM
3052 struct threads_listing_context *context
3053 = (struct threads_listing_context *) data;
6dc54d91 3054 struct thread_item item;
79d7f229 3055 int pid = ptid_get_pid (inferior_ptid);
39f77062 3056
6dc54d91
PA
3057 item.ptid = ptid_build (pid, threadref_to_int (ref), 0);
3058 item.core = -1;
2e3b657e 3059 item.name = NULL;
6dc54d91
PA
3060 item.extra = NULL;
3061
3062 VEC_safe_push (thread_item_t, context->items, &item);
3063
c906108c
SS
3064 return 1; /* continue iterator */
3065}
3066
3067#define CRAZY_MAX_THREADS 1000
3068
39f77062
KB
3069static ptid_t
3070remote_current_thread (ptid_t oldpid)
c906108c 3071{
d01949b6 3072 struct remote_state *rs = get_remote_state ();
c906108c
SS
3073
3074 putpkt ("qC");
6d820c5c 3075 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 3076 if (rs->buf[0] == 'Q' && rs->buf[1] == 'C')
c9f35b34
KB
3077 {
3078 char *obuf;
3079 ptid_t result;
3080
3081 result = read_ptid (&rs->buf[2], &obuf);
3082 if (*obuf != '\0' && remote_debug)
3083 fprintf_unfiltered (gdb_stdlog,
3084 "warning: garbage in qC reply\n");
3085
3086 return result;
3087 }
c906108c
SS
3088 else
3089 return oldpid;
3090}
3091
6dc54d91 3092/* List remote threads using the deprecated qL packet. */
cce74817 3093
6dc54d91
PA
3094static int
3095remote_get_threads_with_ql (struct target_ops *ops,
3096 struct threads_listing_context *context)
c906108c 3097{
6dc54d91
PA
3098 if (remote_threadlist_iterator (remote_newthread_step, context,
3099 CRAZY_MAX_THREADS) >= 0)
3100 return 1;
3101
3102 return 0;
c906108c
SS
3103}
3104
dc146f7c
VP
3105#if defined(HAVE_LIBEXPAT)
3106
dc146f7c
VP
3107static void
3108start_thread (struct gdb_xml_parser *parser,
3109 const struct gdb_xml_element *element,
3110 void *user_data, VEC(gdb_xml_value_s) *attributes)
3111{
19ba03f4
SM
3112 struct threads_listing_context *data
3113 = (struct threads_listing_context *) user_data;
dc146f7c
VP
3114
3115 struct thread_item item;
3116 char *id;
3d2c1d41 3117 struct gdb_xml_value *attr;
dc146f7c 3118
19ba03f4 3119 id = (char *) xml_find_attribute (attributes, "id")->value;
dc146f7c
VP
3120 item.ptid = read_ptid (id, NULL);
3121
3d2c1d41
PA
3122 attr = xml_find_attribute (attributes, "core");
3123 if (attr != NULL)
3124 item.core = *(ULONGEST *) attr->value;
dc146f7c
VP
3125 else
3126 item.core = -1;
3127
79efa585 3128 attr = xml_find_attribute (attributes, "name");
e1961661 3129 item.name = attr != NULL ? xstrdup ((const char *) attr->value) : NULL;
79efa585 3130
dc146f7c
VP
3131 item.extra = 0;
3132
3133 VEC_safe_push (thread_item_t, data->items, &item);
3134}
3135
3136static void
3137end_thread (struct gdb_xml_parser *parser,
3138 const struct gdb_xml_element *element,
3139 void *user_data, const char *body_text)
3140{
19ba03f4
SM
3141 struct threads_listing_context *data
3142 = (struct threads_listing_context *) user_data;
dc146f7c
VP
3143
3144 if (body_text && *body_text)
2ae2a0b7 3145 VEC_last (thread_item_t, data->items)->extra = xstrdup (body_text);
dc146f7c
VP
3146}
3147
3148const struct gdb_xml_attribute thread_attributes[] = {
3149 { "id", GDB_XML_AF_NONE, NULL, NULL },
3150 { "core", GDB_XML_AF_OPTIONAL, gdb_xml_parse_attr_ulongest, NULL },
79efa585 3151 { "name", GDB_XML_AF_OPTIONAL, NULL, NULL },
dc146f7c
VP
3152 { NULL, GDB_XML_AF_NONE, NULL, NULL }
3153};
3154
3155const struct gdb_xml_element thread_children[] = {
3156 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3157};
3158
3159const struct gdb_xml_element threads_children[] = {
3160 { "thread", thread_attributes, thread_children,
3161 GDB_XML_EF_REPEATABLE | GDB_XML_EF_OPTIONAL,
3162 start_thread, end_thread },
3163 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3164};
3165
3166const struct gdb_xml_element threads_elements[] = {
3167 { "threads", NULL, threads_children,
3168 GDB_XML_EF_NONE, NULL, NULL },
3169 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3170};
3171
3172#endif
3173
6dc54d91 3174/* List remote threads using qXfer:threads:read. */
9d1f7ab2 3175
6dc54d91
PA
3176static int
3177remote_get_threads_with_qxfer (struct target_ops *ops,
3178 struct threads_listing_context *context)
0f71a2f6 3179{
dc146f7c 3180#if defined(HAVE_LIBEXPAT)
4082afcc 3181 if (packet_support (PACKET_qXfer_threads) == PACKET_ENABLE)
dc146f7c 3182 {
6dc54d91 3183 char *xml = target_read_stralloc (ops, TARGET_OBJECT_THREADS, NULL);
dc146f7c 3184 struct cleanup *back_to = make_cleanup (xfree, xml);
efc0eabd 3185
6dc54d91 3186 if (xml != NULL && *xml != '\0')
dc146f7c 3187 {
6dc54d91
PA
3188 gdb_xml_parse_quick (_("threads"), "threads.dtd",
3189 threads_elements, xml, context);
dc146f7c
VP
3190 }
3191
3192 do_cleanups (back_to);
6dc54d91 3193 return 1;
dc146f7c
VP
3194 }
3195#endif
3196
6dc54d91
PA
3197 return 0;
3198}
3199
3200/* List remote threads using qfThreadInfo/qsThreadInfo. */
3201
3202static int
3203remote_get_threads_with_qthreadinfo (struct target_ops *ops,
3204 struct threads_listing_context *context)
3205{
3206 struct remote_state *rs = get_remote_state ();
3207
b80fafe3 3208 if (rs->use_threadinfo_query)
9d1f7ab2 3209 {
6dc54d91
PA
3210 char *bufp;
3211
9d1f7ab2 3212 putpkt ("qfThreadInfo");
6d820c5c 3213 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 3214 bufp = rs->buf;
9d1f7ab2 3215 if (bufp[0] != '\0') /* q packet recognized */
802188a7 3216 {
9d1f7ab2
MS
3217 while (*bufp++ == 'm') /* reply contains one or more TID */
3218 {
3219 do
3220 {
6dc54d91
PA
3221 struct thread_item item;
3222
3223 item.ptid = read_ptid (bufp, &bufp);
3224 item.core = -1;
2e3b657e 3225 item.name = NULL;
6dc54d91
PA
3226 item.extra = NULL;
3227
3228 VEC_safe_push (thread_item_t, context->items, &item);
9d1f7ab2
MS
3229 }
3230 while (*bufp++ == ','); /* comma-separated list */
3231 putpkt ("qsThreadInfo");
6d820c5c 3232 getpkt (&rs->buf, &rs->buf_size, 0);
6dc54d91 3233 bufp = rs->buf;
9d1f7ab2 3234 }
6dc54d91
PA
3235 return 1;
3236 }
3237 else
3238 {
3239 /* Packet not recognized. */
3240 rs->use_threadinfo_query = 0;
9d1f7ab2
MS
3241 }
3242 }
3243
6dc54d91
PA
3244 return 0;
3245}
3246
e8032dde 3247/* Implement the to_update_thread_list function for the remote
6dc54d91
PA
3248 targets. */
3249
3250static void
e8032dde 3251remote_update_thread_list (struct target_ops *ops)
6dc54d91 3252{
6dc54d91
PA
3253 struct threads_listing_context context;
3254 struct cleanup *old_chain;
ab970af1 3255 int got_list = 0;
e8032dde 3256
6dc54d91
PA
3257 context.items = NULL;
3258 old_chain = make_cleanup (clear_threads_listing_context, &context);
3259
3260 /* We have a few different mechanisms to fetch the thread list. Try
3261 them all, starting with the most preferred one first, falling
3262 back to older methods. */
3263 if (remote_get_threads_with_qxfer (ops, &context)
3264 || remote_get_threads_with_qthreadinfo (ops, &context)
3265 || remote_get_threads_with_ql (ops, &context))
3266 {
3267 int i;
3268 struct thread_item *item;
ab970af1
PA
3269 struct thread_info *tp, *tmp;
3270
3271 got_list = 1;
3272
7d1a114c
PA
3273 if (VEC_empty (thread_item_t, context.items)
3274 && remote_thread_always_alive (ops, inferior_ptid))
3275 {
3276 /* Some targets don't really support threads, but still
3277 reply an (empty) thread list in response to the thread
3278 listing packets, instead of replying "packet not
3279 supported". Exit early so we don't delete the main
3280 thread. */
3281 do_cleanups (old_chain);
3282 return;
3283 }
3284
ab970af1
PA
3285 /* CONTEXT now holds the current thread list on the remote
3286 target end. Delete GDB-side threads no longer found on the
3287 target. */
8a06aea7 3288 ALL_THREADS_SAFE (tp, tmp)
cbb8991c 3289 {
ab970af1
PA
3290 for (i = 0;
3291 VEC_iterate (thread_item_t, context.items, i, item);
3292 ++i)
3293 {
3294 if (ptid_equal (item->ptid, tp->ptid))
3295 break;
3296 }
3297
3298 if (i == VEC_length (thread_item_t, context.items))
3299 {
3300 /* Not found. */
3301 delete_thread (tp->ptid);
3302 }
cbb8991c
DB
3303 }
3304
3305 /* Remove any unreported fork child threads from CONTEXT so
3306 that we don't interfere with follow fork, which is where
3307 creation of such threads is handled. */
3308 remove_new_fork_children (&context);
74531fed 3309
ab970af1 3310 /* And now add threads we don't know about yet to our list. */
6dc54d91
PA
3311 for (i = 0;
3312 VEC_iterate (thread_item_t, context.items, i, item);
3313 ++i)
3314 {
3315 if (!ptid_equal (item->ptid, null_ptid))
3316 {
3317 struct private_thread_info *info;
3318 /* In non-stop mode, we assume new found threads are
0d5b594f
PA
3319 executing until proven otherwise with a stop reply.
3320 In all-stop, we can only get here if all threads are
6dc54d91 3321 stopped. */
0d5b594f 3322 int executing = target_is_non_stop_p () ? 1 : 0;
6dc54d91 3323
0d5b594f 3324 remote_notice_new_inferior (item->ptid, executing);
6dc54d91 3325
85ad3aaf 3326 info = get_private_info_ptid (item->ptid);
6dc54d91
PA
3327 info->core = item->core;
3328 info->extra = item->extra;
3329 item->extra = NULL;
79efa585
SM
3330 info->name = item->name;
3331 item->name = NULL;
6dc54d91
PA
3332 }
3333 }
3334 }
3335
ab970af1
PA
3336 if (!got_list)
3337 {
3338 /* If no thread listing method is supported, then query whether
3339 each known thread is alive, one by one, with the T packet.
3340 If the target doesn't support threads at all, then this is a
3341 no-op. See remote_thread_alive. */
3342 prune_threads ();
3343 }
3344
6dc54d91 3345 do_cleanups (old_chain);
9d1f7ab2
MS
3346}
3347
802188a7 3348/*
9d1f7ab2
MS
3349 * Collect a descriptive string about the given thread.
3350 * The target may say anything it wants to about the thread
3351 * (typically info about its blocked / runnable state, name, etc.).
3352 * This string will appear in the info threads display.
802188a7 3353 *
9d1f7ab2
MS
3354 * Optional: targets are not required to implement this function.
3355 */
3356
3357static char *
c15906d8 3358remote_threads_extra_info (struct target_ops *self, struct thread_info *tp)
9d1f7ab2 3359{
d01949b6 3360 struct remote_state *rs = get_remote_state ();
9d1f7ab2
MS
3361 int result;
3362 int set;
3363 threadref id;
3364 struct gdb_ext_thread_info threadinfo;
23860348 3365 static char display_buf[100]; /* arbitrary... */
9d1f7ab2
MS
3366 int n = 0; /* position in display_buf */
3367
5d93a237 3368 if (rs->remote_desc == 0) /* paranoia */
8e65ff28 3369 internal_error (__FILE__, __LINE__,
e2e0b3e5 3370 _("remote_threads_extra_info"));
9d1f7ab2 3371
60e569b9 3372 if (ptid_equal (tp->ptid, magic_null_ptid)
ba348170 3373 || (ptid_get_pid (tp->ptid) != 0 && ptid_get_lwp (tp->ptid) == 0))
60e569b9
PA
3374 /* This is the main thread which was added by GDB. The remote
3375 server doesn't know about it. */
3376 return NULL;
3377
4082afcc 3378 if (packet_support (PACKET_qXfer_threads) == PACKET_ENABLE)
dc146f7c
VP
3379 {
3380 struct thread_info *info = find_thread_ptid (tp->ptid);
a744cf53 3381
fe978cb0
PA
3382 if (info && info->priv)
3383 return info->priv->extra;
dc146f7c
VP
3384 else
3385 return NULL;
3386 }
3387
b80fafe3 3388 if (rs->use_threadextra_query)
9d1f7ab2 3389 {
82f73884
PA
3390 char *b = rs->buf;
3391 char *endb = rs->buf + get_remote_packet_size ();
3392
3393 xsnprintf (b, endb - b, "qThreadExtraInfo,");
3394 b += strlen (b);
3395 write_ptid (b, endb, tp->ptid);
3396
2e9f7625 3397 putpkt (rs->buf);
6d820c5c 3398 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 3399 if (rs->buf[0] != 0)
9d1f7ab2 3400 {
325fac50 3401 n = std::min (strlen (rs->buf) / 2, sizeof (display_buf));
2e9f7625 3402 result = hex2bin (rs->buf, (gdb_byte *) display_buf, n);
30559e10 3403 display_buf [result] = '\0';
9d1f7ab2
MS
3404 return display_buf;
3405 }
0f71a2f6 3406 }
9d1f7ab2
MS
3407
3408 /* If the above query fails, fall back to the old method. */
b80fafe3 3409 rs->use_threadextra_query = 0;
9d1f7ab2
MS
3410 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
3411 | TAG_MOREDISPLAY | TAG_DISPLAY;
ba348170 3412 int_to_threadref (&id, ptid_get_lwp (tp->ptid));
9d1f7ab2
MS
3413 if (remote_get_threadinfo (&id, set, &threadinfo))
3414 if (threadinfo.active)
0f71a2f6 3415 {
9d1f7ab2 3416 if (*threadinfo.shortname)
2bc416ba 3417 n += xsnprintf (&display_buf[0], sizeof (display_buf) - n,
ecbc58df 3418 " Name: %s,", threadinfo.shortname);
9d1f7ab2 3419 if (*threadinfo.display)
2bc416ba 3420 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
ecbc58df 3421 " State: %s,", threadinfo.display);
9d1f7ab2 3422 if (*threadinfo.more_display)
2bc416ba 3423 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
ecbc58df 3424 " Priority: %s", threadinfo.more_display);
9d1f7ab2
MS
3425
3426 if (n > 0)
c5aa993b 3427 {
23860348 3428 /* For purely cosmetic reasons, clear up trailing commas. */
9d1f7ab2
MS
3429 if (',' == display_buf[n-1])
3430 display_buf[n-1] = ' ';
3431 return display_buf;
c5aa993b 3432 }
0f71a2f6 3433 }
9d1f7ab2 3434 return NULL;
0f71a2f6 3435}
c906108c 3436\f
c5aa993b 3437
0fb4aa4b 3438static int
61fc905d 3439remote_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR addr,
0fb4aa4b
PA
3440 struct static_tracepoint_marker *marker)
3441{
3442 struct remote_state *rs = get_remote_state ();
3443 char *p = rs->buf;
3444
bba74b36 3445 xsnprintf (p, get_remote_packet_size (), "qTSTMat:");
0fb4aa4b
PA
3446 p += strlen (p);
3447 p += hexnumstr (p, addr);
3448 putpkt (rs->buf);
3449 getpkt (&rs->buf, &rs->buf_size, 0);
3450 p = rs->buf;
3451
3452 if (*p == 'E')
3453 error (_("Remote failure reply: %s"), p);
3454
3455 if (*p++ == 'm')
3456 {
3457 parse_static_tracepoint_marker_definition (p, &p, marker);
3458 return 1;
3459 }
3460
3461 return 0;
3462}
3463
0fb4aa4b 3464static VEC(static_tracepoint_marker_p) *
c686c57f
TT
3465remote_static_tracepoint_markers_by_strid (struct target_ops *self,
3466 const char *strid)
0fb4aa4b
PA
3467{
3468 struct remote_state *rs = get_remote_state ();
3469 VEC(static_tracepoint_marker_p) *markers = NULL;
3470 struct static_tracepoint_marker *marker = NULL;
3471 struct cleanup *old_chain;
3472 char *p;
3473
3474 /* Ask for a first packet of static tracepoint marker
3475 definition. */
3476 putpkt ("qTfSTM");
3477 getpkt (&rs->buf, &rs->buf_size, 0);
3478 p = rs->buf;
3479 if (*p == 'E')
3480 error (_("Remote failure reply: %s"), p);
3481
3482 old_chain = make_cleanup (free_current_marker, &marker);
3483
3484 while (*p++ == 'm')
3485 {
3486 if (marker == NULL)
3487 marker = XCNEW (struct static_tracepoint_marker);
3488
3489 do
3490 {
3491 parse_static_tracepoint_marker_definition (p, &p, marker);
3492
3493 if (strid == NULL || strcmp (strid, marker->str_id) == 0)
3494 {
3495 VEC_safe_push (static_tracepoint_marker_p,
3496 markers, marker);
3497 marker = NULL;
3498 }
3499 else
3500 {
3501 release_static_tracepoint_marker (marker);
3502 memset (marker, 0, sizeof (*marker));
3503 }
3504 }
3505 while (*p++ == ','); /* comma-separated list */
3506 /* Ask for another packet of static tracepoint definition. */
3507 putpkt ("qTsSTM");
3508 getpkt (&rs->buf, &rs->buf_size, 0);
3509 p = rs->buf;
3510 }
3511
3512 do_cleanups (old_chain);
3513 return markers;
3514}
3515
3516\f
10760264
JB
3517/* Implement the to_get_ada_task_ptid function for the remote targets. */
3518
3519static ptid_t
1e6b91a4 3520remote_get_ada_task_ptid (struct target_ops *self, long lwp, long thread)
10760264 3521{
ba348170 3522 return ptid_build (ptid_get_pid (inferior_ptid), lwp, 0);
10760264
JB
3523}
3524\f
3525
24b06219 3526/* Restart the remote side; this is an extended protocol operation. */
c906108c
SS
3527
3528static void
fba45db2 3529extended_remote_restart (void)
c906108c 3530{
d01949b6 3531 struct remote_state *rs = get_remote_state ();
c906108c
SS
3532
3533 /* Send the restart command; for reasons I don't understand the
3534 remote side really expects a number after the "R". */
ea9c271d 3535 xsnprintf (rs->buf, get_remote_packet_size (), "R%x", 0);
6d820c5c 3536 putpkt (rs->buf);
c906108c 3537
ad9a8f3f 3538 remote_fileio_reset ();
c906108c
SS
3539}
3540\f
3541/* Clean up connection to a remote debugger. */
3542
c906108c 3543static void
de90e03d 3544remote_close (struct target_ops *self)
c906108c 3545{
5d93a237
TT
3546 struct remote_state *rs = get_remote_state ();
3547
3548 if (rs->remote_desc == NULL)
d3fd5342
PA
3549 return; /* already closed */
3550
048094ac 3551 /* Make sure we leave stdin registered in the event loop. */
e3594fd1 3552 remote_terminal_ours (self);
ce5ce7ed 3553
5d93a237
TT
3554 serial_close (rs->remote_desc);
3555 rs->remote_desc = NULL;
ce5ce7ed
PA
3556
3557 /* We don't have a connection to the remote stub anymore. Get rid
f67fd822
PM
3558 of all the inferiors and their threads we were controlling.
3559 Reset inferior_ptid to null_ptid first, as otherwise has_stack_frame
3560 will be unable to find the thread corresponding to (pid, 0, 0). */
0f2caa1b 3561 inferior_ptid = null_ptid;
f67fd822 3562 discard_all_inferiors ();
ce5ce7ed 3563
f48ff2a7
YQ
3564 /* We are closing the remote target, so we should discard
3565 everything of this target. */
bcc75809 3566 discard_pending_stop_replies_in_queue (rs);
74531fed
PA
3567
3568 if (remote_async_inferior_event_token)
3569 delete_async_event_handler (&remote_async_inferior_event_token);
722247f1 3570
5965e028 3571 remote_notif_state_xfree (rs->notif_state);
aef525cb
YQ
3572
3573 trace_reset_local_state ();
c906108c
SS
3574}
3575
23860348 3576/* Query the remote side for the text, data and bss offsets. */
c906108c
SS
3577
3578static void
fba45db2 3579get_offsets (void)
c906108c 3580{
d01949b6 3581 struct remote_state *rs = get_remote_state ();
2e9f7625 3582 char *buf;
085dd6e6 3583 char *ptr;
31d99776
DJ
3584 int lose, num_segments = 0, do_sections, do_segments;
3585 CORE_ADDR text_addr, data_addr, bss_addr, segments[2];
c906108c 3586 struct section_offsets *offs;
31d99776
DJ
3587 struct symfile_segment_data *data;
3588
3589 if (symfile_objfile == NULL)
3590 return;
c906108c
SS
3591
3592 putpkt ("qOffsets");
6d820c5c 3593 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 3594 buf = rs->buf;
c906108c
SS
3595
3596 if (buf[0] == '\000')
3597 return; /* Return silently. Stub doesn't support
23860348 3598 this command. */
c906108c
SS
3599 if (buf[0] == 'E')
3600 {
8a3fe4f8 3601 warning (_("Remote failure reply: %s"), buf);
c906108c
SS
3602 return;
3603 }
3604
3605 /* Pick up each field in turn. This used to be done with scanf, but
3606 scanf will make trouble if CORE_ADDR size doesn't match
3607 conversion directives correctly. The following code will work
3608 with any size of CORE_ADDR. */
3609 text_addr = data_addr = bss_addr = 0;
3610 ptr = buf;
3611 lose = 0;
3612
61012eef 3613 if (startswith (ptr, "Text="))
c906108c
SS
3614 {
3615 ptr += 5;
3616 /* Don't use strtol, could lose on big values. */
3617 while (*ptr && *ptr != ';')
3618 text_addr = (text_addr << 4) + fromhex (*ptr++);
c906108c 3619
61012eef 3620 if (startswith (ptr, ";Data="))
31d99776
DJ
3621 {
3622 ptr += 6;
3623 while (*ptr && *ptr != ';')
3624 data_addr = (data_addr << 4) + fromhex (*ptr++);
3625 }
3626 else
3627 lose = 1;
3628
61012eef 3629 if (!lose && startswith (ptr, ";Bss="))
31d99776
DJ
3630 {
3631 ptr += 5;
3632 while (*ptr && *ptr != ';')
3633 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
c906108c 3634
31d99776
DJ
3635 if (bss_addr != data_addr)
3636 warning (_("Target reported unsupported offsets: %s"), buf);
3637 }
3638 else
3639 lose = 1;
3640 }
61012eef 3641 else if (startswith (ptr, "TextSeg="))
c906108c 3642 {
31d99776
DJ
3643 ptr += 8;
3644 /* Don't use strtol, could lose on big values. */
c906108c 3645 while (*ptr && *ptr != ';')
31d99776
DJ
3646 text_addr = (text_addr << 4) + fromhex (*ptr++);
3647 num_segments = 1;
3648
61012eef 3649 if (startswith (ptr, ";DataSeg="))
31d99776
DJ
3650 {
3651 ptr += 9;
3652 while (*ptr && *ptr != ';')
3653 data_addr = (data_addr << 4) + fromhex (*ptr++);
3654 num_segments++;
3655 }
c906108c
SS
3656 }
3657 else
3658 lose = 1;
3659
3660 if (lose)
8a3fe4f8 3661 error (_("Malformed response to offset query, %s"), buf);
31d99776
DJ
3662 else if (*ptr != '\0')
3663 warning (_("Target reported unsupported offsets: %s"), buf);
c906108c 3664
802188a7 3665 offs = ((struct section_offsets *)
a39a16c4 3666 alloca (SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections)));
802188a7 3667 memcpy (offs, symfile_objfile->section_offsets,
a39a16c4 3668 SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));
c906108c 3669
31d99776
DJ
3670 data = get_symfile_segment_data (symfile_objfile->obfd);
3671 do_segments = (data != NULL);
3672 do_sections = num_segments == 0;
c906108c 3673
28c32713 3674 if (num_segments > 0)
31d99776 3675 {
31d99776
DJ
3676 segments[0] = text_addr;
3677 segments[1] = data_addr;
3678 }
28c32713
JB
3679 /* If we have two segments, we can still try to relocate everything
3680 by assuming that the .text and .data offsets apply to the whole
3681 text and data segments. Convert the offsets given in the packet
3682 to base addresses for symfile_map_offsets_to_segments. */
3683 else if (data && data->num_segments == 2)
3684 {
3685 segments[0] = data->segment_bases[0] + text_addr;
3686 segments[1] = data->segment_bases[1] + data_addr;
3687 num_segments = 2;
3688 }
8d385431
DJ
3689 /* If the object file has only one segment, assume that it is text
3690 rather than data; main programs with no writable data are rare,
3691 but programs with no code are useless. Of course the code might
3692 have ended up in the data segment... to detect that we would need
3693 the permissions here. */
3694 else if (data && data->num_segments == 1)
3695 {
3696 segments[0] = data->segment_bases[0] + text_addr;
3697 num_segments = 1;
3698 }
28c32713
JB
3699 /* There's no way to relocate by segment. */
3700 else
3701 do_segments = 0;
31d99776
DJ
3702
3703 if (do_segments)
3704 {
3705 int ret = symfile_map_offsets_to_segments (symfile_objfile->obfd, data,
3706 offs, num_segments, segments);
3707
3708 if (ret == 0 && !do_sections)
3e43a32a
MS
3709 error (_("Can not handle qOffsets TextSeg "
3710 "response with this symbol file"));
31d99776
DJ
3711
3712 if (ret > 0)
3713 do_sections = 0;
3714 }
c906108c 3715
9ef895d6
DJ
3716 if (data)
3717 free_symfile_segment_data (data);
31d99776
DJ
3718
3719 if (do_sections)
3720 {
3721 offs->offsets[SECT_OFF_TEXT (symfile_objfile)] = text_addr;
3722
3e43a32a
MS
3723 /* This is a temporary kludge to force data and bss to use the
3724 same offsets because that's what nlmconv does now. The real
3725 solution requires changes to the stub and remote.c that I
3726 don't have time to do right now. */
31d99776
DJ
3727
3728 offs->offsets[SECT_OFF_DATA (symfile_objfile)] = data_addr;
3729 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = data_addr;
3730 }
c906108c
SS
3731
3732 objfile_relocate (symfile_objfile, offs);
3733}
3734
9a7071a8
JB
3735/* Send interrupt_sequence to remote target. */
3736static void
eeae04df 3737send_interrupt_sequence (void)
9a7071a8 3738{
5d93a237
TT
3739 struct remote_state *rs = get_remote_state ();
3740
9a7071a8 3741 if (interrupt_sequence_mode == interrupt_sequence_control_c)
c33e31fd 3742 remote_serial_write ("\x03", 1);
9a7071a8 3743 else if (interrupt_sequence_mode == interrupt_sequence_break)
5d93a237 3744 serial_send_break (rs->remote_desc);
9a7071a8
JB
3745 else if (interrupt_sequence_mode == interrupt_sequence_break_g)
3746 {
5d93a237 3747 serial_send_break (rs->remote_desc);
c33e31fd 3748 remote_serial_write ("g", 1);
9a7071a8
JB
3749 }
3750 else
3751 internal_error (__FILE__, __LINE__,
3752 _("Invalid value for interrupt_sequence_mode: %s."),
3753 interrupt_sequence_mode);
3754}
3755
3405876a
PA
3756
3757/* If STOP_REPLY is a T stop reply, look for the "thread" register,
3758 and extract the PTID. Returns NULL_PTID if not found. */
3759
3760static ptid_t
3761stop_reply_extract_thread (char *stop_reply)
3762{
3763 if (stop_reply[0] == 'T' && strlen (stop_reply) > 3)
3764 {
3765 char *p;
3766
3767 /* Txx r:val ; r:val (...) */
3768 p = &stop_reply[3];
3769
3770 /* Look for "register" named "thread". */
3771 while (*p != '\0')
3772 {
3773 char *p1;
3774
3775 p1 = strchr (p, ':');
3776 if (p1 == NULL)
3777 return null_ptid;
3778
3779 if (strncmp (p, "thread", p1 - p) == 0)
3780 return read_ptid (++p1, &p);
3781
3782 p1 = strchr (p, ';');
3783 if (p1 == NULL)
3784 return null_ptid;
3785 p1++;
3786
3787 p = p1;
3788 }
3789 }
3790
3791 return null_ptid;
3792}
3793
b7ea362b
PA
3794/* Determine the remote side's current thread. If we have a stop
3795 reply handy (in WAIT_STATUS), maybe it's a T stop reply with a
3796 "thread" register we can extract the current thread from. If not,
3797 ask the remote which is the current thread with qC. The former
3798 method avoids a roundtrip. */
3799
3800static ptid_t
3801get_current_thread (char *wait_status)
3802{
6a49a997 3803 ptid_t ptid = null_ptid;
b7ea362b
PA
3804
3805 /* Note we don't use remote_parse_stop_reply as that makes use of
3806 the target architecture, which we haven't yet fully determined at
3807 this point. */
3808 if (wait_status != NULL)
3809 ptid = stop_reply_extract_thread (wait_status);
3810 if (ptid_equal (ptid, null_ptid))
3811 ptid = remote_current_thread (inferior_ptid);
3812
3813 return ptid;
3814}
3815
49c62f2e
PA
3816/* Query the remote target for which is the current thread/process,
3817 add it to our tables, and update INFERIOR_PTID. The caller is
3818 responsible for setting the state such that the remote end is ready
3405876a
PA
3819 to return the current thread.
3820
3821 This function is called after handling the '?' or 'vRun' packets,
3822 whose response is a stop reply from which we can also try
3823 extracting the thread. If the target doesn't support the explicit
3824 qC query, we infer the current thread from that stop reply, passed
3825 in in WAIT_STATUS, which may be NULL. */
49c62f2e
PA
3826
3827static void
3405876a 3828add_current_inferior_and_thread (char *wait_status)
49c62f2e
PA
3829{
3830 struct remote_state *rs = get_remote_state ();
3831 int fake_pid_p = 0;
6a49a997 3832 ptid_t ptid;
49c62f2e
PA
3833
3834 inferior_ptid = null_ptid;
3835
b7ea362b
PA
3836 /* Now, if we have thread information, update inferior_ptid. */
3837 ptid = get_current_thread (wait_status);
3405876a 3838
49c62f2e
PA
3839 if (!ptid_equal (ptid, null_ptid))
3840 {
3841 if (!remote_multi_process_p (rs))
3842 fake_pid_p = 1;
3843
3844 inferior_ptid = ptid;
3845 }
3846 else
3847 {
3848 /* Without this, some commands which require an active target
3849 (such as kill) won't work. This variable serves (at least)
3850 double duty as both the pid of the target process (if it has
3851 such), and as a flag indicating that a target is active. */
3852 inferior_ptid = magic_null_ptid;
3853 fake_pid_p = 1;
3854 }
3855
1b6e6f5c 3856 remote_add_inferior (fake_pid_p, ptid_get_pid (inferior_ptid), -1, 1);
49c62f2e
PA
3857
3858 /* Add the main thread. */
3859 add_thread_silent (inferior_ptid);
3860}
3861
6efcd9a8
PA
3862/* Print info about a thread that was found already stopped on
3863 connection. */
3864
3865static void
3866print_one_stopped_thread (struct thread_info *thread)
3867{
3868 struct target_waitstatus *ws = &thread->suspend.waitstatus;
3869
3870 switch_to_thread (thread->ptid);
3871 stop_pc = get_frame_pc (get_current_frame ());
3872 set_current_sal_from_frame (get_current_frame ());
3873
3874 thread->suspend.waitstatus_pending_p = 0;
3875
3876 if (ws->kind == TARGET_WAITKIND_STOPPED)
3877 {
3878 enum gdb_signal sig = ws->value.sig;
3879
3880 if (signal_print_state (sig))
3881 observer_notify_signal_received (sig);
3882 }
3883 observer_notify_normal_stop (NULL, 1);
3884}
3885
221e1a37
PA
3886/* Process all initial stop replies the remote side sent in response
3887 to the ? packet. These indicate threads that were already stopped
3888 on initial connection. We mark these threads as stopped and print
3889 their current frame before giving the user the prompt. */
3890
3891static void
6efcd9a8 3892process_initial_stop_replies (int from_tty)
221e1a37
PA
3893{
3894 int pending_stop_replies = stop_reply_queue_length ();
6efcd9a8
PA
3895 struct inferior *inf;
3896 struct thread_info *thread;
3897 struct thread_info *selected = NULL;
3898 struct thread_info *lowest_stopped = NULL;
3899 struct thread_info *first = NULL;
221e1a37
PA
3900
3901 /* Consume the initial pending events. */
3902 while (pending_stop_replies-- > 0)
3903 {
3904 ptid_t waiton_ptid = minus_one_ptid;
3905 ptid_t event_ptid;
3906 struct target_waitstatus ws;
3907 int ignore_event = 0;
6efcd9a8 3908 struct thread_info *thread;
221e1a37
PA
3909
3910 memset (&ws, 0, sizeof (ws));
3911 event_ptid = target_wait (waiton_ptid, &ws, TARGET_WNOHANG);
3912 if (remote_debug)
3913 print_target_wait_results (waiton_ptid, event_ptid, &ws);
3914
3915 switch (ws.kind)
3916 {
3917 case TARGET_WAITKIND_IGNORE:
3918 case TARGET_WAITKIND_NO_RESUMED:
3919 case TARGET_WAITKIND_SIGNALLED:
3920 case TARGET_WAITKIND_EXITED:
3921 /* We shouldn't see these, but if we do, just ignore. */
3922 if (remote_debug)
3923 fprintf_unfiltered (gdb_stdlog, "remote: event ignored\n");
3924 ignore_event = 1;
3925 break;
3926
3927 case TARGET_WAITKIND_EXECD:
3928 xfree (ws.value.execd_pathname);
3929 break;
3930 default:
3931 break;
3932 }
3933
3934 if (ignore_event)
3935 continue;
3936
6efcd9a8 3937 thread = find_thread_ptid (event_ptid);
221e1a37
PA
3938
3939 if (ws.kind == TARGET_WAITKIND_STOPPED)
3940 {
3941 enum gdb_signal sig = ws.value.sig;
3942
3943 /* Stubs traditionally report SIGTRAP as initial signal,
3944 instead of signal 0. Suppress it. */
3945 if (sig == GDB_SIGNAL_TRAP)
3946 sig = GDB_SIGNAL_0;
6efcd9a8
PA
3947 thread->suspend.stop_signal = sig;
3948 ws.value.sig = sig;
3949 }
221e1a37 3950
6efcd9a8
PA
3951 thread->suspend.waitstatus = ws;
3952
3953 if (ws.kind != TARGET_WAITKIND_STOPPED
3954 || ws.value.sig != GDB_SIGNAL_0)
3955 thread->suspend.waitstatus_pending_p = 1;
3956
3957 set_executing (event_ptid, 0);
3958 set_running (event_ptid, 0);
85ad3aaf 3959 thread->priv->vcont_resumed = 0;
6efcd9a8
PA
3960 }
3961
3962 /* "Notice" the new inferiors before anything related to
3963 registers/memory. */
3964 ALL_INFERIORS (inf)
3965 {
3966 if (inf->pid == 0)
3967 continue;
3968
3969 inf->needs_setup = 1;
3970
3971 if (non_stop)
3972 {
3973 thread = any_live_thread_of_process (inf->pid);
3974 notice_new_inferior (thread->ptid,
3975 thread->state == THREAD_RUNNING,
3976 from_tty);
3977 }
3978 }
3979
3980 /* If all-stop on top of non-stop, pause all threads. Note this
3981 records the threads' stop pc, so must be done after "noticing"
3982 the inferiors. */
3983 if (!non_stop)
3984 {
3985 stop_all_threads ();
3986
3987 /* If all threads of an inferior were already stopped, we
3988 haven't setup the inferior yet. */
3989 ALL_INFERIORS (inf)
3990 {
3991 if (inf->pid == 0)
3992 continue;
221e1a37 3993
6efcd9a8
PA
3994 if (inf->needs_setup)
3995 {
3996 thread = any_live_thread_of_process (inf->pid);
3997 switch_to_thread_no_regs (thread);
3998 setup_inferior (0);
3999 }
4000 }
221e1a37 4001 }
6efcd9a8
PA
4002
4003 /* Now go over all threads that are stopped, and print their current
4004 frame. If all-stop, then if there's a signalled thread, pick
4005 that as current. */
4006 ALL_NON_EXITED_THREADS (thread)
4007 {
6efcd9a8
PA
4008 if (first == NULL)
4009 first = thread;
4010
4011 if (!non_stop)
4012 set_running (thread->ptid, 0);
4013 else if (thread->state != THREAD_STOPPED)
4014 continue;
4015
6efcd9a8
PA
4016 if (selected == NULL
4017 && thread->suspend.waitstatus_pending_p)
4018 selected = thread;
4019
5d5658a1
PA
4020 if (lowest_stopped == NULL
4021 || thread->inf->num < lowest_stopped->inf->num
4022 || thread->per_inf_num < lowest_stopped->per_inf_num)
6efcd9a8
PA
4023 lowest_stopped = thread;
4024
4025 if (non_stop)
4026 print_one_stopped_thread (thread);
4027 }
4028
4029 /* In all-stop, we only print the status of one thread, and leave
4030 others with their status pending. */
4031 if (!non_stop)
4032 {
4033 thread = selected;
4034 if (thread == NULL)
4035 thread = lowest_stopped;
4036 if (thread == NULL)
4037 thread = first;
4038
4039 print_one_stopped_thread (thread);
4040 }
4041
4042 /* For "info program". */
4043 thread = inferior_thread ();
4044 if (thread->state == THREAD_STOPPED)
4045 set_last_target_status (inferior_ptid, thread->suspend.waitstatus);
221e1a37
PA
4046}
4047
048094ac
PA
4048/* Start the remote connection and sync state. */
4049
9cbc821d 4050static void
04bd08de 4051remote_start_remote (int from_tty, struct target_ops *target, int extended_p)
c906108c 4052{
c8d104ad
PA
4053 struct remote_state *rs = get_remote_state ();
4054 struct packet_config *noack_config;
2d717e4f 4055 char *wait_status = NULL;
8621d6a9 4056
048094ac
PA
4057 /* Signal other parts that we're going through the initial setup,
4058 and so things may not be stable yet. E.g., we don't try to
4059 install tracepoints until we've relocated symbols. Also, a
4060 Ctrl-C before we're connected and synced up can't interrupt the
4061 target. Instead, it offers to drop the (potentially wedged)
4062 connection. */
4063 rs->starting_up = 1;
4064
522002f9 4065 QUIT;
c906108c 4066
9a7071a8
JB
4067 if (interrupt_on_connect)
4068 send_interrupt_sequence ();
4069
57e12211 4070 /* Ack any packet which the remote side has already sent. */
048094ac 4071 remote_serial_write ("+", 1);
1e51243a 4072
c8d104ad
PA
4073 /* The first packet we send to the target is the optional "supported
4074 packets" request. If the target can answer this, it will tell us
4075 which later probes to skip. */
4076 remote_query_supported ();
4077
d914c394 4078 /* If the stub wants to get a QAllow, compose one and send it. */
4082afcc 4079 if (packet_support (PACKET_QAllow) != PACKET_DISABLE)
c378d69d 4080 remote_set_permissions (target);
d914c394 4081
57809e5e
JK
4082 /* gdbserver < 7.7 (before its fix from 2013-12-11) did reply to any
4083 unknown 'v' packet with string "OK". "OK" gets interpreted by GDB
4084 as a reply to known packet. For packet "vFile:setfs:" it is an
4085 invalid reply and GDB would return error in
4086 remote_hostio_set_filesystem, making remote files access impossible.
4087 Disable "vFile:setfs:" in such case. Do not disable other 'v' packets as
4088 other "vFile" packets get correctly detected even on gdbserver < 7.7. */
4089 {
4090 const char v_mustreplyempty[] = "vMustReplyEmpty";
4091
4092 putpkt (v_mustreplyempty);
4093 getpkt (&rs->buf, &rs->buf_size, 0);
4094 if (strcmp (rs->buf, "OK") == 0)
4095 remote_protocol_packets[PACKET_vFile_setfs].support = PACKET_DISABLE;
4096 else if (strcmp (rs->buf, "") != 0)
4097 error (_("Remote replied unexpectedly to '%s': %s"), v_mustreplyempty,
4098 rs->buf);
4099 }
4100
c8d104ad
PA
4101 /* Next, we possibly activate noack mode.
4102
4103 If the QStartNoAckMode packet configuration is set to AUTO,
4104 enable noack mode if the stub reported a wish for it with
4105 qSupported.
4106
4107 If set to TRUE, then enable noack mode even if the stub didn't
4108 report it in qSupported. If the stub doesn't reply OK, the
4109 session ends with an error.
4110
4111 If FALSE, then don't activate noack mode, regardless of what the
4112 stub claimed should be the default with qSupported. */
4113
4114 noack_config = &remote_protocol_packets[PACKET_QStartNoAckMode];
4082afcc 4115 if (packet_config_support (noack_config) != PACKET_DISABLE)
c8d104ad
PA
4116 {
4117 putpkt ("QStartNoAckMode");
4118 getpkt (&rs->buf, &rs->buf_size, 0);
4119 if (packet_ok (rs->buf, noack_config) == PACKET_OK)
4120 rs->noack_mode = 1;
4121 }
4122
04bd08de 4123 if (extended_p)
5fe04517
PA
4124 {
4125 /* Tell the remote that we are using the extended protocol. */
4126 putpkt ("!");
4127 getpkt (&rs->buf, &rs->buf_size, 0);
4128 }
4129
9b224c5e
PA
4130 /* Let the target know which signals it is allowed to pass down to
4131 the program. */
4132 update_signals_program_target ();
4133
d962ef82
DJ
4134 /* Next, if the target can specify a description, read it. We do
4135 this before anything involving memory or registers. */
4136 target_find_description ();
4137
6c95b8df
PA
4138 /* Next, now that we know something about the target, update the
4139 address spaces in the program spaces. */
4140 update_address_spaces ();
4141
50c71eaf
PA
4142 /* On OSs where the list of libraries is global to all
4143 processes, we fetch them early. */
f5656ead 4144 if (gdbarch_has_global_solist (target_gdbarch ()))
04bd08de 4145 solib_add (NULL, from_tty, target, auto_solib_add);
50c71eaf 4146
6efcd9a8 4147 if (target_is_non_stop_p ())
74531fed 4148 {
4082afcc 4149 if (packet_support (PACKET_QNonStop) != PACKET_ENABLE)
3e43a32a
MS
4150 error (_("Non-stop mode requested, but remote "
4151 "does not support non-stop"));
74531fed
PA
4152
4153 putpkt ("QNonStop:1");
4154 getpkt (&rs->buf, &rs->buf_size, 0);
4155
4156 if (strcmp (rs->buf, "OK") != 0)
9b20d036 4157 error (_("Remote refused setting non-stop mode with: %s"), rs->buf);
74531fed
PA
4158
4159 /* Find about threads and processes the stub is already
4160 controlling. We default to adding them in the running state.
4161 The '?' query below will then tell us about which threads are
4162 stopped. */
e8032dde 4163 remote_update_thread_list (target);
74531fed 4164 }
4082afcc 4165 else if (packet_support (PACKET_QNonStop) == PACKET_ENABLE)
74531fed
PA
4166 {
4167 /* Don't assume that the stub can operate in all-stop mode.
e6f3fa52 4168 Request it explicitly. */
74531fed
PA
4169 putpkt ("QNonStop:0");
4170 getpkt (&rs->buf, &rs->buf_size, 0);
4171
4172 if (strcmp (rs->buf, "OK") != 0)
9b20d036 4173 error (_("Remote refused setting all-stop mode with: %s"), rs->buf);
74531fed
PA
4174 }
4175
a0743c90
YQ
4176 /* Upload TSVs regardless of whether the target is running or not. The
4177 remote stub, such as GDBserver, may have some predefined or builtin
4178 TSVs, even if the target is not running. */
8bd200f1 4179 if (remote_get_trace_status (target, current_trace_status ()) != -1)
a0743c90
YQ
4180 {
4181 struct uploaded_tsv *uploaded_tsvs = NULL;
4182
181e3713 4183 remote_upload_trace_state_variables (target, &uploaded_tsvs);
a0743c90
YQ
4184 merge_uploaded_trace_state_variables (&uploaded_tsvs);
4185 }
4186
2d717e4f
DJ
4187 /* Check whether the target is running now. */
4188 putpkt ("?");
4189 getpkt (&rs->buf, &rs->buf_size, 0);
4190
6efcd9a8 4191 if (!target_is_non_stop_p ())
2d717e4f 4192 {
74531fed 4193 if (rs->buf[0] == 'W' || rs->buf[0] == 'X')
2d717e4f 4194 {
04bd08de 4195 if (!extended_p)
74531fed 4196 error (_("The target is not running (try extended-remote?)"));
c35b1492
PA
4197
4198 /* We're connected, but not running. Drop out before we
4199 call start_remote. */
e278ad5b 4200 rs->starting_up = 0;
c35b1492 4201 return;
2d717e4f
DJ
4202 }
4203 else
74531fed 4204 {
74531fed 4205 /* Save the reply for later. */
224c3ddb 4206 wait_status = (char *) alloca (strlen (rs->buf) + 1);
74531fed
PA
4207 strcpy (wait_status, rs->buf);
4208 }
4209
b7ea362b 4210 /* Fetch thread list. */
e8032dde 4211 target_update_thread_list ();
b7ea362b 4212
74531fed
PA
4213 /* Let the stub know that we want it to return the thread. */
4214 set_continue_thread (minus_one_ptid);
4215
b7ea362b
PA
4216 if (thread_count () == 0)
4217 {
4218 /* Target has no concept of threads at all. GDB treats
4219 non-threaded target as single-threaded; add a main
4220 thread. */
4221 add_current_inferior_and_thread (wait_status);
4222 }
4223 else
4224 {
4225 /* We have thread information; select the thread the target
4226 says should be current. If we're reconnecting to a
4227 multi-threaded program, this will ideally be the thread
4228 that last reported an event before GDB disconnected. */
4229 inferior_ptid = get_current_thread (wait_status);
4230 if (ptid_equal (inferior_ptid, null_ptid))
4231 {
4232 /* Odd... The target was able to list threads, but not
4233 tell us which thread was current (no "thread"
4234 register in T stop reply?). Just pick the first
4235 thread in the thread list then. */
c9f35b34
KB
4236
4237 if (remote_debug)
4238 fprintf_unfiltered (gdb_stdlog,
4239 "warning: couldn't determine remote "
4240 "current thread; picking first in list.\n");
4241
b7ea362b
PA
4242 inferior_ptid = thread_list->ptid;
4243 }
4244 }
74531fed 4245
6e586cc5
YQ
4246 /* init_wait_for_inferior should be called before get_offsets in order
4247 to manage `inserted' flag in bp loc in a correct state.
4248 breakpoint_init_inferior, called from init_wait_for_inferior, set
4249 `inserted' flag to 0, while before breakpoint_re_set, called from
4250 start_remote, set `inserted' flag to 1. In the initialization of
4251 inferior, breakpoint_init_inferior should be called first, and then
4252 breakpoint_re_set can be called. If this order is broken, state of
4253 `inserted' flag is wrong, and cause some problems on breakpoint
4254 manipulation. */
4255 init_wait_for_inferior ();
4256
74531fed
PA
4257 get_offsets (); /* Get text, data & bss offsets. */
4258
d962ef82
DJ
4259 /* If we could not find a description using qXfer, and we know
4260 how to do it some other way, try again. This is not
4261 supported for non-stop; it could be, but it is tricky if
4262 there are no stopped threads when we connect. */
04bd08de 4263 if (remote_read_description_p (target)
f5656ead 4264 && gdbarch_target_desc (target_gdbarch ()) == NULL)
d962ef82
DJ
4265 {
4266 target_clear_description ();
4267 target_find_description ();
4268 }
4269
74531fed
PA
4270 /* Use the previously fetched status. */
4271 gdb_assert (wait_status != NULL);
4272 strcpy (rs->buf, wait_status);
4273 rs->cached_wait_status = 1;
4274
04bd08de 4275 start_remote (from_tty); /* Initialize gdb process mechanisms. */
2d717e4f
DJ
4276 }
4277 else
4278 {
68c97600
PA
4279 /* Clear WFI global state. Do this before finding about new
4280 threads and inferiors, and setting the current inferior.
4281 Otherwise we would clear the proceed status of the current
4282 inferior when we want its stop_soon state to be preserved
4283 (see notice_new_inferior). */
4284 init_wait_for_inferior ();
4285
74531fed
PA
4286 /* In non-stop, we will either get an "OK", meaning that there
4287 are no stopped threads at this time; or, a regular stop
4288 reply. In the latter case, there may be more than one thread
4289 stopped --- we pull them all out using the vStopped
4290 mechanism. */
4291 if (strcmp (rs->buf, "OK") != 0)
4292 {
722247f1 4293 struct notif_client *notif = &notif_client_stop;
2d717e4f 4294
722247f1
YQ
4295 /* remote_notif_get_pending_replies acks this one, and gets
4296 the rest out. */
f48ff2a7 4297 rs->notif_state->pending_event[notif_client_stop.id]
722247f1
YQ
4298 = remote_notif_parse (notif, rs->buf);
4299 remote_notif_get_pending_events (notif);
74531fed 4300 }
2d717e4f 4301
74531fed
PA
4302 if (thread_count () == 0)
4303 {
04bd08de 4304 if (!extended_p)
74531fed 4305 error (_("The target is not running (try extended-remote?)"));
82f73884 4306
c35b1492
PA
4307 /* We're connected, but not running. Drop out before we
4308 call start_remote. */
e278ad5b 4309 rs->starting_up = 0;
c35b1492
PA
4310 return;
4311 }
74531fed 4312
74531fed
PA
4313 /* In non-stop mode, any cached wait status will be stored in
4314 the stop reply queue. */
4315 gdb_assert (wait_status == NULL);
f0223081 4316
2455069d 4317 /* Report all signals during attach/startup. */
94bedb42 4318 remote_pass_signals (target, 0, NULL);
221e1a37
PA
4319
4320 /* If there are already stopped threads, mark them stopped and
4321 report their stops before giving the prompt to the user. */
6efcd9a8 4322 process_initial_stop_replies (from_tty);
221e1a37
PA
4323
4324 if (target_can_async_p ())
4325 target_async (1);
74531fed 4326 }
c8d104ad 4327
c8d104ad
PA
4328 /* If we connected to a live target, do some additional setup. */
4329 if (target_has_execution)
4330 {
f4ccffad 4331 if (symfile_objfile) /* No use without a symbol-file. */
36d25514 4332 remote_check_symbols ();
c8d104ad 4333 }
50c71eaf 4334
d5551862
SS
4335 /* Possibly the target has been engaged in a trace run started
4336 previously; find out where things are at. */
8bd200f1 4337 if (remote_get_trace_status (target, current_trace_status ()) != -1)
d5551862 4338 {
00bf0b85 4339 struct uploaded_tp *uploaded_tps = NULL;
00bf0b85 4340
00bf0b85
SS
4341 if (current_trace_status ()->running)
4342 printf_filtered (_("Trace is already running on the target.\n"));
4343
ab6617cc 4344 remote_upload_tracepoints (target, &uploaded_tps);
00bf0b85
SS
4345
4346 merge_uploaded_tracepoints (&uploaded_tps);
d5551862
SS
4347 }
4348
c0272db5
TW
4349 /* Possibly the target has been engaged in a btrace record started
4350 previously; find out where things are at. */
4351 remote_btrace_maybe_reopen ();
4352
1e51243a
PA
4353 /* The thread and inferior lists are now synchronized with the
4354 target, our symbols have been relocated, and we're merged the
4355 target's tracepoints with ours. We're done with basic start
4356 up. */
4357 rs->starting_up = 0;
4358
a25a5a45
PA
4359 /* Maybe breakpoints are global and need to be inserted now. */
4360 if (breakpoints_should_be_inserted_now ())
50c71eaf 4361 insert_breakpoints ();
c906108c
SS
4362}
4363
4364/* Open a connection to a remote debugger.
4365 NAME is the filename used for communication. */
4366
4367static void
014f9477 4368remote_open (const char *name, int from_tty)
c906108c 4369{
75c99385 4370 remote_open_1 (name, from_tty, &remote_ops, 0);
43ff13b4
JM
4371}
4372
c906108c
SS
4373/* Open a connection to a remote debugger using the extended
4374 remote gdb protocol. NAME is the filename used for communication. */
4375
4376static void
014f9477 4377extended_remote_open (const char *name, int from_tty)
c906108c 4378{
75c99385 4379 remote_open_1 (name, from_tty, &extended_remote_ops, 1 /*extended_p */);
43ff13b4
JM
4380}
4381
ca4f7f8b
PA
4382/* Reset all packets back to "unknown support". Called when opening a
4383 new connection to a remote target. */
c906108c 4384
d471ea57 4385static void
ca4f7f8b 4386reset_all_packet_configs_support (void)
d471ea57
AC
4387{
4388 int i;
a744cf53 4389
444abaca 4390 for (i = 0; i < PACKET_MAX; i++)
4082afcc 4391 remote_protocol_packets[i].support = PACKET_SUPPORT_UNKNOWN;
d471ea57
AC
4392}
4393
ca4f7f8b
PA
4394/* Initialize all packet configs. */
4395
4396static void
4397init_all_packet_configs (void)
4398{
4399 int i;
4400
4401 for (i = 0; i < PACKET_MAX; i++)
4402 {
4403 remote_protocol_packets[i].detect = AUTO_BOOLEAN_AUTO;
4404 remote_protocol_packets[i].support = PACKET_SUPPORT_UNKNOWN;
4405 }
4406}
4407
23860348 4408/* Symbol look-up. */
dc8acb97
MS
4409
4410static void
36d25514 4411remote_check_symbols (void)
dc8acb97 4412{
d01949b6 4413 struct remote_state *rs = get_remote_state ();
dc8acb97 4414 char *msg, *reply, *tmp;
dc8acb97 4415 int end;
28170b88 4416 long reply_size;
a5c0808e 4417 struct cleanup *old_chain;
dc8acb97 4418
63154eca
PA
4419 /* The remote side has no concept of inferiors that aren't running
4420 yet, it only knows about running processes. If we're connected
4421 but our current inferior is not running, we should not invite the
4422 remote target to request symbol lookups related to its
4423 (unrelated) current process. */
4424 if (!target_has_execution)
4425 return;
4426
4082afcc 4427 if (packet_support (PACKET_qSymbol) == PACKET_DISABLE)
dc8acb97
MS
4428 return;
4429
63154eca
PA
4430 /* Make sure the remote is pointing at the right process. Note
4431 there's no way to select "no process". */
3c9c4b83
PA
4432 set_general_process ();
4433
6d820c5c
DJ
4434 /* Allocate a message buffer. We can't reuse the input buffer in RS,
4435 because we need both at the same time. */
224c3ddb 4436 msg = (char *) xmalloc (get_remote_packet_size ());
a5c0808e 4437 old_chain = make_cleanup (xfree, msg);
28170b88
MK
4438 reply = (char *) xmalloc (get_remote_packet_size ());
4439 make_cleanup (free_current_contents, &reply);
4440 reply_size = get_remote_packet_size ();
6d820c5c 4441
23860348 4442 /* Invite target to request symbol lookups. */
dc8acb97
MS
4443
4444 putpkt ("qSymbol::");
28170b88
MK
4445 getpkt (&reply, &reply_size, 0);
4446 packet_ok (reply, &remote_protocol_packets[PACKET_qSymbol]);
dc8acb97 4447
61012eef 4448 while (startswith (reply, "qSymbol:"))
dc8acb97 4449 {
77e371c0
TT
4450 struct bound_minimal_symbol sym;
4451
dc8acb97 4452 tmp = &reply[8];
cfd77fa1 4453 end = hex2bin (tmp, (gdb_byte *) msg, strlen (tmp) / 2);
dc8acb97
MS
4454 msg[end] = '\0';
4455 sym = lookup_minimal_symbol (msg, NULL, NULL);
3b7344d5 4456 if (sym.minsym == NULL)
ea9c271d 4457 xsnprintf (msg, get_remote_packet_size (), "qSymbol::%s", &reply[8]);
dc8acb97 4458 else
2bbe3cc1 4459 {
f5656ead 4460 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
77e371c0 4461 CORE_ADDR sym_addr = BMSYMBOL_VALUE_ADDRESS (sym);
2bbe3cc1
DJ
4462
4463 /* If this is a function address, return the start of code
4464 instead of any data function descriptor. */
f5656ead 4465 sym_addr = gdbarch_convert_from_func_ptr_addr (target_gdbarch (),
2bbe3cc1
DJ
4466 sym_addr,
4467 &current_target);
4468
4469 xsnprintf (msg, get_remote_packet_size (), "qSymbol:%s:%s",
5af949e3 4470 phex_nz (sym_addr, addr_size), &reply[8]);
2bbe3cc1
DJ
4471 }
4472
dc8acb97 4473 putpkt (msg);
28170b88 4474 getpkt (&reply, &reply_size, 0);
dc8acb97 4475 }
a5c0808e
PA
4476
4477 do_cleanups (old_chain);
dc8acb97
MS
4478}
4479
9db8d71f 4480static struct serial *
baa336ce 4481remote_serial_open (const char *name)
9db8d71f
DJ
4482{
4483 static int udp_warning = 0;
4484
4485 /* FIXME: Parsing NAME here is a hack. But we want to warn here instead
4486 of in ser-tcp.c, because it is the remote protocol assuming that the
4487 serial connection is reliable and not the serial connection promising
4488 to be. */
61012eef 4489 if (!udp_warning && startswith (name, "udp:"))
9db8d71f 4490 {
3e43a32a
MS
4491 warning (_("The remote protocol may be unreliable over UDP.\n"
4492 "Some events may be lost, rendering further debugging "
4493 "impossible."));
9db8d71f
DJ
4494 udp_warning = 1;
4495 }
4496
4497 return serial_open (name);
4498}
4499
d914c394
SS
4500/* Inform the target of our permission settings. The permission flags
4501 work without this, but if the target knows the settings, it can do
4502 a couple things. First, it can add its own check, to catch cases
4503 that somehow manage to get by the permissions checks in target
4504 methods. Second, if the target is wired to disallow particular
4505 settings (for instance, a system in the field that is not set up to
4506 be able to stop at a breakpoint), it can object to any unavailable
4507 permissions. */
4508
4509void
c378d69d 4510remote_set_permissions (struct target_ops *self)
d914c394
SS
4511{
4512 struct remote_state *rs = get_remote_state ();
4513
bba74b36
YQ
4514 xsnprintf (rs->buf, get_remote_packet_size (), "QAllow:"
4515 "WriteReg:%x;WriteMem:%x;"
4516 "InsertBreak:%x;InsertTrace:%x;"
4517 "InsertFastTrace:%x;Stop:%x",
4518 may_write_registers, may_write_memory,
4519 may_insert_breakpoints, may_insert_tracepoints,
4520 may_insert_fast_tracepoints, may_stop);
d914c394
SS
4521 putpkt (rs->buf);
4522 getpkt (&rs->buf, &rs->buf_size, 0);
4523
4524 /* If the target didn't like the packet, warn the user. Do not try
4525 to undo the user's settings, that would just be maddening. */
4526 if (strcmp (rs->buf, "OK") != 0)
7ea6d463 4527 warning (_("Remote refused setting permissions with: %s"), rs->buf);
d914c394
SS
4528}
4529
be2a5f71
DJ
4530/* This type describes each known response to the qSupported
4531 packet. */
4532struct protocol_feature
4533{
4534 /* The name of this protocol feature. */
4535 const char *name;
4536
4537 /* The default for this protocol feature. */
4538 enum packet_support default_support;
4539
4540 /* The function to call when this feature is reported, or after
4541 qSupported processing if the feature is not supported.
4542 The first argument points to this structure. The second
4543 argument indicates whether the packet requested support be
4544 enabled, disabled, or probed (or the default, if this function
4545 is being called at the end of processing and this feature was
4546 not reported). The third argument may be NULL; if not NULL, it
4547 is a NUL-terminated string taken from the packet following
4548 this feature's name and an equals sign. */
4549 void (*func) (const struct protocol_feature *, enum packet_support,
4550 const char *);
4551
4552 /* The corresponding packet for this feature. Only used if
4553 FUNC is remote_supported_packet. */
4554 int packet;
4555};
4556
be2a5f71
DJ
4557static void
4558remote_supported_packet (const struct protocol_feature *feature,
4559 enum packet_support support,
4560 const char *argument)
4561{
4562 if (argument)
4563 {
4564 warning (_("Remote qSupported response supplied an unexpected value for"
4565 " \"%s\"."), feature->name);
4566 return;
4567 }
4568
4082afcc 4569 remote_protocol_packets[feature->packet].support = support;
be2a5f71 4570}
be2a5f71
DJ
4571
4572static void
4573remote_packet_size (const struct protocol_feature *feature,
4574 enum packet_support support, const char *value)
4575{
4576 struct remote_state *rs = get_remote_state ();
4577
4578 int packet_size;
4579 char *value_end;
4580
4581 if (support != PACKET_ENABLE)
4582 return;
4583
4584 if (value == NULL || *value == '\0')
4585 {
4586 warning (_("Remote target reported \"%s\" without a size."),
4587 feature->name);
4588 return;
4589 }
4590
4591 errno = 0;
4592 packet_size = strtol (value, &value_end, 16);
4593 if (errno != 0 || *value_end != '\0' || packet_size < 0)
4594 {
4595 warning (_("Remote target reported \"%s\" with a bad size: \"%s\"."),
4596 feature->name, value);
4597 return;
4598 }
4599
be2a5f71
DJ
4600 /* Record the new maximum packet size. */
4601 rs->explicit_packet_size = packet_size;
4602}
4603
dc473cfb 4604static const struct protocol_feature remote_protocol_features[] = {
0876f84a 4605 { "PacketSize", PACKET_DISABLE, remote_packet_size, -1 },
40e57cf2 4606 { "qXfer:auxv:read", PACKET_DISABLE, remote_supported_packet,
fd79ecee 4607 PACKET_qXfer_auxv },
c78fa86a
GB
4608 { "qXfer:exec-file:read", PACKET_DISABLE, remote_supported_packet,
4609 PACKET_qXfer_exec_file },
23181151
DJ
4610 { "qXfer:features:read", PACKET_DISABLE, remote_supported_packet,
4611 PACKET_qXfer_features },
cfa9d6d9
DJ
4612 { "qXfer:libraries:read", PACKET_DISABLE, remote_supported_packet,
4613 PACKET_qXfer_libraries },
2268b414
JK
4614 { "qXfer:libraries-svr4:read", PACKET_DISABLE, remote_supported_packet,
4615 PACKET_qXfer_libraries_svr4 },
ced63ec0 4616 { "augmented-libraries-svr4-read", PACKET_DISABLE,
4082afcc 4617 remote_supported_packet, PACKET_augmented_libraries_svr4_read_feature },
fd79ecee 4618 { "qXfer:memory-map:read", PACKET_DISABLE, remote_supported_packet,
89be2091 4619 PACKET_qXfer_memory_map },
4de6483e
UW
4620 { "qXfer:spu:read", PACKET_DISABLE, remote_supported_packet,
4621 PACKET_qXfer_spu_read },
4622 { "qXfer:spu:write", PACKET_DISABLE, remote_supported_packet,
4623 PACKET_qXfer_spu_write },
07e059b5
VP
4624 { "qXfer:osdata:read", PACKET_DISABLE, remote_supported_packet,
4625 PACKET_qXfer_osdata },
dc146f7c
VP
4626 { "qXfer:threads:read", PACKET_DISABLE, remote_supported_packet,
4627 PACKET_qXfer_threads },
b3b9301e
PA
4628 { "qXfer:traceframe-info:read", PACKET_DISABLE, remote_supported_packet,
4629 PACKET_qXfer_traceframe_info },
89be2091
DJ
4630 { "QPassSignals", PACKET_DISABLE, remote_supported_packet,
4631 PACKET_QPassSignals },
82075af2
JS
4632 { "QCatchSyscalls", PACKET_DISABLE, remote_supported_packet,
4633 PACKET_QCatchSyscalls },
9b224c5e
PA
4634 { "QProgramSignals", PACKET_DISABLE, remote_supported_packet,
4635 PACKET_QProgramSignals },
a6f3e723
SL
4636 { "QStartNoAckMode", PACKET_DISABLE, remote_supported_packet,
4637 PACKET_QStartNoAckMode },
4082afcc
PA
4638 { "multiprocess", PACKET_DISABLE, remote_supported_packet,
4639 PACKET_multiprocess_feature },
4640 { "QNonStop", PACKET_DISABLE, remote_supported_packet, PACKET_QNonStop },
4aa995e1
PA
4641 { "qXfer:siginfo:read", PACKET_DISABLE, remote_supported_packet,
4642 PACKET_qXfer_siginfo_read },
4643 { "qXfer:siginfo:write", PACKET_DISABLE, remote_supported_packet,
4644 PACKET_qXfer_siginfo_write },
4082afcc 4645 { "ConditionalTracepoints", PACKET_DISABLE, remote_supported_packet,
782b2b07 4646 PACKET_ConditionalTracepoints },
4082afcc 4647 { "ConditionalBreakpoints", PACKET_DISABLE, remote_supported_packet,
3788aec7 4648 PACKET_ConditionalBreakpoints },
4082afcc 4649 { "BreakpointCommands", PACKET_DISABLE, remote_supported_packet,
d3ce09f5 4650 PACKET_BreakpointCommands },
4082afcc 4651 { "FastTracepoints", PACKET_DISABLE, remote_supported_packet,
7a697b8d 4652 PACKET_FastTracepoints },
4082afcc 4653 { "StaticTracepoints", PACKET_DISABLE, remote_supported_packet,
0fb4aa4b 4654 PACKET_StaticTracepoints },
4082afcc 4655 {"InstallInTrace", PACKET_DISABLE, remote_supported_packet,
1e4d1764 4656 PACKET_InstallInTrace},
4082afcc
PA
4657 { "DisconnectedTracing", PACKET_DISABLE, remote_supported_packet,
4658 PACKET_DisconnectedTracing_feature },
40ab02ce
MS
4659 { "ReverseContinue", PACKET_DISABLE, remote_supported_packet,
4660 PACKET_bc },
4661 { "ReverseStep", PACKET_DISABLE, remote_supported_packet,
4662 PACKET_bs },
409873ef
SS
4663 { "TracepointSource", PACKET_DISABLE, remote_supported_packet,
4664 PACKET_TracepointSource },
d914c394
SS
4665 { "QAllow", PACKET_DISABLE, remote_supported_packet,
4666 PACKET_QAllow },
4082afcc
PA
4667 { "EnableDisableTracepoints", PACKET_DISABLE, remote_supported_packet,
4668 PACKET_EnableDisableTracepoints_feature },
78d85199
YQ
4669 { "qXfer:fdpic:read", PACKET_DISABLE, remote_supported_packet,
4670 PACKET_qXfer_fdpic },
169081d0
TG
4671 { "qXfer:uib:read", PACKET_DISABLE, remote_supported_packet,
4672 PACKET_qXfer_uib },
03583c20
UW
4673 { "QDisableRandomization", PACKET_DISABLE, remote_supported_packet,
4674 PACKET_QDisableRandomization },
d1feda86 4675 { "QAgent", PACKET_DISABLE, remote_supported_packet, PACKET_QAgent},
f6f899bf
HAQ
4676 { "QTBuffer:size", PACKET_DISABLE,
4677 remote_supported_packet, PACKET_QTBuffer_size},
4082afcc 4678 { "tracenz", PACKET_DISABLE, remote_supported_packet, PACKET_tracenz_feature },
9accd112
MM
4679 { "Qbtrace:off", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_off },
4680 { "Qbtrace:bts", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_bts },
b20a6524 4681 { "Qbtrace:pt", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_pt },
9accd112 4682 { "qXfer:btrace:read", PACKET_DISABLE, remote_supported_packet,
f4abbc16
MM
4683 PACKET_qXfer_btrace },
4684 { "qXfer:btrace-conf:read", PACKET_DISABLE, remote_supported_packet,
d33501a5
MM
4685 PACKET_qXfer_btrace_conf },
4686 { "Qbtrace-conf:bts:size", PACKET_DISABLE, remote_supported_packet,
f7e6eed5
PA
4687 PACKET_Qbtrace_conf_bts_size },
4688 { "swbreak", PACKET_DISABLE, remote_supported_packet, PACKET_swbreak_feature },
0a93529c 4689 { "hwbreak", PACKET_DISABLE, remote_supported_packet, PACKET_hwbreak_feature },
89245bc0
DB
4690 { "fork-events", PACKET_DISABLE, remote_supported_packet,
4691 PACKET_fork_event_feature },
4692 { "vfork-events", PACKET_DISABLE, remote_supported_packet,
4693 PACKET_vfork_event_feature },
94585166
DB
4694 { "exec-events", PACKET_DISABLE, remote_supported_packet,
4695 PACKET_exec_event_feature },
b20a6524 4696 { "Qbtrace-conf:pt:size", PACKET_DISABLE, remote_supported_packet,
750ce8d1 4697 PACKET_Qbtrace_conf_pt_size },
65706a29
PA
4698 { "vContSupported", PACKET_DISABLE, remote_supported_packet, PACKET_vContSupported },
4699 { "QThreadEvents", PACKET_DISABLE, remote_supported_packet, PACKET_QThreadEvents },
f2faf941 4700 { "no-resumed", PACKET_DISABLE, remote_supported_packet, PACKET_no_resumed },
be2a5f71
DJ
4701};
4702
c8d5aac9
L
4703static char *remote_support_xml;
4704
4705/* Register string appended to "xmlRegisters=" in qSupported query. */
4706
4707void
6e39997a 4708register_remote_support_xml (const char *xml)
c8d5aac9
L
4709{
4710#if defined(HAVE_LIBEXPAT)
4711 if (remote_support_xml == NULL)
c4f7c687 4712 remote_support_xml = concat ("xmlRegisters=", xml, (char *) NULL);
c8d5aac9
L
4713 else
4714 {
4715 char *copy = xstrdup (remote_support_xml + 13);
4716 char *p = strtok (copy, ",");
4717
4718 do
4719 {
4720 if (strcmp (p, xml) == 0)
4721 {
4722 /* already there */
4723 xfree (copy);
4724 return;
4725 }
4726 }
4727 while ((p = strtok (NULL, ",")) != NULL);
4728 xfree (copy);
4729
94b0dee1
PA
4730 remote_support_xml = reconcat (remote_support_xml,
4731 remote_support_xml, ",", xml,
4732 (char *) NULL);
c8d5aac9
L
4733 }
4734#endif
4735}
4736
4737static char *
4738remote_query_supported_append (char *msg, const char *append)
4739{
4740 if (msg)
94b0dee1 4741 return reconcat (msg, msg, ";", append, (char *) NULL);
c8d5aac9
L
4742 else
4743 return xstrdup (append);
4744}
4745
be2a5f71
DJ
4746static void
4747remote_query_supported (void)
4748{
4749 struct remote_state *rs = get_remote_state ();
4750 char *next;
4751 int i;
4752 unsigned char seen [ARRAY_SIZE (remote_protocol_features)];
4753
4754 /* The packet support flags are handled differently for this packet
4755 than for most others. We treat an error, a disabled packet, and
4756 an empty response identically: any features which must be reported
4757 to be used will be automatically disabled. An empty buffer
4758 accomplishes this, since that is also the representation for a list
4759 containing no features. */
4760
4761 rs->buf[0] = 0;
4082afcc 4762 if (packet_support (PACKET_qSupported) != PACKET_DISABLE)
be2a5f71 4763 {
c8d5aac9 4764 char *q = NULL;
94b0dee1 4765 struct cleanup *old_chain = make_cleanup (free_current_contents, &q);
c8d5aac9 4766
73b8c1fd
PA
4767 if (packet_set_cmd_state (PACKET_multiprocess_feature) != AUTO_BOOLEAN_FALSE)
4768 q = remote_query_supported_append (q, "multiprocess+");
c8d5aac9 4769
f7e6eed5
PA
4770 if (packet_set_cmd_state (PACKET_swbreak_feature) != AUTO_BOOLEAN_FALSE)
4771 q = remote_query_supported_append (q, "swbreak+");
4772 if (packet_set_cmd_state (PACKET_hwbreak_feature) != AUTO_BOOLEAN_FALSE)
4773 q = remote_query_supported_append (q, "hwbreak+");
4774
dde08ee1
PA
4775 q = remote_query_supported_append (q, "qRelocInsn+");
4776
8020350c
DB
4777 if (packet_set_cmd_state (PACKET_fork_event_feature)
4778 != AUTO_BOOLEAN_FALSE)
4779 q = remote_query_supported_append (q, "fork-events+");
4780 if (packet_set_cmd_state (PACKET_vfork_event_feature)
4781 != AUTO_BOOLEAN_FALSE)
4782 q = remote_query_supported_append (q, "vfork-events+");
4783 if (packet_set_cmd_state (PACKET_exec_event_feature)
4784 != AUTO_BOOLEAN_FALSE)
4785 q = remote_query_supported_append (q, "exec-events+");
89245bc0 4786
750ce8d1
YQ
4787 if (packet_set_cmd_state (PACKET_vContSupported) != AUTO_BOOLEAN_FALSE)
4788 q = remote_query_supported_append (q, "vContSupported+");
4789
65706a29
PA
4790 if (packet_set_cmd_state (PACKET_QThreadEvents) != AUTO_BOOLEAN_FALSE)
4791 q = remote_query_supported_append (q, "QThreadEvents+");
4792
f2faf941
PA
4793 if (packet_set_cmd_state (PACKET_no_resumed) != AUTO_BOOLEAN_FALSE)
4794 q = remote_query_supported_append (q, "no-resumed+");
4795
b35d5edb
PA
4796 /* Keep this one last to work around a gdbserver <= 7.10 bug in
4797 the qSupported:xmlRegisters=i386 handling. */
4798 if (remote_support_xml != NULL)
4799 q = remote_query_supported_append (q, remote_support_xml);
4800
dde08ee1
PA
4801 q = reconcat (q, "qSupported:", q, (char *) NULL);
4802 putpkt (q);
82f73884 4803
94b0dee1
PA
4804 do_cleanups (old_chain);
4805
be2a5f71
DJ
4806 getpkt (&rs->buf, &rs->buf_size, 0);
4807
4808 /* If an error occured, warn, but do not return - just reset the
4809 buffer to empty and go on to disable features. */
4810 if (packet_ok (rs->buf, &remote_protocol_packets[PACKET_qSupported])
4811 == PACKET_ERROR)
4812 {
4813 warning (_("Remote failure reply: %s"), rs->buf);
4814 rs->buf[0] = 0;
4815 }
4816 }
4817
4818 memset (seen, 0, sizeof (seen));
4819
4820 next = rs->buf;
4821 while (*next)
4822 {
4823 enum packet_support is_supported;
4824 char *p, *end, *name_end, *value;
4825
4826 /* First separate out this item from the rest of the packet. If
4827 there's another item after this, we overwrite the separator
4828 (terminated strings are much easier to work with). */
4829 p = next;
4830 end = strchr (p, ';');
4831 if (end == NULL)
4832 {
4833 end = p + strlen (p);
4834 next = end;
4835 }
4836 else
4837 {
89be2091
DJ
4838 *end = '\0';
4839 next = end + 1;
4840
be2a5f71
DJ
4841 if (end == p)
4842 {
4843 warning (_("empty item in \"qSupported\" response"));
4844 continue;
4845 }
be2a5f71
DJ
4846 }
4847
4848 name_end = strchr (p, '=');
4849 if (name_end)
4850 {
4851 /* This is a name=value entry. */
4852 is_supported = PACKET_ENABLE;
4853 value = name_end + 1;
4854 *name_end = '\0';
4855 }
4856 else
4857 {
4858 value = NULL;
4859 switch (end[-1])
4860 {
4861 case '+':
4862 is_supported = PACKET_ENABLE;
4863 break;
4864
4865 case '-':
4866 is_supported = PACKET_DISABLE;
4867 break;
4868
4869 case '?':
4870 is_supported = PACKET_SUPPORT_UNKNOWN;
4871 break;
4872
4873 default:
3e43a32a
MS
4874 warning (_("unrecognized item \"%s\" "
4875 "in \"qSupported\" response"), p);
be2a5f71
DJ
4876 continue;
4877 }
4878 end[-1] = '\0';
4879 }
4880
4881 for (i = 0; i < ARRAY_SIZE (remote_protocol_features); i++)
4882 if (strcmp (remote_protocol_features[i].name, p) == 0)
4883 {
4884 const struct protocol_feature *feature;
4885
4886 seen[i] = 1;
4887 feature = &remote_protocol_features[i];
4888 feature->func (feature, is_supported, value);
4889 break;
4890 }
4891 }
4892
4893 /* If we increased the packet size, make sure to increase the global
4894 buffer size also. We delay this until after parsing the entire
4895 qSupported packet, because this is the same buffer we were
4896 parsing. */
4897 if (rs->buf_size < rs->explicit_packet_size)
4898 {
4899 rs->buf_size = rs->explicit_packet_size;
224c3ddb 4900 rs->buf = (char *) xrealloc (rs->buf, rs->buf_size);
be2a5f71
DJ
4901 }
4902
4903 /* Handle the defaults for unmentioned features. */
4904 for (i = 0; i < ARRAY_SIZE (remote_protocol_features); i++)
4905 if (!seen[i])
4906 {
4907 const struct protocol_feature *feature;
4908
4909 feature = &remote_protocol_features[i];
4910 feature->func (feature, feature->default_support, NULL);
4911 }
4912}
4913
048094ac
PA
4914/* Serial QUIT handler for the remote serial descriptor.
4915
4916 Defers handling a Ctrl-C until we're done with the current
4917 command/response packet sequence, unless:
4918
4919 - We're setting up the connection. Don't send a remote interrupt
4920 request, as we're not fully synced yet. Quit immediately
4921 instead.
4922
4923 - The target has been resumed in the foreground
4924 (target_terminal_is_ours is false) with a synchronous resume
4925 packet, and we're blocked waiting for the stop reply, thus a
4926 Ctrl-C should be immediately sent to the target.
4927
4928 - We get a second Ctrl-C while still within the same serial read or
4929 write. In that case the serial is seemingly wedged --- offer to
4930 quit/disconnect.
4931
4932 - We see a second Ctrl-C without target response, after having
4933 previously interrupted the target. In that case the target/stub
4934 is probably wedged --- offer to quit/disconnect.
4935*/
4936
4937static void
4938remote_serial_quit_handler (void)
4939{
4940 struct remote_state *rs = get_remote_state ();
4941
4942 if (check_quit_flag ())
4943 {
4944 /* If we're starting up, we're not fully synced yet. Quit
4945 immediately. */
4946 if (rs->starting_up)
4947 quit ();
4948 else if (rs->got_ctrlc_during_io)
4949 {
4950 if (query (_("The target is not responding to GDB commands.\n"
4951 "Stop debugging it? ")))
4952 remote_unpush_and_throw ();
4953 }
4954 /* If ^C has already been sent once, offer to disconnect. */
4955 else if (!target_terminal_is_ours () && rs->ctrlc_pending_p)
4956 interrupt_query ();
4957 /* All-stop protocol, and blocked waiting for stop reply. Send
4958 an interrupt request. */
4959 else if (!target_terminal_is_ours () && rs->waiting_for_stop_reply)
4960 target_interrupt (inferior_ptid);
4961 else
4962 rs->got_ctrlc_during_io = 1;
4963 }
4964}
4965
78a095c3
JK
4966/* Remove any of the remote.c targets from target stack. Upper targets depend
4967 on it so remove them first. */
4968
4969static void
4970remote_unpush_target (void)
4971{
915ef8b1 4972 pop_all_targets_at_and_above (process_stratum);
78a095c3 4973}
be2a5f71 4974
048094ac
PA
4975static void
4976remote_unpush_and_throw (void)
4977{
4978 remote_unpush_target ();
4979 throw_error (TARGET_CLOSE_ERROR, _("Disconnected from target."));
4980}
4981
c906108c 4982static void
014f9477 4983remote_open_1 (const char *name, int from_tty,
3e43a32a 4984 struct target_ops *target, int extended_p)
c906108c 4985{
d01949b6 4986 struct remote_state *rs = get_remote_state ();
a6f3e723 4987
c906108c 4988 if (name == 0)
8a3fe4f8 4989 error (_("To open a remote debug connection, you need to specify what\n"
22e04375 4990 "serial device is attached to the remote system\n"
8a3fe4f8 4991 "(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.)."));
c906108c 4992
23860348 4993 /* See FIXME above. */
c6ebd6cf 4994 if (!target_async_permitted)
92d1e331 4995 wait_forever_enabled_p = 1;
6426a772 4996
2d717e4f 4997 /* If we're connected to a running target, target_preopen will kill it.
78a095c3
JK
4998 Ask this question first, before target_preopen has a chance to kill
4999 anything. */
5d93a237 5000 if (rs->remote_desc != NULL && !have_inferiors ())
2d717e4f 5001 {
78a095c3
JK
5002 if (from_tty
5003 && !query (_("Already connected to a remote target. Disconnect? ")))
2d717e4f
DJ
5004 error (_("Still connected."));
5005 }
5006
78a095c3 5007 /* Here the possibly existing remote target gets unpushed. */
c906108c
SS
5008 target_preopen (from_tty);
5009
89be2091 5010 /* Make sure we send the passed signals list the next time we resume. */
747dc59d
TT
5011 xfree (rs->last_pass_packet);
5012 rs->last_pass_packet = NULL;
89be2091 5013
9b224c5e
PA
5014 /* Make sure we send the program signals list the next time we
5015 resume. */
5e4a05c4
TT
5016 xfree (rs->last_program_signals_packet);
5017 rs->last_program_signals_packet = NULL;
9b224c5e 5018
ad9a8f3f 5019 remote_fileio_reset ();
1dd41f16
NS
5020 reopen_exec_file ();
5021 reread_symbols ();
5022
5d93a237
TT
5023 rs->remote_desc = remote_serial_open (name);
5024 if (!rs->remote_desc)
c906108c
SS
5025 perror_with_name (name);
5026
5027 if (baud_rate != -1)
5028 {
5d93a237 5029 if (serial_setbaudrate (rs->remote_desc, baud_rate))
c906108c 5030 {
9b74d5d3
KB
5031 /* The requested speed could not be set. Error out to
5032 top level after closing remote_desc. Take care to
5033 set remote_desc to NULL to avoid closing remote_desc
5034 more than once. */
5d93a237
TT
5035 serial_close (rs->remote_desc);
5036 rs->remote_desc = NULL;
c906108c
SS
5037 perror_with_name (name);
5038 }
5039 }
5040
236af5e3 5041 serial_setparity (rs->remote_desc, serial_parity);
5d93a237 5042 serial_raw (rs->remote_desc);
c906108c
SS
5043
5044 /* If there is something sitting in the buffer we might take it as a
5045 response to a command, which would be bad. */
5d93a237 5046 serial_flush_input (rs->remote_desc);
c906108c
SS
5047
5048 if (from_tty)
5049 {
5050 puts_filtered ("Remote debugging using ");
5051 puts_filtered (name);
5052 puts_filtered ("\n");
5053 }
23860348 5054 push_target (target); /* Switch to using remote target now. */
c906108c 5055
74531fed
PA
5056 /* Register extra event sources in the event loop. */
5057 remote_async_inferior_event_token
5058 = create_async_event_handler (remote_async_inferior_event_handler,
5059 NULL);
5965e028 5060 rs->notif_state = remote_notif_state_allocate ();
74531fed 5061
be2a5f71
DJ
5062 /* Reset the target state; these things will be queried either by
5063 remote_query_supported or as they are needed. */
ca4f7f8b 5064 reset_all_packet_configs_support ();
74531fed 5065 rs->cached_wait_status = 0;
be2a5f71 5066 rs->explicit_packet_size = 0;
a6f3e723 5067 rs->noack_mode = 0;
82f73884 5068 rs->extended = extended_p;
e24a49d8 5069 rs->waiting_for_stop_reply = 0;
3a29589a 5070 rs->ctrlc_pending_p = 0;
048094ac 5071 rs->got_ctrlc_during_io = 0;
802188a7 5072
47f8a51d
TT
5073 rs->general_thread = not_sent_ptid;
5074 rs->continue_thread = not_sent_ptid;
262e1174 5075 rs->remote_traceframe_number = -1;
c906108c 5076
3a00c802
PA
5077 rs->last_resume_exec_dir = EXEC_FORWARD;
5078
9d1f7ab2 5079 /* Probe for ability to use "ThreadInfo" query, as required. */
b80fafe3
TT
5080 rs->use_threadinfo_query = 1;
5081 rs->use_threadextra_query = 1;
9d1f7ab2 5082
80152258
PA
5083 readahead_cache_invalidate ();
5084
048094ac
PA
5085 /* Start out by owning the terminal. */
5086 remote_async_terminal_ours_p = 1;
5087
c6ebd6cf 5088 if (target_async_permitted)
92d1e331 5089 {
92d1e331
DJ
5090 /* FIXME: cagney/1999-09-23: During the initial connection it is
5091 assumed that the target is already ready and able to respond to
0df8b418 5092 requests. Unfortunately remote_start_remote() eventually calls
92d1e331 5093 wait_for_inferior() with no timeout. wait_forever_enabled_p gets
0df8b418 5094 around this. Eventually a mechanism that allows
92d1e331 5095 wait_for_inferior() to expect/get timeouts will be
23860348 5096 implemented. */
92d1e331
DJ
5097 wait_forever_enabled_p = 0;
5098 }
5099
23860348 5100 /* First delete any symbols previously loaded from shared libraries. */
f78f6cf1 5101 no_shared_libraries (NULL, 0);
f78f6cf1 5102
74531fed
PA
5103 /* Start afresh. */
5104 init_thread_list ();
5105
36918e70 5106 /* Start the remote connection. If error() or QUIT, discard this
165b8e33
AC
5107 target (we'd otherwise be in an inconsistent state) and then
5108 propogate the error on up the exception chain. This ensures that
5109 the caller doesn't stumble along blindly assuming that the
5110 function succeeded. The CLI doesn't have this problem but other
5111 UI's, such as MI do.
36918e70
AC
5112
5113 FIXME: cagney/2002-05-19: Instead of re-throwing the exception,
5114 this function should return an error indication letting the
ce2826aa 5115 caller restore the previous state. Unfortunately the command
36918e70
AC
5116 ``target remote'' is directly wired to this function making that
5117 impossible. On a positive note, the CLI side of this problem has
5118 been fixed - the function set_cmd_context() makes it possible for
5119 all the ``target ....'' commands to share a common callback
5120 function. See cli-dump.c. */
109c3e39 5121 {
2d717e4f 5122
492d29ea 5123 TRY
04bd08de
TT
5124 {
5125 remote_start_remote (from_tty, target, extended_p);
5126 }
492d29ea 5127 CATCH (ex, RETURN_MASK_ALL)
109c3e39 5128 {
c8d104ad
PA
5129 /* Pop the partially set up target - unless something else did
5130 already before throwing the exception. */
5d93a237 5131 if (rs->remote_desc != NULL)
78a095c3 5132 remote_unpush_target ();
c6ebd6cf 5133 if (target_async_permitted)
109c3e39
AC
5134 wait_forever_enabled_p = 1;
5135 throw_exception (ex);
5136 }
492d29ea 5137 END_CATCH
109c3e39 5138 }
c906108c 5139
f4abbc16
MM
5140 remote_btrace_reset ();
5141
c6ebd6cf 5142 if (target_async_permitted)
92d1e331 5143 wait_forever_enabled_p = 1;
43ff13b4
JM
5144}
5145
de0d863e
DB
5146/* Detach the specified process. */
5147
5148static void
5149remote_detach_pid (int pid)
5150{
5151 struct remote_state *rs = get_remote_state ();
5152
5153 if (remote_multi_process_p (rs))
5154 xsnprintf (rs->buf, get_remote_packet_size (), "D;%x", pid);
5155 else
5156 strcpy (rs->buf, "D");
5157
5158 putpkt (rs->buf);
5159 getpkt (&rs->buf, &rs->buf_size, 0);
5160
5161 if (rs->buf[0] == 'O' && rs->buf[1] == 'K')
5162 ;
5163 else if (rs->buf[0] == '\0')
5164 error (_("Remote doesn't know how to detach"));
5165 else
5166 error (_("Can't detach process."));
5167}
5168
5169/* This detaches a program to which we previously attached, using
5170 inferior_ptid to identify the process. After this is done, GDB
5171 can be used to debug some other program. We better not have left
5172 any breakpoints in the target program or it'll die when it hits
5173 one. */
c906108c
SS
5174
5175static void
de0d863e 5176remote_detach_1 (const char *args, int from_tty)
c906108c 5177{
82f73884 5178 int pid = ptid_get_pid (inferior_ptid);
d01949b6 5179 struct remote_state *rs = get_remote_state ();
de0d863e
DB
5180 struct thread_info *tp = find_thread_ptid (inferior_ptid);
5181 int is_fork_parent;
c906108c
SS
5182
5183 if (args)
8a3fe4f8 5184 error (_("Argument given to \"detach\" when remotely debugging."));
c906108c 5185
2d717e4f
DJ
5186 if (!target_has_execution)
5187 error (_("No process to detach from."));
5188
0f48b757 5189 target_announce_detach (from_tty);
7cee1e54 5190
c906108c 5191 /* Tell the remote target to detach. */
de0d863e 5192 remote_detach_pid (pid);
82f73884 5193
8020350c
DB
5194 /* Exit only if this is the only active inferior. */
5195 if (from_tty && !rs->extended && number_of_live_inferiors () == 1)
7cee1e54 5196 puts_filtered (_("Ending remote debugging.\n"));
82f73884 5197
de0d863e
DB
5198 /* Check to see if we are detaching a fork parent. Note that if we
5199 are detaching a fork child, tp == NULL. */
5200 is_fork_parent = (tp != NULL
5201 && tp->pending_follow.kind == TARGET_WAITKIND_FORKED);
5202
5203 /* If doing detach-on-fork, we don't mourn, because that will delete
5204 breakpoints that should be available for the followed inferior. */
5205 if (!is_fork_parent)
bc1e6c81 5206 target_mourn_inferior (inferior_ptid);
de0d863e
DB
5207 else
5208 {
5209 inferior_ptid = null_ptid;
5210 detach_inferior (pid);
5211 }
2d717e4f
DJ
5212}
5213
5214static void
52554a0e 5215remote_detach (struct target_ops *ops, const char *args, int from_tty)
2d717e4f 5216{
de0d863e 5217 remote_detach_1 (args, from_tty);
2d717e4f
DJ
5218}
5219
5220static void
52554a0e 5221extended_remote_detach (struct target_ops *ops, const char *args, int from_tty)
2d717e4f 5222{
de0d863e
DB
5223 remote_detach_1 (args, from_tty);
5224}
5225
5226/* Target follow-fork function for remote targets. On entry, and
5227 at return, the current inferior is the fork parent.
5228
5229 Note that although this is currently only used for extended-remote,
5230 it is named remote_follow_fork in anticipation of using it for the
5231 remote target as well. */
5232
5233static int
5234remote_follow_fork (struct target_ops *ops, int follow_child,
5235 int detach_fork)
5236{
5237 struct remote_state *rs = get_remote_state ();
c269dbdb 5238 enum target_waitkind kind = inferior_thread ()->pending_follow.kind;
de0d863e 5239
c269dbdb
DB
5240 if ((kind == TARGET_WAITKIND_FORKED && remote_fork_event_p (rs))
5241 || (kind == TARGET_WAITKIND_VFORKED && remote_vfork_event_p (rs)))
de0d863e
DB
5242 {
5243 /* When following the parent and detaching the child, we detach
5244 the child here. For the case of following the child and
5245 detaching the parent, the detach is done in the target-
5246 independent follow fork code in infrun.c. We can't use
5247 target_detach when detaching an unfollowed child because
5248 the client side doesn't know anything about the child. */
5249 if (detach_fork && !follow_child)
5250 {
5251 /* Detach the fork child. */
5252 ptid_t child_ptid;
5253 pid_t child_pid;
5254
5255 child_ptid = inferior_thread ()->pending_follow.value.related_pid;
5256 child_pid = ptid_get_pid (child_ptid);
5257
5258 remote_detach_pid (child_pid);
5259 detach_inferior (child_pid);
5260 }
5261 }
5262 return 0;
c906108c
SS
5263}
5264
94585166
DB
5265/* Target follow-exec function for remote targets. Save EXECD_PATHNAME
5266 in the program space of the new inferior. On entry and at return the
5267 current inferior is the exec'ing inferior. INF is the new exec'd
5268 inferior, which may be the same as the exec'ing inferior unless
5269 follow-exec-mode is "new". */
5270
5271static void
5272remote_follow_exec (struct target_ops *ops,
5273 struct inferior *inf, char *execd_pathname)
5274{
5275 /* We know that this is a target file name, so if it has the "target:"
5276 prefix we strip it off before saving it in the program space. */
5277 if (is_target_filename (execd_pathname))
5278 execd_pathname += strlen (TARGET_SYSROOT_PREFIX);
5279
5280 set_pspace_remote_exec_file (inf->pspace, execd_pathname);
5281}
5282
6ad8ae5c
DJ
5283/* Same as remote_detach, but don't send the "D" packet; just disconnect. */
5284
43ff13b4 5285static void
fee354ee 5286remote_disconnect (struct target_ops *target, const char *args, int from_tty)
43ff13b4 5287{
43ff13b4 5288 if (args)
2d717e4f 5289 error (_("Argument given to \"disconnect\" when remotely debugging."));
43ff13b4 5290
8020350c
DB
5291 /* Make sure we unpush even the extended remote targets. Calling
5292 target_mourn_inferior won't unpush, and remote_mourn won't
5293 unpush if there is more than one inferior left. */
5294 unpush_target (target);
5295 generic_mourn_inferior ();
2d717e4f 5296
43ff13b4
JM
5297 if (from_tty)
5298 puts_filtered ("Ending remote debugging.\n");
5299}
5300
2d717e4f
DJ
5301/* Attach to the process specified by ARGS. If FROM_TTY is non-zero,
5302 be chatty about it. */
5303
5304static void
20f796c9
GB
5305extended_remote_attach (struct target_ops *target, const char *args,
5306 int from_tty)
2d717e4f
DJ
5307{
5308 struct remote_state *rs = get_remote_state ();
be86555c 5309 int pid;
96ef3384 5310 char *wait_status = NULL;
2d717e4f 5311
74164c56 5312 pid = parse_pid_to_attach (args);
2d717e4f 5313
74164c56
JK
5314 /* Remote PID can be freely equal to getpid, do not check it here the same
5315 way as in other targets. */
2d717e4f 5316
4082afcc 5317 if (packet_support (PACKET_vAttach) == PACKET_DISABLE)
2d717e4f
DJ
5318 error (_("This target does not support attaching to a process"));
5319
7cee1e54
PA
5320 if (from_tty)
5321 {
5322 char *exec_file = get_exec_file (0);
5323
5324 if (exec_file)
5325 printf_unfiltered (_("Attaching to program: %s, %s\n"), exec_file,
5326 target_pid_to_str (pid_to_ptid (pid)));
5327 else
5328 printf_unfiltered (_("Attaching to %s\n"),
5329 target_pid_to_str (pid_to_ptid (pid)));
5330
5331 gdb_flush (gdb_stdout);
5332 }
5333
bba74b36 5334 xsnprintf (rs->buf, get_remote_packet_size (), "vAttach;%x", pid);
2d717e4f
DJ
5335 putpkt (rs->buf);
5336 getpkt (&rs->buf, &rs->buf_size, 0);
5337
4082afcc
PA
5338 switch (packet_ok (rs->buf,
5339 &remote_protocol_packets[PACKET_vAttach]))
2d717e4f 5340 {
4082afcc 5341 case PACKET_OK:
6efcd9a8 5342 if (!target_is_non_stop_p ())
74531fed
PA
5343 {
5344 /* Save the reply for later. */
224c3ddb 5345 wait_status = (char *) alloca (strlen (rs->buf) + 1);
74531fed
PA
5346 strcpy (wait_status, rs->buf);
5347 }
5348 else if (strcmp (rs->buf, "OK") != 0)
5349 error (_("Attaching to %s failed with: %s"),
5350 target_pid_to_str (pid_to_ptid (pid)),
5351 rs->buf);
4082afcc
PA
5352 break;
5353 case PACKET_UNKNOWN:
5354 error (_("This target does not support attaching to a process"));
5355 default:
5356 error (_("Attaching to %s failed"),
5357 target_pid_to_str (pid_to_ptid (pid)));
2d717e4f 5358 }
2d717e4f 5359
1b6e6f5c 5360 set_current_inferior (remote_add_inferior (0, pid, 1, 0));
bad34192 5361
2d717e4f 5362 inferior_ptid = pid_to_ptid (pid);
79d7f229 5363
6efcd9a8 5364 if (target_is_non_stop_p ())
bad34192
PA
5365 {
5366 struct thread_info *thread;
79d7f229 5367
bad34192 5368 /* Get list of threads. */
e8032dde 5369 remote_update_thread_list (target);
82f73884 5370
bad34192
PA
5371 thread = first_thread_of_process (pid);
5372 if (thread)
5373 inferior_ptid = thread->ptid;
5374 else
5375 inferior_ptid = pid_to_ptid (pid);
5376
5377 /* Invalidate our notion of the remote current thread. */
47f8a51d 5378 record_currthread (rs, minus_one_ptid);
bad34192 5379 }
74531fed 5380 else
bad34192
PA
5381 {
5382 /* Now, if we have thread information, update inferior_ptid. */
5383 inferior_ptid = remote_current_thread (inferior_ptid);
5384
5385 /* Add the main thread to the thread list. */
5386 add_thread_silent (inferior_ptid);
5387 }
c0a2216e 5388
96ef3384
UW
5389 /* Next, if the target can specify a description, read it. We do
5390 this before anything involving memory or registers. */
5391 target_find_description ();
5392
6efcd9a8 5393 if (!target_is_non_stop_p ())
74531fed
PA
5394 {
5395 /* Use the previously fetched status. */
5396 gdb_assert (wait_status != NULL);
5397
5398 if (target_can_async_p ())
5399 {
722247f1
YQ
5400 struct notif_event *reply
5401 = remote_notif_parse (&notif_client_stop, wait_status);
74531fed 5402
722247f1 5403 push_stop_reply ((struct stop_reply *) reply);
74531fed 5404
6a3753b3 5405 target_async (1);
74531fed
PA
5406 }
5407 else
5408 {
5409 gdb_assert (wait_status != NULL);
5410 strcpy (rs->buf, wait_status);
5411 rs->cached_wait_status = 1;
5412 }
5413 }
5414 else
5415 gdb_assert (wait_status == NULL);
2d717e4f
DJ
5416}
5417
b9c1d481
AS
5418/* Implementation of the to_post_attach method. */
5419
5420static void
5421extended_remote_post_attach (struct target_ops *ops, int pid)
5422{
6efcd9a8
PA
5423 /* Get text, data & bss offsets. */
5424 get_offsets ();
5425
b9c1d481
AS
5426 /* In certain cases GDB might not have had the chance to start
5427 symbol lookup up until now. This could happen if the debugged
5428 binary is not using shared libraries, the vsyscall page is not
5429 present (on Linux) and the binary itself hadn't changed since the
5430 debugging process was started. */
5431 if (symfile_objfile != NULL)
5432 remote_check_symbols();
5433}
5434
c906108c 5435\f
506fb367
DJ
5436/* Check for the availability of vCont. This function should also check
5437 the response. */
c906108c
SS
5438
5439static void
6d820c5c 5440remote_vcont_probe (struct remote_state *rs)
c906108c 5441{
2e9f7625 5442 char *buf;
6d820c5c 5443
2e9f7625
DJ
5444 strcpy (rs->buf, "vCont?");
5445 putpkt (rs->buf);
6d820c5c 5446 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 5447 buf = rs->buf;
c906108c 5448
506fb367 5449 /* Make sure that the features we assume are supported. */
61012eef 5450 if (startswith (buf, "vCont"))
506fb367
DJ
5451 {
5452 char *p = &buf[5];
750ce8d1 5453 int support_c, support_C;
506fb367 5454
750ce8d1
YQ
5455 rs->supports_vCont.s = 0;
5456 rs->supports_vCont.S = 0;
506fb367
DJ
5457 support_c = 0;
5458 support_C = 0;
d458bd84 5459 rs->supports_vCont.t = 0;
c1e36e3e 5460 rs->supports_vCont.r = 0;
506fb367
DJ
5461 while (p && *p == ';')
5462 {
5463 p++;
5464 if (*p == 's' && (*(p + 1) == ';' || *(p + 1) == 0))
750ce8d1 5465 rs->supports_vCont.s = 1;
506fb367 5466 else if (*p == 'S' && (*(p + 1) == ';' || *(p + 1) == 0))
750ce8d1 5467 rs->supports_vCont.S = 1;
506fb367
DJ
5468 else if (*p == 'c' && (*(p + 1) == ';' || *(p + 1) == 0))
5469 support_c = 1;
5470 else if (*p == 'C' && (*(p + 1) == ';' || *(p + 1) == 0))
5471 support_C = 1;
74531fed 5472 else if (*p == 't' && (*(p + 1) == ';' || *(p + 1) == 0))
d458bd84 5473 rs->supports_vCont.t = 1;
c1e36e3e
PA
5474 else if (*p == 'r' && (*(p + 1) == ';' || *(p + 1) == 0))
5475 rs->supports_vCont.r = 1;
506fb367
DJ
5476
5477 p = strchr (p, ';');
5478 }
c906108c 5479
750ce8d1
YQ
5480 /* If c, and C are not all supported, we can't use vCont. Clearing
5481 BUF will make packet_ok disable the packet. */
5482 if (!support_c || !support_C)
506fb367
DJ
5483 buf[0] = 0;
5484 }
c906108c 5485
444abaca 5486 packet_ok (buf, &remote_protocol_packets[PACKET_vCont]);
506fb367 5487}
c906108c 5488
0d8f58ca
PA
5489/* Helper function for building "vCont" resumptions. Write a
5490 resumption to P. ENDP points to one-passed-the-end of the buffer
5491 we're allowed to write to. Returns BUF+CHARACTERS_WRITTEN. The
5492 thread to be resumed is PTID; STEP and SIGGNAL indicate whether the
5493 resumed thread should be single-stepped and/or signalled. If PTID
5494 equals minus_one_ptid, then all threads are resumed; if PTID
5495 represents a process, then all threads of the process are resumed;
5496 the thread to be stepped and/or signalled is given in the global
5497 INFERIOR_PTID. */
5498
5499static char *
5500append_resumption (char *p, char *endp,
2ea28649 5501 ptid_t ptid, int step, enum gdb_signal siggnal)
0d8f58ca
PA
5502{
5503 struct remote_state *rs = get_remote_state ();
5504
a493e3e2 5505 if (step && siggnal != GDB_SIGNAL_0)
0d8f58ca 5506 p += xsnprintf (p, endp - p, ";S%02x", siggnal);
c1e36e3e
PA
5507 else if (step
5508 /* GDB is willing to range step. */
5509 && use_range_stepping
5510 /* Target supports range stepping. */
5511 && rs->supports_vCont.r
5512 /* We don't currently support range stepping multiple
5513 threads with a wildcard (though the protocol allows it,
5514 so stubs shouldn't make an active effort to forbid
5515 it). */
5516 && !(remote_multi_process_p (rs) && ptid_is_pid (ptid)))
5517 {
5518 struct thread_info *tp;
5519
5520 if (ptid_equal (ptid, minus_one_ptid))
5521 {
5522 /* If we don't know about the target thread's tid, then
5523 we're resuming magic_null_ptid (see caller). */
5524 tp = find_thread_ptid (magic_null_ptid);
5525 }
5526 else
5527 tp = find_thread_ptid (ptid);
5528 gdb_assert (tp != NULL);
5529
5530 if (tp->control.may_range_step)
5531 {
5532 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
5533
5534 p += xsnprintf (p, endp - p, ";r%s,%s",
5535 phex_nz (tp->control.step_range_start,
5536 addr_size),
5537 phex_nz (tp->control.step_range_end,
5538 addr_size));
5539 }
5540 else
5541 p += xsnprintf (p, endp - p, ";s");
5542 }
0d8f58ca
PA
5543 else if (step)
5544 p += xsnprintf (p, endp - p, ";s");
a493e3e2 5545 else if (siggnal != GDB_SIGNAL_0)
0d8f58ca
PA
5546 p += xsnprintf (p, endp - p, ";C%02x", siggnal);
5547 else
5548 p += xsnprintf (p, endp - p, ";c");
5549
5550 if (remote_multi_process_p (rs) && ptid_is_pid (ptid))
5551 {
5552 ptid_t nptid;
5553
5554 /* All (-1) threads of process. */
ba348170 5555 nptid = ptid_build (ptid_get_pid (ptid), -1, 0);
0d8f58ca
PA
5556
5557 p += xsnprintf (p, endp - p, ":");
5558 p = write_ptid (p, endp, nptid);
5559 }
5560 else if (!ptid_equal (ptid, minus_one_ptid))
5561 {
5562 p += xsnprintf (p, endp - p, ":");
5563 p = write_ptid (p, endp, ptid);
5564 }
5565
5566 return p;
5567}
5568
799a2abe
PA
5569/* Clear the thread's private info on resume. */
5570
5571static void
5572resume_clear_thread_private_info (struct thread_info *thread)
5573{
5574 if (thread->priv != NULL)
5575 {
5576 thread->priv->stop_reason = TARGET_STOPPED_BY_NO_REASON;
5577 thread->priv->watch_data_address = 0;
5578 }
5579}
5580
e5ef252a
PA
5581/* Append a vCont continue-with-signal action for threads that have a
5582 non-zero stop signal. */
5583
5584static char *
5585append_pending_thread_resumptions (char *p, char *endp, ptid_t ptid)
5586{
5587 struct thread_info *thread;
5588
034f788c 5589 ALL_NON_EXITED_THREADS (thread)
e5ef252a
PA
5590 if (ptid_match (thread->ptid, ptid)
5591 && !ptid_equal (inferior_ptid, thread->ptid)
70509625 5592 && thread->suspend.stop_signal != GDB_SIGNAL_0)
e5ef252a
PA
5593 {
5594 p = append_resumption (p, endp, thread->ptid,
5595 0, thread->suspend.stop_signal);
5596 thread->suspend.stop_signal = GDB_SIGNAL_0;
799a2abe 5597 resume_clear_thread_private_info (thread);
e5ef252a
PA
5598 }
5599
5600 return p;
5601}
5602
7b68ffbb
PA
5603/* Set the target running, using the packets that use Hc
5604 (c/s/C/S). */
5605
5606static void
5607remote_resume_with_hc (struct target_ops *ops,
5608 ptid_t ptid, int step, enum gdb_signal siggnal)
5609{
5610 struct remote_state *rs = get_remote_state ();
5611 struct thread_info *thread;
5612 char *buf;
5613
5614 rs->last_sent_signal = siggnal;
5615 rs->last_sent_step = step;
5616
5617 /* The c/s/C/S resume packets use Hc, so set the continue
5618 thread. */
5619 if (ptid_equal (ptid, minus_one_ptid))
5620 set_continue_thread (any_thread_ptid);
5621 else
5622 set_continue_thread (ptid);
5623
5624 ALL_NON_EXITED_THREADS (thread)
5625 resume_clear_thread_private_info (thread);
5626
5627 buf = rs->buf;
5628 if (execution_direction == EXEC_REVERSE)
5629 {
5630 /* We don't pass signals to the target in reverse exec mode. */
5631 if (info_verbose && siggnal != GDB_SIGNAL_0)
5632 warning (_(" - Can't pass signal %d to target in reverse: ignored."),
5633 siggnal);
5634
5635 if (step && packet_support (PACKET_bs) == PACKET_DISABLE)
5636 error (_("Remote reverse-step not supported."));
5637 if (!step && packet_support (PACKET_bc) == PACKET_DISABLE)
5638 error (_("Remote reverse-continue not supported."));
5639
5640 strcpy (buf, step ? "bs" : "bc");
5641 }
5642 else if (siggnal != GDB_SIGNAL_0)
5643 {
5644 buf[0] = step ? 'S' : 'C';
5645 buf[1] = tohex (((int) siggnal >> 4) & 0xf);
5646 buf[2] = tohex (((int) siggnal) & 0xf);
5647 buf[3] = '\0';
5648 }
5649 else
5650 strcpy (buf, step ? "s" : "c");
5651
5652 putpkt (buf);
5653}
5654
506fb367
DJ
5655/* Resume the remote inferior by using a "vCont" packet. The thread
5656 to be resumed is PTID; STEP and SIGGNAL indicate whether the
79d7f229
PA
5657 resumed thread should be single-stepped and/or signalled. If PTID
5658 equals minus_one_ptid, then all threads are resumed; the thread to
5659 be stepped and/or signalled is given in the global INFERIOR_PTID.
5660 This function returns non-zero iff it resumes the inferior.
44eaed12 5661
7b68ffbb
PA
5662 This function issues a strict subset of all possible vCont commands
5663 at the moment. */
44eaed12 5664
506fb367 5665static int
7b68ffbb 5666remote_resume_with_vcont (ptid_t ptid, int step, enum gdb_signal siggnal)
506fb367
DJ
5667{
5668 struct remote_state *rs = get_remote_state ();
82f73884
PA
5669 char *p;
5670 char *endp;
44eaed12 5671
7b68ffbb
PA
5672 /* No reverse execution actions defined for vCont. */
5673 if (execution_direction == EXEC_REVERSE)
5674 return 0;
5675
4082afcc 5676 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
6d820c5c 5677 remote_vcont_probe (rs);
44eaed12 5678
4082afcc 5679 if (packet_support (PACKET_vCont) == PACKET_DISABLE)
6d820c5c 5680 return 0;
44eaed12 5681
82f73884
PA
5682 p = rs->buf;
5683 endp = rs->buf + get_remote_packet_size ();
5684
506fb367
DJ
5685 /* If we could generate a wider range of packets, we'd have to worry
5686 about overflowing BUF. Should there be a generic
5687 "multi-part-packet" packet? */
5688
0d8f58ca
PA
5689 p += xsnprintf (p, endp - p, "vCont");
5690
79d7f229 5691 if (ptid_equal (ptid, magic_null_ptid))
c906108c 5692 {
79d7f229
PA
5693 /* MAGIC_NULL_PTID means that we don't have any active threads,
5694 so we don't have any TID numbers the inferior will
5695 understand. Make sure to only send forms that do not specify
5696 a TID. */
a9cbf802 5697 append_resumption (p, endp, minus_one_ptid, step, siggnal);
506fb367 5698 }
0d8f58ca 5699 else if (ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid))
506fb367 5700 {
0d8f58ca
PA
5701 /* Resume all threads (of all processes, or of a single
5702 process), with preference for INFERIOR_PTID. This assumes
5703 inferior_ptid belongs to the set of all threads we are about
5704 to resume. */
a493e3e2 5705 if (step || siggnal != GDB_SIGNAL_0)
82f73884 5706 {
0d8f58ca
PA
5707 /* Step inferior_ptid, with or without signal. */
5708 p = append_resumption (p, endp, inferior_ptid, step, siggnal);
82f73884 5709 }
0d8f58ca 5710
e5ef252a
PA
5711 /* Also pass down any pending signaled resumption for other
5712 threads not the current. */
5713 p = append_pending_thread_resumptions (p, endp, ptid);
5714
0d8f58ca 5715 /* And continue others without a signal. */
a493e3e2 5716 append_resumption (p, endp, ptid, /*step=*/ 0, GDB_SIGNAL_0);
c906108c
SS
5717 }
5718 else
506fb367
DJ
5719 {
5720 /* Scheduler locking; resume only PTID. */
a9cbf802 5721 append_resumption (p, endp, ptid, step, siggnal);
506fb367 5722 }
c906108c 5723
82f73884
PA
5724 gdb_assert (strlen (rs->buf) < get_remote_packet_size ());
5725 putpkt (rs->buf);
506fb367 5726
6efcd9a8 5727 if (target_is_non_stop_p ())
74531fed
PA
5728 {
5729 /* In non-stop, the stub replies to vCont with "OK". The stop
5730 reply will be reported asynchronously by means of a `%Stop'
5731 notification. */
5732 getpkt (&rs->buf, &rs->buf_size, 0);
5733 if (strcmp (rs->buf, "OK") != 0)
5734 error (_("Unexpected vCont reply in non-stop mode: %s"), rs->buf);
5735 }
5736
506fb367 5737 return 1;
c906108c 5738}
43ff13b4 5739
506fb367
DJ
5740/* Tell the remote machine to resume. */
5741
43ff13b4 5742static void
28439f5e 5743remote_resume (struct target_ops *ops,
2ea28649 5744 ptid_t ptid, int step, enum gdb_signal siggnal)
43ff13b4 5745{
d01949b6 5746 struct remote_state *rs = get_remote_state ();
43ff13b4 5747
85ad3aaf
PA
5748 /* When connected in non-stop mode, the core resumes threads
5749 individually. Resuming remote threads directly in target_resume
5750 would thus result in sending one packet per thread. Instead, to
5751 minimize roundtrip latency, here we just store the resume
5752 request; the actual remote resumption will be done in
5753 target_commit_resume / remote_commit_resume, where we'll be able
5754 to do vCont action coalescing. */
5755 if (target_is_non_stop_p () && execution_direction != EXEC_REVERSE)
5756 {
5757 struct private_thread_info *remote_thr;
5758
5759 if (ptid_equal (minus_one_ptid, ptid) || ptid_is_pid (ptid))
5760 remote_thr = get_private_info_ptid (inferior_ptid);
5761 else
5762 remote_thr = get_private_info_ptid (ptid);
5763 remote_thr->last_resume_step = step;
5764 remote_thr->last_resume_sig = siggnal;
5765 return;
5766 }
5767
722247f1
YQ
5768 /* In all-stop, we can't mark REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN
5769 (explained in remote-notif.c:handle_notification) so
5770 remote_notif_process is not called. We need find a place where
5771 it is safe to start a 'vNotif' sequence. It is good to do it
5772 before resuming inferior, because inferior was stopped and no RSP
5773 traffic at that moment. */
6efcd9a8 5774 if (!target_is_non_stop_p ())
5965e028 5775 remote_notif_process (rs->notif_state, &notif_client_stop);
722247f1 5776
3a00c802
PA
5777 rs->last_resume_exec_dir = execution_direction;
5778
7b68ffbb
PA
5779 /* Prefer vCont, and fallback to s/c/S/C, which use Hc. */
5780 if (!remote_resume_with_vcont (ptid, step, siggnal))
5781 remote_resume_with_hc (ops, ptid, step, siggnal);
43ff13b4 5782
2acceee2 5783 /* We are about to start executing the inferior, let's register it
0df8b418
MS
5784 with the event loop. NOTE: this is the one place where all the
5785 execution commands end up. We could alternatively do this in each
23860348 5786 of the execution commands in infcmd.c. */
2acceee2
JM
5787 /* FIXME: ezannoni 1999-09-28: We may need to move this out of here
5788 into infcmd.c in order to allow inferior function calls to work
23860348 5789 NOT asynchronously. */
362646f5 5790 if (target_can_async_p ())
6a3753b3 5791 target_async (1);
e24a49d8
PA
5792
5793 /* We've just told the target to resume. The remote server will
5794 wait for the inferior to stop, and then send a stop reply. In
5795 the mean time, we can't start another command/query ourselves
74531fed
PA
5796 because the stub wouldn't be ready to process it. This applies
5797 only to the base all-stop protocol, however. In non-stop (which
5798 only supports vCont), the stub replies with an "OK", and is
5799 immediate able to process further serial input. */
6efcd9a8 5800 if (!target_is_non_stop_p ())
74531fed 5801 rs->waiting_for_stop_reply = 1;
43ff13b4 5802}
85ad3aaf
PA
5803
5804static void check_pending_events_prevent_wildcard_vcont
5805 (int *may_global_wildcard_vcont);
5806static int is_pending_fork_parent_thread (struct thread_info *thread);
5807
5808/* Private per-inferior info for target remote processes. */
5809
5810struct private_inferior
5811{
5812 /* Whether we can send a wildcard vCont for this process. */
5813 int may_wildcard_vcont;
5814};
5815
5816/* Structure used to track the construction of a vCont packet in the
5817 outgoing packet buffer. This is used to send multiple vCont
5818 packets if we have more actions than would fit a single packet. */
5819
5820struct vcont_builder
5821{
5822 /* Pointer to the first action. P points here if no action has been
5823 appended yet. */
5824 char *first_action;
5825
5826 /* Where the next action will be appended. */
5827 char *p;
5828
5829 /* The end of the buffer. Must never write past this. */
5830 char *endp;
5831};
5832
5833/* Prepare the outgoing buffer for a new vCont packet. */
5834
5835static void
5836vcont_builder_restart (struct vcont_builder *builder)
5837{
5838 struct remote_state *rs = get_remote_state ();
5839
5840 builder->p = rs->buf;
5841 builder->endp = rs->buf + get_remote_packet_size ();
5842 builder->p += xsnprintf (builder->p, builder->endp - builder->p, "vCont");
5843 builder->first_action = builder->p;
5844}
5845
5846/* If the vCont packet being built has any action, send it to the
5847 remote end. */
5848
5849static void
5850vcont_builder_flush (struct vcont_builder *builder)
5851{
5852 struct remote_state *rs;
5853
5854 if (builder->p == builder->first_action)
5855 return;
5856
5857 rs = get_remote_state ();
5858 putpkt (rs->buf);
5859 getpkt (&rs->buf, &rs->buf_size, 0);
5860 if (strcmp (rs->buf, "OK") != 0)
5861 error (_("Unexpected vCont reply in non-stop mode: %s"), rs->buf);
5862}
5863
5864/* The largest action is range-stepping, with its two addresses. This
5865 is more than sufficient. If a new, bigger action is created, it'll
5866 quickly trigger a failed assertion in append_resumption (and we'll
5867 just bump this). */
5868#define MAX_ACTION_SIZE 200
5869
5870/* Append a new vCont action in the outgoing packet being built. If
5871 the action doesn't fit the packet along with previous actions, push
5872 what we've got so far to the remote end and start over a new vCont
5873 packet (with the new action). */
5874
5875static void
5876vcont_builder_push_action (struct vcont_builder *builder,
5877 ptid_t ptid, int step, enum gdb_signal siggnal)
5878{
5879 char buf[MAX_ACTION_SIZE + 1];
5880 char *endp;
5881 size_t rsize;
5882
5883 endp = append_resumption (buf, buf + sizeof (buf),
5884 ptid, step, siggnal);
5885
5886 /* Check whether this new action would fit in the vCont packet along
5887 with previous actions. If not, send what we've got so far and
5888 start a new vCont packet. */
5889 rsize = endp - buf;
5890 if (rsize > builder->endp - builder->p)
5891 {
5892 vcont_builder_flush (builder);
5893 vcont_builder_restart (builder);
5894
5895 /* Should now fit. */
5896 gdb_assert (rsize <= builder->endp - builder->p);
5897 }
5898
5899 memcpy (builder->p, buf, rsize);
5900 builder->p += rsize;
5901 *builder->p = '\0';
5902}
5903
5904/* to_commit_resume implementation. */
5905
5906static void
5907remote_commit_resume (struct target_ops *ops)
5908{
5909 struct remote_state *rs = get_remote_state ();
5910 struct inferior *inf;
5911 struct thread_info *tp;
5912 int any_process_wildcard;
5913 int may_global_wildcard_vcont;
5914 struct vcont_builder vcont_builder;
5915
5916 /* If connected in all-stop mode, we'd send the remote resume
5917 request directly from remote_resume. Likewise if
5918 reverse-debugging, as there are no defined vCont actions for
5919 reverse execution. */
5920 if (!target_is_non_stop_p () || execution_direction == EXEC_REVERSE)
5921 return;
5922
5923 /* Try to send wildcard actions ("vCont;c" or "vCont;c:pPID.-1")
5924 instead of resuming all threads of each process individually.
5925 However, if any thread of a process must remain halted, we can't
5926 send wildcard resumes and must send one action per thread.
5927
5928 Care must be taken to not resume threads/processes the server
5929 side already told us are stopped, but the core doesn't know about
5930 yet, because the events are still in the vStopped notification
5931 queue. For example:
5932
5933 #1 => vCont s:p1.1;c
5934 #2 <= OK
5935 #3 <= %Stopped T05 p1.1
5936 #4 => vStopped
5937 #5 <= T05 p1.2
5938 #6 => vStopped
5939 #7 <= OK
5940 #8 (infrun handles the stop for p1.1 and continues stepping)
5941 #9 => vCont s:p1.1;c
5942
5943 The last vCont above would resume thread p1.2 by mistake, because
5944 the server has no idea that the event for p1.2 had not been
5945 handled yet.
5946
5947 The server side must similarly ignore resume actions for the
5948 thread that has a pending %Stopped notification (and any other
5949 threads with events pending), until GDB acks the notification
5950 with vStopped. Otherwise, e.g., the following case is
5951 mishandled:
5952
5953 #1 => g (or any other packet)
5954 #2 <= [registers]
5955 #3 <= %Stopped T05 p1.2
5956 #4 => vCont s:p1.1;c
5957 #5 <= OK
5958
5959 Above, the server must not resume thread p1.2. GDB can't know
5960 that p1.2 stopped until it acks the %Stopped notification, and
5961 since from GDB's perspective all threads should be running, it
5962 sends a "c" action.
5963
5964 Finally, special care must also be given to handling fork/vfork
5965 events. A (v)fork event actually tells us that two processes
5966 stopped -- the parent and the child. Until we follow the fork,
5967 we must not resume the child. Therefore, if we have a pending
5968 fork follow, we must not send a global wildcard resume action
5969 (vCont;c). We can still send process-wide wildcards though. */
5970
5971 /* Start by assuming a global wildcard (vCont;c) is possible. */
5972 may_global_wildcard_vcont = 1;
5973
5974 /* And assume every process is individually wildcard-able too. */
5975 ALL_NON_EXITED_INFERIORS (inf)
5976 {
5977 if (inf->priv == NULL)
5978 inf->priv = XNEW (struct private_inferior);
5979 inf->priv->may_wildcard_vcont = 1;
5980 }
5981
5982 /* Check for any pending events (not reported or processed yet) and
5983 disable process and global wildcard resumes appropriately. */
5984 check_pending_events_prevent_wildcard_vcont (&may_global_wildcard_vcont);
5985
5986 ALL_NON_EXITED_THREADS (tp)
5987 {
5988 /* If a thread of a process is not meant to be resumed, then we
5989 can't wildcard that process. */
5990 if (!tp->executing)
5991 {
5992 tp->inf->priv->may_wildcard_vcont = 0;
5993
5994 /* And if we can't wildcard a process, we can't wildcard
5995 everything either. */
5996 may_global_wildcard_vcont = 0;
5997 continue;
5998 }
5999
6000 /* If a thread is the parent of an unfollowed fork, then we
6001 can't do a global wildcard, as that would resume the fork
6002 child. */
6003 if (is_pending_fork_parent_thread (tp))
6004 may_global_wildcard_vcont = 0;
6005 }
6006
6007 /* Now let's build the vCont packet(s). Actions must be appended
6008 from narrower to wider scopes (thread -> process -> global). If
6009 we end up with too many actions for a single packet vcont_builder
6010 flushes the current vCont packet to the remote side and starts a
6011 new one. */
6012 vcont_builder_restart (&vcont_builder);
6013
6014 /* Threads first. */
6015 ALL_NON_EXITED_THREADS (tp)
6016 {
6017 struct private_thread_info *remote_thr = tp->priv;
6018
6019 if (!tp->executing || remote_thr->vcont_resumed)
6020 continue;
6021
6022 gdb_assert (!thread_is_in_step_over_chain (tp));
6023
6024 if (!remote_thr->last_resume_step
6025 && remote_thr->last_resume_sig == GDB_SIGNAL_0
6026 && tp->inf->priv->may_wildcard_vcont)
6027 {
6028 /* We'll send a wildcard resume instead. */
6029 remote_thr->vcont_resumed = 1;
6030 continue;
6031 }
6032
6033 vcont_builder_push_action (&vcont_builder, tp->ptid,
6034 remote_thr->last_resume_step,
6035 remote_thr->last_resume_sig);
6036 remote_thr->vcont_resumed = 1;
6037 }
6038
6039 /* Now check whether we can send any process-wide wildcard. This is
6040 to avoid sending a global wildcard in the case nothing is
6041 supposed to be resumed. */
6042 any_process_wildcard = 0;
6043
6044 ALL_NON_EXITED_INFERIORS (inf)
6045 {
6046 if (inf->priv->may_wildcard_vcont)
6047 {
6048 any_process_wildcard = 1;
6049 break;
6050 }
6051 }
6052
6053 if (any_process_wildcard)
6054 {
6055 /* If all processes are wildcard-able, then send a single "c"
6056 action, otherwise, send an "all (-1) threads of process"
6057 continue action for each running process, if any. */
6058 if (may_global_wildcard_vcont)
6059 {
6060 vcont_builder_push_action (&vcont_builder, minus_one_ptid,
6061 0, GDB_SIGNAL_0);
6062 }
6063 else
6064 {
6065 ALL_NON_EXITED_INFERIORS (inf)
6066 {
6067 if (inf->priv->may_wildcard_vcont)
6068 {
6069 vcont_builder_push_action (&vcont_builder,
6070 pid_to_ptid (inf->pid),
6071 0, GDB_SIGNAL_0);
6072 }
6073 }
6074 }
6075 }
6076
6077 vcont_builder_flush (&vcont_builder);
6078}
6079
c906108c 6080\f
43ff13b4 6081
74531fed
PA
6082/* Non-stop version of target_stop. Uses `vCont;t' to stop a remote
6083 thread, all threads of a remote process, or all threads of all
6084 processes. */
6085
6086static void
6087remote_stop_ns (ptid_t ptid)
6088{
6089 struct remote_state *rs = get_remote_state ();
6090 char *p = rs->buf;
6091 char *endp = rs->buf + get_remote_packet_size ();
74531fed 6092
4082afcc 6093 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
74531fed
PA
6094 remote_vcont_probe (rs);
6095
d458bd84 6096 if (!rs->supports_vCont.t)
74531fed
PA
6097 error (_("Remote server does not support stopping threads"));
6098
f91d3df5
PA
6099 if (ptid_equal (ptid, minus_one_ptid)
6100 || (!remote_multi_process_p (rs) && ptid_is_pid (ptid)))
74531fed
PA
6101 p += xsnprintf (p, endp - p, "vCont;t");
6102 else
6103 {
6104 ptid_t nptid;
6105
74531fed
PA
6106 p += xsnprintf (p, endp - p, "vCont;t:");
6107
6108 if (ptid_is_pid (ptid))
6109 /* All (-1) threads of process. */
ba348170 6110 nptid = ptid_build (ptid_get_pid (ptid), -1, 0);
74531fed
PA
6111 else
6112 {
6113 /* Small optimization: if we already have a stop reply for
6114 this thread, no use in telling the stub we want this
6115 stopped. */
6116 if (peek_stop_reply (ptid))
6117 return;
6118
6119 nptid = ptid;
6120 }
6121
a9cbf802 6122 write_ptid (p, endp, nptid);
74531fed
PA
6123 }
6124
6125 /* In non-stop, we get an immediate OK reply. The stop reply will
6126 come in asynchronously by notification. */
6127 putpkt (rs->buf);
6128 getpkt (&rs->buf, &rs->buf_size, 0);
6129 if (strcmp (rs->buf, "OK") != 0)
6130 error (_("Stopping %s failed: %s"), target_pid_to_str (ptid), rs->buf);
6131}
6132
bfedc46a
PA
6133/* All-stop version of target_interrupt. Sends a break or a ^C to
6134 interrupt the remote target. It is undefined which thread of which
6135 process reports the interrupt. */
74531fed
PA
6136
6137static void
de979965 6138remote_interrupt_as (void)
74531fed
PA
6139{
6140 struct remote_state *rs = get_remote_state ();
6141
3a29589a
DJ
6142 rs->ctrlc_pending_p = 1;
6143
74531fed
PA
6144 /* If the inferior is stopped already, but the core didn't know
6145 about it yet, just ignore the request. The cached wait status
6146 will be collected in remote_wait. */
6147 if (rs->cached_wait_status)
6148 return;
6149
9a7071a8
JB
6150 /* Send interrupt_sequence to remote target. */
6151 send_interrupt_sequence ();
74531fed
PA
6152}
6153
de979965
PA
6154/* Non-stop version of target_interrupt. Uses `vCtrlC' to interrupt
6155 the remote target. It is undefined which thread of which process
e42de8c7
PA
6156 reports the interrupt. Throws an error if the packet is not
6157 supported by the server. */
de979965 6158
e42de8c7 6159static void
de979965
PA
6160remote_interrupt_ns (void)
6161{
6162 struct remote_state *rs = get_remote_state ();
6163 char *p = rs->buf;
6164 char *endp = rs->buf + get_remote_packet_size ();
6165
6166 xsnprintf (p, endp - p, "vCtrlC");
6167
6168 /* In non-stop, we get an immediate OK reply. The stop reply will
6169 come in asynchronously by notification. */
6170 putpkt (rs->buf);
6171 getpkt (&rs->buf, &rs->buf_size, 0);
6172
6173 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_vCtrlC]))
6174 {
6175 case PACKET_OK:
6176 break;
6177 case PACKET_UNKNOWN:
e42de8c7 6178 error (_("No support for interrupting the remote target."));
de979965
PA
6179 case PACKET_ERROR:
6180 error (_("Interrupting target failed: %s"), rs->buf);
6181 }
de979965
PA
6182}
6183
bfedc46a 6184/* Implement the to_stop function for the remote targets. */
74531fed 6185
c906108c 6186static void
1eab8a48 6187remote_stop (struct target_ops *self, ptid_t ptid)
c906108c 6188{
7a292a7a 6189 if (remote_debug)
0f71a2f6 6190 fprintf_unfiltered (gdb_stdlog, "remote_stop called\n");
c906108c 6191
6efcd9a8 6192 if (target_is_non_stop_p ())
74531fed 6193 remote_stop_ns (ptid);
c906108c 6194 else
bfedc46a
PA
6195 {
6196 /* We don't currently have a way to transparently pause the
6197 remote target in all-stop mode. Interrupt it instead. */
de979965 6198 remote_interrupt_as ();
bfedc46a
PA
6199 }
6200}
6201
6202/* Implement the to_interrupt function for the remote targets. */
6203
6204static void
6205remote_interrupt (struct target_ops *self, ptid_t ptid)
6206{
e42de8c7
PA
6207 struct remote_state *rs = get_remote_state ();
6208
bfedc46a
PA
6209 if (remote_debug)
6210 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
6211
e42de8c7
PA
6212 if (target_is_non_stop_p ())
6213 remote_interrupt_ns ();
bfedc46a 6214 else
e42de8c7 6215 remote_interrupt_as ();
c906108c
SS
6216}
6217
93692b58
PA
6218/* Implement the to_pass_ctrlc function for the remote targets. */
6219
6220static void
6221remote_pass_ctrlc (struct target_ops *self)
6222{
6223 struct remote_state *rs = get_remote_state ();
6224
6225 if (remote_debug)
6226 fprintf_unfiltered (gdb_stdlog, "remote_pass_ctrlc called\n");
6227
6228 /* If we're starting up, we're not fully synced yet. Quit
6229 immediately. */
6230 if (rs->starting_up)
6231 quit ();
6232 /* If ^C has already been sent once, offer to disconnect. */
6233 else if (rs->ctrlc_pending_p)
6234 interrupt_query ();
6235 else
6236 target_interrupt (inferior_ptid);
6237}
6238
c906108c
SS
6239/* Ask the user what to do when an interrupt is received. */
6240
6241static void
fba45db2 6242interrupt_query (void)
c906108c 6243{
abc56d60 6244 struct remote_state *rs = get_remote_state ();
c906108c 6245
abc56d60 6246 if (rs->waiting_for_stop_reply && rs->ctrlc_pending_p)
74531fed 6247 {
abc56d60
PA
6248 if (query (_("The target is not responding to interrupt requests.\n"
6249 "Stop debugging it? ")))
74531fed 6250 {
78a095c3 6251 remote_unpush_target ();
abc56d60 6252 throw_error (TARGET_CLOSE_ERROR, _("Disconnected from target."));
74531fed
PA
6253 }
6254 }
abc56d60
PA
6255 else
6256 {
6257 if (query (_("Interrupted while waiting for the program.\n"
6258 "Give up waiting? ")))
6259 quit ();
6260 }
c906108c
SS
6261}
6262
6426a772
JM
6263/* Enable/disable target terminal ownership. Most targets can use
6264 terminal groups to control terminal ownership. Remote targets are
6265 different in that explicit transfer of ownership to/from GDB/target
23860348 6266 is required. */
6426a772
JM
6267
6268static void
d2f640d4 6269remote_terminal_inferior (struct target_ops *self)
6426a772 6270{
d9d2d8b6
PA
6271 /* FIXME: cagney/1999-09-27: Make calls to target_terminal_*()
6272 idempotent. The event-loop GDB talking to an asynchronous target
6273 with a synchronous command calls this function from both
6274 event-top.c and infrun.c/infcmd.c. Once GDB stops trying to
6275 transfer the terminal to the target when it shouldn't this guard
6276 can go away. */
6426a772
JM
6277 if (!remote_async_terminal_ours_p)
6278 return;
6426a772 6279 remote_async_terminal_ours_p = 0;
6426a772
JM
6280 /* NOTE: At this point we could also register our selves as the
6281 recipient of all input. Any characters typed could then be
23860348 6282 passed on down to the target. */
6426a772
JM
6283}
6284
6285static void
e3594fd1 6286remote_terminal_ours (struct target_ops *self)
6426a772 6287{
75c99385 6288 /* See FIXME in remote_terminal_inferior. */
6426a772
JM
6289 if (remote_async_terminal_ours_p)
6290 return;
6426a772
JM
6291 remote_async_terminal_ours_p = 1;
6292}
6293
176a6961 6294static void
917317f4 6295remote_console_output (char *msg)
c906108c
SS
6296{
6297 char *p;
6298
c5aa993b 6299 for (p = msg; p[0] && p[1]; p += 2)
c906108c
SS
6300 {
6301 char tb[2];
6302 char c = fromhex (p[0]) * 16 + fromhex (p[1]);
a744cf53 6303
c906108c
SS
6304 tb[0] = c;
6305 tb[1] = 0;
43ff13b4 6306 fputs_unfiltered (tb, gdb_stdtarg);
c906108c 6307 }
00db5b94
PA
6308 gdb_flush (gdb_stdtarg);
6309}
74531fed
PA
6310
6311typedef struct cached_reg
6312{
6313 int num;
6314 gdb_byte data[MAX_REGISTER_SIZE];
6315} cached_reg_t;
6316
6317DEF_VEC_O(cached_reg_t);
6318
722247f1 6319typedef struct stop_reply
74531fed 6320{
722247f1 6321 struct notif_event base;
74531fed 6322
722247f1 6323 /* The identifier of the thread about this event */
74531fed
PA
6324 ptid_t ptid;
6325
340e3c99 6326 /* The remote state this event is associated with. When the remote
bcc75809
YQ
6327 connection, represented by a remote_state object, is closed,
6328 all the associated stop_reply events should be released. */
6329 struct remote_state *rs;
6330
74531fed
PA
6331 struct target_waitstatus ws;
6332
15148d6a
PA
6333 /* Expedited registers. This makes remote debugging a bit more
6334 efficient for those targets that provide critical registers as
6335 part of their normal status mechanism (as another roundtrip to
6336 fetch them is avoided). */
74531fed
PA
6337 VEC(cached_reg_t) *regcache;
6338
f7e6eed5
PA
6339 enum target_stop_reason stop_reason;
6340
74531fed
PA
6341 CORE_ADDR watch_data_address;
6342
dc146f7c 6343 int core;
722247f1 6344} *stop_reply_p;
a744cf53 6345
722247f1
YQ
6346DECLARE_QUEUE_P (stop_reply_p);
6347DEFINE_QUEUE_P (stop_reply_p);
6348/* The list of already fetched and acknowledged stop events. This
6349 queue is used for notification Stop, and other notifications
6350 don't need queue for their events, because the notification events
6351 of Stop can't be consumed immediately, so that events should be
6352 queued first, and be consumed by remote_wait_{ns,as} one per
6353 time. Other notifications can consume their events immediately,
6354 so queue is not needed for them. */
6355static QUEUE (stop_reply_p) *stop_reply_queue;
74531fed
PA
6356
6357static void
6358stop_reply_xfree (struct stop_reply *r)
6359{
f48ff2a7 6360 notif_event_xfree ((struct notif_event *) r);
c906108c
SS
6361}
6362
221e1a37
PA
6363/* Return the length of the stop reply queue. */
6364
6365static int
6366stop_reply_queue_length (void)
6367{
6368 return QUEUE_length (stop_reply_p, stop_reply_queue);
6369}
6370
722247f1
YQ
6371static void
6372remote_notif_stop_parse (struct notif_client *self, char *buf,
6373 struct notif_event *event)
6374{
6375 remote_parse_stop_reply (buf, (struct stop_reply *) event);
6376}
6377
6378static void
6379remote_notif_stop_ack (struct notif_client *self, char *buf,
6380 struct notif_event *event)
6381{
6382 struct stop_reply *stop_reply = (struct stop_reply *) event;
6383
6384 /* acknowledge */
f5c4fcd9 6385 putpkt (self->ack_command);
722247f1
YQ
6386
6387 if (stop_reply->ws.kind == TARGET_WAITKIND_IGNORE)
6388 /* We got an unknown stop reply. */
6389 error (_("Unknown stop reply"));
6390
6391 push_stop_reply (stop_reply);
6392}
6393
6394static int
6395remote_notif_stop_can_get_pending_events (struct notif_client *self)
6396{
6397 /* We can't get pending events in remote_notif_process for
6398 notification stop, and we have to do this in remote_wait_ns
6399 instead. If we fetch all queued events from stub, remote stub
6400 may exit and we have no chance to process them back in
6401 remote_wait_ns. */
6402 mark_async_event_handler (remote_async_inferior_event_token);
6403 return 0;
6404}
6405
6406static void
6407stop_reply_dtr (struct notif_event *event)
6408{
6409 struct stop_reply *r = (struct stop_reply *) event;
6410
6411 VEC_free (cached_reg_t, r->regcache);
6412}
6413
6414static struct notif_event *
6415remote_notif_stop_alloc_reply (void)
6416{
8d749320
SM
6417 /* We cast to a pointer to the "base class". */
6418 struct notif_event *r = (struct notif_event *) XNEW (struct stop_reply);
722247f1
YQ
6419
6420 r->dtr = stop_reply_dtr;
6421
6422 return r;
6423}
6424
6425/* A client of notification Stop. */
6426
6427struct notif_client notif_client_stop =
6428{
6429 "Stop",
6430 "vStopped",
6431 remote_notif_stop_parse,
6432 remote_notif_stop_ack,
6433 remote_notif_stop_can_get_pending_events,
6434 remote_notif_stop_alloc_reply,
f48ff2a7 6435 REMOTE_NOTIF_STOP,
722247f1
YQ
6436};
6437
6438/* A parameter to pass data in and out. */
6439
6440struct queue_iter_param
6441{
6442 void *input;
6443 struct stop_reply *output;
6444};
6445
85ad3aaf 6446/* Determine if THREAD_PTID is a pending fork parent thread. ARG contains
cbb8991c
DB
6447 the pid of the process that owns the threads we want to check, or
6448 -1 if we want to check all threads. */
6449
6450static int
6451is_pending_fork_parent (struct target_waitstatus *ws, int event_pid,
6452 ptid_t thread_ptid)
6453{
6454 if (ws->kind == TARGET_WAITKIND_FORKED
6455 || ws->kind == TARGET_WAITKIND_VFORKED)
6456 {
6457 if (event_pid == -1 || event_pid == ptid_get_pid (thread_ptid))
6458 return 1;
6459 }
6460
6461 return 0;
6462}
6463
85ad3aaf
PA
6464/* Return the thread's pending status used to determine whether the
6465 thread is a fork parent stopped at a fork event. */
6466
6467static struct target_waitstatus *
6468thread_pending_fork_status (struct thread_info *thread)
6469{
6470 if (thread->suspend.waitstatus_pending_p)
6471 return &thread->suspend.waitstatus;
6472 else
6473 return &thread->pending_follow;
6474}
6475
6476/* Determine if THREAD is a pending fork parent thread. */
6477
6478static int
6479is_pending_fork_parent_thread (struct thread_info *thread)
6480{
6481 struct target_waitstatus *ws = thread_pending_fork_status (thread);
6482 int pid = -1;
6483
6484 return is_pending_fork_parent (ws, pid, thread->ptid);
6485}
6486
cbb8991c
DB
6487/* Check whether EVENT is a fork event, and if it is, remove the
6488 fork child from the context list passed in DATA. */
6489
6490static int
6491remove_child_of_pending_fork (QUEUE (stop_reply_p) *q,
6492 QUEUE_ITER (stop_reply_p) *iter,
6493 stop_reply_p event,
6494 void *data)
6495{
19ba03f4
SM
6496 struct queue_iter_param *param = (struct queue_iter_param *) data;
6497 struct threads_listing_context *context
6498 = (struct threads_listing_context *) param->input;
cbb8991c
DB
6499
6500 if (event->ws.kind == TARGET_WAITKIND_FORKED
65706a29
PA
6501 || event->ws.kind == TARGET_WAITKIND_VFORKED
6502 || event->ws.kind == TARGET_WAITKIND_THREAD_EXITED)
6503 threads_listing_context_remove (&event->ws, context);
cbb8991c
DB
6504
6505 return 1;
6506}
6507
6508/* If CONTEXT contains any fork child threads that have not been
6509 reported yet, remove them from the CONTEXT list. If such a
6510 thread exists it is because we are stopped at a fork catchpoint
6511 and have not yet called follow_fork, which will set up the
6512 host-side data structures for the new process. */
6513
6514static void
6515remove_new_fork_children (struct threads_listing_context *context)
6516{
6517 struct thread_info * thread;
6518 int pid = -1;
6519 struct notif_client *notif = &notif_client_stop;
6520 struct queue_iter_param param;
6521
6522 /* For any threads stopped at a fork event, remove the corresponding
6523 fork child threads from the CONTEXT list. */
6524 ALL_NON_EXITED_THREADS (thread)
6525 {
85ad3aaf 6526 struct target_waitstatus *ws = thread_pending_fork_status (thread);
cbb8991c
DB
6527
6528 if (is_pending_fork_parent (ws, pid, thread->ptid))
6529 {
6530 threads_listing_context_remove (ws, context);
6531 }
6532 }
6533
6534 /* Check for any pending fork events (not reported or processed yet)
6535 in process PID and remove those fork child threads from the
6536 CONTEXT list as well. */
6537 remote_notif_get_pending_events (notif);
6538 param.input = context;
6539 param.output = NULL;
6540 QUEUE_iterate (stop_reply_p, stop_reply_queue,
6541 remove_child_of_pending_fork, &param);
6542}
6543
85ad3aaf
PA
6544/* Check whether EVENT would prevent a global or process wildcard
6545 vCont action. */
6546
6547static int
6548check_pending_event_prevents_wildcard_vcont_callback
6549 (QUEUE (stop_reply_p) *q,
6550 QUEUE_ITER (stop_reply_p) *iter,
6551 stop_reply_p event,
6552 void *data)
6553{
6554 struct inferior *inf;
6555 int *may_global_wildcard_vcont = (int *) data;
6556
6557 if (event->ws.kind == TARGET_WAITKIND_NO_RESUMED
6558 || event->ws.kind == TARGET_WAITKIND_NO_HISTORY)
6559 return 1;
6560
6561 if (event->ws.kind == TARGET_WAITKIND_FORKED
6562 || event->ws.kind == TARGET_WAITKIND_VFORKED)
6563 *may_global_wildcard_vcont = 0;
6564
6565 inf = find_inferior_ptid (event->ptid);
6566
6567 /* This may be the first time we heard about this process.
6568 Regardless, we must not do a global wildcard resume, otherwise
6569 we'd resume this process too. */
6570 *may_global_wildcard_vcont = 0;
6571 if (inf != NULL)
6572 inf->priv->may_wildcard_vcont = 0;
6573
6574 return 1;
6575}
6576
6577/* Check whether any event pending in the vStopped queue would prevent
6578 a global or process wildcard vCont action. Clear
6579 *may_global_wildcard if we can't do a global wildcard (vCont;c),
6580 and clear the event inferior's may_wildcard_vcont flag if we can't
6581 do a process-wide wildcard resume (vCont;c:pPID.-1). */
6582
6583static void
6584check_pending_events_prevent_wildcard_vcont (int *may_global_wildcard)
6585{
6586 struct notif_client *notif = &notif_client_stop;
6587
6588 remote_notif_get_pending_events (notif);
6589 QUEUE_iterate (stop_reply_p, stop_reply_queue,
6590 check_pending_event_prevents_wildcard_vcont_callback,
6591 may_global_wildcard);
6592}
6593
f48ff2a7
YQ
6594/* Remove stop replies in the queue if its pid is equal to the given
6595 inferior's pid. */
722247f1
YQ
6596
6597static int
f48ff2a7
YQ
6598remove_stop_reply_for_inferior (QUEUE (stop_reply_p) *q,
6599 QUEUE_ITER (stop_reply_p) *iter,
6600 stop_reply_p event,
6601 void *data)
722247f1 6602{
19ba03f4
SM
6603 struct queue_iter_param *param = (struct queue_iter_param *) data;
6604 struct inferior *inf = (struct inferior *) param->input;
722247f1 6605
f48ff2a7 6606 if (ptid_get_pid (event->ptid) == inf->pid)
722247f1
YQ
6607 {
6608 stop_reply_xfree (event);
6609 QUEUE_remove_elem (stop_reply_p, q, iter);
6610 }
6611
6612 return 1;
6613}
6614
f48ff2a7 6615/* Discard all pending stop replies of inferior INF. */
c906108c 6616
74531fed 6617static void
5f4cf0bb 6618discard_pending_stop_replies (struct inferior *inf)
c906108c 6619{
722247f1 6620 struct queue_iter_param param;
f48ff2a7
YQ
6621 struct stop_reply *reply;
6622 struct remote_state *rs = get_remote_state ();
6623 struct remote_notif_state *rns = rs->notif_state;
6624
6625 /* This function can be notified when an inferior exists. When the
6626 target is not remote, the notification state is NULL. */
6627 if (rs->remote_desc == NULL)
6628 return;
6629
6630 reply = (struct stop_reply *) rns->pending_event[notif_client_stop.id];
c906108c 6631
74531fed 6632 /* Discard the in-flight notification. */
f48ff2a7 6633 if (reply != NULL && ptid_get_pid (reply->ptid) == inf->pid)
74531fed 6634 {
722247f1 6635 stop_reply_xfree (reply);
f48ff2a7 6636 rns->pending_event[notif_client_stop.id] = NULL;
74531fed 6637 }
c906108c 6638
722247f1
YQ
6639 param.input = inf;
6640 param.output = NULL;
74531fed
PA
6641 /* Discard the stop replies we have already pulled with
6642 vStopped. */
722247f1 6643 QUEUE_iterate (stop_reply_p, stop_reply_queue,
f48ff2a7
YQ
6644 remove_stop_reply_for_inferior, &param);
6645}
6646
bcc75809
YQ
6647/* If its remote state is equal to the given remote state,
6648 remove EVENT from the stop reply queue. */
6649
6650static int
6651remove_stop_reply_of_remote_state (QUEUE (stop_reply_p) *q,
6652 QUEUE_ITER (stop_reply_p) *iter,
6653 stop_reply_p event,
6654 void *data)
6655{
19ba03f4
SM
6656 struct queue_iter_param *param = (struct queue_iter_param *) data;
6657 struct remote_state *rs = (struct remote_state *) param->input;
bcc75809
YQ
6658
6659 if (event->rs == rs)
6660 {
6661 stop_reply_xfree (event);
6662 QUEUE_remove_elem (stop_reply_p, q, iter);
6663 }
6664
6665 return 1;
6666}
6667
6668/* Discard the stop replies for RS in stop_reply_queue. */
f48ff2a7
YQ
6669
6670static void
bcc75809 6671discard_pending_stop_replies_in_queue (struct remote_state *rs)
f48ff2a7
YQ
6672{
6673 struct queue_iter_param param;
6674
bcc75809 6675 param.input = rs;
f48ff2a7
YQ
6676 param.output = NULL;
6677 /* Discard the stop replies we have already pulled with
6678 vStopped. */
6679 QUEUE_iterate (stop_reply_p, stop_reply_queue,
bcc75809 6680 remove_stop_reply_of_remote_state, &param);
722247f1 6681}
74531fed 6682
722247f1
YQ
6683/* A parameter to pass data in and out. */
6684
6685static int
6686remote_notif_remove_once_on_match (QUEUE (stop_reply_p) *q,
6687 QUEUE_ITER (stop_reply_p) *iter,
6688 stop_reply_p event,
6689 void *data)
6690{
19ba03f4
SM
6691 struct queue_iter_param *param = (struct queue_iter_param *) data;
6692 ptid_t *ptid = (ptid_t *) param->input;
722247f1
YQ
6693
6694 if (ptid_match (event->ptid, *ptid))
6695 {
6696 param->output = event;
6697 QUEUE_remove_elem (stop_reply_p, q, iter);
6698 return 0;
c8e38a49 6699 }
722247f1
YQ
6700
6701 return 1;
74531fed 6702}
43ff13b4 6703
722247f1
YQ
6704/* Remove the first reply in 'stop_reply_queue' which matches
6705 PTID. */
2e9f7625 6706
722247f1
YQ
6707static struct stop_reply *
6708remote_notif_remove_queued_reply (ptid_t ptid)
74531fed 6709{
722247f1
YQ
6710 struct queue_iter_param param;
6711
6712 param.input = &ptid;
6713 param.output = NULL;
6714
6715 QUEUE_iterate (stop_reply_p, stop_reply_queue,
6716 remote_notif_remove_once_on_match, &param);
6717 if (notif_debug)
6718 fprintf_unfiltered (gdb_stdlog,
6719 "notif: discard queued event: 'Stop' in %s\n",
6720 target_pid_to_str (ptid));
a744cf53 6721
722247f1 6722 return param.output;
74531fed 6723}
75c99385 6724
74531fed
PA
6725/* Look for a queued stop reply belonging to PTID. If one is found,
6726 remove it from the queue, and return it. Returns NULL if none is
6727 found. If there are still queued events left to process, tell the
6728 event loop to get back to target_wait soon. */
e24a49d8 6729
74531fed
PA
6730static struct stop_reply *
6731queued_stop_reply (ptid_t ptid)
6732{
722247f1 6733 struct stop_reply *r = remote_notif_remove_queued_reply (ptid);
74531fed 6734
722247f1 6735 if (!QUEUE_is_empty (stop_reply_p, stop_reply_queue))
74531fed
PA
6736 /* There's still at least an event left. */
6737 mark_async_event_handler (remote_async_inferior_event_token);
6738
722247f1 6739 return r;
74531fed
PA
6740}
6741
6742/* Push a fully parsed stop reply in the stop reply queue. Since we
6743 know that we now have at least one queued event left to pass to the
6744 core side, tell the event loop to get back to target_wait soon. */
6745
6746static void
6747push_stop_reply (struct stop_reply *new_event)
6748{
722247f1 6749 QUEUE_enque (stop_reply_p, stop_reply_queue, new_event);
74531fed 6750
722247f1
YQ
6751 if (notif_debug)
6752 fprintf_unfiltered (gdb_stdlog,
6753 "notif: push 'Stop' %s to queue %d\n",
6754 target_pid_to_str (new_event->ptid),
6755 QUEUE_length (stop_reply_p,
6756 stop_reply_queue));
74531fed
PA
6757
6758 mark_async_event_handler (remote_async_inferior_event_token);
6759}
6760
722247f1
YQ
6761static int
6762stop_reply_match_ptid_and_ws (QUEUE (stop_reply_p) *q,
6763 QUEUE_ITER (stop_reply_p) *iter,
6764 struct stop_reply *event,
6765 void *data)
6766{
19ba03f4 6767 ptid_t *ptid = (ptid_t *) data;
722247f1
YQ
6768
6769 return !(ptid_equal (*ptid, event->ptid)
6770 && event->ws.kind == TARGET_WAITKIND_STOPPED);
6771}
6772
74531fed
PA
6773/* Returns true if we have a stop reply for PTID. */
6774
6775static int
6776peek_stop_reply (ptid_t ptid)
6777{
722247f1
YQ
6778 return !QUEUE_iterate (stop_reply_p, stop_reply_queue,
6779 stop_reply_match_ptid_and_ws, &ptid);
74531fed
PA
6780}
6781
26d56a93
SL
6782/* Helper for remote_parse_stop_reply. Return nonzero if the substring
6783 starting with P and ending with PEND matches PREFIX. */
6784
6785static int
6786strprefix (const char *p, const char *pend, const char *prefix)
6787{
6788 for ( ; p < pend; p++, prefix++)
6789 if (*p != *prefix)
6790 return 0;
6791 return *prefix == '\0';
6792}
6793
74531fed
PA
6794/* Parse the stop reply in BUF. Either the function succeeds, and the
6795 result is stored in EVENT, or throws an error. */
6796
6797static void
6798remote_parse_stop_reply (char *buf, struct stop_reply *event)
6799{
6800 struct remote_arch_state *rsa = get_remote_arch_state ();
6801 ULONGEST addr;
6802 char *p;
94585166 6803 int skipregs = 0;
74531fed
PA
6804
6805 event->ptid = null_ptid;
bcc75809 6806 event->rs = get_remote_state ();
74531fed
PA
6807 event->ws.kind = TARGET_WAITKIND_IGNORE;
6808 event->ws.value.integer = 0;
f7e6eed5 6809 event->stop_reason = TARGET_STOPPED_BY_NO_REASON;
74531fed 6810 event->regcache = NULL;
dc146f7c 6811 event->core = -1;
74531fed
PA
6812
6813 switch (buf[0])
6814 {
6815 case 'T': /* Status with PC, SP, FP, ... */
cea39f65
MS
6816 /* Expedited reply, containing Signal, {regno, reg} repeat. */
6817 /* format is: 'Tssn...:r...;n...:r...;n...:r...;#cc', where
6818 ss = signal number
6819 n... = register number
6820 r... = register contents
6821 */
6822
6823 p = &buf[3]; /* after Txx */
6824 while (*p)
6825 {
6826 char *p1;
cea39f65 6827 int fieldsize;
43ff13b4 6828
1f10ba14
PA
6829 p1 = strchr (p, ':');
6830 if (p1 == NULL)
6831 error (_("Malformed packet(a) (missing colon): %s\n\
6832Packet: '%s'\n"),
6833 p, buf);
6834 if (p == p1)
6835 error (_("Malformed packet(a) (missing register number): %s\n\
6836Packet: '%s'\n"),
6837 p, buf);
3c3bea1c 6838
1f10ba14
PA
6839 /* Some "registers" are actually extended stop information.
6840 Note if you're adding a new entry here: GDB 7.9 and
6841 earlier assume that all register "numbers" that start
6842 with an hex digit are real register numbers. Make sure
6843 the server only sends such a packet if it knows the
6844 client understands it. */
c8e38a49 6845
26d56a93 6846 if (strprefix (p, p1, "thread"))
1f10ba14 6847 event->ptid = read_ptid (++p1, &p);
82075af2
JS
6848 else if (strprefix (p, p1, "syscall_entry"))
6849 {
6850 ULONGEST sysno;
6851
6852 event->ws.kind = TARGET_WAITKIND_SYSCALL_ENTRY;
6853 p = unpack_varlen_hex (++p1, &sysno);
6854 event->ws.value.syscall_number = (int) sysno;
6855 }
6856 else if (strprefix (p, p1, "syscall_return"))
6857 {
6858 ULONGEST sysno;
6859
6860 event->ws.kind = TARGET_WAITKIND_SYSCALL_RETURN;
6861 p = unpack_varlen_hex (++p1, &sysno);
6862 event->ws.value.syscall_number = (int) sysno;
6863 }
26d56a93
SL
6864 else if (strprefix (p, p1, "watch")
6865 || strprefix (p, p1, "rwatch")
6866 || strprefix (p, p1, "awatch"))
cea39f65 6867 {
f7e6eed5 6868 event->stop_reason = TARGET_STOPPED_BY_WATCHPOINT;
1f10ba14
PA
6869 p = unpack_varlen_hex (++p1, &addr);
6870 event->watch_data_address = (CORE_ADDR) addr;
cea39f65 6871 }
26d56a93 6872 else if (strprefix (p, p1, "swbreak"))
f7e6eed5
PA
6873 {
6874 event->stop_reason = TARGET_STOPPED_BY_SW_BREAKPOINT;
6875
6876 /* Make sure the stub doesn't forget to indicate support
6877 with qSupported. */
6878 if (packet_support (PACKET_swbreak_feature) != PACKET_ENABLE)
6879 error (_("Unexpected swbreak stop reason"));
6880
6881 /* The value part is documented as "must be empty",
6882 though we ignore it, in case we ever decide to make
6883 use of it in a backward compatible way. */
8424cc97 6884 p = strchrnul (p1 + 1, ';');
f7e6eed5 6885 }
26d56a93 6886 else if (strprefix (p, p1, "hwbreak"))
f7e6eed5
PA
6887 {
6888 event->stop_reason = TARGET_STOPPED_BY_HW_BREAKPOINT;
6889
6890 /* Make sure the stub doesn't forget to indicate support
6891 with qSupported. */
6892 if (packet_support (PACKET_hwbreak_feature) != PACKET_ENABLE)
6893 error (_("Unexpected hwbreak stop reason"));
6894
6895 /* See above. */
8424cc97 6896 p = strchrnul (p1 + 1, ';');
f7e6eed5 6897 }
26d56a93 6898 else if (strprefix (p, p1, "library"))
cea39f65 6899 {
1f10ba14 6900 event->ws.kind = TARGET_WAITKIND_LOADED;
8424cc97 6901 p = strchrnul (p1 + 1, ';');
1f10ba14 6902 }
26d56a93 6903 else if (strprefix (p, p1, "replaylog"))
1f10ba14
PA
6904 {
6905 event->ws.kind = TARGET_WAITKIND_NO_HISTORY;
6906 /* p1 will indicate "begin" or "end", but it makes
6907 no difference for now, so ignore it. */
8424cc97 6908 p = strchrnul (p1 + 1, ';');
1f10ba14 6909 }
26d56a93 6910 else if (strprefix (p, p1, "core"))
1f10ba14
PA
6911 {
6912 ULONGEST c;
a744cf53 6913
1f10ba14
PA
6914 p = unpack_varlen_hex (++p1, &c);
6915 event->core = c;
cea39f65 6916 }
26d56a93 6917 else if (strprefix (p, p1, "fork"))
de0d863e
DB
6918 {
6919 event->ws.value.related_pid = read_ptid (++p1, &p);
6920 event->ws.kind = TARGET_WAITKIND_FORKED;
6921 }
26d56a93 6922 else if (strprefix (p, p1, "vfork"))
c269dbdb
DB
6923 {
6924 event->ws.value.related_pid = read_ptid (++p1, &p);
6925 event->ws.kind = TARGET_WAITKIND_VFORKED;
6926 }
26d56a93 6927 else if (strprefix (p, p1, "vforkdone"))
c269dbdb
DB
6928 {
6929 event->ws.kind = TARGET_WAITKIND_VFORK_DONE;
8424cc97 6930 p = strchrnul (p1 + 1, ';');
c269dbdb 6931 }
6ab24463 6932 else if (strprefix (p, p1, "exec"))
94585166
DB
6933 {
6934 ULONGEST ignored;
6935 char pathname[PATH_MAX];
6936 int pathlen;
6937
6938 /* Determine the length of the execd pathname. */
6939 p = unpack_varlen_hex (++p1, &ignored);
6940 pathlen = (p - p1) / 2;
6941
6942 /* Save the pathname for event reporting and for
6943 the next run command. */
6944 hex2bin (p1, (gdb_byte *) pathname, pathlen);
6945 pathname[pathlen] = '\0';
6946
6947 /* This is freed during event handling. */
6948 event->ws.value.execd_pathname = xstrdup (pathname);
6949 event->ws.kind = TARGET_WAITKIND_EXECD;
6950
6951 /* Skip the registers included in this packet, since
6952 they may be for an architecture different from the
6953 one used by the original program. */
6954 skipregs = 1;
6955 }
65706a29
PA
6956 else if (strprefix (p, p1, "create"))
6957 {
6958 event->ws.kind = TARGET_WAITKIND_THREAD_CREATED;
8424cc97 6959 p = strchrnul (p1 + 1, ';');
65706a29 6960 }
cea39f65
MS
6961 else
6962 {
1f10ba14
PA
6963 ULONGEST pnum;
6964 char *p_temp;
6965
94585166
DB
6966 if (skipregs)
6967 {
8424cc97 6968 p = strchrnul (p1 + 1, ';');
94585166
DB
6969 p++;
6970 continue;
6971 }
6972
1f10ba14
PA
6973 /* Maybe a real ``P'' register number. */
6974 p_temp = unpack_varlen_hex (p, &pnum);
6975 /* If the first invalid character is the colon, we got a
6976 register number. Otherwise, it's an unknown stop
6977 reason. */
6978 if (p_temp == p1)
6979 {
6980 struct packet_reg *reg = packet_reg_from_pnum (rsa, pnum);
6981 cached_reg_t cached_reg;
43ff13b4 6982
1f10ba14
PA
6983 if (reg == NULL)
6984 error (_("Remote sent bad register number %s: %s\n\
8a3fe4f8 6985Packet: '%s'\n"),
1f10ba14 6986 hex_string (pnum), p, buf);
c8e38a49 6987
1f10ba14 6988 cached_reg.num = reg->regnum;
4100683b 6989
1f10ba14
PA
6990 p = p1 + 1;
6991 fieldsize = hex2bin (p, cached_reg.data,
6992 register_size (target_gdbarch (),
6993 reg->regnum));
6994 p += 2 * fieldsize;
6995 if (fieldsize < register_size (target_gdbarch (),
6996 reg->regnum))
6997 warning (_("Remote reply is too short: %s"), buf);
74531fed 6998
1f10ba14
PA
6999 VEC_safe_push (cached_reg_t, event->regcache, &cached_reg);
7000 }
7001 else
7002 {
7003 /* Not a number. Silently skip unknown optional
7004 info. */
8424cc97 7005 p = strchrnul (p1 + 1, ';');
1f10ba14 7006 }
cea39f65 7007 }
c8e38a49 7008
cea39f65
MS
7009 if (*p != ';')
7010 error (_("Remote register badly formatted: %s\nhere: %s"),
7011 buf, p);
7012 ++p;
7013 }
5b5596ff
PA
7014
7015 if (event->ws.kind != TARGET_WAITKIND_IGNORE)
7016 break;
7017
c8e38a49
PA
7018 /* fall through */
7019 case 'S': /* Old style status, just signal only. */
3a09da41
PA
7020 {
7021 int sig;
7022
7023 event->ws.kind = TARGET_WAITKIND_STOPPED;
7024 sig = (fromhex (buf[1]) << 4) + fromhex (buf[2]);
7025 if (GDB_SIGNAL_FIRST <= sig && sig < GDB_SIGNAL_LAST)
7026 event->ws.value.sig = (enum gdb_signal) sig;
7027 else
7028 event->ws.value.sig = GDB_SIGNAL_UNKNOWN;
7029 }
c8e38a49 7030 break;
65706a29
PA
7031 case 'w': /* Thread exited. */
7032 {
7033 char *p;
7034 ULONGEST value;
7035
7036 event->ws.kind = TARGET_WAITKIND_THREAD_EXITED;
7037 p = unpack_varlen_hex (&buf[1], &value);
7038 event->ws.value.integer = value;
7039 if (*p != ';')
7040 error (_("stop reply packet badly formatted: %s"), buf);
974eac9d 7041 event->ptid = read_ptid (++p, NULL);
65706a29
PA
7042 break;
7043 }
c8e38a49
PA
7044 case 'W': /* Target exited. */
7045 case 'X':
7046 {
7047 char *p;
7048 int pid;
7049 ULONGEST value;
82f73884 7050
c8e38a49
PA
7051 /* GDB used to accept only 2 hex chars here. Stubs should
7052 only send more if they detect GDB supports multi-process
7053 support. */
7054 p = unpack_varlen_hex (&buf[1], &value);
82f73884 7055
c8e38a49
PA
7056 if (buf[0] == 'W')
7057 {
7058 /* The remote process exited. */
74531fed
PA
7059 event->ws.kind = TARGET_WAITKIND_EXITED;
7060 event->ws.value.integer = value;
c8e38a49
PA
7061 }
7062 else
7063 {
7064 /* The remote process exited with a signal. */
74531fed 7065 event->ws.kind = TARGET_WAITKIND_SIGNALLED;
3a09da41
PA
7066 if (GDB_SIGNAL_FIRST <= value && value < GDB_SIGNAL_LAST)
7067 event->ws.value.sig = (enum gdb_signal) value;
7068 else
7069 event->ws.value.sig = GDB_SIGNAL_UNKNOWN;
c8e38a49 7070 }
82f73884 7071
c8e38a49
PA
7072 /* If no process is specified, assume inferior_ptid. */
7073 pid = ptid_get_pid (inferior_ptid);
7074 if (*p == '\0')
7075 ;
7076 else if (*p == ';')
7077 {
7078 p++;
7079
0b24eb2d 7080 if (*p == '\0')
82f73884 7081 ;
61012eef 7082 else if (startswith (p, "process:"))
82f73884 7083 {
c8e38a49 7084 ULONGEST upid;
a744cf53 7085
c8e38a49
PA
7086 p += sizeof ("process:") - 1;
7087 unpack_varlen_hex (p, &upid);
7088 pid = upid;
82f73884
PA
7089 }
7090 else
7091 error (_("unknown stop reply packet: %s"), buf);
43ff13b4 7092 }
c8e38a49
PA
7093 else
7094 error (_("unknown stop reply packet: %s"), buf);
74531fed
PA
7095 event->ptid = pid_to_ptid (pid);
7096 }
7097 break;
f2faf941
PA
7098 case 'N':
7099 event->ws.kind = TARGET_WAITKIND_NO_RESUMED;
7100 event->ptid = minus_one_ptid;
7101 break;
74531fed
PA
7102 }
7103
6efcd9a8 7104 if (target_is_non_stop_p () && ptid_equal (event->ptid, null_ptid))
74531fed
PA
7105 error (_("No process or thread specified in stop reply: %s"), buf);
7106}
7107
722247f1
YQ
7108/* When the stub wants to tell GDB about a new notification reply, it
7109 sends a notification (%Stop, for example). Those can come it at
7110 any time, hence, we have to make sure that any pending
7111 putpkt/getpkt sequence we're making is finished, before querying
7112 the stub for more events with the corresponding ack command
7113 (vStopped, for example). E.g., if we started a vStopped sequence
7114 immediately upon receiving the notification, something like this
7115 could happen:
74531fed
PA
7116
7117 1.1) --> Hg 1
7118 1.2) <-- OK
7119 1.3) --> g
7120 1.4) <-- %Stop
7121 1.5) --> vStopped
7122 1.6) <-- (registers reply to step #1.3)
7123
7124 Obviously, the reply in step #1.6 would be unexpected to a vStopped
7125 query.
7126
796cb314 7127 To solve this, whenever we parse a %Stop notification successfully,
74531fed
PA
7128 we mark the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN, and carry on
7129 doing whatever we were doing:
7130
7131 2.1) --> Hg 1
7132 2.2) <-- OK
7133 2.3) --> g
7134 2.4) <-- %Stop
7135 <GDB marks the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN>
7136 2.5) <-- (registers reply to step #2.3)
7137
7138 Eventualy after step #2.5, we return to the event loop, which
7139 notices there's an event on the
7140 REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN event and calls the
7141 associated callback --- the function below. At this point, we're
7142 always safe to start a vStopped sequence. :
7143
7144 2.6) --> vStopped
7145 2.7) <-- T05 thread:2
7146 2.8) --> vStopped
7147 2.9) --> OK
7148*/
7149
722247f1
YQ
7150void
7151remote_notif_get_pending_events (struct notif_client *nc)
74531fed
PA
7152{
7153 struct remote_state *rs = get_remote_state ();
74531fed 7154
f48ff2a7 7155 if (rs->notif_state->pending_event[nc->id] != NULL)
74531fed 7156 {
722247f1
YQ
7157 if (notif_debug)
7158 fprintf_unfiltered (gdb_stdlog,
7159 "notif: process: '%s' ack pending event\n",
7160 nc->name);
74531fed 7161
722247f1 7162 /* acknowledge */
f48ff2a7
YQ
7163 nc->ack (nc, rs->buf, rs->notif_state->pending_event[nc->id]);
7164 rs->notif_state->pending_event[nc->id] = NULL;
74531fed
PA
7165
7166 while (1)
7167 {
7168 getpkt (&rs->buf, &rs->buf_size, 0);
7169 if (strcmp (rs->buf, "OK") == 0)
7170 break;
7171 else
722247f1 7172 remote_notif_ack (nc, rs->buf);
74531fed
PA
7173 }
7174 }
722247f1
YQ
7175 else
7176 {
7177 if (notif_debug)
7178 fprintf_unfiltered (gdb_stdlog,
7179 "notif: process: '%s' no pending reply\n",
7180 nc->name);
7181 }
74531fed
PA
7182}
7183
74531fed
PA
7184/* Called when it is decided that STOP_REPLY holds the info of the
7185 event that is to be returned to the core. This function always
7186 destroys STOP_REPLY. */
7187
7188static ptid_t
7189process_stop_reply (struct stop_reply *stop_reply,
7190 struct target_waitstatus *status)
7191{
7192 ptid_t ptid;
7193
7194 *status = stop_reply->ws;
7195 ptid = stop_reply->ptid;
7196
7197 /* If no thread/process was reported by the stub, assume the current
7198 inferior. */
7199 if (ptid_equal (ptid, null_ptid))
7200 ptid = inferior_ptid;
7201
5f3563ea 7202 if (status->kind != TARGET_WAITKIND_EXITED
f2faf941
PA
7203 && status->kind != TARGET_WAITKIND_SIGNALLED
7204 && status->kind != TARGET_WAITKIND_NO_RESUMED)
74531fed 7205 {
799a2abe 7206 struct private_thread_info *remote_thr;
ee154bee 7207
5f3563ea
PA
7208 /* Expedited registers. */
7209 if (stop_reply->regcache)
7210 {
217f1f79 7211 struct regcache *regcache
f5656ead 7212 = get_thread_arch_regcache (ptid, target_gdbarch ());
5f3563ea
PA
7213 cached_reg_t *reg;
7214 int ix;
7215
7216 for (ix = 0;
7217 VEC_iterate(cached_reg_t, stop_reply->regcache, ix, reg);
7218 ix++)
217f1f79 7219 regcache_raw_supply (regcache, reg->num, reg->data);
5f3563ea
PA
7220 VEC_free (cached_reg_t, stop_reply->regcache);
7221 }
74531fed 7222
1941c569 7223 remote_notice_new_inferior (ptid, 0);
85ad3aaf 7224 remote_thr = get_private_info_ptid (ptid);
799a2abe
PA
7225 remote_thr->core = stop_reply->core;
7226 remote_thr->stop_reason = stop_reply->stop_reason;
7227 remote_thr->watch_data_address = stop_reply->watch_data_address;
85ad3aaf 7228 remote_thr->vcont_resumed = 0;
74531fed
PA
7229 }
7230
74531fed
PA
7231 stop_reply_xfree (stop_reply);
7232 return ptid;
7233}
7234
7235/* The non-stop mode version of target_wait. */
7236
7237static ptid_t
47608cb1 7238remote_wait_ns (ptid_t ptid, struct target_waitstatus *status, int options)
74531fed
PA
7239{
7240 struct remote_state *rs = get_remote_state ();
74531fed
PA
7241 struct stop_reply *stop_reply;
7242 int ret;
fee9eda9 7243 int is_notif = 0;
74531fed
PA
7244
7245 /* If in non-stop mode, get out of getpkt even if a
7246 notification is received. */
7247
7248 ret = getpkt_or_notif_sane (&rs->buf, &rs->buf_size,
fee9eda9 7249 0 /* forever */, &is_notif);
74531fed
PA
7250 while (1)
7251 {
fee9eda9 7252 if (ret != -1 && !is_notif)
74531fed
PA
7253 switch (rs->buf[0])
7254 {
7255 case 'E': /* Error of some sort. */
7256 /* We're out of sync with the target now. Did it continue
7257 or not? We can't tell which thread it was in non-stop,
7258 so just ignore this. */
7259 warning (_("Remote failure reply: %s"), rs->buf);
7260 break;
7261 case 'O': /* Console output. */
7262 remote_console_output (rs->buf + 1);
7263 break;
7264 default:
7265 warning (_("Invalid remote reply: %s"), rs->buf);
7266 break;
7267 }
7268
7269 /* Acknowledge a pending stop reply that may have arrived in the
7270 mean time. */
f48ff2a7 7271 if (rs->notif_state->pending_event[notif_client_stop.id] != NULL)
722247f1 7272 remote_notif_get_pending_events (&notif_client_stop);
74531fed
PA
7273
7274 /* If indeed we noticed a stop reply, we're done. */
7275 stop_reply = queued_stop_reply (ptid);
7276 if (stop_reply != NULL)
7277 return process_stop_reply (stop_reply, status);
7278
47608cb1 7279 /* Still no event. If we're just polling for an event, then
74531fed 7280 return to the event loop. */
47608cb1 7281 if (options & TARGET_WNOHANG)
74531fed
PA
7282 {
7283 status->kind = TARGET_WAITKIND_IGNORE;
7284 return minus_one_ptid;
7285 }
7286
47608cb1 7287 /* Otherwise do a blocking wait. */
74531fed 7288 ret = getpkt_or_notif_sane (&rs->buf, &rs->buf_size,
fee9eda9 7289 1 /* forever */, &is_notif);
74531fed
PA
7290 }
7291}
7292
7293/* Wait until the remote machine stops, then return, storing status in
7294 STATUS just as `wait' would. */
7295
7296static ptid_t
47608cb1 7297remote_wait_as (ptid_t ptid, struct target_waitstatus *status, int options)
74531fed
PA
7298{
7299 struct remote_state *rs = get_remote_state ();
74531fed 7300 ptid_t event_ptid = null_ptid;
cea39f65 7301 char *buf;
74531fed
PA
7302 struct stop_reply *stop_reply;
7303
47608cb1
PA
7304 again:
7305
74531fed
PA
7306 status->kind = TARGET_WAITKIND_IGNORE;
7307 status->value.integer = 0;
7308
7309 stop_reply = queued_stop_reply (ptid);
7310 if (stop_reply != NULL)
7311 return process_stop_reply (stop_reply, status);
7312
7313 if (rs->cached_wait_status)
7314 /* Use the cached wait status, but only once. */
7315 rs->cached_wait_status = 0;
7316 else
7317 {
7318 int ret;
722247f1 7319 int is_notif;
567420d1
PA
7320 int forever = ((options & TARGET_WNOHANG) == 0
7321 && wait_forever_enabled_p);
7322
7323 if (!rs->waiting_for_stop_reply)
7324 {
7325 status->kind = TARGET_WAITKIND_NO_RESUMED;
7326 return minus_one_ptid;
7327 }
74531fed 7328
74531fed
PA
7329 /* FIXME: cagney/1999-09-27: If we're in async mode we should
7330 _never_ wait for ever -> test on target_is_async_p().
7331 However, before we do that we need to ensure that the caller
7332 knows how to take the target into/out of async mode. */
722247f1 7333 ret = getpkt_or_notif_sane (&rs->buf, &rs->buf_size,
567420d1 7334 forever, &is_notif);
722247f1
YQ
7335
7336 /* GDB gets a notification. Return to core as this event is
7337 not interesting. */
7338 if (ret != -1 && is_notif)
7339 return minus_one_ptid;
567420d1
PA
7340
7341 if (ret == -1 && (options & TARGET_WNOHANG) != 0)
7342 return minus_one_ptid;
74531fed
PA
7343 }
7344
7345 buf = rs->buf;
7346
3a29589a
DJ
7347 /* Assume that the target has acknowledged Ctrl-C unless we receive
7348 an 'F' or 'O' packet. */
7349 if (buf[0] != 'F' && buf[0] != 'O')
7350 rs->ctrlc_pending_p = 0;
7351
74531fed
PA
7352 switch (buf[0])
7353 {
7354 case 'E': /* Error of some sort. */
7355 /* We're out of sync with the target now. Did it continue or
7356 not? Not is more likely, so report a stop. */
29090fb6
LM
7357 rs->waiting_for_stop_reply = 0;
7358
74531fed
PA
7359 warning (_("Remote failure reply: %s"), buf);
7360 status->kind = TARGET_WAITKIND_STOPPED;
a493e3e2 7361 status->value.sig = GDB_SIGNAL_0;
74531fed
PA
7362 break;
7363 case 'F': /* File-I/O request. */
e42e5352
YQ
7364 /* GDB may access the inferior memory while handling the File-I/O
7365 request, but we don't want GDB accessing memory while waiting
7366 for a stop reply. See the comments in putpkt_binary. Set
7367 waiting_for_stop_reply to 0 temporarily. */
7368 rs->waiting_for_stop_reply = 0;
3a29589a
DJ
7369 remote_fileio_request (buf, rs->ctrlc_pending_p);
7370 rs->ctrlc_pending_p = 0;
e42e5352
YQ
7371 /* GDB handled the File-I/O request, and the target is running
7372 again. Keep waiting for events. */
7373 rs->waiting_for_stop_reply = 1;
74531fed 7374 break;
f2faf941 7375 case 'N': case 'T': case 'S': case 'X': case 'W':
74531fed 7376 {
29090fb6
LM
7377 struct stop_reply *stop_reply;
7378
7379 /* There is a stop reply to handle. */
7380 rs->waiting_for_stop_reply = 0;
7381
7382 stop_reply
722247f1
YQ
7383 = (struct stop_reply *) remote_notif_parse (&notif_client_stop,
7384 rs->buf);
74531fed 7385
74531fed 7386 event_ptid = process_stop_reply (stop_reply, status);
c8e38a49
PA
7387 break;
7388 }
7389 case 'O': /* Console output. */
7390 remote_console_output (buf + 1);
c8e38a49
PA
7391 break;
7392 case '\0':
b73be471 7393 if (rs->last_sent_signal != GDB_SIGNAL_0)
c8e38a49
PA
7394 {
7395 /* Zero length reply means that we tried 'S' or 'C' and the
7396 remote system doesn't support it. */
7397 target_terminal_ours_for_output ();
7398 printf_filtered
7399 ("Can't send signals to this remote system. %s not sent.\n",
b73be471
TT
7400 gdb_signal_to_name (rs->last_sent_signal));
7401 rs->last_sent_signal = GDB_SIGNAL_0;
c8e38a49
PA
7402 target_terminal_inferior ();
7403
f5c4fcd9
TT
7404 strcpy (buf, rs->last_sent_step ? "s" : "c");
7405 putpkt (buf);
c8e38a49 7406 break;
43ff13b4 7407 }
c8e38a49
PA
7408 /* else fallthrough */
7409 default:
7410 warning (_("Invalid remote reply: %s"), buf);
c8e38a49 7411 break;
43ff13b4 7412 }
c8e38a49 7413
f2faf941
PA
7414 if (status->kind == TARGET_WAITKIND_NO_RESUMED)
7415 return minus_one_ptid;
7416 else if (status->kind == TARGET_WAITKIND_IGNORE)
47608cb1
PA
7417 {
7418 /* Nothing interesting happened. If we're doing a non-blocking
7419 poll, we're done. Otherwise, go back to waiting. */
7420 if (options & TARGET_WNOHANG)
7421 return minus_one_ptid;
7422 else
7423 goto again;
7424 }
74531fed
PA
7425 else if (status->kind != TARGET_WAITKIND_EXITED
7426 && status->kind != TARGET_WAITKIND_SIGNALLED)
82f73884
PA
7427 {
7428 if (!ptid_equal (event_ptid, null_ptid))
47f8a51d 7429 record_currthread (rs, event_ptid);
82f73884
PA
7430 else
7431 event_ptid = inferior_ptid;
43ff13b4 7432 }
74531fed
PA
7433 else
7434 /* A process exit. Invalidate our notion of current thread. */
47f8a51d 7435 record_currthread (rs, minus_one_ptid);
79d7f229 7436
82f73884 7437 return event_ptid;
43ff13b4
JM
7438}
7439
74531fed
PA
7440/* Wait until the remote machine stops, then return, storing status in
7441 STATUS just as `wait' would. */
7442
c8e38a49 7443static ptid_t
117de6a9 7444remote_wait (struct target_ops *ops,
47608cb1 7445 ptid_t ptid, struct target_waitstatus *status, int options)
c8e38a49
PA
7446{
7447 ptid_t event_ptid;
7448
6efcd9a8 7449 if (target_is_non_stop_p ())
47608cb1 7450 event_ptid = remote_wait_ns (ptid, status, options);
74531fed 7451 else
47608cb1 7452 event_ptid = remote_wait_as (ptid, status, options);
c8e38a49 7453
d9d41e78 7454 if (target_is_async_p ())
c8e38a49 7455 {
74531fed
PA
7456 /* If there are are events left in the queue tell the event loop
7457 to return here. */
722247f1 7458 if (!QUEUE_is_empty (stop_reply_p, stop_reply_queue))
74531fed 7459 mark_async_event_handler (remote_async_inferior_event_token);
c8e38a49 7460 }
c8e38a49
PA
7461
7462 return event_ptid;
7463}
7464
74ca34ce 7465/* Fetch a single register using a 'p' packet. */
c906108c 7466
b96ec7ac 7467static int
56be3814 7468fetch_register_using_p (struct regcache *regcache, struct packet_reg *reg)
b96ec7ac 7469{
9890e433 7470 struct gdbarch *gdbarch = get_regcache_arch (regcache);
b96ec7ac 7471 struct remote_state *rs = get_remote_state ();
2e9f7625 7472 char *buf, *p;
9890e433 7473 gdb_byte *regp = (gdb_byte *) alloca (register_size (gdbarch, reg->regnum));
b96ec7ac
AC
7474 int i;
7475
4082afcc 7476 if (packet_support (PACKET_p) == PACKET_DISABLE)
74ca34ce
DJ
7477 return 0;
7478
7479 if (reg->pnum == -1)
7480 return 0;
7481
2e9f7625 7482 p = rs->buf;
fcad0fa4 7483 *p++ = 'p';
74ca34ce 7484 p += hexnumstr (p, reg->pnum);
fcad0fa4 7485 *p++ = '\0';
1f4437a4
MS
7486 putpkt (rs->buf);
7487 getpkt (&rs->buf, &rs->buf_size, 0);
3f9a994c 7488
2e9f7625
DJ
7489 buf = rs->buf;
7490
74ca34ce
DJ
7491 switch (packet_ok (buf, &remote_protocol_packets[PACKET_p]))
7492 {
7493 case PACKET_OK:
7494 break;
7495 case PACKET_UNKNOWN:
7496 return 0;
7497 case PACKET_ERROR:
27a9c0bf
MS
7498 error (_("Could not fetch register \"%s\"; remote failure reply '%s'"),
7499 gdbarch_register_name (get_regcache_arch (regcache),
7500 reg->regnum),
7501 buf);
74ca34ce 7502 }
3f9a994c
JB
7503
7504 /* If this register is unfetchable, tell the regcache. */
7505 if (buf[0] == 'x')
8480adf2 7506 {
56be3814 7507 regcache_raw_supply (regcache, reg->regnum, NULL);
8480adf2 7508 return 1;
b96ec7ac 7509 }
b96ec7ac 7510
3f9a994c
JB
7511 /* Otherwise, parse and supply the value. */
7512 p = buf;
7513 i = 0;
7514 while (p[0] != 0)
7515 {
7516 if (p[1] == 0)
74ca34ce 7517 error (_("fetch_register_using_p: early buf termination"));
3f9a994c
JB
7518
7519 regp[i++] = fromhex (p[0]) * 16 + fromhex (p[1]);
7520 p += 2;
7521 }
56be3814 7522 regcache_raw_supply (regcache, reg->regnum, regp);
3f9a994c 7523 return 1;
b96ec7ac
AC
7524}
7525
74ca34ce
DJ
7526/* Fetch the registers included in the target's 'g' packet. */
7527
29709017
DJ
7528static int
7529send_g_packet (void)
c906108c 7530{
d01949b6 7531 struct remote_state *rs = get_remote_state ();
cea39f65 7532 int buf_len;
c906108c 7533
bba74b36 7534 xsnprintf (rs->buf, get_remote_packet_size (), "g");
74ca34ce 7535 remote_send (&rs->buf, &rs->buf_size);
c906108c 7536
29709017
DJ
7537 /* We can get out of synch in various cases. If the first character
7538 in the buffer is not a hex character, assume that has happened
7539 and try to fetch another packet to read. */
7540 while ((rs->buf[0] < '0' || rs->buf[0] > '9')
7541 && (rs->buf[0] < 'A' || rs->buf[0] > 'F')
7542 && (rs->buf[0] < 'a' || rs->buf[0] > 'f')
7543 && rs->buf[0] != 'x') /* New: unavailable register value. */
7544 {
7545 if (remote_debug)
7546 fprintf_unfiltered (gdb_stdlog,
7547 "Bad register packet; fetching a new packet\n");
7548 getpkt (&rs->buf, &rs->buf_size, 0);
7549 }
7550
74ca34ce
DJ
7551 buf_len = strlen (rs->buf);
7552
7553 /* Sanity check the received packet. */
7554 if (buf_len % 2 != 0)
7555 error (_("Remote 'g' packet reply is of odd length: %s"), rs->buf);
29709017
DJ
7556
7557 return buf_len / 2;
7558}
7559
7560static void
56be3814 7561process_g_packet (struct regcache *regcache)
29709017 7562{
4a22f64d 7563 struct gdbarch *gdbarch = get_regcache_arch (regcache);
29709017
DJ
7564 struct remote_state *rs = get_remote_state ();
7565 struct remote_arch_state *rsa = get_remote_arch_state ();
7566 int i, buf_len;
7567 char *p;
7568 char *regs;
7569
7570 buf_len = strlen (rs->buf);
7571
7572 /* Further sanity checks, with knowledge of the architecture. */
74ca34ce
DJ
7573 if (buf_len > 2 * rsa->sizeof_g_packet)
7574 error (_("Remote 'g' packet reply is too long: %s"), rs->buf);
7575
7576 /* Save the size of the packet sent to us by the target. It is used
7577 as a heuristic when determining the max size of packets that the
7578 target can safely receive. */
7579 if (rsa->actual_register_packet_size == 0)
7580 rsa->actual_register_packet_size = buf_len;
7581
7582 /* If this is smaller than we guessed the 'g' packet would be,
7583 update our records. A 'g' reply that doesn't include a register's
7584 value implies either that the register is not available, or that
7585 the 'p' packet must be used. */
7586 if (buf_len < 2 * rsa->sizeof_g_packet)
b323314b 7587 {
9dc193c3 7588 long sizeof_g_packet = buf_len / 2;
74ca34ce 7589
4a22f64d 7590 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
b96ec7ac 7591 {
9dc193c3
LF
7592 long offset = rsa->regs[i].offset;
7593 long reg_size = register_size (gdbarch, i);
7594
74ca34ce
DJ
7595 if (rsa->regs[i].pnum == -1)
7596 continue;
7597
9dc193c3 7598 if (offset >= sizeof_g_packet)
74ca34ce 7599 rsa->regs[i].in_g_packet = 0;
9dc193c3
LF
7600 else if (offset + reg_size > sizeof_g_packet)
7601 error (_("Truncated register %d in remote 'g' packet"), i);
b96ec7ac 7602 else
74ca34ce 7603 rsa->regs[i].in_g_packet = 1;
b96ec7ac 7604 }
9dc193c3
LF
7605
7606 /* Looks valid enough, we can assume this is the correct length
7607 for a 'g' packet. It's important not to adjust
7608 rsa->sizeof_g_packet if we have truncated registers otherwise
7609 this "if" won't be run the next time the method is called
7610 with a packet of the same size and one of the internal errors
7611 below will trigger instead. */
7612 rsa->sizeof_g_packet = sizeof_g_packet;
74ca34ce 7613 }
b323314b 7614
224c3ddb 7615 regs = (char *) alloca (rsa->sizeof_g_packet);
c906108c
SS
7616
7617 /* Unimplemented registers read as all bits zero. */
ea9c271d 7618 memset (regs, 0, rsa->sizeof_g_packet);
c906108c 7619
c906108c
SS
7620 /* Reply describes registers byte by byte, each byte encoded as two
7621 hex characters. Suck them all up, then supply them to the
7622 register cacheing/storage mechanism. */
7623
74ca34ce 7624 p = rs->buf;
ea9c271d 7625 for (i = 0; i < rsa->sizeof_g_packet; i++)
c906108c 7626 {
74ca34ce
DJ
7627 if (p[0] == 0 || p[1] == 0)
7628 /* This shouldn't happen - we adjusted sizeof_g_packet above. */
7629 internal_error (__FILE__, __LINE__,
9b20d036 7630 _("unexpected end of 'g' packet reply"));
74ca34ce 7631
c906108c 7632 if (p[0] == 'x' && p[1] == 'x')
c5aa993b 7633 regs[i] = 0; /* 'x' */
c906108c
SS
7634 else
7635 regs[i] = fromhex (p[0]) * 16 + fromhex (p[1]);
7636 p += 2;
7637 }
7638
a744cf53
MS
7639 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
7640 {
7641 struct packet_reg *r = &rsa->regs[i];
9dc193c3 7642 long reg_size = register_size (gdbarch, i);
a744cf53
MS
7643
7644 if (r->in_g_packet)
7645 {
9dc193c3 7646 if ((r->offset + reg_size) * 2 > strlen (rs->buf))
a744cf53
MS
7647 /* This shouldn't happen - we adjusted in_g_packet above. */
7648 internal_error (__FILE__, __LINE__,
9b20d036 7649 _("unexpected end of 'g' packet reply"));
a744cf53
MS
7650 else if (rs->buf[r->offset * 2] == 'x')
7651 {
7652 gdb_assert (r->offset * 2 < strlen (rs->buf));
7653 /* The register isn't available, mark it as such (at
7654 the same time setting the value to zero). */
7655 regcache_raw_supply (regcache, r->regnum, NULL);
7656 }
7657 else
7658 regcache_raw_supply (regcache, r->regnum,
7659 regs + r->offset);
7660 }
7661 }
c906108c
SS
7662}
7663
29709017 7664static void
56be3814 7665fetch_registers_using_g (struct regcache *regcache)
29709017
DJ
7666{
7667 send_g_packet ();
56be3814 7668 process_g_packet (regcache);
29709017
DJ
7669}
7670
e6e4e701
PA
7671/* Make the remote selected traceframe match GDB's selected
7672 traceframe. */
7673
7674static void
7675set_remote_traceframe (void)
7676{
7677 int newnum;
262e1174 7678 struct remote_state *rs = get_remote_state ();
e6e4e701 7679
262e1174 7680 if (rs->remote_traceframe_number == get_traceframe_number ())
e6e4e701
PA
7681 return;
7682
7683 /* Avoid recursion, remote_trace_find calls us again. */
262e1174 7684 rs->remote_traceframe_number = get_traceframe_number ();
e6e4e701
PA
7685
7686 newnum = target_trace_find (tfind_number,
7687 get_traceframe_number (), 0, 0, NULL);
7688
7689 /* Should not happen. If it does, all bets are off. */
7690 if (newnum != get_traceframe_number ())
7691 warning (_("could not set remote traceframe"));
7692}
7693
74ca34ce 7694static void
28439f5e
PA
7695remote_fetch_registers (struct target_ops *ops,
7696 struct regcache *regcache, int regnum)
74ca34ce 7697{
74ca34ce
DJ
7698 struct remote_arch_state *rsa = get_remote_arch_state ();
7699 int i;
7700
e6e4e701 7701 set_remote_traceframe ();
79d7f229 7702 set_general_thread (inferior_ptid);
74ca34ce
DJ
7703
7704 if (regnum >= 0)
7705 {
7706 struct packet_reg *reg = packet_reg_from_regnum (rsa, regnum);
a744cf53 7707
74ca34ce
DJ
7708 gdb_assert (reg != NULL);
7709
7710 /* If this register might be in the 'g' packet, try that first -
7711 we are likely to read more than one register. If this is the
7712 first 'g' packet, we might be overly optimistic about its
7713 contents, so fall back to 'p'. */
7714 if (reg->in_g_packet)
7715 {
56be3814 7716 fetch_registers_using_g (regcache);
74ca34ce
DJ
7717 if (reg->in_g_packet)
7718 return;
7719 }
7720
56be3814 7721 if (fetch_register_using_p (regcache, reg))
74ca34ce
DJ
7722 return;
7723
7724 /* This register is not available. */
56be3814 7725 regcache_raw_supply (regcache, reg->regnum, NULL);
74ca34ce
DJ
7726
7727 return;
7728 }
7729
56be3814 7730 fetch_registers_using_g (regcache);
74ca34ce 7731
4a22f64d 7732 for (i = 0; i < gdbarch_num_regs (get_regcache_arch (regcache)); i++)
74ca34ce 7733 if (!rsa->regs[i].in_g_packet)
56be3814 7734 if (!fetch_register_using_p (regcache, &rsa->regs[i]))
74ca34ce
DJ
7735 {
7736 /* This register is not available. */
56be3814 7737 regcache_raw_supply (regcache, i, NULL);
74ca34ce
DJ
7738 }
7739}
7740
c906108c
SS
7741/* Prepare to store registers. Since we may send them all (using a
7742 'G' request), we have to read out the ones we don't want to change
7743 first. */
7744
c5aa993b 7745static void
f32dbf8c 7746remote_prepare_to_store (struct target_ops *self, struct regcache *regcache)
c906108c 7747{
ea9c271d 7748 struct remote_arch_state *rsa = get_remote_arch_state ();
cf0e1e0d 7749 int i;
cfd77fa1 7750 gdb_byte buf[MAX_REGISTER_SIZE];
cf0e1e0d 7751
c906108c 7752 /* Make sure the entire registers array is valid. */
4082afcc 7753 switch (packet_support (PACKET_P))
5a2468f5
JM
7754 {
7755 case PACKET_DISABLE:
7756 case PACKET_SUPPORT_UNKNOWN:
cf0e1e0d 7757 /* Make sure all the necessary registers are cached. */
4a22f64d 7758 for (i = 0; i < gdbarch_num_regs (get_regcache_arch (regcache)); i++)
ea9c271d 7759 if (rsa->regs[i].in_g_packet)
316f2060 7760 regcache_raw_read (regcache, rsa->regs[i].regnum, buf);
5a2468f5
JM
7761 break;
7762 case PACKET_ENABLE:
7763 break;
7764 }
7765}
7766
ad10f812 7767/* Helper: Attempt to store REGNUM using the P packet. Return fail IFF
23860348 7768 packet was not recognized. */
5a2468f5
JM
7769
7770static int
1f4437a4
MS
7771store_register_using_P (const struct regcache *regcache,
7772 struct packet_reg *reg)
5a2468f5 7773{
4a22f64d 7774 struct gdbarch *gdbarch = get_regcache_arch (regcache);
d01949b6 7775 struct remote_state *rs = get_remote_state ();
5a2468f5 7776 /* Try storing a single register. */
6d820c5c 7777 char *buf = rs->buf;
9890e433 7778 gdb_byte *regp = (gdb_byte *) alloca (register_size (gdbarch, reg->regnum));
5a2468f5 7779 char *p;
5a2468f5 7780
4082afcc 7781 if (packet_support (PACKET_P) == PACKET_DISABLE)
74ca34ce
DJ
7782 return 0;
7783
7784 if (reg->pnum == -1)
7785 return 0;
7786
ea9c271d 7787 xsnprintf (buf, get_remote_packet_size (), "P%s=", phex_nz (reg->pnum, 0));
5a2468f5 7788 p = buf + strlen (buf);
56be3814 7789 regcache_raw_collect (regcache, reg->regnum, regp);
4a22f64d 7790 bin2hex (regp, p, register_size (gdbarch, reg->regnum));
1f4437a4
MS
7791 putpkt (rs->buf);
7792 getpkt (&rs->buf, &rs->buf_size, 0);
5a2468f5 7793
74ca34ce
DJ
7794 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_P]))
7795 {
7796 case PACKET_OK:
7797 return 1;
7798 case PACKET_ERROR:
27a9c0bf
MS
7799 error (_("Could not write register \"%s\"; remote failure reply '%s'"),
7800 gdbarch_register_name (gdbarch, reg->regnum), rs->buf);
74ca34ce
DJ
7801 case PACKET_UNKNOWN:
7802 return 0;
7803 default:
7804 internal_error (__FILE__, __LINE__, _("Bad result from packet_ok"));
7805 }
c906108c
SS
7806}
7807
23860348
MS
7808/* Store register REGNUM, or all registers if REGNUM == -1, from the
7809 contents of the register cache buffer. FIXME: ignores errors. */
c906108c
SS
7810
7811static void
56be3814 7812store_registers_using_G (const struct regcache *regcache)
c906108c 7813{
d01949b6 7814 struct remote_state *rs = get_remote_state ();
ea9c271d 7815 struct remote_arch_state *rsa = get_remote_arch_state ();
cfd77fa1 7816 gdb_byte *regs;
c906108c
SS
7817 char *p;
7818
193cb69f
AC
7819 /* Extract all the registers in the regcache copying them into a
7820 local buffer. */
7821 {
b323314b 7822 int i;
a744cf53 7823
224c3ddb 7824 regs = (gdb_byte *) alloca (rsa->sizeof_g_packet);
ea9c271d 7825 memset (regs, 0, rsa->sizeof_g_packet);
4a22f64d 7826 for (i = 0; i < gdbarch_num_regs (get_regcache_arch (regcache)); i++)
193cb69f 7827 {
ea9c271d 7828 struct packet_reg *r = &rsa->regs[i];
a744cf53 7829
b323314b 7830 if (r->in_g_packet)
56be3814 7831 regcache_raw_collect (regcache, r->regnum, regs + r->offset);
193cb69f
AC
7832 }
7833 }
c906108c
SS
7834
7835 /* Command describes registers byte by byte,
7836 each byte encoded as two hex characters. */
6d820c5c 7837 p = rs->buf;
193cb69f 7838 *p++ = 'G';
74ca34ce
DJ
7839 /* remote_prepare_to_store insures that rsa->sizeof_g_packet gets
7840 updated. */
7841 bin2hex (regs, p, rsa->sizeof_g_packet);
1f4437a4
MS
7842 putpkt (rs->buf);
7843 getpkt (&rs->buf, &rs->buf_size, 0);
7844 if (packet_check_result (rs->buf) == PACKET_ERROR)
27a9c0bf
MS
7845 error (_("Could not write registers; remote failure reply '%s'"),
7846 rs->buf);
c906108c 7847}
74ca34ce
DJ
7848
7849/* Store register REGNUM, or all registers if REGNUM == -1, from the contents
7850 of the register cache buffer. FIXME: ignores errors. */
7851
7852static void
28439f5e
PA
7853remote_store_registers (struct target_ops *ops,
7854 struct regcache *regcache, int regnum)
74ca34ce 7855{
74ca34ce
DJ
7856 struct remote_arch_state *rsa = get_remote_arch_state ();
7857 int i;
7858
e6e4e701 7859 set_remote_traceframe ();
79d7f229 7860 set_general_thread (inferior_ptid);
74ca34ce
DJ
7861
7862 if (regnum >= 0)
7863 {
7864 struct packet_reg *reg = packet_reg_from_regnum (rsa, regnum);
a744cf53 7865
74ca34ce
DJ
7866 gdb_assert (reg != NULL);
7867
7868 /* Always prefer to store registers using the 'P' packet if
7869 possible; we often change only a small number of registers.
7870 Sometimes we change a larger number; we'd need help from a
7871 higher layer to know to use 'G'. */
56be3814 7872 if (store_register_using_P (regcache, reg))
74ca34ce
DJ
7873 return;
7874
7875 /* For now, don't complain if we have no way to write the
7876 register. GDB loses track of unavailable registers too
7877 easily. Some day, this may be an error. We don't have
0df8b418 7878 any way to read the register, either... */
74ca34ce
DJ
7879 if (!reg->in_g_packet)
7880 return;
7881
56be3814 7882 store_registers_using_G (regcache);
74ca34ce
DJ
7883 return;
7884 }
7885
56be3814 7886 store_registers_using_G (regcache);
74ca34ce 7887
4a22f64d 7888 for (i = 0; i < gdbarch_num_regs (get_regcache_arch (regcache)); i++)
74ca34ce 7889 if (!rsa->regs[i].in_g_packet)
56be3814 7890 if (!store_register_using_P (regcache, &rsa->regs[i]))
74ca34ce
DJ
7891 /* See above for why we do not issue an error here. */
7892 continue;
7893}
c906108c
SS
7894\f
7895
7896/* Return the number of hex digits in num. */
7897
7898static int
fba45db2 7899hexnumlen (ULONGEST num)
c906108c
SS
7900{
7901 int i;
7902
7903 for (i = 0; num != 0; i++)
7904 num >>= 4;
7905
325fac50 7906 return std::max (i, 1);
c906108c
SS
7907}
7908
2df3850c 7909/* Set BUF to the minimum number of hex digits representing NUM. */
c906108c
SS
7910
7911static int
fba45db2 7912hexnumstr (char *buf, ULONGEST num)
c906108c 7913{
c906108c 7914 int len = hexnumlen (num);
a744cf53 7915
2df3850c
JM
7916 return hexnumnstr (buf, num, len);
7917}
7918
c906108c 7919
2df3850c 7920/* Set BUF to the hex digits representing NUM, padded to WIDTH characters. */
c906108c 7921
2df3850c 7922static int
fba45db2 7923hexnumnstr (char *buf, ULONGEST num, int width)
2df3850c
JM
7924{
7925 int i;
7926
7927 buf[width] = '\0';
7928
7929 for (i = width - 1; i >= 0; i--)
c906108c 7930 {
c5aa993b 7931 buf[i] = "0123456789abcdef"[(num & 0xf)];
c906108c
SS
7932 num >>= 4;
7933 }
7934
2df3850c 7935 return width;
c906108c
SS
7936}
7937
23860348 7938/* Mask all but the least significant REMOTE_ADDRESS_SIZE bits. */
c906108c
SS
7939
7940static CORE_ADDR
fba45db2 7941remote_address_masked (CORE_ADDR addr)
c906108c 7942{
883b9c6c 7943 unsigned int address_size = remote_address_size;
a744cf53 7944
911c95a5
UW
7945 /* If "remoteaddresssize" was not set, default to target address size. */
7946 if (!address_size)
f5656ead 7947 address_size = gdbarch_addr_bit (target_gdbarch ());
911c95a5
UW
7948
7949 if (address_size > 0
7950 && address_size < (sizeof (ULONGEST) * 8))
c906108c
SS
7951 {
7952 /* Only create a mask when that mask can safely be constructed
23860348 7953 in a ULONGEST variable. */
c906108c 7954 ULONGEST mask = 1;
a744cf53 7955
911c95a5 7956 mask = (mask << address_size) - 1;
c906108c
SS
7957 addr &= mask;
7958 }
7959 return addr;
7960}
7961
7962/* Determine whether the remote target supports binary downloading.
7963 This is accomplished by sending a no-op memory write of zero length
7964 to the target at the specified address. It does not suffice to send
23860348
MS
7965 the whole packet, since many stubs strip the eighth bit and
7966 subsequently compute a wrong checksum, which causes real havoc with
7967 remote_write_bytes.
7a292a7a 7968
96baa820 7969 NOTE: This can still lose if the serial line is not eight-bit
0df8b418 7970 clean. In cases like this, the user should clear "remote
23860348 7971 X-packet". */
96baa820 7972
c906108c 7973static void
fba45db2 7974check_binary_download (CORE_ADDR addr)
c906108c 7975{
d01949b6 7976 struct remote_state *rs = get_remote_state ();
24b06219 7977
4082afcc 7978 switch (packet_support (PACKET_X))
c906108c 7979 {
96baa820
JM
7980 case PACKET_DISABLE:
7981 break;
7982 case PACKET_ENABLE:
7983 break;
7984 case PACKET_SUPPORT_UNKNOWN:
7985 {
96baa820 7986 char *p;
802188a7 7987
2e9f7625 7988 p = rs->buf;
96baa820
JM
7989 *p++ = 'X';
7990 p += hexnumstr (p, (ULONGEST) addr);
7991 *p++ = ',';
7992 p += hexnumstr (p, (ULONGEST) 0);
7993 *p++ = ':';
7994 *p = '\0';
802188a7 7995
2e9f7625 7996 putpkt_binary (rs->buf, (int) (p - rs->buf));
6d820c5c 7997 getpkt (&rs->buf, &rs->buf_size, 0);
c906108c 7998
2e9f7625 7999 if (rs->buf[0] == '\0')
96baa820
JM
8000 {
8001 if (remote_debug)
8002 fprintf_unfiltered (gdb_stdlog,
3e43a32a
MS
8003 "binary downloading NOT "
8004 "supported by target\n");
444abaca 8005 remote_protocol_packets[PACKET_X].support = PACKET_DISABLE;
96baa820
JM
8006 }
8007 else
8008 {
8009 if (remote_debug)
8010 fprintf_unfiltered (gdb_stdlog,
64b9b334 8011 "binary downloading supported by target\n");
444abaca 8012 remote_protocol_packets[PACKET_X].support = PACKET_ENABLE;
96baa820
JM
8013 }
8014 break;
8015 }
c906108c
SS
8016 }
8017}
8018
124e13d9
SM
8019/* Helper function to resize the payload in order to try to get a good
8020 alignment. We try to write an amount of data such that the next write will
8021 start on an address aligned on REMOTE_ALIGN_WRITES. */
8022
8023static int
8024align_for_efficient_write (int todo, CORE_ADDR memaddr)
8025{
8026 return ((memaddr + todo) & ~(REMOTE_ALIGN_WRITES - 1)) - memaddr;
8027}
8028
c906108c
SS
8029/* Write memory data directly to the remote machine.
8030 This does not inform the data cache; the data cache uses this.
a76d924d 8031 HEADER is the starting part of the packet.
c906108c
SS
8032 MEMADDR is the address in the remote memory space.
8033 MYADDR is the address of the buffer in our space.
124e13d9
SM
8034 LEN_UNITS is the number of addressable units to write.
8035 UNIT_SIZE is the length in bytes of an addressable unit.
a76d924d
DJ
8036 PACKET_FORMAT should be either 'X' or 'M', and indicates if we
8037 should send data as binary ('X'), or hex-encoded ('M').
8038
8039 The function creates packet of the form
8040 <HEADER><ADDRESS>,<LENGTH>:<DATA>
8041
124e13d9 8042 where encoding of <DATA> is terminated by PACKET_FORMAT.
a76d924d
DJ
8043
8044 If USE_LENGTH is 0, then the <LENGTH> field and the preceding comma
8045 are omitted.
8046
9b409511 8047 Return the transferred status, error or OK (an
124e13d9
SM
8048 'enum target_xfer_status' value). Save the number of addressable units
8049 transferred in *XFERED_LEN_UNITS. Only transfer a single packet.
8050
8051 On a platform with an addressable memory size of 2 bytes (UNIT_SIZE == 2), an
8052 exchange between gdb and the stub could look like (?? in place of the
8053 checksum):
8054
8055 -> $m1000,4#??
8056 <- aaaabbbbccccdddd
8057
8058 -> $M1000,3:eeeeffffeeee#??
8059 <- OK
8060
8061 -> $m1000,4#??
8062 <- eeeeffffeeeedddd */
c906108c 8063
9b409511 8064static enum target_xfer_status
a76d924d 8065remote_write_bytes_aux (const char *header, CORE_ADDR memaddr,
124e13d9
SM
8066 const gdb_byte *myaddr, ULONGEST len_units,
8067 int unit_size, ULONGEST *xfered_len_units,
8068 char packet_format, int use_length)
c906108c 8069{
6d820c5c 8070 struct remote_state *rs = get_remote_state ();
cfd77fa1 8071 char *p;
a76d924d
DJ
8072 char *plen = NULL;
8073 int plenlen = 0;
124e13d9
SM
8074 int todo_units;
8075 int units_written;
8076 int payload_capacity_bytes;
8077 int payload_length_bytes;
a76d924d
DJ
8078
8079 if (packet_format != 'X' && packet_format != 'M')
8080 internal_error (__FILE__, __LINE__,
9b20d036 8081 _("remote_write_bytes_aux: bad packet format"));
c906108c 8082
124e13d9 8083 if (len_units == 0)
9b409511 8084 return TARGET_XFER_EOF;
b2182ed2 8085
124e13d9 8086 payload_capacity_bytes = get_memory_write_packet_size ();
2bc416ba 8087
6d820c5c
DJ
8088 /* The packet buffer will be large enough for the payload;
8089 get_memory_packet_size ensures this. */
a76d924d 8090 rs->buf[0] = '\0';
c906108c 8091
a257b5bb 8092 /* Compute the size of the actual payload by subtracting out the
0df8b418
MS
8093 packet header and footer overhead: "$M<memaddr>,<len>:...#nn". */
8094
124e13d9 8095 payload_capacity_bytes -= strlen ("$,:#NN");
a76d924d 8096 if (!use_length)
0df8b418 8097 /* The comma won't be used. */
124e13d9
SM
8098 payload_capacity_bytes += 1;
8099 payload_capacity_bytes -= strlen (header);
8100 payload_capacity_bytes -= hexnumlen (memaddr);
c906108c 8101
a76d924d 8102 /* Construct the packet excluding the data: "<header><memaddr>,<len>:". */
917317f4 8103
a76d924d
DJ
8104 strcat (rs->buf, header);
8105 p = rs->buf + strlen (header);
8106
8107 /* Compute a best guess of the number of bytes actually transfered. */
8108 if (packet_format == 'X')
c906108c 8109 {
23860348 8110 /* Best guess at number of bytes that will fit. */
325fac50
PA
8111 todo_units = std::min (len_units,
8112 (ULONGEST) payload_capacity_bytes / unit_size);
a76d924d 8113 if (use_length)
124e13d9 8114 payload_capacity_bytes -= hexnumlen (todo_units);
325fac50 8115 todo_units = std::min (todo_units, payload_capacity_bytes / unit_size);
a76d924d
DJ
8116 }
8117 else
8118 {
124e13d9 8119 /* Number of bytes that will fit. */
325fac50
PA
8120 todo_units
8121 = std::min (len_units,
8122 (ULONGEST) (payload_capacity_bytes / unit_size) / 2);
a76d924d 8123 if (use_length)
124e13d9 8124 payload_capacity_bytes -= hexnumlen (todo_units);
325fac50
PA
8125 todo_units = std::min (todo_units,
8126 (payload_capacity_bytes / unit_size) / 2);
917317f4 8127 }
a76d924d 8128
124e13d9 8129 if (todo_units <= 0)
3de11b2e 8130 internal_error (__FILE__, __LINE__,
405f8e94 8131 _("minimum packet size too small to write data"));
802188a7 8132
6765f3e5
DJ
8133 /* If we already need another packet, then try to align the end
8134 of this packet to a useful boundary. */
124e13d9
SM
8135 if (todo_units > 2 * REMOTE_ALIGN_WRITES && todo_units < len_units)
8136 todo_units = align_for_efficient_write (todo_units, memaddr);
6765f3e5 8137
a257b5bb 8138 /* Append "<memaddr>". */
917317f4
JM
8139 memaddr = remote_address_masked (memaddr);
8140 p += hexnumstr (p, (ULONGEST) memaddr);
a257b5bb 8141
a76d924d
DJ
8142 if (use_length)
8143 {
8144 /* Append ",". */
8145 *p++ = ',';
802188a7 8146
124e13d9
SM
8147 /* Append the length and retain its location and size. It may need to be
8148 adjusted once the packet body has been created. */
a76d924d 8149 plen = p;
124e13d9 8150 plenlen = hexnumstr (p, (ULONGEST) todo_units);
a76d924d
DJ
8151 p += plenlen;
8152 }
a257b5bb
AC
8153
8154 /* Append ":". */
917317f4
JM
8155 *p++ = ':';
8156 *p = '\0';
802188a7 8157
a257b5bb 8158 /* Append the packet body. */
a76d924d 8159 if (packet_format == 'X')
917317f4 8160 {
917317f4
JM
8161 /* Binary mode. Send target system values byte by byte, in
8162 increasing byte addresses. Only escape certain critical
8163 characters. */
124e13d9
SM
8164 payload_length_bytes =
8165 remote_escape_output (myaddr, todo_units, unit_size, (gdb_byte *) p,
8166 &units_written, payload_capacity_bytes);
6765f3e5 8167
124e13d9 8168 /* If not all TODO units fit, then we'll need another packet. Make
9b7194bc
DJ
8169 a second try to keep the end of the packet aligned. Don't do
8170 this if the packet is tiny. */
124e13d9 8171 if (units_written < todo_units && units_written > 2 * REMOTE_ALIGN_WRITES)
6765f3e5 8172 {
124e13d9
SM
8173 int new_todo_units;
8174
8175 new_todo_units = align_for_efficient_write (units_written, memaddr);
8176
8177 if (new_todo_units != units_written)
8178 payload_length_bytes =
8179 remote_escape_output (myaddr, new_todo_units, unit_size,
8180 (gdb_byte *) p, &units_written,
8181 payload_capacity_bytes);
6765f3e5
DJ
8182 }
8183
124e13d9
SM
8184 p += payload_length_bytes;
8185 if (use_length && units_written < todo_units)
c906108c 8186 {
802188a7 8187 /* Escape chars have filled up the buffer prematurely,
124e13d9 8188 and we have actually sent fewer units than planned.
917317f4
JM
8189 Fix-up the length field of the packet. Use the same
8190 number of characters as before. */
124e13d9
SM
8191 plen += hexnumnstr (plen, (ULONGEST) units_written,
8192 plenlen);
917317f4 8193 *plen = ':'; /* overwrite \0 from hexnumnstr() */
c906108c 8194 }
a76d924d
DJ
8195 }
8196 else
8197 {
917317f4
JM
8198 /* Normal mode: Send target system values byte by byte, in
8199 increasing byte addresses. Each byte is encoded as a two hex
8200 value. */
124e13d9
SM
8201 p += 2 * bin2hex (myaddr, p, todo_units * unit_size);
8202 units_written = todo_units;
c906108c 8203 }
802188a7 8204
2e9f7625 8205 putpkt_binary (rs->buf, (int) (p - rs->buf));
6d820c5c 8206 getpkt (&rs->buf, &rs->buf_size, 0);
802188a7 8207
2e9f7625 8208 if (rs->buf[0] == 'E')
00d84524 8209 return TARGET_XFER_E_IO;
802188a7 8210
124e13d9
SM
8211 /* Return UNITS_WRITTEN, not TODO_UNITS, in case escape chars caused us to
8212 send fewer units than we'd planned. */
8213 *xfered_len_units = (ULONGEST) units_written;
9b409511 8214 return TARGET_XFER_OK;
c906108c
SS
8215}
8216
a76d924d
DJ
8217/* Write memory data directly to the remote machine.
8218 This does not inform the data cache; the data cache uses this.
8219 MEMADDR is the address in the remote memory space.
8220 MYADDR is the address of the buffer in our space.
8221 LEN is the number of bytes.
8222
9b409511
YQ
8223 Return the transferred status, error or OK (an
8224 'enum target_xfer_status' value). Save the number of bytes
8225 transferred in *XFERED_LEN. Only transfer a single packet. */
a76d924d 8226
9b409511
YQ
8227static enum target_xfer_status
8228remote_write_bytes (CORE_ADDR memaddr, const gdb_byte *myaddr, ULONGEST len,
124e13d9 8229 int unit_size, ULONGEST *xfered_len)
a76d924d
DJ
8230{
8231 char *packet_format = 0;
8232
8233 /* Check whether the target supports binary download. */
8234 check_binary_download (memaddr);
8235
4082afcc 8236 switch (packet_support (PACKET_X))
a76d924d
DJ
8237 {
8238 case PACKET_ENABLE:
8239 packet_format = "X";
8240 break;
8241 case PACKET_DISABLE:
8242 packet_format = "M";
8243 break;
8244 case PACKET_SUPPORT_UNKNOWN:
8245 internal_error (__FILE__, __LINE__,
8246 _("remote_write_bytes: bad internal state"));
8247 default:
8248 internal_error (__FILE__, __LINE__, _("bad switch"));
8249 }
8250
8251 return remote_write_bytes_aux (packet_format,
124e13d9 8252 memaddr, myaddr, len, unit_size, xfered_len,
9b409511 8253 packet_format[0], 1);
a76d924d
DJ
8254}
8255
9217e74e
YQ
8256/* Read memory data directly from the remote machine.
8257 This does not use the data cache; the data cache uses this.
8258 MEMADDR is the address in the remote memory space.
8259 MYADDR is the address of the buffer in our space.
124e13d9
SM
8260 LEN_UNITS is the number of addressable memory units to read..
8261 UNIT_SIZE is the length in bytes of an addressable unit.
9217e74e
YQ
8262
8263 Return the transferred status, error or OK (an
8264 'enum target_xfer_status' value). Save the number of bytes
124e13d9
SM
8265 transferred in *XFERED_LEN_UNITS.
8266
8267 See the comment of remote_write_bytes_aux for an example of
8268 memory read/write exchange between gdb and the stub. */
9217e74e
YQ
8269
8270static enum target_xfer_status
124e13d9
SM
8271remote_read_bytes_1 (CORE_ADDR memaddr, gdb_byte *myaddr, ULONGEST len_units,
8272 int unit_size, ULONGEST *xfered_len_units)
9217e74e
YQ
8273{
8274 struct remote_state *rs = get_remote_state ();
124e13d9 8275 int buf_size_bytes; /* Max size of packet output buffer. */
9217e74e 8276 char *p;
124e13d9
SM
8277 int todo_units;
8278 int decoded_bytes;
9217e74e 8279
124e13d9 8280 buf_size_bytes = get_memory_read_packet_size ();
9217e74e
YQ
8281 /* The packet buffer will be large enough for the payload;
8282 get_memory_packet_size ensures this. */
8283
124e13d9 8284 /* Number of units that will fit. */
325fac50
PA
8285 todo_units = std::min (len_units,
8286 (ULONGEST) (buf_size_bytes / unit_size) / 2);
9217e74e
YQ
8287
8288 /* Construct "m"<memaddr>","<len>". */
8289 memaddr = remote_address_masked (memaddr);
8290 p = rs->buf;
8291 *p++ = 'm';
8292 p += hexnumstr (p, (ULONGEST) memaddr);
8293 *p++ = ',';
124e13d9 8294 p += hexnumstr (p, (ULONGEST) todo_units);
9217e74e
YQ
8295 *p = '\0';
8296 putpkt (rs->buf);
8297 getpkt (&rs->buf, &rs->buf_size, 0);
8298 if (rs->buf[0] == 'E'
8299 && isxdigit (rs->buf[1]) && isxdigit (rs->buf[2])
8300 && rs->buf[3] == '\0')
8301 return TARGET_XFER_E_IO;
8302 /* Reply describes memory byte by byte, each byte encoded as two hex
8303 characters. */
8304 p = rs->buf;
124e13d9 8305 decoded_bytes = hex2bin (p, myaddr, todo_units * unit_size);
9217e74e 8306 /* Return what we have. Let higher layers handle partial reads. */
124e13d9 8307 *xfered_len_units = (ULONGEST) (decoded_bytes / unit_size);
9217e74e
YQ
8308 return TARGET_XFER_OK;
8309}
8310
b55fbac4
YQ
8311/* Using the set of read-only target sections of remote, read live
8312 read-only memory.
8acf9577
YQ
8313
8314 For interface/parameters/return description see target.h,
8315 to_xfer_partial. */
8316
8317static enum target_xfer_status
b55fbac4
YQ
8318remote_xfer_live_readonly_partial (struct target_ops *ops, gdb_byte *readbuf,
8319 ULONGEST memaddr, ULONGEST len,
124e13d9 8320 int unit_size, ULONGEST *xfered_len)
8acf9577
YQ
8321{
8322 struct target_section *secp;
8323 struct target_section_table *table;
8324
8325 secp = target_section_by_addr (ops, memaddr);
8326 if (secp != NULL
8327 && (bfd_get_section_flags (secp->the_bfd_section->owner,
8328 secp->the_bfd_section)
8329 & SEC_READONLY))
8330 {
8331 struct target_section *p;
8332 ULONGEST memend = memaddr + len;
8333
8334 table = target_get_section_table (ops);
8335
8336 for (p = table->sections; p < table->sections_end; p++)
8337 {
8338 if (memaddr >= p->addr)
8339 {
8340 if (memend <= p->endaddr)
8341 {
8342 /* Entire transfer is within this section. */
124e13d9 8343 return remote_read_bytes_1 (memaddr, readbuf, len, unit_size,
b55fbac4 8344 xfered_len);
8acf9577
YQ
8345 }
8346 else if (memaddr >= p->endaddr)
8347 {
8348 /* This section ends before the transfer starts. */
8349 continue;
8350 }
8351 else
8352 {
8353 /* This section overlaps the transfer. Just do half. */
8354 len = p->endaddr - memaddr;
124e13d9 8355 return remote_read_bytes_1 (memaddr, readbuf, len, unit_size,
b55fbac4 8356 xfered_len);
8acf9577
YQ
8357 }
8358 }
8359 }
8360 }
8361
8362 return TARGET_XFER_EOF;
8363}
8364
9217e74e
YQ
8365/* Similar to remote_read_bytes_1, but it reads from the remote stub
8366 first if the requested memory is unavailable in traceframe.
8367 Otherwise, fall back to remote_read_bytes_1. */
c906108c 8368
9b409511 8369static enum target_xfer_status
8acf9577 8370remote_read_bytes (struct target_ops *ops, CORE_ADDR memaddr,
124e13d9
SM
8371 gdb_byte *myaddr, ULONGEST len, int unit_size,
8372 ULONGEST *xfered_len)
c906108c 8373{
6b6aa828 8374 if (len == 0)
96c4f946 8375 return TARGET_XFER_EOF;
b2182ed2 8376
8acf9577
YQ
8377 if (get_traceframe_number () != -1)
8378 {
8379 VEC(mem_range_s) *available;
8380
8381 /* If we fail to get the set of available memory, then the
8382 target does not support querying traceframe info, and so we
8383 attempt reading from the traceframe anyway (assuming the
8384 target implements the old QTro packet then). */
8385 if (traceframe_available_memory (&available, memaddr, len))
8386 {
8387 struct cleanup *old_chain;
8388
8389 old_chain = make_cleanup (VEC_cleanup(mem_range_s), &available);
8390
8391 if (VEC_empty (mem_range_s, available)
8392 || VEC_index (mem_range_s, available, 0)->start != memaddr)
8393 {
8394 enum target_xfer_status res;
8395
8396 /* Don't read into the traceframe's available
8397 memory. */
8398 if (!VEC_empty (mem_range_s, available))
8399 {
8400 LONGEST oldlen = len;
8401
8402 len = VEC_index (mem_range_s, available, 0)->start - memaddr;
8403 gdb_assert (len <= oldlen);
8404 }
8405
8406 do_cleanups (old_chain);
8407
8408 /* This goes through the topmost target again. */
b55fbac4 8409 res = remote_xfer_live_readonly_partial (ops, myaddr, memaddr,
124e13d9 8410 len, unit_size, xfered_len);
8acf9577
YQ
8411 if (res == TARGET_XFER_OK)
8412 return TARGET_XFER_OK;
8413 else
8414 {
8415 /* No use trying further, we know some memory starting
8416 at MEMADDR isn't available. */
8417 *xfered_len = len;
8418 return TARGET_XFER_UNAVAILABLE;
8419 }
8420 }
8421
8422 /* Don't try to read more than how much is available, in
8423 case the target implements the deprecated QTro packet to
8424 cater for older GDBs (the target's knowledge of read-only
8425 sections may be outdated by now). */
8426 len = VEC_index (mem_range_s, available, 0)->length;
8427
8428 do_cleanups (old_chain);
8429 }
8430 }
8431
124e13d9 8432 return remote_read_bytes_1 (memaddr, myaddr, len, unit_size, xfered_len);
c906108c 8433}
74531fed 8434
c906108c 8435\f
c906108c 8436
a76d924d
DJ
8437/* Sends a packet with content determined by the printf format string
8438 FORMAT and the remaining arguments, then gets the reply. Returns
8439 whether the packet was a success, a failure, or unknown. */
8440
77b64a49
PA
8441static enum packet_result remote_send_printf (const char *format, ...)
8442 ATTRIBUTE_PRINTF (1, 2);
8443
2c0b251b 8444static enum packet_result
a76d924d
DJ
8445remote_send_printf (const char *format, ...)
8446{
8447 struct remote_state *rs = get_remote_state ();
8448 int max_size = get_remote_packet_size ();
a76d924d 8449 va_list ap;
a744cf53 8450
a76d924d
DJ
8451 va_start (ap, format);
8452
8453 rs->buf[0] = '\0';
8454 if (vsnprintf (rs->buf, max_size, format, ap) >= max_size)
9b20d036 8455 internal_error (__FILE__, __LINE__, _("Too long remote packet."));
a76d924d
DJ
8456
8457 if (putpkt (rs->buf) < 0)
8458 error (_("Communication problem with target."));
8459
8460 rs->buf[0] = '\0';
8461 getpkt (&rs->buf, &rs->buf_size, 0);
8462
8463 return packet_check_result (rs->buf);
8464}
8465
8466static void
8467restore_remote_timeout (void *p)
8468{
8469 int value = *(int *)p;
a744cf53 8470
a76d924d
DJ
8471 remote_timeout = value;
8472}
8473
8474/* Flash writing can take quite some time. We'll set
8475 effectively infinite timeout for flash operations.
8476 In future, we'll need to decide on a better approach. */
8477static const int remote_flash_timeout = 1000;
8478
8479static void
8480remote_flash_erase (struct target_ops *ops,
8481 ULONGEST address, LONGEST length)
8482{
f5656ead 8483 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
a76d924d
DJ
8484 int saved_remote_timeout = remote_timeout;
8485 enum packet_result ret;
a76d924d
DJ
8486 struct cleanup *back_to = make_cleanup (restore_remote_timeout,
8487 &saved_remote_timeout);
a744cf53 8488
a76d924d
DJ
8489 remote_timeout = remote_flash_timeout;
8490
8491 ret = remote_send_printf ("vFlashErase:%s,%s",
5af949e3 8492 phex (address, addr_size),
a76d924d
DJ
8493 phex (length, 4));
8494 switch (ret)
8495 {
8496 case PACKET_UNKNOWN:
8497 error (_("Remote target does not support flash erase"));
8498 case PACKET_ERROR:
8499 error (_("Error erasing flash with vFlashErase packet"));
8500 default:
8501 break;
8502 }
8503
8504 do_cleanups (back_to);
8505}
8506
9b409511
YQ
8507static enum target_xfer_status
8508remote_flash_write (struct target_ops *ops, ULONGEST address,
8509 ULONGEST length, ULONGEST *xfered_len,
8510 const gdb_byte *data)
a76d924d
DJ
8511{
8512 int saved_remote_timeout = remote_timeout;
9b409511 8513 enum target_xfer_status ret;
a76d924d 8514 struct cleanup *back_to = make_cleanup (restore_remote_timeout,
9b409511 8515 &saved_remote_timeout);
a76d924d
DJ
8516
8517 remote_timeout = remote_flash_timeout;
124e13d9 8518 ret = remote_write_bytes_aux ("vFlashWrite:", address, data, length, 1,
9b409511 8519 xfered_len,'X', 0);
a76d924d
DJ
8520 do_cleanups (back_to);
8521
8522 return ret;
8523}
8524
8525static void
8526remote_flash_done (struct target_ops *ops)
8527{
8528 int saved_remote_timeout = remote_timeout;
8529 int ret;
8530 struct cleanup *back_to = make_cleanup (restore_remote_timeout,
8531 &saved_remote_timeout);
8532
8533 remote_timeout = remote_flash_timeout;
8534 ret = remote_send_printf ("vFlashDone");
8535 do_cleanups (back_to);
8536
8537 switch (ret)
8538 {
8539 case PACKET_UNKNOWN:
8540 error (_("Remote target does not support vFlashDone"));
8541 case PACKET_ERROR:
8542 error (_("Error finishing flash operation"));
8543 default:
8544 break;
8545 }
8546}
8547
c906108c 8548static void
fba45db2 8549remote_files_info (struct target_ops *ignore)
c906108c
SS
8550{
8551 puts_filtered ("Debugging a target over a serial line.\n");
8552}
8553\f
8554/* Stuff for dealing with the packets which are part of this protocol.
8555 See comment at top of file for details. */
8556
1927e618
PA
8557/* Close/unpush the remote target, and throw a TARGET_CLOSE_ERROR
8558 error to higher layers. Called when a serial error is detected.
8559 The exception message is STRING, followed by a colon and a blank,
d6cb50a2
JK
8560 the system error message for errno at function entry and final dot
8561 for output compatibility with throw_perror_with_name. */
1927e618
PA
8562
8563static void
8564unpush_and_perror (const char *string)
8565{
d6cb50a2 8566 int saved_errno = errno;
1927e618
PA
8567
8568 remote_unpush_target ();
d6cb50a2
JK
8569 throw_error (TARGET_CLOSE_ERROR, "%s: %s.", string,
8570 safe_strerror (saved_errno));
1927e618
PA
8571}
8572
048094ac
PA
8573/* Read a single character from the remote end. The current quit
8574 handler is overridden to avoid quitting in the middle of packet
8575 sequence, as that would break communication with the remote server.
8576 See remote_serial_quit_handler for more detail. */
c906108c
SS
8577
8578static int
fba45db2 8579readchar (int timeout)
c906108c
SS
8580{
8581 int ch;
5d93a237 8582 struct remote_state *rs = get_remote_state ();
048094ac
PA
8583 struct cleanup *old_chain;
8584
8585 old_chain = make_cleanup_override_quit_handler (remote_serial_quit_handler);
8586
8587 rs->got_ctrlc_during_io = 0;
c906108c 8588
5d93a237 8589 ch = serial_readchar (rs->remote_desc, timeout);
c906108c 8590
048094ac
PA
8591 if (rs->got_ctrlc_during_io)
8592 set_quit_flag ();
8593
8594 do_cleanups (old_chain);
8595
2acceee2 8596 if (ch >= 0)
0876f84a 8597 return ch;
2acceee2
JM
8598
8599 switch ((enum serial_rc) ch)
c906108c
SS
8600 {
8601 case SERIAL_EOF:
78a095c3 8602 remote_unpush_target ();
598d3636 8603 throw_error (TARGET_CLOSE_ERROR, _("Remote connection closed"));
2acceee2 8604 /* no return */
c906108c 8605 case SERIAL_ERROR:
1927e618
PA
8606 unpush_and_perror (_("Remote communication error. "
8607 "Target disconnected."));
2acceee2 8608 /* no return */
c906108c 8609 case SERIAL_TIMEOUT:
2acceee2 8610 break;
c906108c 8611 }
2acceee2 8612 return ch;
c906108c
SS
8613}
8614
c33e31fd 8615/* Wrapper for serial_write that closes the target and throws if
048094ac
PA
8616 writing fails. The current quit handler is overridden to avoid
8617 quitting in the middle of packet sequence, as that would break
8618 communication with the remote server. See
8619 remote_serial_quit_handler for more detail. */
c33e31fd
PA
8620
8621static void
8622remote_serial_write (const char *str, int len)
8623{
5d93a237 8624 struct remote_state *rs = get_remote_state ();
048094ac
PA
8625 struct cleanup *old_chain;
8626
8627 old_chain = make_cleanup_override_quit_handler (remote_serial_quit_handler);
8628
8629 rs->got_ctrlc_during_io = 0;
5d93a237
TT
8630
8631 if (serial_write (rs->remote_desc, str, len))
c33e31fd 8632 {
1927e618
PA
8633 unpush_and_perror (_("Remote communication error. "
8634 "Target disconnected."));
c33e31fd 8635 }
048094ac
PA
8636
8637 if (rs->got_ctrlc_during_io)
8638 set_quit_flag ();
8639
8640 do_cleanups (old_chain);
c33e31fd
PA
8641}
8642
6d820c5c
DJ
8643/* Send the command in *BUF to the remote machine, and read the reply
8644 into *BUF. Report an error if we get an error reply. Resize
8645 *BUF using xrealloc if necessary to hold the result, and update
8646 *SIZEOF_BUF. */
c906108c
SS
8647
8648static void
6d820c5c
DJ
8649remote_send (char **buf,
8650 long *sizeof_buf)
c906108c 8651{
6d820c5c 8652 putpkt (*buf);
c2d11a7d 8653 getpkt (buf, sizeof_buf, 0);
c906108c 8654
6d820c5c
DJ
8655 if ((*buf)[0] == 'E')
8656 error (_("Remote failure reply: %s"), *buf);
c906108c
SS
8657}
8658
b3ced9ba
PA
8659/* Return a string representing an escaped version of BUF, of len N.
8660 E.g. \n is converted to \\n, \t to \\t, etc. */
6e5abd65 8661
b3ced9ba 8662static std::string
6e5abd65
PA
8663escape_buffer (const char *buf, int n)
8664{
8665 struct cleanup *old_chain;
8666 struct ui_file *stb;
6e5abd65
PA
8667
8668 stb = mem_fileopen ();
8669 old_chain = make_cleanup_ui_file_delete (stb);
8670
6ef284bd 8671 fputstrn_unfiltered (buf, n, '\\', stb);
b3ced9ba 8672 std::string str = ui_file_as_string (stb);
6e5abd65
PA
8673 do_cleanups (old_chain);
8674 return str;
8675}
8676
c906108c
SS
8677/* Display a null-terminated packet on stdout, for debugging, using C
8678 string notation. */
8679
8680static void
baa336ce 8681print_packet (const char *buf)
c906108c
SS
8682{
8683 puts_filtered ("\"");
43e526b9 8684 fputstr_filtered (buf, '"', gdb_stdout);
c906108c
SS
8685 puts_filtered ("\"");
8686}
8687
8688int
baa336ce 8689putpkt (const char *buf)
c906108c
SS
8690{
8691 return putpkt_binary (buf, strlen (buf));
8692}
8693
8694/* Send a packet to the remote machine, with error checking. The data
23860348 8695 of the packet is in BUF. The string in BUF can be at most
ea9c271d 8696 get_remote_packet_size () - 5 to account for the $, # and checksum,
23860348
MS
8697 and for a possible /0 if we are debugging (remote_debug) and want
8698 to print the sent packet as a string. */
c906108c
SS
8699
8700static int
baa336ce 8701putpkt_binary (const char *buf, int cnt)
c906108c 8702{
2d717e4f 8703 struct remote_state *rs = get_remote_state ();
c906108c
SS
8704 int i;
8705 unsigned char csum = 0;
224c3ddb 8706 char *buf2 = (char *) xmalloc (cnt + 6);
a5c0808e 8707 struct cleanup *old_chain = make_cleanup (xfree, buf2);
085dd6e6 8708
c906108c
SS
8709 int ch;
8710 int tcount = 0;
8711 char *p;
8712
e24a49d8
PA
8713 /* Catch cases like trying to read memory or listing threads while
8714 we're waiting for a stop reply. The remote server wouldn't be
8715 ready to handle this request, so we'd hang and timeout. We don't
8716 have to worry about this in synchronous mode, because in that
8717 case it's not possible to issue a command while the target is
74531fed
PA
8718 running. This is not a problem in non-stop mode, because in that
8719 case, the stub is always ready to process serial input. */
6efcd9a8
PA
8720 if (!target_is_non_stop_p ()
8721 && target_is_async_p ()
8722 && rs->waiting_for_stop_reply)
9597b22a
DE
8723 {
8724 error (_("Cannot execute this command while the target is running.\n"
8725 "Use the \"interrupt\" command to stop the target\n"
8726 "and then try again."));
8727 }
e24a49d8 8728
2d717e4f
DJ
8729 /* We're sending out a new packet. Make sure we don't look at a
8730 stale cached response. */
8731 rs->cached_wait_status = 0;
8732
c906108c
SS
8733 /* Copy the packet into buffer BUF2, encapsulating it
8734 and giving it a checksum. */
8735
c906108c
SS
8736 p = buf2;
8737 *p++ = '$';
8738
8739 for (i = 0; i < cnt; i++)
8740 {
8741 csum += buf[i];
8742 *p++ = buf[i];
8743 }
8744 *p++ = '#';
8745 *p++ = tohex ((csum >> 4) & 0xf);
8746 *p++ = tohex (csum & 0xf);
8747
8748 /* Send it over and over until we get a positive ack. */
8749
8750 while (1)
8751 {
8752 int started_error_output = 0;
8753
8754 if (remote_debug)
8755 {
8756 *p = '\0';
b3ced9ba 8757
6f8976bf
YQ
8758 int len = (int) (p - buf2);
8759
8760 std::string str
8761 = escape_buffer (buf2, std::min (len, REMOTE_DEBUG_MAX_CHAR));
8762
8763 fprintf_unfiltered (gdb_stdlog, "Sending packet: %s", str.c_str ());
8764
8765 if (str.length () > REMOTE_DEBUG_MAX_CHAR)
8766 {
8767 fprintf_unfiltered (gdb_stdlog, "[%zu bytes omitted]",
8768 str.length () - REMOTE_DEBUG_MAX_CHAR);
8769 }
8770
8771 fprintf_unfiltered (gdb_stdlog, "...");
b3ced9ba 8772
0f71a2f6 8773 gdb_flush (gdb_stdlog);
c906108c 8774 }
c33e31fd 8775 remote_serial_write (buf2, p - buf2);
c906108c 8776
a6f3e723
SL
8777 /* If this is a no acks version of the remote protocol, send the
8778 packet and move on. */
8779 if (rs->noack_mode)
8780 break;
8781
74531fed
PA
8782 /* Read until either a timeout occurs (-2) or '+' is read.
8783 Handle any notification that arrives in the mean time. */
c906108c
SS
8784 while (1)
8785 {
8786 ch = readchar (remote_timeout);
8787
c5aa993b 8788 if (remote_debug)
c906108c
SS
8789 {
8790 switch (ch)
8791 {
8792 case '+':
1216fa2c 8793 case '-':
c906108c
SS
8794 case SERIAL_TIMEOUT:
8795 case '$':
74531fed 8796 case '%':
c906108c
SS
8797 if (started_error_output)
8798 {
8799 putchar_unfiltered ('\n');
8800 started_error_output = 0;
8801 }
8802 }
8803 }
8804
8805 switch (ch)
8806 {
8807 case '+':
8808 if (remote_debug)
0f71a2f6 8809 fprintf_unfiltered (gdb_stdlog, "Ack\n");
a5c0808e 8810 do_cleanups (old_chain);
c906108c 8811 return 1;
1216fa2c
AC
8812 case '-':
8813 if (remote_debug)
8814 fprintf_unfiltered (gdb_stdlog, "Nak\n");
a17d146e 8815 /* FALLTHROUGH */
c906108c 8816 case SERIAL_TIMEOUT:
c5aa993b 8817 tcount++;
c906108c 8818 if (tcount > 3)
a5c0808e
PA
8819 {
8820 do_cleanups (old_chain);
8821 return 0;
8822 }
23860348 8823 break; /* Retransmit buffer. */
c906108c
SS
8824 case '$':
8825 {
40e3f985 8826 if (remote_debug)
2bc416ba 8827 fprintf_unfiltered (gdb_stdlog,
23860348 8828 "Packet instead of Ack, ignoring it\n");
d6f7abdf
AC
8829 /* It's probably an old response sent because an ACK
8830 was lost. Gobble up the packet and ack it so it
8831 doesn't get retransmitted when we resend this
8832 packet. */
6d820c5c 8833 skip_frame ();
c33e31fd 8834 remote_serial_write ("+", 1);
23860348 8835 continue; /* Now, go look for +. */
c906108c 8836 }
74531fed
PA
8837
8838 case '%':
8839 {
8840 int val;
8841
8842 /* If we got a notification, handle it, and go back to looking
8843 for an ack. */
8844 /* We've found the start of a notification. Now
8845 collect the data. */
8846 val = read_frame (&rs->buf, &rs->buf_size);
8847 if (val >= 0)
8848 {
8849 if (remote_debug)
8850 {
b3ced9ba 8851 std::string str = escape_buffer (rs->buf, val);
6e5abd65 8852
6e5abd65
PA
8853 fprintf_unfiltered (gdb_stdlog,
8854 " Notification received: %s\n",
b3ced9ba 8855 str.c_str ());
74531fed 8856 }
5965e028 8857 handle_notification (rs->notif_state, rs->buf);
74531fed
PA
8858 /* We're in sync now, rewait for the ack. */
8859 tcount = 0;
8860 }
8861 else
8862 {
8863 if (remote_debug)
8864 {
8865 if (!started_error_output)
8866 {
8867 started_error_output = 1;
8868 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
8869 }
8870 fputc_unfiltered (ch & 0177, gdb_stdlog);
8871 fprintf_unfiltered (gdb_stdlog, "%s", rs->buf);
8872 }
8873 }
8874 continue;
8875 }
8876 /* fall-through */
c906108c
SS
8877 default:
8878 if (remote_debug)
8879 {
8880 if (!started_error_output)
8881 {
8882 started_error_output = 1;
0f71a2f6 8883 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
c906108c 8884 }
0f71a2f6 8885 fputc_unfiltered (ch & 0177, gdb_stdlog);
c906108c
SS
8886 }
8887 continue;
8888 }
23860348 8889 break; /* Here to retransmit. */
c906108c
SS
8890 }
8891
8892#if 0
8893 /* This is wrong. If doing a long backtrace, the user should be
c5aa993b
JM
8894 able to get out next time we call QUIT, without anything as
8895 violent as interrupt_query. If we want to provide a way out of
8896 here without getting to the next QUIT, it should be based on
8897 hitting ^C twice as in remote_wait. */
c906108c
SS
8898 if (quit_flag)
8899 {
8900 quit_flag = 0;
8901 interrupt_query ();
8902 }
8903#endif
8904 }
a5c0808e
PA
8905
8906 do_cleanups (old_chain);
a6f3e723 8907 return 0;
c906108c
SS
8908}
8909
6d820c5c
DJ
8910/* Come here after finding the start of a frame when we expected an
8911 ack. Do our best to discard the rest of this packet. */
8912
8913static void
8914skip_frame (void)
8915{
8916 int c;
8917
8918 while (1)
8919 {
8920 c = readchar (remote_timeout);
8921 switch (c)
8922 {
8923 case SERIAL_TIMEOUT:
8924 /* Nothing we can do. */
8925 return;
8926 case '#':
8927 /* Discard the two bytes of checksum and stop. */
8928 c = readchar (remote_timeout);
8929 if (c >= 0)
8930 c = readchar (remote_timeout);
8931
8932 return;
8933 case '*': /* Run length encoding. */
8934 /* Discard the repeat count. */
8935 c = readchar (remote_timeout);
8936 if (c < 0)
8937 return;
8938 break;
8939 default:
8940 /* A regular character. */
8941 break;
8942 }
8943 }
8944}
8945
c906108c 8946/* Come here after finding the start of the frame. Collect the rest
6d820c5c
DJ
8947 into *BUF, verifying the checksum, length, and handling run-length
8948 compression. NUL terminate the buffer. If there is not enough room,
8949 expand *BUF using xrealloc.
c906108c 8950
c2d11a7d
JM
8951 Returns -1 on error, number of characters in buffer (ignoring the
8952 trailing NULL) on success. (could be extended to return one of the
23860348 8953 SERIAL status indications). */
c2d11a7d
JM
8954
8955static long
6d820c5c
DJ
8956read_frame (char **buf_p,
8957 long *sizeof_buf)
c906108c
SS
8958{
8959 unsigned char csum;
c2d11a7d 8960 long bc;
c906108c 8961 int c;
6d820c5c 8962 char *buf = *buf_p;
a6f3e723 8963 struct remote_state *rs = get_remote_state ();
c906108c
SS
8964
8965 csum = 0;
c2d11a7d 8966 bc = 0;
c906108c
SS
8967
8968 while (1)
8969 {
8970 c = readchar (remote_timeout);
c906108c
SS
8971 switch (c)
8972 {
8973 case SERIAL_TIMEOUT:
8974 if (remote_debug)
0f71a2f6 8975 fputs_filtered ("Timeout in mid-packet, retrying\n", gdb_stdlog);
c2d11a7d 8976 return -1;
c906108c
SS
8977 case '$':
8978 if (remote_debug)
0f71a2f6
JM
8979 fputs_filtered ("Saw new packet start in middle of old one\n",
8980 gdb_stdlog);
23860348 8981 return -1; /* Start a new packet, count retries. */
c906108c
SS
8982 case '#':
8983 {
8984 unsigned char pktcsum;
e1b09194
AC
8985 int check_0 = 0;
8986 int check_1 = 0;
c906108c 8987
c2d11a7d 8988 buf[bc] = '\0';
c906108c 8989
e1b09194
AC
8990 check_0 = readchar (remote_timeout);
8991 if (check_0 >= 0)
8992 check_1 = readchar (remote_timeout);
802188a7 8993
e1b09194
AC
8994 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT)
8995 {
8996 if (remote_debug)
2bc416ba 8997 fputs_filtered ("Timeout in checksum, retrying\n",
23860348 8998 gdb_stdlog);
e1b09194
AC
8999 return -1;
9000 }
9001 else if (check_0 < 0 || check_1 < 0)
40e3f985
FN
9002 {
9003 if (remote_debug)
2bc416ba 9004 fputs_filtered ("Communication error in checksum\n",
23860348 9005 gdb_stdlog);
40e3f985
FN
9006 return -1;
9007 }
c906108c 9008
a6f3e723
SL
9009 /* Don't recompute the checksum; with no ack packets we
9010 don't have any way to indicate a packet retransmission
9011 is necessary. */
9012 if (rs->noack_mode)
9013 return bc;
9014
e1b09194 9015 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1);
c906108c 9016 if (csum == pktcsum)
c2d11a7d 9017 return bc;
c906108c 9018
c5aa993b 9019 if (remote_debug)
c906108c 9020 {
b3ced9ba 9021 std::string str = escape_buffer (buf, bc);
6e5abd65 9022
6e5abd65 9023 fprintf_unfiltered (gdb_stdlog,
3e43a32a
MS
9024 "Bad checksum, sentsum=0x%x, "
9025 "csum=0x%x, buf=%s\n",
b3ced9ba 9026 pktcsum, csum, str.c_str ());
c906108c 9027 }
c2d11a7d 9028 /* Number of characters in buffer ignoring trailing
23860348 9029 NULL. */
c2d11a7d 9030 return -1;
c906108c 9031 }
23860348 9032 case '*': /* Run length encoding. */
c2c6d25f
JM
9033 {
9034 int repeat;
c906108c 9035
a744cf53 9036 csum += c;
b4501125
AC
9037 c = readchar (remote_timeout);
9038 csum += c;
23860348 9039 repeat = c - ' ' + 3; /* Compute repeat count. */
c906108c 9040
23860348 9041 /* The character before ``*'' is repeated. */
c2d11a7d 9042
6d820c5c 9043 if (repeat > 0 && repeat <= 255 && bc > 0)
c2c6d25f 9044 {
6d820c5c
DJ
9045 if (bc + repeat - 1 >= *sizeof_buf - 1)
9046 {
9047 /* Make some more room in the buffer. */
9048 *sizeof_buf += repeat;
224c3ddb 9049 *buf_p = (char *) xrealloc (*buf_p, *sizeof_buf);
6d820c5c
DJ
9050 buf = *buf_p;
9051 }
9052
c2d11a7d
JM
9053 memset (&buf[bc], buf[bc - 1], repeat);
9054 bc += repeat;
c2c6d25f
JM
9055 continue;
9056 }
9057
c2d11a7d 9058 buf[bc] = '\0';
6d820c5c 9059 printf_filtered (_("Invalid run length encoding: %s\n"), buf);
c2d11a7d 9060 return -1;
c2c6d25f 9061 }
c906108c 9062 default:
6d820c5c 9063 if (bc >= *sizeof_buf - 1)
c906108c 9064 {
6d820c5c
DJ
9065 /* Make some more room in the buffer. */
9066 *sizeof_buf *= 2;
224c3ddb 9067 *buf_p = (char *) xrealloc (*buf_p, *sizeof_buf);
6d820c5c 9068 buf = *buf_p;
c906108c
SS
9069 }
9070
6d820c5c
DJ
9071 buf[bc++] = c;
9072 csum += c;
9073 continue;
c906108c
SS
9074 }
9075 }
9076}
9077
9078/* Read a packet from the remote machine, with error checking, and
6d820c5c
DJ
9079 store it in *BUF. Resize *BUF using xrealloc if necessary to hold
9080 the result, and update *SIZEOF_BUF. If FOREVER, wait forever
9081 rather than timing out; this is used (in synchronous mode) to wait
9082 for a target that is is executing user code to stop. */
d9fcf2fb
JM
9083/* FIXME: ezannoni 2000-02-01 this wrapper is necessary so that we
9084 don't have to change all the calls to getpkt to deal with the
9085 return value, because at the moment I don't know what the right
23860348 9086 thing to do it for those. */
c906108c 9087void
6d820c5c
DJ
9088getpkt (char **buf,
9089 long *sizeof_buf,
c2d11a7d 9090 int forever)
d9fcf2fb 9091{
54887903 9092 getpkt_sane (buf, sizeof_buf, forever);
d9fcf2fb
JM
9093}
9094
9095
9096/* Read a packet from the remote machine, with error checking, and
6d820c5c
DJ
9097 store it in *BUF. Resize *BUF using xrealloc if necessary to hold
9098 the result, and update *SIZEOF_BUF. If FOREVER, wait forever
9099 rather than timing out; this is used (in synchronous mode) to wait
9100 for a target that is is executing user code to stop. If FOREVER ==
9101 0, this function is allowed to time out gracefully and return an
74531fed
PA
9102 indication of this to the caller. Otherwise return the number of
9103 bytes read. If EXPECTING_NOTIF, consider receiving a notification
fee9eda9
YQ
9104 enough reason to return to the caller. *IS_NOTIF is an output
9105 boolean that indicates whether *BUF holds a notification or not
9106 (a regular packet). */
74531fed 9107
3172dc30 9108static int
74531fed 9109getpkt_or_notif_sane_1 (char **buf, long *sizeof_buf, int forever,
fee9eda9 9110 int expecting_notif, int *is_notif)
c906108c 9111{
2d717e4f 9112 struct remote_state *rs = get_remote_state ();
c906108c
SS
9113 int c;
9114 int tries;
9115 int timeout;
df4b58fe 9116 int val = -1;
c906108c 9117
2d717e4f
DJ
9118 /* We're reading a new response. Make sure we don't look at a
9119 previously cached response. */
9120 rs->cached_wait_status = 0;
9121
6d820c5c 9122 strcpy (*buf, "timeout");
c906108c
SS
9123
9124 if (forever)
74531fed
PA
9125 timeout = watchdog > 0 ? watchdog : -1;
9126 else if (expecting_notif)
9127 timeout = 0; /* There should already be a char in the buffer. If
9128 not, bail out. */
c906108c
SS
9129 else
9130 timeout = remote_timeout;
9131
9132#define MAX_TRIES 3
9133
74531fed
PA
9134 /* Process any number of notifications, and then return when
9135 we get a packet. */
9136 for (;;)
c906108c 9137 {
d9c43928 9138 /* If we get a timeout or bad checksum, retry up to MAX_TRIES
74531fed
PA
9139 times. */
9140 for (tries = 1; tries <= MAX_TRIES; tries++)
c906108c 9141 {
74531fed
PA
9142 /* This can loop forever if the remote side sends us
9143 characters continuously, but if it pauses, we'll get
9144 SERIAL_TIMEOUT from readchar because of timeout. Then
9145 we'll count that as a retry.
9146
9147 Note that even when forever is set, we will only wait
9148 forever prior to the start of a packet. After that, we
9149 expect characters to arrive at a brisk pace. They should
9150 show up within remote_timeout intervals. */
9151 do
9152 c = readchar (timeout);
9153 while (c != SERIAL_TIMEOUT && c != '$' && c != '%');
c906108c
SS
9154
9155 if (c == SERIAL_TIMEOUT)
9156 {
74531fed
PA
9157 if (expecting_notif)
9158 return -1; /* Don't complain, it's normal to not get
9159 anything in this case. */
9160
23860348 9161 if (forever) /* Watchdog went off? Kill the target. */
c906108c 9162 {
78a095c3 9163 remote_unpush_target ();
598d3636
JK
9164 throw_error (TARGET_CLOSE_ERROR,
9165 _("Watchdog timeout has expired. "
9166 "Target detached."));
c906108c 9167 }
c906108c 9168 if (remote_debug)
0f71a2f6 9169 fputs_filtered ("Timed out.\n", gdb_stdlog);
c906108c 9170 }
74531fed
PA
9171 else
9172 {
9173 /* We've found the start of a packet or notification.
9174 Now collect the data. */
9175 val = read_frame (buf, sizeof_buf);
9176 if (val >= 0)
9177 break;
9178 }
9179
c33e31fd 9180 remote_serial_write ("-", 1);
c906108c 9181 }
c906108c 9182
74531fed
PA
9183 if (tries > MAX_TRIES)
9184 {
9185 /* We have tried hard enough, and just can't receive the
9186 packet/notification. Give up. */
9187 printf_unfiltered (_("Ignoring packet error, continuing...\n"));
c906108c 9188
74531fed
PA
9189 /* Skip the ack char if we're in no-ack mode. */
9190 if (!rs->noack_mode)
c33e31fd 9191 remote_serial_write ("+", 1);
74531fed
PA
9192 return -1;
9193 }
c906108c 9194
74531fed
PA
9195 /* If we got an ordinary packet, return that to our caller. */
9196 if (c == '$')
c906108c
SS
9197 {
9198 if (remote_debug)
43e526b9 9199 {
6f8976bf
YQ
9200 std::string str
9201 = escape_buffer (*buf,
9202 std::min (val, REMOTE_DEBUG_MAX_CHAR));
9203
9204 fprintf_unfiltered (gdb_stdlog, "Packet received: %s",
9205 str.c_str ());
9206
9207 if (str.length () > REMOTE_DEBUG_MAX_CHAR)
9208 {
9209 fprintf_unfiltered (gdb_stdlog, "[%zu bytes omitted]",
9210 str.length () - REMOTE_DEBUG_MAX_CHAR);
9211 }
6e5abd65 9212
6f8976bf 9213 fprintf_unfiltered (gdb_stdlog, "\n");
43e526b9 9214 }
a6f3e723
SL
9215
9216 /* Skip the ack char if we're in no-ack mode. */
9217 if (!rs->noack_mode)
c33e31fd 9218 remote_serial_write ("+", 1);
fee9eda9
YQ
9219 if (is_notif != NULL)
9220 *is_notif = 0;
0876f84a 9221 return val;
c906108c
SS
9222 }
9223
74531fed
PA
9224 /* If we got a notification, handle it, and go back to looking
9225 for a packet. */
9226 else
9227 {
9228 gdb_assert (c == '%');
9229
9230 if (remote_debug)
9231 {
b3ced9ba 9232 std::string str = escape_buffer (*buf, val);
6e5abd65 9233
6e5abd65
PA
9234 fprintf_unfiltered (gdb_stdlog,
9235 " Notification received: %s\n",
b3ced9ba 9236 str.c_str ());
74531fed 9237 }
fee9eda9
YQ
9238 if (is_notif != NULL)
9239 *is_notif = 1;
c906108c 9240
5965e028 9241 handle_notification (rs->notif_state, *buf);
c906108c 9242
74531fed 9243 /* Notifications require no acknowledgement. */
a6f3e723 9244
74531fed 9245 if (expecting_notif)
fee9eda9 9246 return val;
74531fed
PA
9247 }
9248 }
9249}
9250
9251static int
9252getpkt_sane (char **buf, long *sizeof_buf, int forever)
9253{
fee9eda9 9254 return getpkt_or_notif_sane_1 (buf, sizeof_buf, forever, 0, NULL);
74531fed
PA
9255}
9256
9257static int
fee9eda9
YQ
9258getpkt_or_notif_sane (char **buf, long *sizeof_buf, int forever,
9259 int *is_notif)
74531fed 9260{
fee9eda9
YQ
9261 return getpkt_or_notif_sane_1 (buf, sizeof_buf, forever, 1,
9262 is_notif);
c906108c 9263}
74531fed 9264
cbb8991c
DB
9265/* Check whether EVENT is a fork event for the process specified
9266 by the pid passed in DATA, and if it is, kill the fork child. */
9267
9268static int
9269kill_child_of_pending_fork (QUEUE (stop_reply_p) *q,
9270 QUEUE_ITER (stop_reply_p) *iter,
9271 stop_reply_p event,
9272 void *data)
9273{
19ba03f4 9274 struct queue_iter_param *param = (struct queue_iter_param *) data;
cbb8991c
DB
9275 int parent_pid = *(int *) param->input;
9276
9277 if (is_pending_fork_parent (&event->ws, parent_pid, event->ptid))
9278 {
9279 struct remote_state *rs = get_remote_state ();
9280 int child_pid = ptid_get_pid (event->ws.value.related_pid);
9281 int res;
9282
9283 res = remote_vkill (child_pid, rs);
9284 if (res != 0)
9285 error (_("Can't kill fork child process %d"), child_pid);
9286 }
9287
9288 return 1;
9289}
9290
9291/* Kill any new fork children of process PID that haven't been
9292 processed by follow_fork. */
9293
9294static void
9295kill_new_fork_children (int pid, struct remote_state *rs)
9296{
9297 struct thread_info *thread;
9298 struct notif_client *notif = &notif_client_stop;
9299 struct queue_iter_param param;
9300
9301 /* Kill the fork child threads of any threads in process PID
9302 that are stopped at a fork event. */
9303 ALL_NON_EXITED_THREADS (thread)
9304 {
9305 struct target_waitstatus *ws = &thread->pending_follow;
9306
9307 if (is_pending_fork_parent (ws, pid, thread->ptid))
9308 {
9309 struct remote_state *rs = get_remote_state ();
9310 int child_pid = ptid_get_pid (ws->value.related_pid);
9311 int res;
9312
9313 res = remote_vkill (child_pid, rs);
9314 if (res != 0)
9315 error (_("Can't kill fork child process %d"), child_pid);
9316 }
9317 }
9318
9319 /* Check for any pending fork events (not reported or processed yet)
9320 in process PID and kill those fork child threads as well. */
9321 remote_notif_get_pending_events (notif);
9322 param.input = &pid;
9323 param.output = NULL;
9324 QUEUE_iterate (stop_reply_p, stop_reply_queue,
9325 kill_child_of_pending_fork, &param);
9326}
9327
c906108c 9328\f
8020350c
DB
9329/* Target hook to kill the current inferior. */
9330
c906108c 9331static void
7d85a9c0 9332remote_kill (struct target_ops *ops)
43ff13b4 9333{
8020350c
DB
9334 int res = -1;
9335 int pid = ptid_get_pid (inferior_ptid);
9336 struct remote_state *rs = get_remote_state ();
0fdf84ca 9337
8020350c 9338 if (packet_support (PACKET_vKill) != PACKET_DISABLE)
0fdf84ca 9339 {
8020350c
DB
9340 /* If we're stopped while forking and we haven't followed yet,
9341 kill the child task. We need to do this before killing the
9342 parent task because if this is a vfork then the parent will
9343 be sleeping. */
9344 kill_new_fork_children (pid, rs);
9345
9346 res = remote_vkill (pid, rs);
9347 if (res == 0)
0fdf84ca 9348 {
bc1e6c81 9349 target_mourn_inferior (inferior_ptid);
0fdf84ca
PA
9350 return;
9351 }
8020350c 9352 }
0fdf84ca 9353
8020350c
DB
9354 /* If we are in 'target remote' mode and we are killing the only
9355 inferior, then we will tell gdbserver to exit and unpush the
9356 target. */
9357 if (res == -1 && !remote_multi_process_p (rs)
9358 && number_of_live_inferiors () == 1)
9359 {
9360 remote_kill_k ();
9361
9362 /* We've killed the remote end, we get to mourn it. If we are
9363 not in extended mode, mourning the inferior also unpushes
9364 remote_ops from the target stack, which closes the remote
9365 connection. */
bc1e6c81 9366 target_mourn_inferior (inferior_ptid);
8020350c
DB
9367
9368 return;
0fdf84ca 9369 }
43ff13b4 9370
8020350c 9371 error (_("Can't kill process"));
43ff13b4
JM
9372}
9373
8020350c
DB
9374/* Send a kill request to the target using the 'vKill' packet. */
9375
82f73884
PA
9376static int
9377remote_vkill (int pid, struct remote_state *rs)
9378{
4082afcc 9379 if (packet_support (PACKET_vKill) == PACKET_DISABLE)
82f73884
PA
9380 return -1;
9381
9382 /* Tell the remote target to detach. */
bba74b36 9383 xsnprintf (rs->buf, get_remote_packet_size (), "vKill;%x", pid);
82f73884
PA
9384 putpkt (rs->buf);
9385 getpkt (&rs->buf, &rs->buf_size, 0);
9386
4082afcc
PA
9387 switch (packet_ok (rs->buf,
9388 &remote_protocol_packets[PACKET_vKill]))
9389 {
9390 case PACKET_OK:
9391 return 0;
9392 case PACKET_ERROR:
9393 return 1;
9394 case PACKET_UNKNOWN:
9395 return -1;
9396 default:
9397 internal_error (__FILE__, __LINE__, _("Bad result from packet_ok"));
9398 }
82f73884
PA
9399}
9400
8020350c
DB
9401/* Send a kill request to the target using the 'k' packet. */
9402
82f73884 9403static void
8020350c 9404remote_kill_k (void)
82f73884 9405{
8020350c
DB
9406 /* Catch errors so the user can quit from gdb even when we
9407 aren't on speaking terms with the remote system. */
9408 TRY
82f73884 9409 {
82f73884 9410 putpkt ("k");
82f73884 9411 }
8020350c
DB
9412 CATCH (ex, RETURN_MASK_ERROR)
9413 {
9414 if (ex.error == TARGET_CLOSE_ERROR)
9415 {
9416 /* If we got an (EOF) error that caused the target
9417 to go away, then we're done, that's what we wanted.
9418 "k" is susceptible to cause a premature EOF, given
9419 that the remote server isn't actually required to
9420 reply to "k", and it can happen that it doesn't
9421 even get to reply ACK to the "k". */
9422 return;
9423 }
82f73884 9424
8020350c
DB
9425 /* Otherwise, something went wrong. We didn't actually kill
9426 the target. Just propagate the exception, and let the
9427 user or higher layers decide what to do. */
9428 throw_exception (ex);
9429 }
9430 END_CATCH
82f73884
PA
9431}
9432
c906108c 9433static void
20f796c9 9434remote_mourn (struct target_ops *target)
c906108c 9435{
8020350c 9436 struct remote_state *rs = get_remote_state ();
ce5ce7ed 9437
8020350c
DB
9438 /* In 'target remote' mode with one inferior, we close the connection. */
9439 if (!rs->extended && number_of_live_inferiors () <= 1)
9440 {
9441 unpush_target (target);
c906108c 9442
8020350c
DB
9443 /* remote_close takes care of doing most of the clean up. */
9444 generic_mourn_inferior ();
9445 return;
9446 }
c906108c 9447
e24a49d8
PA
9448 /* In case we got here due to an error, but we're going to stay
9449 connected. */
9450 rs->waiting_for_stop_reply = 0;
9451
dc1981d7
PA
9452 /* If the current general thread belonged to the process we just
9453 detached from or has exited, the remote side current general
9454 thread becomes undefined. Considering a case like this:
9455
9456 - We just got here due to a detach.
9457 - The process that we're detaching from happens to immediately
9458 report a global breakpoint being hit in non-stop mode, in the
9459 same thread we had selected before.
9460 - GDB attaches to this process again.
9461 - This event happens to be the next event we handle.
9462
9463 GDB would consider that the current general thread didn't need to
9464 be set on the stub side (with Hg), since for all it knew,
9465 GENERAL_THREAD hadn't changed.
9466
9467 Notice that although in all-stop mode, the remote server always
9468 sets the current thread to the thread reporting the stop event,
9469 that doesn't happen in non-stop mode; in non-stop, the stub *must
9470 not* change the current thread when reporting a breakpoint hit,
9471 due to the decoupling of event reporting and event handling.
9472
9473 To keep things simple, we always invalidate our notion of the
9474 current thread. */
47f8a51d 9475 record_currthread (rs, minus_one_ptid);
dc1981d7 9476
8020350c 9477 /* Call common code to mark the inferior as not running. */
48aa3c27
PA
9478 generic_mourn_inferior ();
9479
d729566a 9480 if (!have_inferiors ())
2d717e4f 9481 {
82f73884
PA
9482 if (!remote_multi_process_p (rs))
9483 {
9484 /* Check whether the target is running now - some remote stubs
9485 automatically restart after kill. */
9486 putpkt ("?");
9487 getpkt (&rs->buf, &rs->buf_size, 0);
9488
9489 if (rs->buf[0] == 'S' || rs->buf[0] == 'T')
9490 {
3e43a32a
MS
9491 /* Assume that the target has been restarted. Set
9492 inferior_ptid so that bits of core GDB realizes
9493 there's something here, e.g., so that the user can
9494 say "kill" again. */
82f73884
PA
9495 inferior_ptid = magic_null_ptid;
9496 }
82f73884 9497 }
2d717e4f
DJ
9498 }
9499}
c906108c 9500
03583c20 9501static int
2bfc0540 9502extended_remote_supports_disable_randomization (struct target_ops *self)
03583c20 9503{
4082afcc 9504 return packet_support (PACKET_QDisableRandomization) == PACKET_ENABLE;
03583c20
UW
9505}
9506
9507static void
9508extended_remote_disable_randomization (int val)
9509{
9510 struct remote_state *rs = get_remote_state ();
9511 char *reply;
9512
bba74b36
YQ
9513 xsnprintf (rs->buf, get_remote_packet_size (), "QDisableRandomization:%x",
9514 val);
03583c20
UW
9515 putpkt (rs->buf);
9516 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
9517 if (*reply == '\0')
9518 error (_("Target does not support QDisableRandomization."));
9519 if (strcmp (reply, "OK") != 0)
9520 error (_("Bogus QDisableRandomization reply from target: %s"), reply);
9521}
9522
2d717e4f
DJ
9523static int
9524extended_remote_run (char *args)
9525{
9526 struct remote_state *rs = get_remote_state ();
2d717e4f 9527 int len;
94585166 9528 const char *remote_exec_file = get_remote_exec_file ();
c906108c 9529
2d717e4f
DJ
9530 /* If the user has disabled vRun support, or we have detected that
9531 support is not available, do not try it. */
4082afcc 9532 if (packet_support (PACKET_vRun) == PACKET_DISABLE)
2d717e4f 9533 return -1;
424163ea 9534
2d717e4f
DJ
9535 strcpy (rs->buf, "vRun;");
9536 len = strlen (rs->buf);
c906108c 9537
2d717e4f
DJ
9538 if (strlen (remote_exec_file) * 2 + len >= get_remote_packet_size ())
9539 error (_("Remote file name too long for run packet"));
9f1b45b0
TT
9540 len += 2 * bin2hex ((gdb_byte *) remote_exec_file, rs->buf + len,
9541 strlen (remote_exec_file));
2d717e4f 9542
d1a41061 9543 gdb_assert (args != NULL);
2d717e4f
DJ
9544 if (*args)
9545 {
9546 struct cleanup *back_to;
9547 int i;
9548 char **argv;
9549
d1a41061 9550 argv = gdb_buildargv (args);
6e366df1 9551 back_to = make_cleanup_freeargv (argv);
2d717e4f
DJ
9552 for (i = 0; argv[i] != NULL; i++)
9553 {
9554 if (strlen (argv[i]) * 2 + 1 + len >= get_remote_packet_size ())
9555 error (_("Argument list too long for run packet"));
9556 rs->buf[len++] = ';';
9f1b45b0
TT
9557 len += 2 * bin2hex ((gdb_byte *) argv[i], rs->buf + len,
9558 strlen (argv[i]));
2d717e4f
DJ
9559 }
9560 do_cleanups (back_to);
9561 }
9562
9563 rs->buf[len++] = '\0';
9564
9565 putpkt (rs->buf);
9566 getpkt (&rs->buf, &rs->buf_size, 0);
9567
4082afcc 9568 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_vRun]))
2d717e4f 9569 {
4082afcc 9570 case PACKET_OK:
3405876a 9571 /* We have a wait response. All is well. */
2d717e4f 9572 return 0;
4082afcc
PA
9573 case PACKET_UNKNOWN:
9574 return -1;
9575 case PACKET_ERROR:
2d717e4f
DJ
9576 if (remote_exec_file[0] == '\0')
9577 error (_("Running the default executable on the remote target failed; "
9578 "try \"set remote exec-file\"?"));
9579 else
9580 error (_("Running \"%s\" on the remote target failed"),
9581 remote_exec_file);
4082afcc
PA
9582 default:
9583 gdb_assert_not_reached (_("bad switch"));
2d717e4f 9584 }
c906108c
SS
9585}
9586
2d717e4f
DJ
9587/* In the extended protocol we want to be able to do things like
9588 "run" and have them basically work as expected. So we need
9589 a special create_inferior function. We support changing the
9590 executable file and the command line arguments, but not the
9591 environment. */
9592
43ff13b4 9593static void
77a19445
TT
9594extended_remote_create_inferior (struct target_ops *ops,
9595 char *exec_file, char *args,
9596 char **env, int from_tty)
43ff13b4 9597{
3405876a
PA
9598 int run_worked;
9599 char *stop_reply;
9600 struct remote_state *rs = get_remote_state ();
94585166 9601 const char *remote_exec_file = get_remote_exec_file ();
3405876a 9602
43ff13b4 9603 /* If running asynchronously, register the target file descriptor
23860348 9604 with the event loop. */
75c99385 9605 if (target_can_async_p ())
6a3753b3 9606 target_async (1);
43ff13b4 9607
03583c20 9608 /* Disable address space randomization if requested (and supported). */
2bfc0540 9609 if (extended_remote_supports_disable_randomization (ops))
03583c20
UW
9610 extended_remote_disable_randomization (disable_randomization);
9611
43ff13b4 9612 /* Now restart the remote server. */
3405876a
PA
9613 run_worked = extended_remote_run (args) != -1;
9614 if (!run_worked)
2d717e4f
DJ
9615 {
9616 /* vRun was not supported. Fail if we need it to do what the
9617 user requested. */
9618 if (remote_exec_file[0])
9619 error (_("Remote target does not support \"set remote exec-file\""));
9620 if (args[0])
9621 error (_("Remote target does not support \"set args\" or run <ARGS>"));
43ff13b4 9622
2d717e4f
DJ
9623 /* Fall back to "R". */
9624 extended_remote_restart ();
9625 }
424163ea 9626
6c95b8df
PA
9627 if (!have_inferiors ())
9628 {
9629 /* Clean up from the last time we ran, before we mark the target
9630 running again. This will mark breakpoints uninserted, and
9631 get_offsets may insert breakpoints. */
9632 init_thread_list ();
9633 init_wait_for_inferior ();
9634 }
45280a52 9635
3405876a
PA
9636 /* vRun's success return is a stop reply. */
9637 stop_reply = run_worked ? rs->buf : NULL;
9638 add_current_inferior_and_thread (stop_reply);
c0a2216e 9639
2d717e4f
DJ
9640 /* Get updated offsets, if the stub uses qOffsets. */
9641 get_offsets ();
2d717e4f 9642}
c906108c 9643\f
c5aa993b 9644
b775012e
LM
9645/* Given a location's target info BP_TGT and the packet buffer BUF, output
9646 the list of conditions (in agent expression bytecode format), if any, the
9647 target needs to evaluate. The output is placed into the packet buffer
bba74b36 9648 started from BUF and ended at BUF_END. */
b775012e
LM
9649
9650static int
9651remote_add_target_side_condition (struct gdbarch *gdbarch,
bba74b36
YQ
9652 struct bp_target_info *bp_tgt, char *buf,
9653 char *buf_end)
b775012e 9654{
3cde5c42 9655 if (bp_tgt->conditions.empty ())
b775012e
LM
9656 return 0;
9657
9658 buf += strlen (buf);
bba74b36 9659 xsnprintf (buf, buf_end - buf, "%s", ";");
b775012e
LM
9660 buf++;
9661
9662 /* Send conditions to the target and free the vector. */
3cde5c42 9663 for (int ix = 0; ix < bp_tgt->conditions.size (); ix++)
b775012e 9664 {
3cde5c42
PA
9665 struct agent_expr *aexpr = bp_tgt->conditions[ix];
9666
bba74b36 9667 xsnprintf (buf, buf_end - buf, "X%x,", aexpr->len);
b775012e 9668 buf += strlen (buf);
3cde5c42 9669 for (int i = 0; i < aexpr->len; ++i)
b775012e
LM
9670 buf = pack_hex_byte (buf, aexpr->buf[i]);
9671 *buf = '\0';
9672 }
b775012e
LM
9673 return 0;
9674}
9675
d3ce09f5
SS
9676static void
9677remote_add_target_side_commands (struct gdbarch *gdbarch,
9678 struct bp_target_info *bp_tgt, char *buf)
9679{
3cde5c42 9680 if (bp_tgt->tcommands.empty ())
d3ce09f5
SS
9681 return;
9682
9683 buf += strlen (buf);
9684
9685 sprintf (buf, ";cmds:%x,", bp_tgt->persist);
9686 buf += strlen (buf);
9687
9688 /* Concatenate all the agent expressions that are commands into the
9689 cmds parameter. */
3cde5c42 9690 for (int ix = 0; ix < bp_tgt->tcommands.size (); ix++)
d3ce09f5 9691 {
3cde5c42
PA
9692 struct agent_expr *aexpr = bp_tgt->tcommands[ix];
9693
d3ce09f5
SS
9694 sprintf (buf, "X%x,", aexpr->len);
9695 buf += strlen (buf);
3cde5c42 9696 for (int i = 0; i < aexpr->len; ++i)
d3ce09f5
SS
9697 buf = pack_hex_byte (buf, aexpr->buf[i]);
9698 *buf = '\0';
9699 }
d3ce09f5
SS
9700}
9701
8181d85f
DJ
9702/* Insert a breakpoint. On targets that have software breakpoint
9703 support, we ask the remote target to do the work; on targets
9704 which don't, we insert a traditional memory breakpoint. */
c906108c
SS
9705
9706static int
3db08215
MM
9707remote_insert_breakpoint (struct target_ops *ops,
9708 struct gdbarch *gdbarch,
a6d9a66e 9709 struct bp_target_info *bp_tgt)
c906108c 9710{
d471ea57
AC
9711 /* Try the "Z" s/w breakpoint packet if it is not already disabled.
9712 If it succeeds, then set the support to PACKET_ENABLE. If it
9713 fails, and the user has explicitly requested the Z support then
23860348 9714 report an error, otherwise, mark it disabled and go on. */
802188a7 9715
4082afcc 9716 if (packet_support (PACKET_Z0) != PACKET_DISABLE)
96baa820 9717 {
0d5ed153 9718 CORE_ADDR addr = bp_tgt->reqstd_address;
4fff2411 9719 struct remote_state *rs;
bba74b36 9720 char *p, *endbuf;
7c0f6dcc 9721 int bpsize;
4fff2411 9722
28439a30
PA
9723 /* Make sure the remote is pointing at the right process, if
9724 necessary. */
9725 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
9726 set_general_process ();
9727
4fff2411
JZ
9728 rs = get_remote_state ();
9729 p = rs->buf;
bba74b36 9730 endbuf = rs->buf + get_remote_packet_size ();
802188a7 9731
96baa820
JM
9732 *(p++) = 'Z';
9733 *(p++) = '0';
9734 *(p++) = ',';
7c0f6dcc 9735 addr = (ULONGEST) remote_address_masked (addr);
8181d85f 9736 p += hexnumstr (p, addr);
579c6ad9 9737 xsnprintf (p, endbuf - p, ",%d", bp_tgt->kind);
802188a7 9738
efcc2da7 9739 if (remote_supports_cond_breakpoints (ops))
bba74b36 9740 remote_add_target_side_condition (gdbarch, bp_tgt, p, endbuf);
b775012e 9741
78eff0ec 9742 if (remote_can_run_breakpoint_commands (ops))
d3ce09f5
SS
9743 remote_add_target_side_commands (gdbarch, bp_tgt, p);
9744
6d820c5c
DJ
9745 putpkt (rs->buf);
9746 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 9747
6d820c5c 9748 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0]))
96baa820 9749 {
d471ea57
AC
9750 case PACKET_ERROR:
9751 return -1;
9752 case PACKET_OK:
9753 return 0;
9754 case PACKET_UNKNOWN:
9755 break;
96baa820
JM
9756 }
9757 }
c906108c 9758
0000e5cc
PA
9759 /* If this breakpoint has target-side commands but this stub doesn't
9760 support Z0 packets, throw error. */
3cde5c42 9761 if (!bp_tgt->tcommands.empty ())
0000e5cc
PA
9762 throw_error (NOT_SUPPORTED_ERROR, _("\
9763Target doesn't support breakpoints that have target side commands."));
9764
3db08215 9765 return memory_insert_breakpoint (ops, gdbarch, bp_tgt);
c906108c
SS
9766}
9767
9768static int
3db08215
MM
9769remote_remove_breakpoint (struct target_ops *ops,
9770 struct gdbarch *gdbarch,
73971819
PA
9771 struct bp_target_info *bp_tgt,
9772 enum remove_bp_reason reason)
c906108c 9773{
8181d85f 9774 CORE_ADDR addr = bp_tgt->placed_address;
d01949b6 9775 struct remote_state *rs = get_remote_state ();
96baa820 9776
4082afcc 9777 if (packet_support (PACKET_Z0) != PACKET_DISABLE)
96baa820 9778 {
6d820c5c 9779 char *p = rs->buf;
bba74b36 9780 char *endbuf = rs->buf + get_remote_packet_size ();
802188a7 9781
28439a30
PA
9782 /* Make sure the remote is pointing at the right process, if
9783 necessary. */
9784 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
9785 set_general_process ();
9786
96baa820
JM
9787 *(p++) = 'z';
9788 *(p++) = '0';
9789 *(p++) = ',';
9790
8181d85f
DJ
9791 addr = (ULONGEST) remote_address_masked (bp_tgt->placed_address);
9792 p += hexnumstr (p, addr);
579c6ad9 9793 xsnprintf (p, endbuf - p, ",%d", bp_tgt->kind);
802188a7 9794
6d820c5c
DJ
9795 putpkt (rs->buf);
9796 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 9797
6d820c5c 9798 return (rs->buf[0] == 'E');
96baa820
JM
9799 }
9800
73971819 9801 return memory_remove_breakpoint (ops, gdbarch, bp_tgt, reason);
c906108c
SS
9802}
9803
f486487f 9804static enum Z_packet_type
d471ea57
AC
9805watchpoint_to_Z_packet (int type)
9806{
9807 switch (type)
9808 {
9809 case hw_write:
bb858e6a 9810 return Z_PACKET_WRITE_WP;
d471ea57
AC
9811 break;
9812 case hw_read:
bb858e6a 9813 return Z_PACKET_READ_WP;
d471ea57
AC
9814 break;
9815 case hw_access:
bb858e6a 9816 return Z_PACKET_ACCESS_WP;
d471ea57
AC
9817 break;
9818 default:
8e65ff28 9819 internal_error (__FILE__, __LINE__,
e2e0b3e5 9820 _("hw_bp_to_z: bad watchpoint type %d"), type);
d471ea57
AC
9821 }
9822}
9823
3c3bea1c 9824static int
f486487f
SM
9825remote_insert_watchpoint (struct target_ops *self, CORE_ADDR addr, int len,
9826 enum target_hw_bp_type type, struct expression *cond)
96baa820 9827{
d01949b6 9828 struct remote_state *rs = get_remote_state ();
bba74b36 9829 char *endbuf = rs->buf + get_remote_packet_size ();
e514a9d6 9830 char *p;
d471ea57 9831 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
96baa820 9832
4082afcc 9833 if (packet_support (PACKET_Z0 + packet) == PACKET_DISABLE)
85d721b8 9834 return 1;
802188a7 9835
28439a30
PA
9836 /* Make sure the remote is pointing at the right process, if
9837 necessary. */
9838 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
9839 set_general_process ();
9840
bba74b36 9841 xsnprintf (rs->buf, endbuf - rs->buf, "Z%x,", packet);
6d820c5c 9842 p = strchr (rs->buf, '\0');
96baa820
JM
9843 addr = remote_address_masked (addr);
9844 p += hexnumstr (p, (ULONGEST) addr);
bba74b36 9845 xsnprintf (p, endbuf - p, ",%x", len);
802188a7 9846
6d820c5c
DJ
9847 putpkt (rs->buf);
9848 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 9849
6d820c5c 9850 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0 + packet]))
d471ea57
AC
9851 {
9852 case PACKET_ERROR:
d471ea57 9853 return -1;
85d721b8
PA
9854 case PACKET_UNKNOWN:
9855 return 1;
d471ea57
AC
9856 case PACKET_OK:
9857 return 0;
9858 }
8e65ff28 9859 internal_error (__FILE__, __LINE__,
e2e0b3e5 9860 _("remote_insert_watchpoint: reached end of function"));
96baa820
JM
9861}
9862
283002cf
MR
9863static int
9864remote_watchpoint_addr_within_range (struct target_ops *target, CORE_ADDR addr,
9865 CORE_ADDR start, int length)
9866{
9867 CORE_ADDR diff = remote_address_masked (addr - start);
9868
9869 return diff < length;
9870}
9871
d471ea57 9872
3c3bea1c 9873static int
f486487f
SM
9874remote_remove_watchpoint (struct target_ops *self, CORE_ADDR addr, int len,
9875 enum target_hw_bp_type type, struct expression *cond)
96baa820 9876{
d01949b6 9877 struct remote_state *rs = get_remote_state ();
bba74b36 9878 char *endbuf = rs->buf + get_remote_packet_size ();
e514a9d6 9879 char *p;
d471ea57
AC
9880 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
9881
4082afcc 9882 if (packet_support (PACKET_Z0 + packet) == PACKET_DISABLE)
5cffb350 9883 return -1;
802188a7 9884
28439a30
PA
9885 /* Make sure the remote is pointing at the right process, if
9886 necessary. */
9887 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
9888 set_general_process ();
9889
bba74b36 9890 xsnprintf (rs->buf, endbuf - rs->buf, "z%x,", packet);
6d820c5c 9891 p = strchr (rs->buf, '\0');
96baa820
JM
9892 addr = remote_address_masked (addr);
9893 p += hexnumstr (p, (ULONGEST) addr);
bba74b36 9894 xsnprintf (p, endbuf - p, ",%x", len);
6d820c5c
DJ
9895 putpkt (rs->buf);
9896 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 9897
6d820c5c 9898 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0 + packet]))
d471ea57
AC
9899 {
9900 case PACKET_ERROR:
9901 case PACKET_UNKNOWN:
9902 return -1;
9903 case PACKET_OK:
9904 return 0;
9905 }
8e65ff28 9906 internal_error (__FILE__, __LINE__,
e2e0b3e5 9907 _("remote_remove_watchpoint: reached end of function"));
96baa820
JM
9908}
9909
3c3bea1c 9910
501eef12 9911int remote_hw_watchpoint_limit = -1;
480a3f21 9912int remote_hw_watchpoint_length_limit = -1;
501eef12 9913int remote_hw_breakpoint_limit = -1;
d471ea57 9914
480a3f21 9915static int
31568a15
TT
9916remote_region_ok_for_hw_watchpoint (struct target_ops *self,
9917 CORE_ADDR addr, int len)
480a3f21
PW
9918{
9919 if (remote_hw_watchpoint_length_limit == 0)
9920 return 0;
9921 else if (remote_hw_watchpoint_length_limit < 0)
9922 return 1;
9923 else if (len <= remote_hw_watchpoint_length_limit)
9924 return 1;
9925 else
9926 return 0;
9927}
9928
b9362cc7 9929static int
5461485a 9930remote_check_watch_resources (struct target_ops *self,
f486487f 9931 enum bptype type, int cnt, int ot)
96baa820 9932{
3c3bea1c
GS
9933 if (type == bp_hardware_breakpoint)
9934 {
9935 if (remote_hw_breakpoint_limit == 0)
9936 return 0;
501eef12
AC
9937 else if (remote_hw_breakpoint_limit < 0)
9938 return 1;
3c3bea1c
GS
9939 else if (cnt <= remote_hw_breakpoint_limit)
9940 return 1;
9941 }
9942 else
9943 {
9944 if (remote_hw_watchpoint_limit == 0)
9945 return 0;
501eef12
AC
9946 else if (remote_hw_watchpoint_limit < 0)
9947 return 1;
3c3bea1c
GS
9948 else if (ot)
9949 return -1;
9950 else if (cnt <= remote_hw_watchpoint_limit)
9951 return 1;
9952 }
9953 return -1;
9954}
9955
f7e6eed5
PA
9956/* The to_stopped_by_sw_breakpoint method of target remote. */
9957
9958static int
9959remote_stopped_by_sw_breakpoint (struct target_ops *ops)
9960{
799a2abe 9961 struct thread_info *thread = inferior_thread ();
f7e6eed5 9962
799a2abe
PA
9963 return (thread->priv != NULL
9964 && thread->priv->stop_reason == TARGET_STOPPED_BY_SW_BREAKPOINT);
f7e6eed5
PA
9965}
9966
9967/* The to_supports_stopped_by_sw_breakpoint method of target
9968 remote. */
9969
9970static int
9971remote_supports_stopped_by_sw_breakpoint (struct target_ops *ops)
9972{
f7e6eed5
PA
9973 return (packet_support (PACKET_swbreak_feature) == PACKET_ENABLE);
9974}
9975
9976/* The to_stopped_by_hw_breakpoint method of target remote. */
9977
9978static int
9979remote_stopped_by_hw_breakpoint (struct target_ops *ops)
9980{
799a2abe 9981 struct thread_info *thread = inferior_thread ();
f7e6eed5 9982
799a2abe
PA
9983 return (thread->priv != NULL
9984 && thread->priv->stop_reason == TARGET_STOPPED_BY_HW_BREAKPOINT);
f7e6eed5
PA
9985}
9986
9987/* The to_supports_stopped_by_hw_breakpoint method of target
9988 remote. */
9989
9990static int
9991remote_supports_stopped_by_hw_breakpoint (struct target_ops *ops)
9992{
f7e6eed5
PA
9993 return (packet_support (PACKET_hwbreak_feature) == PACKET_ENABLE);
9994}
9995
b9362cc7 9996static int
6a109b6b 9997remote_stopped_by_watchpoint (struct target_ops *ops)
3c3bea1c 9998{
799a2abe 9999 struct thread_info *thread = inferior_thread ();
ee154bee 10000
799a2abe
PA
10001 return (thread->priv != NULL
10002 && thread->priv->stop_reason == TARGET_STOPPED_BY_WATCHPOINT);
3c3bea1c
GS
10003}
10004
4aa7a7f5
JJ
10005static int
10006remote_stopped_data_address (struct target_ops *target, CORE_ADDR *addr_p)
3c3bea1c 10007{
799a2abe 10008 struct thread_info *thread = inferior_thread ();
a744cf53 10009
799a2abe
PA
10010 if (thread->priv != NULL
10011 && thread->priv->stop_reason == TARGET_STOPPED_BY_WATCHPOINT)
4aa7a7f5 10012 {
799a2abe
PA
10013 *addr_p = thread->priv->watch_data_address;
10014 return 1;
4aa7a7f5
JJ
10015 }
10016
799a2abe 10017 return 0;
3c3bea1c
GS
10018}
10019
10020
10021static int
23a26771 10022remote_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *gdbarch,
a6d9a66e 10023 struct bp_target_info *bp_tgt)
3c3bea1c 10024{
0d5ed153 10025 CORE_ADDR addr = bp_tgt->reqstd_address;
4fff2411 10026 struct remote_state *rs;
bba74b36 10027 char *p, *endbuf;
dd61ec5c 10028 char *message;
3c3bea1c 10029
4082afcc 10030 if (packet_support (PACKET_Z1) == PACKET_DISABLE)
5cffb350 10031 return -1;
2bc416ba 10032
28439a30
PA
10033 /* Make sure the remote is pointing at the right process, if
10034 necessary. */
10035 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10036 set_general_process ();
10037
4fff2411
JZ
10038 rs = get_remote_state ();
10039 p = rs->buf;
bba74b36 10040 endbuf = rs->buf + get_remote_packet_size ();
4fff2411 10041
96baa820
JM
10042 *(p++) = 'Z';
10043 *(p++) = '1';
10044 *(p++) = ',';
802188a7 10045
0d5ed153 10046 addr = remote_address_masked (addr);
96baa820 10047 p += hexnumstr (p, (ULONGEST) addr);
579c6ad9 10048 xsnprintf (p, endbuf - p, ",%x", bp_tgt->kind);
96baa820 10049
efcc2da7 10050 if (remote_supports_cond_breakpoints (self))
bba74b36 10051 remote_add_target_side_condition (gdbarch, bp_tgt, p, endbuf);
b775012e 10052
78eff0ec 10053 if (remote_can_run_breakpoint_commands (self))
d3ce09f5
SS
10054 remote_add_target_side_commands (gdbarch, bp_tgt, p);
10055
6d820c5c
DJ
10056 putpkt (rs->buf);
10057 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 10058
6d820c5c 10059 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z1]))
d471ea57
AC
10060 {
10061 case PACKET_ERROR:
dd61ec5c
MW
10062 if (rs->buf[1] == '.')
10063 {
10064 message = strchr (rs->buf + 2, '.');
10065 if (message)
0316657e 10066 error (_("Remote failure reply: %s"), message + 1);
dd61ec5c
MW
10067 }
10068 return -1;
d471ea57
AC
10069 case PACKET_UNKNOWN:
10070 return -1;
10071 case PACKET_OK:
10072 return 0;
10073 }
8e65ff28 10074 internal_error (__FILE__, __LINE__,
e2e0b3e5 10075 _("remote_insert_hw_breakpoint: reached end of function"));
96baa820
JM
10076}
10077
d471ea57 10078
802188a7 10079static int
a64dc96c 10080remote_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *gdbarch,
a6d9a66e 10081 struct bp_target_info *bp_tgt)
96baa820 10082{
8181d85f 10083 CORE_ADDR addr;
d01949b6 10084 struct remote_state *rs = get_remote_state ();
6d820c5c 10085 char *p = rs->buf;
bba74b36 10086 char *endbuf = rs->buf + get_remote_packet_size ();
c8189ed1 10087
4082afcc 10088 if (packet_support (PACKET_Z1) == PACKET_DISABLE)
5cffb350 10089 return -1;
802188a7 10090
28439a30
PA
10091 /* Make sure the remote is pointing at the right process, if
10092 necessary. */
10093 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10094 set_general_process ();
10095
96baa820
JM
10096 *(p++) = 'z';
10097 *(p++) = '1';
10098 *(p++) = ',';
802188a7 10099
8181d85f 10100 addr = remote_address_masked (bp_tgt->placed_address);
96baa820 10101 p += hexnumstr (p, (ULONGEST) addr);
579c6ad9 10102 xsnprintf (p, endbuf - p, ",%x", bp_tgt->kind);
96baa820 10103
6d820c5c
DJ
10104 putpkt (rs->buf);
10105 getpkt (&rs->buf, &rs->buf_size, 0);
802188a7 10106
6d820c5c 10107 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z1]))
d471ea57
AC
10108 {
10109 case PACKET_ERROR:
10110 case PACKET_UNKNOWN:
10111 return -1;
10112 case PACKET_OK:
10113 return 0;
10114 }
8e65ff28 10115 internal_error (__FILE__, __LINE__,
e2e0b3e5 10116 _("remote_remove_hw_breakpoint: reached end of function"));
96baa820 10117}
96baa820 10118
4a5e7a5b
PA
10119/* Verify memory using the "qCRC:" request. */
10120
10121static int
10122remote_verify_memory (struct target_ops *ops,
10123 const gdb_byte *data, CORE_ADDR lma, ULONGEST size)
10124{
10125 struct remote_state *rs = get_remote_state ();
10126 unsigned long host_crc, target_crc;
10127 char *tmp;
10128
936d2992
PA
10129 /* It doesn't make sense to use qCRC if the remote target is
10130 connected but not running. */
10131 if (target_has_execution && packet_support (PACKET_qCRC) != PACKET_DISABLE)
10132 {
10133 enum packet_result result;
28439a30 10134
936d2992
PA
10135 /* Make sure the remote is pointing at the right process. */
10136 set_general_process ();
4a5e7a5b 10137
936d2992
PA
10138 /* FIXME: assumes lma can fit into long. */
10139 xsnprintf (rs->buf, get_remote_packet_size (), "qCRC:%lx,%lx",
10140 (long) lma, (long) size);
10141 putpkt (rs->buf);
4a5e7a5b 10142
936d2992
PA
10143 /* Be clever; compute the host_crc before waiting for target
10144 reply. */
10145 host_crc = xcrc32 (data, size, 0xffffffff);
10146
10147 getpkt (&rs->buf, &rs->buf_size, 0);
4a5e7a5b 10148
936d2992
PA
10149 result = packet_ok (rs->buf,
10150 &remote_protocol_packets[PACKET_qCRC]);
10151 if (result == PACKET_ERROR)
10152 return -1;
10153 else if (result == PACKET_OK)
10154 {
10155 for (target_crc = 0, tmp = &rs->buf[1]; *tmp; tmp++)
10156 target_crc = target_crc * 16 + fromhex (*tmp);
4a5e7a5b 10157
936d2992
PA
10158 return (host_crc == target_crc);
10159 }
10160 }
4a5e7a5b 10161
936d2992 10162 return simple_verify_memory (ops, data, lma, size);
4a5e7a5b
PA
10163}
10164
c906108c
SS
10165/* compare-sections command
10166
10167 With no arguments, compares each loadable section in the exec bfd
10168 with the same memory range on the target, and reports mismatches.
4a5e7a5b 10169 Useful for verifying the image on the target against the exec file. */
e514a9d6 10170
c906108c 10171static void
fba45db2 10172compare_sections_command (char *args, int from_tty)
c906108c
SS
10173{
10174 asection *s;
c906108c 10175 struct cleanup *old_chain;
948f8e3d 10176 gdb_byte *sectdata;
ce359b09 10177 const char *sectname;
c906108c
SS
10178 bfd_size_type size;
10179 bfd_vma lma;
10180 int matched = 0;
10181 int mismatched = 0;
4a5e7a5b 10182 int res;
95cf3b38 10183 int read_only = 0;
c906108c
SS
10184
10185 if (!exec_bfd)
8a3fe4f8 10186 error (_("command cannot be used without an exec file"));
c906108c 10187
28439a30
PA
10188 /* Make sure the remote is pointing at the right process. */
10189 set_general_process ();
10190
95cf3b38
DT
10191 if (args != NULL && strcmp (args, "-r") == 0)
10192 {
10193 read_only = 1;
10194 args = NULL;
10195 }
10196
c5aa993b 10197 for (s = exec_bfd->sections; s; s = s->next)
c906108c
SS
10198 {
10199 if (!(s->flags & SEC_LOAD))
0df8b418 10200 continue; /* Skip non-loadable section. */
c906108c 10201
95cf3b38
DT
10202 if (read_only && (s->flags & SEC_READONLY) == 0)
10203 continue; /* Skip writeable sections */
10204
2c500098 10205 size = bfd_get_section_size (s);
c906108c 10206 if (size == 0)
0df8b418 10207 continue; /* Skip zero-length section. */
c906108c 10208
ce359b09 10209 sectname = bfd_get_section_name (exec_bfd, s);
c906108c 10210 if (args && strcmp (args, sectname) != 0)
0df8b418 10211 continue; /* Not the section selected by user. */
c906108c 10212
0df8b418 10213 matched = 1; /* Do this section. */
c906108c 10214 lma = s->lma;
c906108c 10215
224c3ddb 10216 sectdata = (gdb_byte *) xmalloc (size);
b8c9b27d 10217 old_chain = make_cleanup (xfree, sectdata);
c906108c 10218 bfd_get_section_contents (exec_bfd, s, sectdata, 0, size);
c906108c 10219
4a5e7a5b
PA
10220 res = target_verify_memory (sectdata, lma, size);
10221
10222 if (res == -1)
5af949e3 10223 error (_("target memory fault, section %s, range %s -- %s"), sectname,
f5656ead
TT
10224 paddress (target_gdbarch (), lma),
10225 paddress (target_gdbarch (), lma + size));
c906108c 10226
5af949e3 10227 printf_filtered ("Section %s, range %s -- %s: ", sectname,
f5656ead
TT
10228 paddress (target_gdbarch (), lma),
10229 paddress (target_gdbarch (), lma + size));
4a5e7a5b 10230 if (res)
c906108c
SS
10231 printf_filtered ("matched.\n");
10232 else
c5aa993b
JM
10233 {
10234 printf_filtered ("MIS-MATCHED!\n");
10235 mismatched++;
10236 }
c906108c
SS
10237
10238 do_cleanups (old_chain);
10239 }
10240 if (mismatched > 0)
936d2992 10241 warning (_("One or more sections of the target image does not match\n\
8a3fe4f8 10242the loaded file\n"));
c906108c 10243 if (args && !matched)
a3f17187 10244 printf_filtered (_("No loaded section named '%s'.\n"), args);
c906108c
SS
10245}
10246
0e7f50da
UW
10247/* Write LEN bytes from WRITEBUF into OBJECT_NAME/ANNEX at OFFSET
10248 into remote target. The number of bytes written to the remote
10249 target is returned, or -1 for error. */
10250
9b409511 10251static enum target_xfer_status
0e7f50da
UW
10252remote_write_qxfer (struct target_ops *ops, const char *object_name,
10253 const char *annex, const gdb_byte *writebuf,
9b409511 10254 ULONGEST offset, LONGEST len, ULONGEST *xfered_len,
0e7f50da
UW
10255 struct packet_config *packet)
10256{
10257 int i, buf_len;
10258 ULONGEST n;
0e7f50da
UW
10259 struct remote_state *rs = get_remote_state ();
10260 int max_size = get_memory_write_packet_size ();
10261
10262 if (packet->support == PACKET_DISABLE)
2ed4b548 10263 return TARGET_XFER_E_IO;
0e7f50da
UW
10264
10265 /* Insert header. */
10266 i = snprintf (rs->buf, max_size,
10267 "qXfer:%s:write:%s:%s:",
10268 object_name, annex ? annex : "",
10269 phex_nz (offset, sizeof offset));
10270 max_size -= (i + 1);
10271
10272 /* Escape as much data as fits into rs->buf. */
10273 buf_len = remote_escape_output
124e13d9 10274 (writebuf, len, 1, (gdb_byte *) rs->buf + i, &max_size, max_size);
0e7f50da
UW
10275
10276 if (putpkt_binary (rs->buf, i + buf_len) < 0
10277 || getpkt_sane (&rs->buf, &rs->buf_size, 0) < 0
10278 || packet_ok (rs->buf, packet) != PACKET_OK)
2ed4b548 10279 return TARGET_XFER_E_IO;
0e7f50da
UW
10280
10281 unpack_varlen_hex (rs->buf, &n);
9b409511
YQ
10282
10283 *xfered_len = n;
10284 return TARGET_XFER_OK;
0e7f50da
UW
10285}
10286
0876f84a
DJ
10287/* Read OBJECT_NAME/ANNEX from the remote target using a qXfer packet.
10288 Data at OFFSET, of up to LEN bytes, is read into READBUF; the
10289 number of bytes read is returned, or 0 for EOF, or -1 for error.
10290 The number of bytes read may be less than LEN without indicating an
10291 EOF. PACKET is checked and updated to indicate whether the remote
10292 target supports this object. */
10293
9b409511 10294static enum target_xfer_status
0876f84a
DJ
10295remote_read_qxfer (struct target_ops *ops, const char *object_name,
10296 const char *annex,
10297 gdb_byte *readbuf, ULONGEST offset, LONGEST len,
9b409511 10298 ULONGEST *xfered_len,
0876f84a
DJ
10299 struct packet_config *packet)
10300{
0876f84a 10301 struct remote_state *rs = get_remote_state ();
0876f84a
DJ
10302 LONGEST i, n, packet_len;
10303
10304 if (packet->support == PACKET_DISABLE)
2ed4b548 10305 return TARGET_XFER_E_IO;
0876f84a
DJ
10306
10307 /* Check whether we've cached an end-of-object packet that matches
10308 this request. */
8e88304f 10309 if (rs->finished_object)
0876f84a 10310 {
8e88304f
TT
10311 if (strcmp (object_name, rs->finished_object) == 0
10312 && strcmp (annex ? annex : "", rs->finished_annex) == 0
10313 && offset == rs->finished_offset)
9b409511
YQ
10314 return TARGET_XFER_EOF;
10315
0876f84a
DJ
10316
10317 /* Otherwise, we're now reading something different. Discard
10318 the cache. */
8e88304f
TT
10319 xfree (rs->finished_object);
10320 xfree (rs->finished_annex);
10321 rs->finished_object = NULL;
10322 rs->finished_annex = NULL;
0876f84a
DJ
10323 }
10324
10325 /* Request only enough to fit in a single packet. The actual data
10326 may not, since we don't know how much of it will need to be escaped;
10327 the target is free to respond with slightly less data. We subtract
10328 five to account for the response type and the protocol frame. */
768adc05 10329 n = std::min<LONGEST> (get_remote_packet_size () - 5, len);
0876f84a
DJ
10330 snprintf (rs->buf, get_remote_packet_size () - 4, "qXfer:%s:read:%s:%s,%s",
10331 object_name, annex ? annex : "",
10332 phex_nz (offset, sizeof offset),
10333 phex_nz (n, sizeof n));
10334 i = putpkt (rs->buf);
10335 if (i < 0)
2ed4b548 10336 return TARGET_XFER_E_IO;
0876f84a
DJ
10337
10338 rs->buf[0] = '\0';
10339 packet_len = getpkt_sane (&rs->buf, &rs->buf_size, 0);
10340 if (packet_len < 0 || packet_ok (rs->buf, packet) != PACKET_OK)
2ed4b548 10341 return TARGET_XFER_E_IO;
0876f84a
DJ
10342
10343 if (rs->buf[0] != 'l' && rs->buf[0] != 'm')
10344 error (_("Unknown remote qXfer reply: %s"), rs->buf);
10345
10346 /* 'm' means there is (or at least might be) more data after this
10347 batch. That does not make sense unless there's at least one byte
10348 of data in this reply. */
10349 if (rs->buf[0] == 'm' && packet_len == 1)
10350 error (_("Remote qXfer reply contained no data."));
10351
10352 /* Got some data. */
bc20a4af
PA
10353 i = remote_unescape_input ((gdb_byte *) rs->buf + 1,
10354 packet_len - 1, readbuf, n);
0876f84a
DJ
10355
10356 /* 'l' is an EOF marker, possibly including a final block of data,
0e7f50da
UW
10357 or possibly empty. If we have the final block of a non-empty
10358 object, record this fact to bypass a subsequent partial read. */
10359 if (rs->buf[0] == 'l' && offset + i > 0)
0876f84a 10360 {
8e88304f
TT
10361 rs->finished_object = xstrdup (object_name);
10362 rs->finished_annex = xstrdup (annex ? annex : "");
10363 rs->finished_offset = offset + i;
0876f84a
DJ
10364 }
10365
9b409511
YQ
10366 if (i == 0)
10367 return TARGET_XFER_EOF;
10368 else
10369 {
10370 *xfered_len = i;
10371 return TARGET_XFER_OK;
10372 }
0876f84a
DJ
10373}
10374
9b409511 10375static enum target_xfer_status
4b8a223f 10376remote_xfer_partial (struct target_ops *ops, enum target_object object,
961cb7b5 10377 const char *annex, gdb_byte *readbuf,
9b409511
YQ
10378 const gdb_byte *writebuf, ULONGEST offset, ULONGEST len,
10379 ULONGEST *xfered_len)
c906108c 10380{
82f73884 10381 struct remote_state *rs;
c906108c 10382 int i;
6d820c5c 10383 char *p2;
1e3ff5ad 10384 char query_type;
124e13d9 10385 int unit_size = gdbarch_addressable_memory_unit_size (target_gdbarch ());
c906108c 10386
e6e4e701 10387 set_remote_traceframe ();
82f73884
PA
10388 set_general_thread (inferior_ptid);
10389
10390 rs = get_remote_state ();
10391
b2182ed2 10392 /* Handle memory using the standard memory routines. */
21e3b9b9
DJ
10393 if (object == TARGET_OBJECT_MEMORY)
10394 {
2d717e4f
DJ
10395 /* If the remote target is connected but not running, we should
10396 pass this request down to a lower stratum (e.g. the executable
10397 file). */
10398 if (!target_has_execution)
9b409511 10399 return TARGET_XFER_EOF;
2d717e4f 10400
21e3b9b9 10401 if (writebuf != NULL)
124e13d9
SM
10402 return remote_write_bytes (offset, writebuf, len, unit_size,
10403 xfered_len);
21e3b9b9 10404 else
124e13d9
SM
10405 return remote_read_bytes (ops, offset, readbuf, len, unit_size,
10406 xfered_len);
21e3b9b9
DJ
10407 }
10408
0df8b418 10409 /* Handle SPU memory using qxfer packets. */
0e7f50da
UW
10410 if (object == TARGET_OBJECT_SPU)
10411 {
10412 if (readbuf)
10413 return remote_read_qxfer (ops, "spu", annex, readbuf, offset, len,
9b409511
YQ
10414 xfered_len, &remote_protocol_packets
10415 [PACKET_qXfer_spu_read]);
0e7f50da
UW
10416 else
10417 return remote_write_qxfer (ops, "spu", annex, writebuf, offset, len,
9b409511
YQ
10418 xfered_len, &remote_protocol_packets
10419 [PACKET_qXfer_spu_write]);
0e7f50da
UW
10420 }
10421
4aa995e1
PA
10422 /* Handle extra signal info using qxfer packets. */
10423 if (object == TARGET_OBJECT_SIGNAL_INFO)
10424 {
10425 if (readbuf)
10426 return remote_read_qxfer (ops, "siginfo", annex, readbuf, offset, len,
9b409511 10427 xfered_len, &remote_protocol_packets
4aa995e1
PA
10428 [PACKET_qXfer_siginfo_read]);
10429 else
3e43a32a 10430 return remote_write_qxfer (ops, "siginfo", annex,
9b409511 10431 writebuf, offset, len, xfered_len,
4aa995e1
PA
10432 &remote_protocol_packets
10433 [PACKET_qXfer_siginfo_write]);
10434 }
10435
0fb4aa4b
PA
10436 if (object == TARGET_OBJECT_STATIC_TRACE_DATA)
10437 {
10438 if (readbuf)
3e43a32a 10439 return remote_read_qxfer (ops, "statictrace", annex,
9b409511 10440 readbuf, offset, len, xfered_len,
0fb4aa4b
PA
10441 &remote_protocol_packets
10442 [PACKET_qXfer_statictrace_read]);
10443 else
2ed4b548 10444 return TARGET_XFER_E_IO;
0fb4aa4b
PA
10445 }
10446
a76d924d
DJ
10447 /* Only handle flash writes. */
10448 if (writebuf != NULL)
10449 {
a76d924d
DJ
10450 switch (object)
10451 {
10452 case TARGET_OBJECT_FLASH:
9b409511
YQ
10453 return remote_flash_write (ops, offset, len, xfered_len,
10454 writebuf);
a76d924d
DJ
10455
10456 default:
2ed4b548 10457 return TARGET_XFER_E_IO;
a76d924d
DJ
10458 }
10459 }
4b8a223f 10460
1e3ff5ad
AC
10461 /* Map pre-existing objects onto letters. DO NOT do this for new
10462 objects!!! Instead specify new query packets. */
10463 switch (object)
c906108c 10464 {
1e3ff5ad
AC
10465 case TARGET_OBJECT_AVR:
10466 query_type = 'R';
10467 break;
802188a7
RM
10468
10469 case TARGET_OBJECT_AUXV:
0876f84a
DJ
10470 gdb_assert (annex == NULL);
10471 return remote_read_qxfer (ops, "auxv", annex, readbuf, offset, len,
9b409511 10472 xfered_len,
0876f84a 10473 &remote_protocol_packets[PACKET_qXfer_auxv]);
802188a7 10474
23181151
DJ
10475 case TARGET_OBJECT_AVAILABLE_FEATURES:
10476 return remote_read_qxfer
9b409511 10477 (ops, "features", annex, readbuf, offset, len, xfered_len,
23181151
DJ
10478 &remote_protocol_packets[PACKET_qXfer_features]);
10479
cfa9d6d9
DJ
10480 case TARGET_OBJECT_LIBRARIES:
10481 return remote_read_qxfer
9b409511 10482 (ops, "libraries", annex, readbuf, offset, len, xfered_len,
cfa9d6d9
DJ
10483 &remote_protocol_packets[PACKET_qXfer_libraries]);
10484
2268b414
JK
10485 case TARGET_OBJECT_LIBRARIES_SVR4:
10486 return remote_read_qxfer
9b409511 10487 (ops, "libraries-svr4", annex, readbuf, offset, len, xfered_len,
2268b414
JK
10488 &remote_protocol_packets[PACKET_qXfer_libraries_svr4]);
10489
fd79ecee
DJ
10490 case TARGET_OBJECT_MEMORY_MAP:
10491 gdb_assert (annex == NULL);
10492 return remote_read_qxfer (ops, "memory-map", annex, readbuf, offset, len,
9b409511 10493 xfered_len,
fd79ecee
DJ
10494 &remote_protocol_packets[PACKET_qXfer_memory_map]);
10495
07e059b5
VP
10496 case TARGET_OBJECT_OSDATA:
10497 /* Should only get here if we're connected. */
5d93a237 10498 gdb_assert (rs->remote_desc);
07e059b5 10499 return remote_read_qxfer
9b409511 10500 (ops, "osdata", annex, readbuf, offset, len, xfered_len,
07e059b5
VP
10501 &remote_protocol_packets[PACKET_qXfer_osdata]);
10502
dc146f7c
VP
10503 case TARGET_OBJECT_THREADS:
10504 gdb_assert (annex == NULL);
10505 return remote_read_qxfer (ops, "threads", annex, readbuf, offset, len,
9b409511 10506 xfered_len,
dc146f7c
VP
10507 &remote_protocol_packets[PACKET_qXfer_threads]);
10508
b3b9301e
PA
10509 case TARGET_OBJECT_TRACEFRAME_INFO:
10510 gdb_assert (annex == NULL);
10511 return remote_read_qxfer
9b409511 10512 (ops, "traceframe-info", annex, readbuf, offset, len, xfered_len,
b3b9301e 10513 &remote_protocol_packets[PACKET_qXfer_traceframe_info]);
78d85199
YQ
10514
10515 case TARGET_OBJECT_FDPIC:
10516 return remote_read_qxfer (ops, "fdpic", annex, readbuf, offset, len,
9b409511 10517 xfered_len,
78d85199 10518 &remote_protocol_packets[PACKET_qXfer_fdpic]);
169081d0
TG
10519
10520 case TARGET_OBJECT_OPENVMS_UIB:
10521 return remote_read_qxfer (ops, "uib", annex, readbuf, offset, len,
9b409511 10522 xfered_len,
169081d0
TG
10523 &remote_protocol_packets[PACKET_qXfer_uib]);
10524
9accd112
MM
10525 case TARGET_OBJECT_BTRACE:
10526 return remote_read_qxfer (ops, "btrace", annex, readbuf, offset, len,
9b409511 10527 xfered_len,
9accd112
MM
10528 &remote_protocol_packets[PACKET_qXfer_btrace]);
10529
f4abbc16
MM
10530 case TARGET_OBJECT_BTRACE_CONF:
10531 return remote_read_qxfer (ops, "btrace-conf", annex, readbuf, offset,
10532 len, xfered_len,
10533 &remote_protocol_packets[PACKET_qXfer_btrace_conf]);
10534
c78fa86a
GB
10535 case TARGET_OBJECT_EXEC_FILE:
10536 return remote_read_qxfer (ops, "exec-file", annex, readbuf, offset,
10537 len, xfered_len,
10538 &remote_protocol_packets[PACKET_qXfer_exec_file]);
10539
1e3ff5ad 10540 default:
2ed4b548 10541 return TARGET_XFER_E_IO;
c906108c
SS
10542 }
10543
0df8b418 10544 /* Minimum outbuf size is get_remote_packet_size (). If LEN is not
24b06219 10545 large enough let the caller deal with it. */
ea9c271d 10546 if (len < get_remote_packet_size ())
2ed4b548 10547 return TARGET_XFER_E_IO;
ea9c271d 10548 len = get_remote_packet_size ();
1e3ff5ad 10549
23860348 10550 /* Except for querying the minimum buffer size, target must be open. */
5d93a237 10551 if (!rs->remote_desc)
8a3fe4f8 10552 error (_("remote query is only available after target open"));
c906108c 10553
1e3ff5ad 10554 gdb_assert (annex != NULL);
4b8a223f 10555 gdb_assert (readbuf != NULL);
c906108c 10556
6d820c5c 10557 p2 = rs->buf;
c906108c
SS
10558 *p2++ = 'q';
10559 *p2++ = query_type;
10560
23860348
MS
10561 /* We used one buffer char for the remote protocol q command and
10562 another for the query type. As the remote protocol encapsulation
10563 uses 4 chars plus one extra in case we are debugging
10564 (remote_debug), we have PBUFZIZ - 7 left to pack the query
10565 string. */
c906108c 10566 i = 0;
ea9c271d 10567 while (annex[i] && (i < (get_remote_packet_size () - 8)))
c906108c 10568 {
1e3ff5ad
AC
10569 /* Bad caller may have sent forbidden characters. */
10570 gdb_assert (isprint (annex[i]) && annex[i] != '$' && annex[i] != '#');
10571 *p2++ = annex[i];
c906108c
SS
10572 i++;
10573 }
1e3ff5ad
AC
10574 *p2 = '\0';
10575 gdb_assert (annex[i] == '\0');
c906108c 10576
6d820c5c 10577 i = putpkt (rs->buf);
c5aa993b 10578 if (i < 0)
2ed4b548 10579 return TARGET_XFER_E_IO;
c906108c 10580
6d820c5c
DJ
10581 getpkt (&rs->buf, &rs->buf_size, 0);
10582 strcpy ((char *) readbuf, rs->buf);
c906108c 10583
9b409511
YQ
10584 *xfered_len = strlen ((char *) readbuf);
10585 return TARGET_XFER_OK;
c906108c
SS
10586}
10587
09c98b44
DB
10588/* Implementation of to_get_memory_xfer_limit. */
10589
10590static ULONGEST
10591remote_get_memory_xfer_limit (struct target_ops *ops)
10592{
10593 return get_memory_write_packet_size ();
10594}
10595
08388c79
DE
10596static int
10597remote_search_memory (struct target_ops* ops,
10598 CORE_ADDR start_addr, ULONGEST search_space_len,
10599 const gdb_byte *pattern, ULONGEST pattern_len,
10600 CORE_ADDR *found_addrp)
10601{
f5656ead 10602 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
08388c79
DE
10603 struct remote_state *rs = get_remote_state ();
10604 int max_size = get_memory_write_packet_size ();
10605 struct packet_config *packet =
10606 &remote_protocol_packets[PACKET_qSearch_memory];
0df8b418
MS
10607 /* Number of packet bytes used to encode the pattern;
10608 this could be more than PATTERN_LEN due to escape characters. */
08388c79 10609 int escaped_pattern_len;
0df8b418 10610 /* Amount of pattern that was encodable in the packet. */
08388c79
DE
10611 int used_pattern_len;
10612 int i;
10613 int found;
10614 ULONGEST found_addr;
10615
10616 /* Don't go to the target if we don't have to.
10617 This is done before checking packet->support to avoid the possibility that
10618 a success for this edge case means the facility works in general. */
10619 if (pattern_len > search_space_len)
10620 return 0;
10621 if (pattern_len == 0)
10622 {
10623 *found_addrp = start_addr;
10624 return 1;
10625 }
10626
10627 /* If we already know the packet isn't supported, fall back to the simple
10628 way of searching memory. */
10629
4082afcc 10630 if (packet_config_support (packet) == PACKET_DISABLE)
08388c79
DE
10631 {
10632 /* Target doesn't provided special support, fall back and use the
10633 standard support (copy memory and do the search here). */
10634 return simple_search_memory (ops, start_addr, search_space_len,
10635 pattern, pattern_len, found_addrp);
10636 }
10637
28439a30
PA
10638 /* Make sure the remote is pointing at the right process. */
10639 set_general_process ();
10640
08388c79
DE
10641 /* Insert header. */
10642 i = snprintf (rs->buf, max_size,
10643 "qSearch:memory:%s;%s;",
5af949e3 10644 phex_nz (start_addr, addr_size),
08388c79
DE
10645 phex_nz (search_space_len, sizeof (search_space_len)));
10646 max_size -= (i + 1);
10647
10648 /* Escape as much data as fits into rs->buf. */
10649 escaped_pattern_len =
124e13d9 10650 remote_escape_output (pattern, pattern_len, 1, (gdb_byte *) rs->buf + i,
08388c79
DE
10651 &used_pattern_len, max_size);
10652
10653 /* Bail if the pattern is too large. */
10654 if (used_pattern_len != pattern_len)
9b20d036 10655 error (_("Pattern is too large to transmit to remote target."));
08388c79
DE
10656
10657 if (putpkt_binary (rs->buf, i + escaped_pattern_len) < 0
10658 || getpkt_sane (&rs->buf, &rs->buf_size, 0) < 0
10659 || packet_ok (rs->buf, packet) != PACKET_OK)
10660 {
10661 /* The request may not have worked because the command is not
10662 supported. If so, fall back to the simple way. */
10663 if (packet->support == PACKET_DISABLE)
10664 {
10665 return simple_search_memory (ops, start_addr, search_space_len,
10666 pattern, pattern_len, found_addrp);
10667 }
10668 return -1;
10669 }
10670
10671 if (rs->buf[0] == '0')
10672 found = 0;
10673 else if (rs->buf[0] == '1')
10674 {
10675 found = 1;
10676 if (rs->buf[1] != ',')
10e0fa18 10677 error (_("Unknown qSearch:memory reply: %s"), rs->buf);
08388c79
DE
10678 unpack_varlen_hex (rs->buf + 2, &found_addr);
10679 *found_addrp = found_addr;
10680 }
10681 else
10e0fa18 10682 error (_("Unknown qSearch:memory reply: %s"), rs->buf);
08388c79
DE
10683
10684 return found;
10685}
10686
96baa820 10687static void
a30bf1f1 10688remote_rcmd (struct target_ops *self, const char *command,
d9fcf2fb 10689 struct ui_file *outbuf)
96baa820 10690{
d01949b6 10691 struct remote_state *rs = get_remote_state ();
2e9f7625 10692 char *p = rs->buf;
96baa820 10693
5d93a237 10694 if (!rs->remote_desc)
8a3fe4f8 10695 error (_("remote rcmd is only available after target open"));
96baa820 10696
23860348 10697 /* Send a NULL command across as an empty command. */
7be570e7
JM
10698 if (command == NULL)
10699 command = "";
10700
23860348 10701 /* The query prefix. */
2e9f7625
DJ
10702 strcpy (rs->buf, "qRcmd,");
10703 p = strchr (rs->buf, '\0');
96baa820 10704
3e43a32a
MS
10705 if ((strlen (rs->buf) + strlen (command) * 2 + 8/*misc*/)
10706 > get_remote_packet_size ())
8a3fe4f8 10707 error (_("\"monitor\" command ``%s'' is too long."), command);
96baa820 10708
23860348 10709 /* Encode the actual command. */
a30bf1f1 10710 bin2hex ((const gdb_byte *) command, p, strlen (command));
96baa820 10711
6d820c5c 10712 if (putpkt (rs->buf) < 0)
8a3fe4f8 10713 error (_("Communication problem with target."));
96baa820
JM
10714
10715 /* get/display the response */
10716 while (1)
10717 {
2e9f7625
DJ
10718 char *buf;
10719
00bf0b85 10720 /* XXX - see also remote_get_noisy_reply(). */
5b37825d 10721 QUIT; /* Allow user to bail out with ^C. */
2e9f7625 10722 rs->buf[0] = '\0';
5b37825d
PW
10723 if (getpkt_sane (&rs->buf, &rs->buf_size, 0) == -1)
10724 {
10725 /* Timeout. Continue to (try to) read responses.
10726 This is better than stopping with an error, assuming the stub
10727 is still executing the (long) monitor command.
10728 If needed, the user can interrupt gdb using C-c, obtaining
10729 an effect similar to stop on timeout. */
10730 continue;
10731 }
2e9f7625 10732 buf = rs->buf;
96baa820 10733 if (buf[0] == '\0')
8a3fe4f8 10734 error (_("Target does not support this command."));
96baa820
JM
10735 if (buf[0] == 'O' && buf[1] != 'K')
10736 {
23860348 10737 remote_console_output (buf + 1); /* 'O' message from stub. */
96baa820
JM
10738 continue;
10739 }
10740 if (strcmp (buf, "OK") == 0)
10741 break;
7be570e7
JM
10742 if (strlen (buf) == 3 && buf[0] == 'E'
10743 && isdigit (buf[1]) && isdigit (buf[2]))
10744 {
8a3fe4f8 10745 error (_("Protocol error with Rcmd"));
7be570e7 10746 }
96baa820
JM
10747 for (p = buf; p[0] != '\0' && p[1] != '\0'; p += 2)
10748 {
10749 char c = (fromhex (p[0]) << 4) + fromhex (p[1]);
a744cf53 10750
96baa820
JM
10751 fputc_unfiltered (c, outbuf);
10752 }
10753 break;
10754 }
10755}
10756
fd79ecee
DJ
10757static VEC(mem_region_s) *
10758remote_memory_map (struct target_ops *ops)
10759{
10760 VEC(mem_region_s) *result = NULL;
10761 char *text = target_read_stralloc (&current_target,
10762 TARGET_OBJECT_MEMORY_MAP, NULL);
10763
10764 if (text)
10765 {
10766 struct cleanup *back_to = make_cleanup (xfree, text);
a744cf53 10767
fd79ecee
DJ
10768 result = parse_memory_map (text);
10769 do_cleanups (back_to);
10770 }
10771
10772 return result;
10773}
10774
c906108c 10775static void
fba45db2 10776packet_command (char *args, int from_tty)
c906108c 10777{
d01949b6 10778 struct remote_state *rs = get_remote_state ();
c906108c 10779
5d93a237 10780 if (!rs->remote_desc)
8a3fe4f8 10781 error (_("command can only be used with remote target"));
c906108c 10782
c5aa993b 10783 if (!args)
8a3fe4f8 10784 error (_("remote-packet command requires packet text as argument"));
c906108c
SS
10785
10786 puts_filtered ("sending: ");
10787 print_packet (args);
10788 puts_filtered ("\n");
10789 putpkt (args);
10790
6d820c5c 10791 getpkt (&rs->buf, &rs->buf_size, 0);
c906108c 10792 puts_filtered ("received: ");
6d820c5c 10793 print_packet (rs->buf);
c906108c
SS
10794 puts_filtered ("\n");
10795}
10796
10797#if 0
23860348 10798/* --------- UNIT_TEST for THREAD oriented PACKETS ------------------- */
c906108c 10799
a14ed312 10800static void display_thread_info (struct gdb_ext_thread_info *info);
c906108c 10801
a14ed312 10802static void threadset_test_cmd (char *cmd, int tty);
c906108c 10803
a14ed312 10804static void threadalive_test (char *cmd, int tty);
c906108c 10805
a14ed312 10806static void threadlist_test_cmd (char *cmd, int tty);
c906108c 10807
23860348 10808int get_and_display_threadinfo (threadref *ref);
c906108c 10809
a14ed312 10810static void threadinfo_test_cmd (char *cmd, int tty);
c906108c 10811
23860348 10812static int thread_display_step (threadref *ref, void *context);
c906108c 10813
a14ed312 10814static void threadlist_update_test_cmd (char *cmd, int tty);
c906108c 10815
a14ed312 10816static void init_remote_threadtests (void);
c906108c 10817
23860348 10818#define SAMPLE_THREAD 0x05060708 /* Truncated 64 bit threadid. */
c906108c
SS
10819
10820static void
fba45db2 10821threadset_test_cmd (char *cmd, int tty)
c906108c
SS
10822{
10823 int sample_thread = SAMPLE_THREAD;
10824
a3f17187 10825 printf_filtered (_("Remote threadset test\n"));
79d7f229 10826 set_general_thread (sample_thread);
c906108c
SS
10827}
10828
10829
10830static void
fba45db2 10831threadalive_test (char *cmd, int tty)
c906108c
SS
10832{
10833 int sample_thread = SAMPLE_THREAD;
79d7f229 10834 int pid = ptid_get_pid (inferior_ptid);
ba348170 10835 ptid_t ptid = ptid_build (pid, sample_thread, 0);
c906108c 10836
79d7f229 10837 if (remote_thread_alive (ptid))
c906108c
SS
10838 printf_filtered ("PASS: Thread alive test\n");
10839 else
10840 printf_filtered ("FAIL: Thread alive test\n");
10841}
10842
23860348 10843void output_threadid (char *title, threadref *ref);
c906108c
SS
10844
10845void
fba45db2 10846output_threadid (char *title, threadref *ref)
c906108c
SS
10847{
10848 char hexid[20];
10849
23860348 10850 pack_threadid (&hexid[0], ref); /* Convert threead id into hex. */
c906108c
SS
10851 hexid[16] = 0;
10852 printf_filtered ("%s %s\n", title, (&hexid[0]));
10853}
10854
10855static void
fba45db2 10856threadlist_test_cmd (char *cmd, int tty)
c906108c
SS
10857{
10858 int startflag = 1;
10859 threadref nextthread;
10860 int done, result_count;
10861 threadref threadlist[3];
10862
10863 printf_filtered ("Remote Threadlist test\n");
10864 if (!remote_get_threadlist (startflag, &nextthread, 3, &done,
10865 &result_count, &threadlist[0]))
10866 printf_filtered ("FAIL: threadlist test\n");
10867 else
10868 {
10869 threadref *scan = threadlist;
10870 threadref *limit = scan + result_count;
10871
10872 while (scan < limit)
10873 output_threadid (" thread ", scan++);
10874 }
10875}
10876
10877void
fba45db2 10878display_thread_info (struct gdb_ext_thread_info *info)
c906108c
SS
10879{
10880 output_threadid ("Threadid: ", &info->threadid);
10881 printf_filtered ("Name: %s\n ", info->shortname);
10882 printf_filtered ("State: %s\n", info->display);
10883 printf_filtered ("other: %s\n\n", info->more_display);
10884}
10885
10886int
fba45db2 10887get_and_display_threadinfo (threadref *ref)
c906108c
SS
10888{
10889 int result;
10890 int set;
10891 struct gdb_ext_thread_info threadinfo;
10892
10893 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
10894 | TAG_MOREDISPLAY | TAG_DISPLAY;
10895 if (0 != (result = remote_get_threadinfo (ref, set, &threadinfo)))
10896 display_thread_info (&threadinfo);
10897 return result;
10898}
10899
10900static void
fba45db2 10901threadinfo_test_cmd (char *cmd, int tty)
c906108c
SS
10902{
10903 int athread = SAMPLE_THREAD;
10904 threadref thread;
10905 int set;
10906
10907 int_to_threadref (&thread, athread);
10908 printf_filtered ("Remote Threadinfo test\n");
10909 if (!get_and_display_threadinfo (&thread))
10910 printf_filtered ("FAIL cannot get thread info\n");
10911}
10912
10913static int
fba45db2 10914thread_display_step (threadref *ref, void *context)
c906108c
SS
10915{
10916 /* output_threadid(" threadstep ",ref); *//* simple test */
10917 return get_and_display_threadinfo (ref);
10918}
10919
10920static void
fba45db2 10921threadlist_update_test_cmd (char *cmd, int tty)
c906108c
SS
10922{
10923 printf_filtered ("Remote Threadlist update test\n");
10924 remote_threadlist_iterator (thread_display_step, 0, CRAZY_MAX_THREADS);
10925}
10926
10927static void
10928init_remote_threadtests (void)
10929{
3e43a32a
MS
10930 add_com ("tlist", class_obscure, threadlist_test_cmd,
10931 _("Fetch and print the remote list of "
10932 "thread identifiers, one pkt only"));
c906108c 10933 add_com ("tinfo", class_obscure, threadinfo_test_cmd,
1bedd215 10934 _("Fetch and display info about one thread"));
c906108c 10935 add_com ("tset", class_obscure, threadset_test_cmd,
1bedd215 10936 _("Test setting to a different thread"));
c906108c 10937 add_com ("tupd", class_obscure, threadlist_update_test_cmd,
1bedd215 10938 _("Iterate through updating all remote thread info"));
c906108c 10939 add_com ("talive", class_obscure, threadalive_test,
1bedd215 10940 _(" Remote thread alive test "));
c906108c
SS
10941}
10942
10943#endif /* 0 */
10944
f3fb8c85
MS
10945/* Convert a thread ID to a string. Returns the string in a static
10946 buffer. */
10947
10948static char *
117de6a9 10949remote_pid_to_str (struct target_ops *ops, ptid_t ptid)
f3fb8c85 10950{
79d7f229 10951 static char buf[64];
82f73884 10952 struct remote_state *rs = get_remote_state ();
f3fb8c85 10953
7cee1e54
PA
10954 if (ptid_equal (ptid, null_ptid))
10955 return normal_pid_to_str (ptid);
10956 else if (ptid_is_pid (ptid))
ecd0ada5
PA
10957 {
10958 /* Printing an inferior target id. */
10959
10960 /* When multi-process extensions are off, there's no way in the
10961 remote protocol to know the remote process id, if there's any
10962 at all. There's one exception --- when we're connected with
10963 target extended-remote, and we manually attached to a process
10964 with "attach PID". We don't record anywhere a flag that
10965 allows us to distinguish that case from the case of
10966 connecting with extended-remote and the stub already being
10967 attached to a process, and reporting yes to qAttached, hence
10968 no smart special casing here. */
10969 if (!remote_multi_process_p (rs))
10970 {
10971 xsnprintf (buf, sizeof buf, "Remote target");
10972 return buf;
10973 }
10974
10975 return normal_pid_to_str (ptid);
82f73884 10976 }
ecd0ada5 10977 else
79d7f229 10978 {
ecd0ada5
PA
10979 if (ptid_equal (magic_null_ptid, ptid))
10980 xsnprintf (buf, sizeof buf, "Thread <main>");
8020350c 10981 else if (remote_multi_process_p (rs))
de0d863e
DB
10982 if (ptid_get_lwp (ptid) == 0)
10983 return normal_pid_to_str (ptid);
10984 else
10985 xsnprintf (buf, sizeof buf, "Thread %d.%ld",
10986 ptid_get_pid (ptid), ptid_get_lwp (ptid));
ecd0ada5
PA
10987 else
10988 xsnprintf (buf, sizeof buf, "Thread %ld",
ba348170 10989 ptid_get_lwp (ptid));
79d7f229
PA
10990 return buf;
10991 }
f3fb8c85
MS
10992}
10993
38691318
KB
10994/* Get the address of the thread local variable in OBJFILE which is
10995 stored at OFFSET within the thread local storage for thread PTID. */
10996
10997static CORE_ADDR
117de6a9
PA
10998remote_get_thread_local_address (struct target_ops *ops,
10999 ptid_t ptid, CORE_ADDR lm, CORE_ADDR offset)
38691318 11000{
4082afcc 11001 if (packet_support (PACKET_qGetTLSAddr) != PACKET_DISABLE)
38691318
KB
11002 {
11003 struct remote_state *rs = get_remote_state ();
6d820c5c 11004 char *p = rs->buf;
82f73884 11005 char *endp = rs->buf + get_remote_packet_size ();
571dd617 11006 enum packet_result result;
38691318
KB
11007
11008 strcpy (p, "qGetTLSAddr:");
11009 p += strlen (p);
82f73884 11010 p = write_ptid (p, endp, ptid);
38691318
KB
11011 *p++ = ',';
11012 p += hexnumstr (p, offset);
11013 *p++ = ',';
11014 p += hexnumstr (p, lm);
11015 *p++ = '\0';
11016
6d820c5c
DJ
11017 putpkt (rs->buf);
11018 getpkt (&rs->buf, &rs->buf_size, 0);
3e43a32a
MS
11019 result = packet_ok (rs->buf,
11020 &remote_protocol_packets[PACKET_qGetTLSAddr]);
571dd617 11021 if (result == PACKET_OK)
38691318
KB
11022 {
11023 ULONGEST result;
11024
6d820c5c 11025 unpack_varlen_hex (rs->buf, &result);
38691318
KB
11026 return result;
11027 }
571dd617 11028 else if (result == PACKET_UNKNOWN)
109c3e39
AC
11029 throw_error (TLS_GENERIC_ERROR,
11030 _("Remote target doesn't support qGetTLSAddr packet"));
38691318 11031 else
109c3e39
AC
11032 throw_error (TLS_GENERIC_ERROR,
11033 _("Remote target failed to process qGetTLSAddr request"));
38691318
KB
11034 }
11035 else
109c3e39
AC
11036 throw_error (TLS_GENERIC_ERROR,
11037 _("TLS not supported or disabled on this target"));
38691318
KB
11038 /* Not reached. */
11039 return 0;
11040}
11041
711e434b
PM
11042/* Provide thread local base, i.e. Thread Information Block address.
11043 Returns 1 if ptid is found and thread_local_base is non zero. */
11044
70221824 11045static int
bd7ae0f5 11046remote_get_tib_address (struct target_ops *self, ptid_t ptid, CORE_ADDR *addr)
711e434b 11047{
4082afcc 11048 if (packet_support (PACKET_qGetTIBAddr) != PACKET_DISABLE)
711e434b
PM
11049 {
11050 struct remote_state *rs = get_remote_state ();
11051 char *p = rs->buf;
11052 char *endp = rs->buf + get_remote_packet_size ();
11053 enum packet_result result;
11054
11055 strcpy (p, "qGetTIBAddr:");
11056 p += strlen (p);
11057 p = write_ptid (p, endp, ptid);
11058 *p++ = '\0';
11059
11060 putpkt (rs->buf);
11061 getpkt (&rs->buf, &rs->buf_size, 0);
11062 result = packet_ok (rs->buf,
11063 &remote_protocol_packets[PACKET_qGetTIBAddr]);
11064 if (result == PACKET_OK)
11065 {
11066 ULONGEST result;
11067
11068 unpack_varlen_hex (rs->buf, &result);
11069 if (addr)
11070 *addr = (CORE_ADDR) result;
11071 return 1;
11072 }
11073 else if (result == PACKET_UNKNOWN)
11074 error (_("Remote target doesn't support qGetTIBAddr packet"));
11075 else
11076 error (_("Remote target failed to process qGetTIBAddr request"));
11077 }
11078 else
11079 error (_("qGetTIBAddr not supported or disabled on this target"));
11080 /* Not reached. */
11081 return 0;
11082}
11083
29709017
DJ
11084/* Support for inferring a target description based on the current
11085 architecture and the size of a 'g' packet. While the 'g' packet
11086 can have any size (since optional registers can be left off the
11087 end), some sizes are easily recognizable given knowledge of the
11088 approximate architecture. */
11089
11090struct remote_g_packet_guess
11091{
11092 int bytes;
11093 const struct target_desc *tdesc;
11094};
11095typedef struct remote_g_packet_guess remote_g_packet_guess_s;
11096DEF_VEC_O(remote_g_packet_guess_s);
11097
11098struct remote_g_packet_data
11099{
11100 VEC(remote_g_packet_guess_s) *guesses;
11101};
11102
11103static struct gdbarch_data *remote_g_packet_data_handle;
11104
11105static void *
11106remote_g_packet_data_init (struct obstack *obstack)
11107{
11108 return OBSTACK_ZALLOC (obstack, struct remote_g_packet_data);
11109}
11110
11111void
11112register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes,
11113 const struct target_desc *tdesc)
11114{
11115 struct remote_g_packet_data *data
19ba03f4
SM
11116 = ((struct remote_g_packet_data *)
11117 gdbarch_data (gdbarch, remote_g_packet_data_handle));
29709017
DJ
11118 struct remote_g_packet_guess new_guess, *guess;
11119 int ix;
11120
11121 gdb_assert (tdesc != NULL);
11122
11123 for (ix = 0;
11124 VEC_iterate (remote_g_packet_guess_s, data->guesses, ix, guess);
11125 ix++)
11126 if (guess->bytes == bytes)
11127 internal_error (__FILE__, __LINE__,
9b20d036 11128 _("Duplicate g packet description added for size %d"),
29709017
DJ
11129 bytes);
11130
11131 new_guess.bytes = bytes;
11132 new_guess.tdesc = tdesc;
11133 VEC_safe_push (remote_g_packet_guess_s, data->guesses, &new_guess);
11134}
11135
d962ef82
DJ
11136/* Return 1 if remote_read_description would do anything on this target
11137 and architecture, 0 otherwise. */
11138
11139static int
11140remote_read_description_p (struct target_ops *target)
11141{
11142 struct remote_g_packet_data *data
19ba03f4
SM
11143 = ((struct remote_g_packet_data *)
11144 gdbarch_data (target_gdbarch (), remote_g_packet_data_handle));
d962ef82
DJ
11145
11146 if (!VEC_empty (remote_g_packet_guess_s, data->guesses))
11147 return 1;
11148
11149 return 0;
11150}
11151
29709017
DJ
11152static const struct target_desc *
11153remote_read_description (struct target_ops *target)
11154{
11155 struct remote_g_packet_data *data
19ba03f4
SM
11156 = ((struct remote_g_packet_data *)
11157 gdbarch_data (target_gdbarch (), remote_g_packet_data_handle));
29709017 11158
d962ef82
DJ
11159 /* Do not try this during initial connection, when we do not know
11160 whether there is a running but stopped thread. */
11161 if (!target_has_execution || ptid_equal (inferior_ptid, null_ptid))
2117c711 11162 return target->beneath->to_read_description (target->beneath);
d962ef82 11163
29709017
DJ
11164 if (!VEC_empty (remote_g_packet_guess_s, data->guesses))
11165 {
11166 struct remote_g_packet_guess *guess;
11167 int ix;
11168 int bytes = send_g_packet ();
11169
11170 for (ix = 0;
11171 VEC_iterate (remote_g_packet_guess_s, data->guesses, ix, guess);
11172 ix++)
11173 if (guess->bytes == bytes)
11174 return guess->tdesc;
11175
11176 /* We discard the g packet. A minor optimization would be to
11177 hold on to it, and fill the register cache once we have selected
11178 an architecture, but it's too tricky to do safely. */
11179 }
11180
2117c711 11181 return target->beneath->to_read_description (target->beneath);
29709017
DJ
11182}
11183
a6b151f1
DJ
11184/* Remote file transfer support. This is host-initiated I/O, not
11185 target-initiated; for target-initiated, see remote-fileio.c. */
11186
11187/* If *LEFT is at least the length of STRING, copy STRING to
11188 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11189 decrease *LEFT. Otherwise raise an error. */
11190
11191static void
11192remote_buffer_add_string (char **buffer, int *left, char *string)
11193{
11194 int len = strlen (string);
11195
11196 if (len > *left)
11197 error (_("Packet too long for target."));
11198
11199 memcpy (*buffer, string, len);
11200 *buffer += len;
11201 *left -= len;
11202
11203 /* NUL-terminate the buffer as a convenience, if there is
11204 room. */
11205 if (*left)
11206 **buffer = '\0';
11207}
11208
11209/* If *LEFT is large enough, hex encode LEN bytes from BYTES into
11210 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11211 decrease *LEFT. Otherwise raise an error. */
11212
11213static void
11214remote_buffer_add_bytes (char **buffer, int *left, const gdb_byte *bytes,
11215 int len)
11216{
11217 if (2 * len > *left)
11218 error (_("Packet too long for target."));
11219
11220 bin2hex (bytes, *buffer, len);
11221 *buffer += 2 * len;
11222 *left -= 2 * len;
11223
11224 /* NUL-terminate the buffer as a convenience, if there is
11225 room. */
11226 if (*left)
11227 **buffer = '\0';
11228}
11229
11230/* If *LEFT is large enough, convert VALUE to hex and add it to
11231 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11232 decrease *LEFT. Otherwise raise an error. */
11233
11234static void
11235remote_buffer_add_int (char **buffer, int *left, ULONGEST value)
11236{
11237 int len = hexnumlen (value);
11238
11239 if (len > *left)
11240 error (_("Packet too long for target."));
11241
11242 hexnumstr (*buffer, value);
11243 *buffer += len;
11244 *left -= len;
11245
11246 /* NUL-terminate the buffer as a convenience, if there is
11247 room. */
11248 if (*left)
11249 **buffer = '\0';
11250}
11251
11252/* Parse an I/O result packet from BUFFER. Set RETCODE to the return
11253 value, *REMOTE_ERRNO to the remote error number or zero if none
11254 was included, and *ATTACHMENT to point to the start of the annex
11255 if any. The length of the packet isn't needed here; there may
11256 be NUL bytes in BUFFER, but they will be after *ATTACHMENT.
11257
11258 Return 0 if the packet could be parsed, -1 if it could not. If
11259 -1 is returned, the other variables may not be initialized. */
11260
11261static int
11262remote_hostio_parse_result (char *buffer, int *retcode,
11263 int *remote_errno, char **attachment)
11264{
11265 char *p, *p2;
11266
11267 *remote_errno = 0;
11268 *attachment = NULL;
11269
11270 if (buffer[0] != 'F')
11271 return -1;
11272
11273 errno = 0;
11274 *retcode = strtol (&buffer[1], &p, 16);
11275 if (errno != 0 || p == &buffer[1])
11276 return -1;
11277
11278 /* Check for ",errno". */
11279 if (*p == ',')
11280 {
11281 errno = 0;
11282 *remote_errno = strtol (p + 1, &p2, 16);
11283 if (errno != 0 || p + 1 == p2)
11284 return -1;
11285 p = p2;
11286 }
11287
11288 /* Check for ";attachment". If there is no attachment, the
11289 packet should end here. */
11290 if (*p == ';')
11291 {
11292 *attachment = p + 1;
11293 return 0;
11294 }
11295 else if (*p == '\0')
11296 return 0;
11297 else
11298 return -1;
11299}
11300
11301/* Send a prepared I/O packet to the target and read its response.
11302 The prepared packet is in the global RS->BUF before this function
11303 is called, and the answer is there when we return.
11304
11305 COMMAND_BYTES is the length of the request to send, which may include
11306 binary data. WHICH_PACKET is the packet configuration to check
11307 before attempting a packet. If an error occurs, *REMOTE_ERRNO
11308 is set to the error number and -1 is returned. Otherwise the value
11309 returned by the function is returned.
11310
11311 ATTACHMENT and ATTACHMENT_LEN should be non-NULL if and only if an
11312 attachment is expected; an error will be reported if there's a
11313 mismatch. If one is found, *ATTACHMENT will be set to point into
11314 the packet buffer and *ATTACHMENT_LEN will be set to the
11315 attachment's length. */
11316
11317static int
11318remote_hostio_send_command (int command_bytes, int which_packet,
11319 int *remote_errno, char **attachment,
11320 int *attachment_len)
11321{
11322 struct remote_state *rs = get_remote_state ();
11323 int ret, bytes_read;
11324 char *attachment_tmp;
11325
5d93a237 11326 if (!rs->remote_desc
4082afcc 11327 || packet_support (which_packet) == PACKET_DISABLE)
a6b151f1
DJ
11328 {
11329 *remote_errno = FILEIO_ENOSYS;
11330 return -1;
11331 }
11332
11333 putpkt_binary (rs->buf, command_bytes);
11334 bytes_read = getpkt_sane (&rs->buf, &rs->buf_size, 0);
11335
11336 /* If it timed out, something is wrong. Don't try to parse the
11337 buffer. */
11338 if (bytes_read < 0)
11339 {
11340 *remote_errno = FILEIO_EINVAL;
11341 return -1;
11342 }
11343
11344 switch (packet_ok (rs->buf, &remote_protocol_packets[which_packet]))
11345 {
11346 case PACKET_ERROR:
11347 *remote_errno = FILEIO_EINVAL;
11348 return -1;
11349 case PACKET_UNKNOWN:
11350 *remote_errno = FILEIO_ENOSYS;
11351 return -1;
11352 case PACKET_OK:
11353 break;
11354 }
11355
11356 if (remote_hostio_parse_result (rs->buf, &ret, remote_errno,
11357 &attachment_tmp))
11358 {
11359 *remote_errno = FILEIO_EINVAL;
11360 return -1;
11361 }
11362
11363 /* Make sure we saw an attachment if and only if we expected one. */
11364 if ((attachment_tmp == NULL && attachment != NULL)
11365 || (attachment_tmp != NULL && attachment == NULL))
11366 {
11367 *remote_errno = FILEIO_EINVAL;
11368 return -1;
11369 }
11370
11371 /* If an attachment was found, it must point into the packet buffer;
11372 work out how many bytes there were. */
11373 if (attachment_tmp != NULL)
11374 {
11375 *attachment = attachment_tmp;
11376 *attachment_len = bytes_read - (*attachment - rs->buf);
11377 }
11378
11379 return ret;
11380}
11381
80152258
PA
11382/* Invalidate the readahead cache. */
11383
11384static void
11385readahead_cache_invalidate (void)
11386{
11387 struct remote_state *rs = get_remote_state ();
11388
11389 rs->readahead_cache.fd = -1;
11390}
11391
11392/* Invalidate the readahead cache if it is holding data for FD. */
11393
11394static void
11395readahead_cache_invalidate_fd (int fd)
11396{
11397 struct remote_state *rs = get_remote_state ();
11398
11399 if (rs->readahead_cache.fd == fd)
11400 rs->readahead_cache.fd = -1;
11401}
11402
15a201c8
GB
11403/* Set the filesystem remote_hostio functions that take FILENAME
11404 arguments will use. Return 0 on success, or -1 if an error
11405 occurs (and set *REMOTE_ERRNO). */
11406
11407static int
11408remote_hostio_set_filesystem (struct inferior *inf, int *remote_errno)
11409{
11410 struct remote_state *rs = get_remote_state ();
11411 int required_pid = (inf == NULL || inf->fake_pid_p) ? 0 : inf->pid;
11412 char *p = rs->buf;
11413 int left = get_remote_packet_size () - 1;
11414 char arg[9];
11415 int ret;
11416
11417 if (packet_support (PACKET_vFile_setfs) == PACKET_DISABLE)
11418 return 0;
11419
11420 if (rs->fs_pid != -1 && required_pid == rs->fs_pid)
11421 return 0;
11422
11423 remote_buffer_add_string (&p, &left, "vFile:setfs:");
11424
11425 xsnprintf (arg, sizeof (arg), "%x", required_pid);
11426 remote_buffer_add_string (&p, &left, arg);
11427
11428 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_setfs,
11429 remote_errno, NULL, NULL);
11430
11431 if (packet_support (PACKET_vFile_setfs) == PACKET_DISABLE)
11432 return 0;
11433
11434 if (ret == 0)
11435 rs->fs_pid = required_pid;
11436
11437 return ret;
11438}
11439
12e2a5fd 11440/* Implementation of to_fileio_open. */
a6b151f1
DJ
11441
11442static int
cd897586 11443remote_hostio_open (struct target_ops *self,
07c138c8 11444 struct inferior *inf, const char *filename,
4313b8c0
GB
11445 int flags, int mode, int warn_if_slow,
11446 int *remote_errno)
a6b151f1
DJ
11447{
11448 struct remote_state *rs = get_remote_state ();
11449 char *p = rs->buf;
11450 int left = get_remote_packet_size () - 1;
11451
4313b8c0
GB
11452 if (warn_if_slow)
11453 {
11454 static int warning_issued = 0;
11455
11456 printf_unfiltered (_("Reading %s from remote target...\n"),
11457 filename);
11458
11459 if (!warning_issued)
11460 {
11461 warning (_("File transfers from remote targets can be slow."
11462 " Use \"set sysroot\" to access files locally"
11463 " instead."));
11464 warning_issued = 1;
11465 }
11466 }
11467
15a201c8
GB
11468 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
11469 return -1;
11470
a6b151f1
DJ
11471 remote_buffer_add_string (&p, &left, "vFile:open:");
11472
11473 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
11474 strlen (filename));
11475 remote_buffer_add_string (&p, &left, ",");
11476
11477 remote_buffer_add_int (&p, &left, flags);
11478 remote_buffer_add_string (&p, &left, ",");
11479
11480 remote_buffer_add_int (&p, &left, mode);
11481
11482 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_open,
11483 remote_errno, NULL, NULL);
11484}
11485
12e2a5fd 11486/* Implementation of to_fileio_pwrite. */
a6b151f1
DJ
11487
11488static int
0d866f62
TT
11489remote_hostio_pwrite (struct target_ops *self,
11490 int fd, const gdb_byte *write_buf, int len,
a6b151f1
DJ
11491 ULONGEST offset, int *remote_errno)
11492{
11493 struct remote_state *rs = get_remote_state ();
11494 char *p = rs->buf;
11495 int left = get_remote_packet_size ();
11496 int out_len;
11497
80152258
PA
11498 readahead_cache_invalidate_fd (fd);
11499
a6b151f1
DJ
11500 remote_buffer_add_string (&p, &left, "vFile:pwrite:");
11501
11502 remote_buffer_add_int (&p, &left, fd);
11503 remote_buffer_add_string (&p, &left, ",");
11504
11505 remote_buffer_add_int (&p, &left, offset);
11506 remote_buffer_add_string (&p, &left, ",");
11507
124e13d9 11508 p += remote_escape_output (write_buf, len, 1, (gdb_byte *) p, &out_len,
a6b151f1
DJ
11509 get_remote_packet_size () - (p - rs->buf));
11510
11511 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_pwrite,
11512 remote_errno, NULL, NULL);
11513}
11514
80152258
PA
11515/* Helper for the implementation of to_fileio_pread. Read the file
11516 from the remote side with vFile:pread. */
a6b151f1
DJ
11517
11518static int
80152258
PA
11519remote_hostio_pread_vFile (struct target_ops *self,
11520 int fd, gdb_byte *read_buf, int len,
11521 ULONGEST offset, int *remote_errno)
a6b151f1
DJ
11522{
11523 struct remote_state *rs = get_remote_state ();
11524 char *p = rs->buf;
11525 char *attachment;
11526 int left = get_remote_packet_size ();
11527 int ret, attachment_len;
11528 int read_len;
11529
11530 remote_buffer_add_string (&p, &left, "vFile:pread:");
11531
11532 remote_buffer_add_int (&p, &left, fd);
11533 remote_buffer_add_string (&p, &left, ",");
11534
11535 remote_buffer_add_int (&p, &left, len);
11536 remote_buffer_add_string (&p, &left, ",");
11537
11538 remote_buffer_add_int (&p, &left, offset);
11539
11540 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_pread,
11541 remote_errno, &attachment,
11542 &attachment_len);
11543
11544 if (ret < 0)
11545 return ret;
11546
bc20a4af 11547 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
a6b151f1
DJ
11548 read_buf, len);
11549 if (read_len != ret)
11550 error (_("Read returned %d, but %d bytes."), ret, (int) read_len);
11551
11552 return ret;
11553}
11554
80152258
PA
11555/* Serve pread from the readahead cache. Returns number of bytes
11556 read, or 0 if the request can't be served from the cache. */
11557
11558static int
11559remote_hostio_pread_from_cache (struct remote_state *rs,
11560 int fd, gdb_byte *read_buf, size_t len,
11561 ULONGEST offset)
11562{
11563 struct readahead_cache *cache = &rs->readahead_cache;
11564
11565 if (cache->fd == fd
11566 && cache->offset <= offset
11567 && offset < cache->offset + cache->bufsize)
11568 {
11569 ULONGEST max = cache->offset + cache->bufsize;
11570
11571 if (offset + len > max)
11572 len = max - offset;
11573
11574 memcpy (read_buf, cache->buf + offset - cache->offset, len);
11575 return len;
11576 }
11577
11578 return 0;
11579}
11580
11581/* Implementation of to_fileio_pread. */
11582
11583static int
11584remote_hostio_pread (struct target_ops *self,
11585 int fd, gdb_byte *read_buf, int len,
11586 ULONGEST offset, int *remote_errno)
11587{
11588 int ret;
11589 struct remote_state *rs = get_remote_state ();
11590 struct readahead_cache *cache = &rs->readahead_cache;
11591
11592 ret = remote_hostio_pread_from_cache (rs, fd, read_buf, len, offset);
11593 if (ret > 0)
11594 {
11595 cache->hit_count++;
11596
11597 if (remote_debug)
11598 fprintf_unfiltered (gdb_stdlog, "readahead cache hit %s\n",
11599 pulongest (cache->hit_count));
11600 return ret;
11601 }
11602
11603 cache->miss_count++;
11604 if (remote_debug)
11605 fprintf_unfiltered (gdb_stdlog, "readahead cache miss %s\n",
11606 pulongest (cache->miss_count));
11607
11608 cache->fd = fd;
11609 cache->offset = offset;
11610 cache->bufsize = get_remote_packet_size ();
224c3ddb 11611 cache->buf = (gdb_byte *) xrealloc (cache->buf, cache->bufsize);
80152258
PA
11612
11613 ret = remote_hostio_pread_vFile (self, cache->fd, cache->buf, cache->bufsize,
11614 cache->offset, remote_errno);
11615 if (ret <= 0)
11616 {
11617 readahead_cache_invalidate_fd (fd);
11618 return ret;
11619 }
11620
11621 cache->bufsize = ret;
11622 return remote_hostio_pread_from_cache (rs, fd, read_buf, len, offset);
11623}
11624
12e2a5fd 11625/* Implementation of to_fileio_close. */
a6b151f1
DJ
11626
11627static int
df39ea25 11628remote_hostio_close (struct target_ops *self, int fd, int *remote_errno)
a6b151f1
DJ
11629{
11630 struct remote_state *rs = get_remote_state ();
11631 char *p = rs->buf;
11632 int left = get_remote_packet_size () - 1;
11633
80152258
PA
11634 readahead_cache_invalidate_fd (fd);
11635
a6b151f1
DJ
11636 remote_buffer_add_string (&p, &left, "vFile:close:");
11637
11638 remote_buffer_add_int (&p, &left, fd);
11639
11640 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_close,
11641 remote_errno, NULL, NULL);
11642}
11643
12e2a5fd 11644/* Implementation of to_fileio_unlink. */
a6b151f1
DJ
11645
11646static int
dbbca37d 11647remote_hostio_unlink (struct target_ops *self,
07c138c8
GB
11648 struct inferior *inf, const char *filename,
11649 int *remote_errno)
a6b151f1
DJ
11650{
11651 struct remote_state *rs = get_remote_state ();
11652 char *p = rs->buf;
11653 int left = get_remote_packet_size () - 1;
11654
15a201c8
GB
11655 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
11656 return -1;
11657
a6b151f1
DJ
11658 remote_buffer_add_string (&p, &left, "vFile:unlink:");
11659
11660 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
11661 strlen (filename));
11662
11663 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_unlink,
11664 remote_errno, NULL, NULL);
11665}
11666
12e2a5fd 11667/* Implementation of to_fileio_readlink. */
b9e7b9c3
UW
11668
11669static char *
fab5aa7c 11670remote_hostio_readlink (struct target_ops *self,
07c138c8
GB
11671 struct inferior *inf, const char *filename,
11672 int *remote_errno)
b9e7b9c3
UW
11673{
11674 struct remote_state *rs = get_remote_state ();
11675 char *p = rs->buf;
11676 char *attachment;
11677 int left = get_remote_packet_size ();
11678 int len, attachment_len;
11679 int read_len;
11680 char *ret;
11681
15a201c8
GB
11682 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
11683 return NULL;
11684
b9e7b9c3
UW
11685 remote_buffer_add_string (&p, &left, "vFile:readlink:");
11686
11687 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
11688 strlen (filename));
11689
11690 len = remote_hostio_send_command (p - rs->buf, PACKET_vFile_readlink,
11691 remote_errno, &attachment,
11692 &attachment_len);
11693
11694 if (len < 0)
11695 return NULL;
11696
224c3ddb 11697 ret = (char *) xmalloc (len + 1);
b9e7b9c3 11698
bc20a4af
PA
11699 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
11700 (gdb_byte *) ret, len);
b9e7b9c3
UW
11701 if (read_len != len)
11702 error (_("Readlink returned %d, but %d bytes."), len, read_len);
11703
11704 ret[len] = '\0';
11705 return ret;
11706}
11707
12e2a5fd 11708/* Implementation of to_fileio_fstat. */
0a93529c
GB
11709
11710static int
11711remote_hostio_fstat (struct target_ops *self,
11712 int fd, struct stat *st,
11713 int *remote_errno)
11714{
11715 struct remote_state *rs = get_remote_state ();
11716 char *p = rs->buf;
11717 int left = get_remote_packet_size ();
11718 int attachment_len, ret;
11719 char *attachment;
11720 struct fio_stat fst;
11721 int read_len;
11722
464b0089
GB
11723 remote_buffer_add_string (&p, &left, "vFile:fstat:");
11724
11725 remote_buffer_add_int (&p, &left, fd);
11726
11727 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_fstat,
11728 remote_errno, &attachment,
11729 &attachment_len);
11730 if (ret < 0)
0a93529c 11731 {
464b0089
GB
11732 if (*remote_errno != FILEIO_ENOSYS)
11733 return ret;
11734
0a93529c
GB
11735 /* Strictly we should return -1, ENOSYS here, but when
11736 "set sysroot remote:" was implemented in August 2008
11737 BFD's need for a stat function was sidestepped with
11738 this hack. This was not remedied until March 2015
11739 so we retain the previous behavior to avoid breaking
11740 compatibility.
11741
11742 Note that the memset is a March 2015 addition; older
11743 GDBs set st_size *and nothing else* so the structure
11744 would have garbage in all other fields. This might
11745 break something but retaining the previous behavior
11746 here would be just too wrong. */
11747
11748 memset (st, 0, sizeof (struct stat));
11749 st->st_size = INT_MAX;
11750 return 0;
11751 }
11752
0a93529c
GB
11753 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
11754 (gdb_byte *) &fst, sizeof (fst));
11755
11756 if (read_len != ret)
11757 error (_("vFile:fstat returned %d, but %d bytes."), ret, read_len);
11758
11759 if (read_len != sizeof (fst))
11760 error (_("vFile:fstat returned %d bytes, but expecting %d."),
11761 read_len, (int) sizeof (fst));
11762
11763 remote_fileio_to_host_stat (&fst, st);
11764
11765 return 0;
11766}
11767
12e2a5fd 11768/* Implementation of to_filesystem_is_local. */
e3dd7556
GB
11769
11770static int
11771remote_filesystem_is_local (struct target_ops *self)
11772{
11773 /* Valgrind GDB presents itself as a remote target but works
11774 on the local filesystem: it does not implement remote get
11775 and users are not expected to set a sysroot. To handle
11776 this case we treat the remote filesystem as local if the
11777 sysroot is exactly TARGET_SYSROOT_PREFIX and if the stub
11778 does not support vFile:open. */
a3be80c3 11779 if (strcmp (gdb_sysroot, TARGET_SYSROOT_PREFIX) == 0)
e3dd7556
GB
11780 {
11781 enum packet_support ps = packet_support (PACKET_vFile_open);
11782
11783 if (ps == PACKET_SUPPORT_UNKNOWN)
11784 {
11785 int fd, remote_errno;
11786
11787 /* Try opening a file to probe support. The supplied
11788 filename is irrelevant, we only care about whether
11789 the stub recognizes the packet or not. */
07c138c8 11790 fd = remote_hostio_open (self, NULL, "just probing",
4313b8c0 11791 FILEIO_O_RDONLY, 0700, 0,
e3dd7556
GB
11792 &remote_errno);
11793
11794 if (fd >= 0)
11795 remote_hostio_close (self, fd, &remote_errno);
11796
11797 ps = packet_support (PACKET_vFile_open);
11798 }
11799
11800 if (ps == PACKET_DISABLE)
11801 {
11802 static int warning_issued = 0;
11803
11804 if (!warning_issued)
11805 {
11806 warning (_("remote target does not support file"
11807 " transfer, attempting to access files"
11808 " from local filesystem."));
11809 warning_issued = 1;
11810 }
11811
11812 return 1;
11813 }
11814 }
11815
11816 return 0;
11817}
11818
a6b151f1
DJ
11819static int
11820remote_fileio_errno_to_host (int errnum)
11821{
11822 switch (errnum)
11823 {
11824 case FILEIO_EPERM:
11825 return EPERM;
11826 case FILEIO_ENOENT:
11827 return ENOENT;
11828 case FILEIO_EINTR:
11829 return EINTR;
11830 case FILEIO_EIO:
11831 return EIO;
11832 case FILEIO_EBADF:
11833 return EBADF;
11834 case FILEIO_EACCES:
11835 return EACCES;
11836 case FILEIO_EFAULT:
11837 return EFAULT;
11838 case FILEIO_EBUSY:
11839 return EBUSY;
11840 case FILEIO_EEXIST:
11841 return EEXIST;
11842 case FILEIO_ENODEV:
11843 return ENODEV;
11844 case FILEIO_ENOTDIR:
11845 return ENOTDIR;
11846 case FILEIO_EISDIR:
11847 return EISDIR;
11848 case FILEIO_EINVAL:
11849 return EINVAL;
11850 case FILEIO_ENFILE:
11851 return ENFILE;
11852 case FILEIO_EMFILE:
11853 return EMFILE;
11854 case FILEIO_EFBIG:
11855 return EFBIG;
11856 case FILEIO_ENOSPC:
11857 return ENOSPC;
11858 case FILEIO_ESPIPE:
11859 return ESPIPE;
11860 case FILEIO_EROFS:
11861 return EROFS;
11862 case FILEIO_ENOSYS:
11863 return ENOSYS;
11864 case FILEIO_ENAMETOOLONG:
11865 return ENAMETOOLONG;
11866 }
11867 return -1;
11868}
11869
11870static char *
11871remote_hostio_error (int errnum)
11872{
11873 int host_error = remote_fileio_errno_to_host (errnum);
11874
11875 if (host_error == -1)
11876 error (_("Unknown remote I/O error %d"), errnum);
11877 else
11878 error (_("Remote I/O error: %s"), safe_strerror (host_error));
11879}
11880
a6b151f1
DJ
11881static void
11882remote_hostio_close_cleanup (void *opaque)
11883{
11884 int fd = *(int *) opaque;
11885 int remote_errno;
11886
df39ea25 11887 remote_hostio_close (find_target_at (process_stratum), fd, &remote_errno);
a6b151f1
DJ
11888}
11889
11890void
11891remote_file_put (const char *local_file, const char *remote_file, int from_tty)
11892{
11893 struct cleanup *back_to, *close_cleanup;
11894 int retcode, fd, remote_errno, bytes, io_size;
11895 FILE *file;
11896 gdb_byte *buffer;
11897 int bytes_in_buffer;
11898 int saw_eof;
11899 ULONGEST offset;
5d93a237 11900 struct remote_state *rs = get_remote_state ();
a6b151f1 11901
5d93a237 11902 if (!rs->remote_desc)
a6b151f1
DJ
11903 error (_("command can only be used with remote target"));
11904
614c279d 11905 file = gdb_fopen_cloexec (local_file, "rb");
a6b151f1
DJ
11906 if (file == NULL)
11907 perror_with_name (local_file);
7c8a8b04 11908 back_to = make_cleanup_fclose (file);
a6b151f1 11909
07c138c8 11910 fd = remote_hostio_open (find_target_at (process_stratum), NULL,
cd897586 11911 remote_file, (FILEIO_O_WRONLY | FILEIO_O_CREAT
a6b151f1 11912 | FILEIO_O_TRUNC),
4313b8c0 11913 0700, 0, &remote_errno);
a6b151f1
DJ
11914 if (fd == -1)
11915 remote_hostio_error (remote_errno);
11916
11917 /* Send up to this many bytes at once. They won't all fit in the
11918 remote packet limit, so we'll transfer slightly fewer. */
11919 io_size = get_remote_packet_size ();
224c3ddb 11920 buffer = (gdb_byte *) xmalloc (io_size);
a6b151f1
DJ
11921 make_cleanup (xfree, buffer);
11922
11923 close_cleanup = make_cleanup (remote_hostio_close_cleanup, &fd);
11924
11925 bytes_in_buffer = 0;
11926 saw_eof = 0;
11927 offset = 0;
11928 while (bytes_in_buffer || !saw_eof)
11929 {
11930 if (!saw_eof)
11931 {
3e43a32a
MS
11932 bytes = fread (buffer + bytes_in_buffer, 1,
11933 io_size - bytes_in_buffer,
a6b151f1
DJ
11934 file);
11935 if (bytes == 0)
11936 {
11937 if (ferror (file))
11938 error (_("Error reading %s."), local_file);
11939 else
11940 {
11941 /* EOF. Unless there is something still in the
11942 buffer from the last iteration, we are done. */
11943 saw_eof = 1;
11944 if (bytes_in_buffer == 0)
11945 break;
11946 }
11947 }
11948 }
11949 else
11950 bytes = 0;
11951
11952 bytes += bytes_in_buffer;
11953 bytes_in_buffer = 0;
11954
0d866f62
TT
11955 retcode = remote_hostio_pwrite (find_target_at (process_stratum),
11956 fd, buffer, bytes,
3e43a32a 11957 offset, &remote_errno);
a6b151f1
DJ
11958
11959 if (retcode < 0)
11960 remote_hostio_error (remote_errno);
11961 else if (retcode == 0)
11962 error (_("Remote write of %d bytes returned 0!"), bytes);
11963 else if (retcode < bytes)
11964 {
11965 /* Short write. Save the rest of the read data for the next
11966 write. */
11967 bytes_in_buffer = bytes - retcode;
11968 memmove (buffer, buffer + retcode, bytes_in_buffer);
11969 }
11970
11971 offset += retcode;
11972 }
11973
11974 discard_cleanups (close_cleanup);
df39ea25 11975 if (remote_hostio_close (find_target_at (process_stratum), fd, &remote_errno))
a6b151f1
DJ
11976 remote_hostio_error (remote_errno);
11977
11978 if (from_tty)
11979 printf_filtered (_("Successfully sent file \"%s\".\n"), local_file);
11980 do_cleanups (back_to);
11981}
11982
11983void
11984remote_file_get (const char *remote_file, const char *local_file, int from_tty)
11985{
11986 struct cleanup *back_to, *close_cleanup;
cea39f65 11987 int fd, remote_errno, bytes, io_size;
a6b151f1
DJ
11988 FILE *file;
11989 gdb_byte *buffer;
11990 ULONGEST offset;
5d93a237 11991 struct remote_state *rs = get_remote_state ();
a6b151f1 11992
5d93a237 11993 if (!rs->remote_desc)
a6b151f1
DJ
11994 error (_("command can only be used with remote target"));
11995
07c138c8 11996 fd = remote_hostio_open (find_target_at (process_stratum), NULL,
4313b8c0
GB
11997 remote_file, FILEIO_O_RDONLY, 0, 0,
11998 &remote_errno);
a6b151f1
DJ
11999 if (fd == -1)
12000 remote_hostio_error (remote_errno);
12001
614c279d 12002 file = gdb_fopen_cloexec (local_file, "wb");
a6b151f1
DJ
12003 if (file == NULL)
12004 perror_with_name (local_file);
7c8a8b04 12005 back_to = make_cleanup_fclose (file);
a6b151f1
DJ
12006
12007 /* Send up to this many bytes at once. They won't all fit in the
12008 remote packet limit, so we'll transfer slightly fewer. */
12009 io_size = get_remote_packet_size ();
224c3ddb 12010 buffer = (gdb_byte *) xmalloc (io_size);
a6b151f1
DJ
12011 make_cleanup (xfree, buffer);
12012
12013 close_cleanup = make_cleanup (remote_hostio_close_cleanup, &fd);
12014
12015 offset = 0;
12016 while (1)
12017 {
a3be983c
TT
12018 bytes = remote_hostio_pread (find_target_at (process_stratum),
12019 fd, buffer, io_size, offset, &remote_errno);
a6b151f1
DJ
12020 if (bytes == 0)
12021 /* Success, but no bytes, means end-of-file. */
12022 break;
12023 if (bytes == -1)
12024 remote_hostio_error (remote_errno);
12025
12026 offset += bytes;
12027
12028 bytes = fwrite (buffer, 1, bytes, file);
12029 if (bytes == 0)
12030 perror_with_name (local_file);
12031 }
12032
12033 discard_cleanups (close_cleanup);
df39ea25 12034 if (remote_hostio_close (find_target_at (process_stratum), fd, &remote_errno))
a6b151f1
DJ
12035 remote_hostio_error (remote_errno);
12036
12037 if (from_tty)
12038 printf_filtered (_("Successfully fetched file \"%s\".\n"), remote_file);
12039 do_cleanups (back_to);
12040}
12041
12042void
12043remote_file_delete (const char *remote_file, int from_tty)
12044{
12045 int retcode, remote_errno;
5d93a237 12046 struct remote_state *rs = get_remote_state ();
a6b151f1 12047
5d93a237 12048 if (!rs->remote_desc)
a6b151f1
DJ
12049 error (_("command can only be used with remote target"));
12050
dbbca37d 12051 retcode = remote_hostio_unlink (find_target_at (process_stratum),
07c138c8 12052 NULL, remote_file, &remote_errno);
a6b151f1
DJ
12053 if (retcode == -1)
12054 remote_hostio_error (remote_errno);
12055
12056 if (from_tty)
12057 printf_filtered (_("Successfully deleted file \"%s\".\n"), remote_file);
12058}
12059
12060static void
12061remote_put_command (char *args, int from_tty)
12062{
12063 struct cleanup *back_to;
12064 char **argv;
12065
d1a41061
PP
12066 if (args == NULL)
12067 error_no_arg (_("file to put"));
12068
12069 argv = gdb_buildargv (args);
a6b151f1
DJ
12070 back_to = make_cleanup_freeargv (argv);
12071 if (argv[0] == NULL || argv[1] == NULL || argv[2] != NULL)
12072 error (_("Invalid parameters to remote put"));
12073
12074 remote_file_put (argv[0], argv[1], from_tty);
12075
12076 do_cleanups (back_to);
12077}
12078
12079static void
12080remote_get_command (char *args, int from_tty)
12081{
12082 struct cleanup *back_to;
12083 char **argv;
12084
d1a41061
PP
12085 if (args == NULL)
12086 error_no_arg (_("file to get"));
12087
12088 argv = gdb_buildargv (args);
a6b151f1
DJ
12089 back_to = make_cleanup_freeargv (argv);
12090 if (argv[0] == NULL || argv[1] == NULL || argv[2] != NULL)
12091 error (_("Invalid parameters to remote get"));
12092
12093 remote_file_get (argv[0], argv[1], from_tty);
12094
12095 do_cleanups (back_to);
12096}
12097
12098static void
12099remote_delete_command (char *args, int from_tty)
12100{
12101 struct cleanup *back_to;
12102 char **argv;
12103
d1a41061
PP
12104 if (args == NULL)
12105 error_no_arg (_("file to delete"));
12106
12107 argv = gdb_buildargv (args);
a6b151f1
DJ
12108 back_to = make_cleanup_freeargv (argv);
12109 if (argv[0] == NULL || argv[1] != NULL)
12110 error (_("Invalid parameters to remote delete"));
12111
12112 remote_file_delete (argv[0], from_tty);
12113
12114 do_cleanups (back_to);
12115}
12116
12117static void
12118remote_command (char *args, int from_tty)
12119{
635c7e8a 12120 help_list (remote_cmdlist, "remote ", all_commands, gdb_stdout);
a6b151f1
DJ
12121}
12122
b2175913 12123static int
19db3e69 12124remote_can_execute_reverse (struct target_ops *self)
b2175913 12125{
4082afcc
PA
12126 if (packet_support (PACKET_bs) == PACKET_ENABLE
12127 || packet_support (PACKET_bc) == PACKET_ENABLE)
40ab02ce
MS
12128 return 1;
12129 else
12130 return 0;
b2175913
MS
12131}
12132
74531fed 12133static int
2a9a2795 12134remote_supports_non_stop (struct target_ops *self)
74531fed
PA
12135{
12136 return 1;
12137}
12138
03583c20 12139static int
2bfc0540 12140remote_supports_disable_randomization (struct target_ops *self)
03583c20
UW
12141{
12142 /* Only supported in extended mode. */
12143 return 0;
12144}
12145
8a305172 12146static int
86ce2668 12147remote_supports_multi_process (struct target_ops *self)
8a305172
PA
12148{
12149 struct remote_state *rs = get_remote_state ();
a744cf53 12150
8020350c 12151 return remote_multi_process_p (rs);
8a305172
PA
12152}
12153
70221824 12154static int
782b2b07
SS
12155remote_supports_cond_tracepoints (void)
12156{
4082afcc 12157 return packet_support (PACKET_ConditionalTracepoints) == PACKET_ENABLE;
782b2b07
SS
12158}
12159
3788aec7 12160static int
efcc2da7 12161remote_supports_cond_breakpoints (struct target_ops *self)
3788aec7 12162{
4082afcc 12163 return packet_support (PACKET_ConditionalBreakpoints) == PACKET_ENABLE;
3788aec7
LM
12164}
12165
70221824 12166static int
7a697b8d
SS
12167remote_supports_fast_tracepoints (void)
12168{
4082afcc 12169 return packet_support (PACKET_FastTracepoints) == PACKET_ENABLE;
7a697b8d
SS
12170}
12171
0fb4aa4b
PA
12172static int
12173remote_supports_static_tracepoints (void)
12174{
4082afcc 12175 return packet_support (PACKET_StaticTracepoints) == PACKET_ENABLE;
0fb4aa4b
PA
12176}
12177
1e4d1764
YQ
12178static int
12179remote_supports_install_in_trace (void)
12180{
4082afcc 12181 return packet_support (PACKET_InstallInTrace) == PACKET_ENABLE;
1e4d1764
YQ
12182}
12183
d248b706 12184static int
7d178d6a 12185remote_supports_enable_disable_tracepoint (struct target_ops *self)
d248b706 12186{
4082afcc
PA
12187 return (packet_support (PACKET_EnableDisableTracepoints_feature)
12188 == PACKET_ENABLE);
d248b706
KY
12189}
12190
3065dfb6 12191static int
6de37a3a 12192remote_supports_string_tracing (struct target_ops *self)
3065dfb6 12193{
4082afcc 12194 return packet_support (PACKET_tracenz_feature) == PACKET_ENABLE;
3065dfb6
SS
12195}
12196
d3ce09f5 12197static int
78eff0ec 12198remote_can_run_breakpoint_commands (struct target_ops *self)
d3ce09f5 12199{
4082afcc 12200 return packet_support (PACKET_BreakpointCommands) == PACKET_ENABLE;
d3ce09f5
SS
12201}
12202
35b1e5cc 12203static void
ecae04e1 12204remote_trace_init (struct target_ops *self)
35b1e5cc
SS
12205{
12206 putpkt ("QTinit");
12207 remote_get_noisy_reply (&target_buf, &target_buf_size);
ad91cd99 12208 if (strcmp (target_buf, "OK") != 0)
35b1e5cc
SS
12209 error (_("Target does not support this command."));
12210}
12211
12212static void free_actions_list (char **actions_list);
12213static void free_actions_list_cleanup_wrapper (void *);
12214static void
12215free_actions_list_cleanup_wrapper (void *al)
12216{
19ba03f4 12217 free_actions_list ((char **) al);
35b1e5cc
SS
12218}
12219
12220static void
12221free_actions_list (char **actions_list)
12222{
12223 int ndx;
12224
12225 if (actions_list == 0)
12226 return;
12227
12228 for (ndx = 0; actions_list[ndx]; ndx++)
12229 xfree (actions_list[ndx]);
12230
12231 xfree (actions_list);
12232}
12233
409873ef
SS
12234/* Recursive routine to walk through command list including loops, and
12235 download packets for each command. */
12236
12237static void
12238remote_download_command_source (int num, ULONGEST addr,
12239 struct command_line *cmds)
12240{
12241 struct remote_state *rs = get_remote_state ();
12242 struct command_line *cmd;
12243
12244 for (cmd = cmds; cmd; cmd = cmd->next)
12245 {
0df8b418 12246 QUIT; /* Allow user to bail out with ^C. */
409873ef
SS
12247 strcpy (rs->buf, "QTDPsrc:");
12248 encode_source_string (num, addr, "cmd", cmd->line,
12249 rs->buf + strlen (rs->buf),
12250 rs->buf_size - strlen (rs->buf));
12251 putpkt (rs->buf);
12252 remote_get_noisy_reply (&target_buf, &target_buf_size);
12253 if (strcmp (target_buf, "OK"))
12254 warning (_("Target does not support source download."));
12255
12256 if (cmd->control_type == while_control
12257 || cmd->control_type == while_stepping_control)
12258 {
12259 remote_download_command_source (num, addr, *cmd->body_list);
12260
0df8b418 12261 QUIT; /* Allow user to bail out with ^C. */
409873ef
SS
12262 strcpy (rs->buf, "QTDPsrc:");
12263 encode_source_string (num, addr, "cmd", "end",
12264 rs->buf + strlen (rs->buf),
12265 rs->buf_size - strlen (rs->buf));
12266 putpkt (rs->buf);
12267 remote_get_noisy_reply (&target_buf, &target_buf_size);
12268 if (strcmp (target_buf, "OK"))
12269 warning (_("Target does not support source download."));
12270 }
12271 }
12272}
12273
35b1e5cc 12274static void
548f7808 12275remote_download_tracepoint (struct target_ops *self, struct bp_location *loc)
35b1e5cc 12276{
bba74b36 12277#define BUF_SIZE 2048
e8ba3115 12278
35b1e5cc 12279 CORE_ADDR tpaddr;
409873ef 12280 char addrbuf[40];
bba74b36 12281 char buf[BUF_SIZE];
35b1e5cc
SS
12282 char **tdp_actions;
12283 char **stepping_actions;
12284 int ndx;
12285 struct cleanup *old_chain = NULL;
35b1e5cc 12286 char *pkt;
e8ba3115 12287 struct breakpoint *b = loc->owner;
d9b3f62e 12288 struct tracepoint *t = (struct tracepoint *) b;
35b1e5cc 12289
dc673c81 12290 encode_actions_rsp (loc, &tdp_actions, &stepping_actions);
e8ba3115
YQ
12291 old_chain = make_cleanup (free_actions_list_cleanup_wrapper,
12292 tdp_actions);
12293 (void) make_cleanup (free_actions_list_cleanup_wrapper,
12294 stepping_actions);
12295
12296 tpaddr = loc->address;
12297 sprintf_vma (addrbuf, tpaddr);
bba74b36
YQ
12298 xsnprintf (buf, BUF_SIZE, "QTDP:%x:%s:%c:%lx:%x", b->number,
12299 addrbuf, /* address */
12300 (b->enable_state == bp_enabled ? 'E' : 'D'),
12301 t->step_count, t->pass_count);
e8ba3115
YQ
12302 /* Fast tracepoints are mostly handled by the target, but we can
12303 tell the target how big of an instruction block should be moved
12304 around. */
12305 if (b->type == bp_fast_tracepoint)
12306 {
12307 /* Only test for support at download time; we may not know
12308 target capabilities at definition time. */
12309 if (remote_supports_fast_tracepoints ())
35b1e5cc 12310 {
6b940e6a
PL
12311 if (gdbarch_fast_tracepoint_valid_at (loc->gdbarch, tpaddr,
12312 NULL))
bba74b36 12313 xsnprintf (buf + strlen (buf), BUF_SIZE - strlen (buf), ":F%x",
6b940e6a 12314 gdb_insn_length (loc->gdbarch, tpaddr));
35b1e5cc 12315 else
e8ba3115
YQ
12316 /* If it passed validation at definition but fails now,
12317 something is very wrong. */
12318 internal_error (__FILE__, __LINE__,
12319 _("Fast tracepoint not "
12320 "valid during download"));
35b1e5cc 12321 }
e8ba3115
YQ
12322 else
12323 /* Fast tracepoints are functionally identical to regular
12324 tracepoints, so don't take lack of support as a reason to
12325 give up on the trace run. */
12326 warning (_("Target does not support fast tracepoints, "
12327 "downloading %d as regular tracepoint"), b->number);
12328 }
12329 else if (b->type == bp_static_tracepoint)
12330 {
12331 /* Only test for support at download time; we may not know
12332 target capabilities at definition time. */
12333 if (remote_supports_static_tracepoints ())
0fb4aa4b 12334 {
e8ba3115 12335 struct static_tracepoint_marker marker;
0fb4aa4b 12336
e8ba3115
YQ
12337 if (target_static_tracepoint_marker_at (tpaddr, &marker))
12338 strcat (buf, ":S");
0fb4aa4b 12339 else
e8ba3115 12340 error (_("Static tracepoint not valid during download"));
0fb4aa4b 12341 }
e8ba3115
YQ
12342 else
12343 /* Fast tracepoints are functionally identical to regular
12344 tracepoints, so don't take lack of support as a reason
12345 to give up on the trace run. */
12346 error (_("Target does not support static tracepoints"));
12347 }
12348 /* If the tracepoint has a conditional, make it into an agent
12349 expression and append to the definition. */
12350 if (loc->cond)
12351 {
12352 /* Only test support at download time, we may not know target
12353 capabilities at definition time. */
12354 if (remote_supports_cond_tracepoints ())
35b1e5cc 12355 {
833177a4 12356 agent_expr_up aexpr = gen_eval_for_expr (tpaddr, loc->cond.get ());
bba74b36
YQ
12357 xsnprintf (buf + strlen (buf), BUF_SIZE - strlen (buf), ":X%x,",
12358 aexpr->len);
e8ba3115
YQ
12359 pkt = buf + strlen (buf);
12360 for (ndx = 0; ndx < aexpr->len; ++ndx)
12361 pkt = pack_hex_byte (pkt, aexpr->buf[ndx]);
12362 *pkt = '\0';
35b1e5cc 12363 }
e8ba3115
YQ
12364 else
12365 warning (_("Target does not support conditional tracepoints, "
12366 "ignoring tp %d cond"), b->number);
12367 }
35b1e5cc 12368
d9b3f62e 12369 if (b->commands || *default_collect)
e8ba3115
YQ
12370 strcat (buf, "-");
12371 putpkt (buf);
12372 remote_get_noisy_reply (&target_buf, &target_buf_size);
12373 if (strcmp (target_buf, "OK"))
12374 error (_("Target does not support tracepoints."));
35b1e5cc 12375
e8ba3115
YQ
12376 /* do_single_steps (t); */
12377 if (tdp_actions)
12378 {
12379 for (ndx = 0; tdp_actions[ndx]; ndx++)
35b1e5cc 12380 {
e8ba3115 12381 QUIT; /* Allow user to bail out with ^C. */
bba74b36
YQ
12382 xsnprintf (buf, BUF_SIZE, "QTDP:-%x:%s:%s%c",
12383 b->number, addrbuf, /* address */
12384 tdp_actions[ndx],
12385 ((tdp_actions[ndx + 1] || stepping_actions)
12386 ? '-' : 0));
e8ba3115
YQ
12387 putpkt (buf);
12388 remote_get_noisy_reply (&target_buf,
12389 &target_buf_size);
12390 if (strcmp (target_buf, "OK"))
12391 error (_("Error on target while setting tracepoints."));
35b1e5cc 12392 }
e8ba3115
YQ
12393 }
12394 if (stepping_actions)
12395 {
12396 for (ndx = 0; stepping_actions[ndx]; ndx++)
35b1e5cc 12397 {
e8ba3115 12398 QUIT; /* Allow user to bail out with ^C. */
bba74b36
YQ
12399 xsnprintf (buf, BUF_SIZE, "QTDP:-%x:%s:%s%s%s",
12400 b->number, addrbuf, /* address */
12401 ((ndx == 0) ? "S" : ""),
12402 stepping_actions[ndx],
12403 (stepping_actions[ndx + 1] ? "-" : ""));
e8ba3115
YQ
12404 putpkt (buf);
12405 remote_get_noisy_reply (&target_buf,
12406 &target_buf_size);
12407 if (strcmp (target_buf, "OK"))
12408 error (_("Error on target while setting tracepoints."));
35b1e5cc 12409 }
e8ba3115 12410 }
409873ef 12411
4082afcc 12412 if (packet_support (PACKET_TracepointSource) == PACKET_ENABLE)
e8ba3115 12413 {
f00aae0f 12414 if (b->location != NULL)
409873ef 12415 {
e8ba3115 12416 strcpy (buf, "QTDPsrc:");
f00aae0f
KS
12417 encode_source_string (b->number, loc->address, "at",
12418 event_location_to_string (b->location),
12419 buf + strlen (buf), 2048 - strlen (buf));
e8ba3115
YQ
12420 putpkt (buf);
12421 remote_get_noisy_reply (&target_buf, &target_buf_size);
12422 if (strcmp (target_buf, "OK"))
12423 warning (_("Target does not support source download."));
409873ef 12424 }
e8ba3115
YQ
12425 if (b->cond_string)
12426 {
12427 strcpy (buf, "QTDPsrc:");
12428 encode_source_string (b->number, loc->address,
12429 "cond", b->cond_string, buf + strlen (buf),
12430 2048 - strlen (buf));
12431 putpkt (buf);
12432 remote_get_noisy_reply (&target_buf, &target_buf_size);
12433 if (strcmp (target_buf, "OK"))
12434 warning (_("Target does not support source download."));
12435 }
12436 remote_download_command_source (b->number, loc->address,
12437 breakpoint_commands (b));
35b1e5cc 12438 }
e8ba3115
YQ
12439
12440 do_cleanups (old_chain);
35b1e5cc
SS
12441}
12442
1e4d1764 12443static int
a52a8357 12444remote_can_download_tracepoint (struct target_ops *self)
1e4d1764 12445{
1e51243a
PA
12446 struct remote_state *rs = get_remote_state ();
12447 struct trace_status *ts;
12448 int status;
12449
12450 /* Don't try to install tracepoints until we've relocated our
12451 symbols, and fetched and merged the target's tracepoint list with
12452 ours. */
12453 if (rs->starting_up)
12454 return 0;
12455
12456 ts = current_trace_status ();
8bd200f1 12457 status = remote_get_trace_status (self, ts);
1e4d1764
YQ
12458
12459 if (status == -1 || !ts->running_known || !ts->running)
12460 return 0;
12461
12462 /* If we are in a tracing experiment, but remote stub doesn't support
12463 installing tracepoint in trace, we have to return. */
12464 if (!remote_supports_install_in_trace ())
12465 return 0;
12466
12467 return 1;
12468}
12469
12470
35b1e5cc 12471static void
559d2b81
TT
12472remote_download_trace_state_variable (struct target_ops *self,
12473 struct trace_state_variable *tsv)
35b1e5cc
SS
12474{
12475 struct remote_state *rs = get_remote_state ();
00bf0b85 12476 char *p;
35b1e5cc 12477
bba74b36
YQ
12478 xsnprintf (rs->buf, get_remote_packet_size (), "QTDV:%x:%s:%x:",
12479 tsv->number, phex ((ULONGEST) tsv->initial_value, 8),
12480 tsv->builtin);
00bf0b85
SS
12481 p = rs->buf + strlen (rs->buf);
12482 if ((p - rs->buf) + strlen (tsv->name) * 2 >= get_remote_packet_size ())
12483 error (_("Trace state variable name too long for tsv definition packet"));
9f1b45b0 12484 p += 2 * bin2hex ((gdb_byte *) (tsv->name), p, strlen (tsv->name));
00bf0b85 12485 *p++ = '\0';
35b1e5cc
SS
12486 putpkt (rs->buf);
12487 remote_get_noisy_reply (&target_buf, &target_buf_size);
ad91cd99
PA
12488 if (*target_buf == '\0')
12489 error (_("Target does not support this command."));
12490 if (strcmp (target_buf, "OK") != 0)
12491 error (_("Error on target while downloading trace state variable."));
35b1e5cc
SS
12492}
12493
d248b706 12494static void
46670d57
TT
12495remote_enable_tracepoint (struct target_ops *self,
12496 struct bp_location *location)
d248b706
KY
12497{
12498 struct remote_state *rs = get_remote_state ();
12499 char addr_buf[40];
12500
12501 sprintf_vma (addr_buf, location->address);
bba74b36
YQ
12502 xsnprintf (rs->buf, get_remote_packet_size (), "QTEnable:%x:%s",
12503 location->owner->number, addr_buf);
d248b706
KY
12504 putpkt (rs->buf);
12505 remote_get_noisy_reply (&rs->buf, &rs->buf_size);
12506 if (*rs->buf == '\0')
12507 error (_("Target does not support enabling tracepoints while a trace run is ongoing."));
12508 if (strcmp (rs->buf, "OK") != 0)
12509 error (_("Error on target while enabling tracepoint."));
12510}
12511
12512static void
780b049c
TT
12513remote_disable_tracepoint (struct target_ops *self,
12514 struct bp_location *location)
d248b706
KY
12515{
12516 struct remote_state *rs = get_remote_state ();
12517 char addr_buf[40];
12518
12519 sprintf_vma (addr_buf, location->address);
bba74b36
YQ
12520 xsnprintf (rs->buf, get_remote_packet_size (), "QTDisable:%x:%s",
12521 location->owner->number, addr_buf);
d248b706
KY
12522 putpkt (rs->buf);
12523 remote_get_noisy_reply (&rs->buf, &rs->buf_size);
12524 if (*rs->buf == '\0')
12525 error (_("Target does not support disabling tracepoints while a trace run is ongoing."));
12526 if (strcmp (rs->buf, "OK") != 0)
12527 error (_("Error on target while disabling tracepoint."));
12528}
12529
35b1e5cc 12530static void
583f9a86 12531remote_trace_set_readonly_regions (struct target_ops *self)
35b1e5cc
SS
12532{
12533 asection *s;
81b9b86e 12534 bfd *abfd = NULL;
35b1e5cc 12535 bfd_size_type size;
608bcef2 12536 bfd_vma vma;
35b1e5cc 12537 int anysecs = 0;
c2fa21f1 12538 int offset = 0;
35b1e5cc
SS
12539
12540 if (!exec_bfd)
12541 return; /* No information to give. */
12542
12543 strcpy (target_buf, "QTro");
9779ab84 12544 offset = strlen (target_buf);
35b1e5cc
SS
12545 for (s = exec_bfd->sections; s; s = s->next)
12546 {
12547 char tmp1[40], tmp2[40];
c2fa21f1 12548 int sec_length;
35b1e5cc
SS
12549
12550 if ((s->flags & SEC_LOAD) == 0 ||
0df8b418 12551 /* (s->flags & SEC_CODE) == 0 || */
35b1e5cc
SS
12552 (s->flags & SEC_READONLY) == 0)
12553 continue;
12554
12555 anysecs = 1;
81b9b86e 12556 vma = bfd_get_section_vma (abfd, s);
35b1e5cc 12557 size = bfd_get_section_size (s);
608bcef2
HZ
12558 sprintf_vma (tmp1, vma);
12559 sprintf_vma (tmp2, vma + size);
c2fa21f1
HZ
12560 sec_length = 1 + strlen (tmp1) + 1 + strlen (tmp2);
12561 if (offset + sec_length + 1 > target_buf_size)
12562 {
4082afcc 12563 if (packet_support (PACKET_qXfer_traceframe_info) != PACKET_ENABLE)
864ac8a7 12564 warning (_("\
c2fa21f1
HZ
12565Too many sections for read-only sections definition packet."));
12566 break;
12567 }
bba74b36
YQ
12568 xsnprintf (target_buf + offset, target_buf_size - offset, ":%s,%s",
12569 tmp1, tmp2);
c2fa21f1 12570 offset += sec_length;
35b1e5cc
SS
12571 }
12572 if (anysecs)
12573 {
12574 putpkt (target_buf);
12575 getpkt (&target_buf, &target_buf_size, 0);
12576 }
12577}
12578
12579static void
e2d1aae3 12580remote_trace_start (struct target_ops *self)
35b1e5cc
SS
12581{
12582 putpkt ("QTStart");
12583 remote_get_noisy_reply (&target_buf, &target_buf_size);
ad91cd99
PA
12584 if (*target_buf == '\0')
12585 error (_("Target does not support this command."));
12586 if (strcmp (target_buf, "OK") != 0)
35b1e5cc
SS
12587 error (_("Bogus reply from target: %s"), target_buf);
12588}
12589
12590static int
8bd200f1 12591remote_get_trace_status (struct target_ops *self, struct trace_status *ts)
35b1e5cc 12592{
953b98d1 12593 /* Initialize it just to avoid a GCC false warning. */
f652de6f 12594 char *p = NULL;
0df8b418 12595 /* FIXME we need to get register block size some other way. */
00bf0b85 12596 extern int trace_regblock_size;
bd3eecc3
PA
12597 enum packet_result result;
12598
4082afcc 12599 if (packet_support (PACKET_qTStatus) == PACKET_DISABLE)
bd3eecc3 12600 return -1;
a744cf53 12601
00bf0b85
SS
12602 trace_regblock_size = get_remote_arch_state ()->sizeof_g_packet;
12603
049dc89b
JK
12604 putpkt ("qTStatus");
12605
492d29ea 12606 TRY
67f41397
JK
12607 {
12608 p = remote_get_noisy_reply (&target_buf, &target_buf_size);
12609 }
492d29ea 12610 CATCH (ex, RETURN_MASK_ERROR)
67f41397 12611 {
598d3636
JK
12612 if (ex.error != TARGET_CLOSE_ERROR)
12613 {
12614 exception_fprintf (gdb_stderr, ex, "qTStatus: ");
12615 return -1;
12616 }
12617 throw_exception (ex);
67f41397 12618 }
492d29ea 12619 END_CATCH
00bf0b85 12620
bd3eecc3
PA
12621 result = packet_ok (p, &remote_protocol_packets[PACKET_qTStatus]);
12622
00bf0b85 12623 /* If the remote target doesn't do tracing, flag it. */
bd3eecc3 12624 if (result == PACKET_UNKNOWN)
00bf0b85 12625 return -1;
35b1e5cc 12626
00bf0b85 12627 /* We're working with a live target. */
f5911ea1 12628 ts->filename = NULL;
00bf0b85 12629
00bf0b85 12630 if (*p++ != 'T')
35b1e5cc
SS
12631 error (_("Bogus trace status reply from target: %s"), target_buf);
12632
84cebc4a
YQ
12633 /* Function 'parse_trace_status' sets default value of each field of
12634 'ts' at first, so we don't have to do it here. */
00bf0b85
SS
12635 parse_trace_status (p, ts);
12636
12637 return ts->running;
35b1e5cc
SS
12638}
12639
70221824 12640static void
db90e85c 12641remote_get_tracepoint_status (struct target_ops *self, struct breakpoint *bp,
f196051f
SS
12642 struct uploaded_tp *utp)
12643{
12644 struct remote_state *rs = get_remote_state ();
f196051f
SS
12645 char *reply;
12646 struct bp_location *loc;
12647 struct tracepoint *tp = (struct tracepoint *) bp;
bba74b36 12648 size_t size = get_remote_packet_size ();
f196051f
SS
12649
12650 if (tp)
12651 {
12652 tp->base.hit_count = 0;
12653 tp->traceframe_usage = 0;
12654 for (loc = tp->base.loc; loc; loc = loc->next)
12655 {
12656 /* If the tracepoint was never downloaded, don't go asking for
12657 any status. */
12658 if (tp->number_on_target == 0)
12659 continue;
bba74b36
YQ
12660 xsnprintf (rs->buf, size, "qTP:%x:%s", tp->number_on_target,
12661 phex_nz (loc->address, 0));
f196051f
SS
12662 putpkt (rs->buf);
12663 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
12664 if (reply && *reply)
12665 {
12666 if (*reply == 'V')
12667 parse_tracepoint_status (reply + 1, bp, utp);
12668 }
12669 }
12670 }
12671 else if (utp)
12672 {
12673 utp->hit_count = 0;
12674 utp->traceframe_usage = 0;
bba74b36
YQ
12675 xsnprintf (rs->buf, size, "qTP:%x:%s", utp->number,
12676 phex_nz (utp->addr, 0));
f196051f
SS
12677 putpkt (rs->buf);
12678 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
12679 if (reply && *reply)
12680 {
12681 if (*reply == 'V')
12682 parse_tracepoint_status (reply + 1, bp, utp);
12683 }
12684 }
12685}
12686
35b1e5cc 12687static void
74499f1b 12688remote_trace_stop (struct target_ops *self)
35b1e5cc
SS
12689{
12690 putpkt ("QTStop");
12691 remote_get_noisy_reply (&target_buf, &target_buf_size);
ad91cd99
PA
12692 if (*target_buf == '\0')
12693 error (_("Target does not support this command."));
12694 if (strcmp (target_buf, "OK") != 0)
35b1e5cc
SS
12695 error (_("Bogus reply from target: %s"), target_buf);
12696}
12697
12698static int
bd4c6793
TT
12699remote_trace_find (struct target_ops *self,
12700 enum trace_find_type type, int num,
cc5925ad 12701 CORE_ADDR addr1, CORE_ADDR addr2,
35b1e5cc
SS
12702 int *tpp)
12703{
12704 struct remote_state *rs = get_remote_state ();
bba74b36 12705 char *endbuf = rs->buf + get_remote_packet_size ();
35b1e5cc
SS
12706 char *p, *reply;
12707 int target_frameno = -1, target_tracept = -1;
12708
e6e4e701
PA
12709 /* Lookups other than by absolute frame number depend on the current
12710 trace selected, so make sure it is correct on the remote end
12711 first. */
12712 if (type != tfind_number)
12713 set_remote_traceframe ();
12714
35b1e5cc
SS
12715 p = rs->buf;
12716 strcpy (p, "QTFrame:");
12717 p = strchr (p, '\0');
12718 switch (type)
12719 {
12720 case tfind_number:
bba74b36 12721 xsnprintf (p, endbuf - p, "%x", num);
35b1e5cc
SS
12722 break;
12723 case tfind_pc:
bba74b36 12724 xsnprintf (p, endbuf - p, "pc:%s", phex_nz (addr1, 0));
35b1e5cc
SS
12725 break;
12726 case tfind_tp:
bba74b36 12727 xsnprintf (p, endbuf - p, "tdp:%x", num);
35b1e5cc
SS
12728 break;
12729 case tfind_range:
bba74b36
YQ
12730 xsnprintf (p, endbuf - p, "range:%s:%s", phex_nz (addr1, 0),
12731 phex_nz (addr2, 0));
35b1e5cc
SS
12732 break;
12733 case tfind_outside:
bba74b36
YQ
12734 xsnprintf (p, endbuf - p, "outside:%s:%s", phex_nz (addr1, 0),
12735 phex_nz (addr2, 0));
35b1e5cc
SS
12736 break;
12737 default:
9b20d036 12738 error (_("Unknown trace find type %d"), type);
35b1e5cc
SS
12739 }
12740
12741 putpkt (rs->buf);
2f65bcb7 12742 reply = remote_get_noisy_reply (&(rs->buf), &rs->buf_size);
ad91cd99
PA
12743 if (*reply == '\0')
12744 error (_("Target does not support this command."));
35b1e5cc
SS
12745
12746 while (reply && *reply)
12747 switch (*reply)
12748 {
12749 case 'F':
f197e0f1
VP
12750 p = ++reply;
12751 target_frameno = (int) strtol (p, &reply, 16);
12752 if (reply == p)
12753 error (_("Unable to parse trace frame number"));
e6e4e701
PA
12754 /* Don't update our remote traceframe number cache on failure
12755 to select a remote traceframe. */
f197e0f1
VP
12756 if (target_frameno == -1)
12757 return -1;
35b1e5cc
SS
12758 break;
12759 case 'T':
f197e0f1
VP
12760 p = ++reply;
12761 target_tracept = (int) strtol (p, &reply, 16);
12762 if (reply == p)
12763 error (_("Unable to parse tracepoint number"));
35b1e5cc
SS
12764 break;
12765 case 'O': /* "OK"? */
12766 if (reply[1] == 'K' && reply[2] == '\0')
12767 reply += 2;
12768 else
12769 error (_("Bogus reply from target: %s"), reply);
12770 break;
12771 default:
12772 error (_("Bogus reply from target: %s"), reply);
12773 }
12774 if (tpp)
12775 *tpp = target_tracept;
e6e4e701 12776
262e1174 12777 rs->remote_traceframe_number = target_frameno;
35b1e5cc
SS
12778 return target_frameno;
12779}
12780
12781static int
4011015b
TT
12782remote_get_trace_state_variable_value (struct target_ops *self,
12783 int tsvnum, LONGEST *val)
35b1e5cc
SS
12784{
12785 struct remote_state *rs = get_remote_state ();
12786 char *reply;
12787 ULONGEST uval;
12788
e6e4e701
PA
12789 set_remote_traceframe ();
12790
bba74b36 12791 xsnprintf (rs->buf, get_remote_packet_size (), "qTV:%x", tsvnum);
35b1e5cc
SS
12792 putpkt (rs->buf);
12793 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
12794 if (reply && *reply)
12795 {
12796 if (*reply == 'V')
12797 {
12798 unpack_varlen_hex (reply + 1, &uval);
12799 *val = (LONGEST) uval;
12800 return 1;
12801 }
12802 }
12803 return 0;
12804}
12805
00bf0b85 12806static int
dc3decaf 12807remote_save_trace_data (struct target_ops *self, const char *filename)
00bf0b85
SS
12808{
12809 struct remote_state *rs = get_remote_state ();
12810 char *p, *reply;
12811
12812 p = rs->buf;
12813 strcpy (p, "QTSave:");
12814 p += strlen (p);
12815 if ((p - rs->buf) + strlen (filename) * 2 >= get_remote_packet_size ())
12816 error (_("Remote file name too long for trace save packet"));
9f1b45b0 12817 p += 2 * bin2hex ((gdb_byte *) filename, p, strlen (filename));
00bf0b85
SS
12818 *p++ = '\0';
12819 putpkt (rs->buf);
ad91cd99 12820 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
d6c5869f 12821 if (*reply == '\0')
ad91cd99
PA
12822 error (_("Target does not support this command."));
12823 if (strcmp (reply, "OK") != 0)
12824 error (_("Bogus reply from target: %s"), reply);
00bf0b85
SS
12825 return 0;
12826}
12827
12828/* This is basically a memory transfer, but needs to be its own packet
12829 because we don't know how the target actually organizes its trace
12830 memory, plus we want to be able to ask for as much as possible, but
12831 not be unhappy if we don't get as much as we ask for. */
12832
12833static LONGEST
88ee6f45
TT
12834remote_get_raw_trace_data (struct target_ops *self,
12835 gdb_byte *buf, ULONGEST offset, LONGEST len)
00bf0b85
SS
12836{
12837 struct remote_state *rs = get_remote_state ();
12838 char *reply;
12839 char *p;
12840 int rslt;
12841
12842 p = rs->buf;
12843 strcpy (p, "qTBuffer:");
12844 p += strlen (p);
12845 p += hexnumstr (p, offset);
12846 *p++ = ',';
12847 p += hexnumstr (p, len);
12848 *p++ = '\0';
12849
12850 putpkt (rs->buf);
12851 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
12852 if (reply && *reply)
12853 {
12854 /* 'l' by itself means we're at the end of the buffer and
12855 there is nothing more to get. */
12856 if (*reply == 'l')
12857 return 0;
12858
12859 /* Convert the reply into binary. Limit the number of bytes to
12860 convert according to our passed-in buffer size, rather than
12861 what was returned in the packet; if the target is
12862 unexpectedly generous and gives us a bigger reply than we
12863 asked for, we don't want to crash. */
12864 rslt = hex2bin (target_buf, buf, len);
12865 return rslt;
12866 }
12867
12868 /* Something went wrong, flag as an error. */
12869 return -1;
12870}
12871
35b1e5cc 12872static void
37b25738 12873remote_set_disconnected_tracing (struct target_ops *self, int val)
35b1e5cc
SS
12874{
12875 struct remote_state *rs = get_remote_state ();
12876
4082afcc 12877 if (packet_support (PACKET_DisconnectedTracing_feature) == PACKET_ENABLE)
33da3f1c 12878 {
ad91cd99
PA
12879 char *reply;
12880
bba74b36 12881 xsnprintf (rs->buf, get_remote_packet_size (), "QTDisconnected:%x", val);
33da3f1c 12882 putpkt (rs->buf);
ad91cd99
PA
12883 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
12884 if (*reply == '\0')
33da3f1c 12885 error (_("Target does not support this command."));
ad91cd99
PA
12886 if (strcmp (reply, "OK") != 0)
12887 error (_("Bogus reply from target: %s"), reply);
33da3f1c
SS
12888 }
12889 else if (val)
12890 warning (_("Target does not support disconnected tracing."));
35b1e5cc
SS
12891}
12892
dc146f7c
VP
12893static int
12894remote_core_of_thread (struct target_ops *ops, ptid_t ptid)
12895{
12896 struct thread_info *info = find_thread_ptid (ptid);
a744cf53 12897
fe978cb0
PA
12898 if (info && info->priv)
12899 return info->priv->core;
dc146f7c
VP
12900 return -1;
12901}
12902
4daf5ac0 12903static void
736d5b1f 12904remote_set_circular_trace_buffer (struct target_ops *self, int val)
4daf5ac0
SS
12905{
12906 struct remote_state *rs = get_remote_state ();
ad91cd99 12907 char *reply;
4daf5ac0 12908
bba74b36 12909 xsnprintf (rs->buf, get_remote_packet_size (), "QTBuffer:circular:%x", val);
4daf5ac0 12910 putpkt (rs->buf);
ad91cd99
PA
12911 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
12912 if (*reply == '\0')
4daf5ac0 12913 error (_("Target does not support this command."));
ad91cd99
PA
12914 if (strcmp (reply, "OK") != 0)
12915 error (_("Bogus reply from target: %s"), reply);
4daf5ac0
SS
12916}
12917
b3b9301e 12918static struct traceframe_info *
a893e81f 12919remote_traceframe_info (struct target_ops *self)
b3b9301e
PA
12920{
12921 char *text;
12922
12923 text = target_read_stralloc (&current_target,
12924 TARGET_OBJECT_TRACEFRAME_INFO, NULL);
12925 if (text != NULL)
12926 {
12927 struct traceframe_info *info;
12928 struct cleanup *back_to = make_cleanup (xfree, text);
12929
12930 info = parse_traceframe_info (text);
12931 do_cleanups (back_to);
12932 return info;
12933 }
12934
12935 return NULL;
12936}
12937
405f8e94
SS
12938/* Handle the qTMinFTPILen packet. Returns the minimum length of
12939 instruction on which a fast tracepoint may be placed. Returns -1
12940 if the packet is not supported, and 0 if the minimum instruction
12941 length is unknown. */
12942
12943static int
0e67620a 12944remote_get_min_fast_tracepoint_insn_len (struct target_ops *self)
405f8e94
SS
12945{
12946 struct remote_state *rs = get_remote_state ();
12947 char *reply;
12948
e886a173
PA
12949 /* If we're not debugging a process yet, the IPA can't be
12950 loaded. */
12951 if (!target_has_execution)
12952 return 0;
12953
12954 /* Make sure the remote is pointing at the right process. */
12955 set_general_process ();
12956
bba74b36 12957 xsnprintf (rs->buf, get_remote_packet_size (), "qTMinFTPILen");
405f8e94
SS
12958 putpkt (rs->buf);
12959 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
12960 if (*reply == '\0')
12961 return -1;
12962 else
12963 {
12964 ULONGEST min_insn_len;
12965
12966 unpack_varlen_hex (reply, &min_insn_len);
12967
12968 return (int) min_insn_len;
12969 }
12970}
12971
f6f899bf 12972static void
4da384be 12973remote_set_trace_buffer_size (struct target_ops *self, LONGEST val)
f6f899bf 12974{
4082afcc 12975 if (packet_support (PACKET_QTBuffer_size) != PACKET_DISABLE)
f6f899bf
HAQ
12976 {
12977 struct remote_state *rs = get_remote_state ();
12978 char *buf = rs->buf;
12979 char *endbuf = rs->buf + get_remote_packet_size ();
12980 enum packet_result result;
12981
12982 gdb_assert (val >= 0 || val == -1);
12983 buf += xsnprintf (buf, endbuf - buf, "QTBuffer:size:");
12984 /* Send -1 as literal "-1" to avoid host size dependency. */
12985 if (val < 0)
12986 {
12987 *buf++ = '-';
12988 buf += hexnumstr (buf, (ULONGEST) -val);
12989 }
12990 else
12991 buf += hexnumstr (buf, (ULONGEST) val);
12992
12993 putpkt (rs->buf);
12994 remote_get_noisy_reply (&rs->buf, &rs->buf_size);
12995 result = packet_ok (rs->buf,
12996 &remote_protocol_packets[PACKET_QTBuffer_size]);
12997
12998 if (result != PACKET_OK)
12999 warning (_("Bogus reply from target: %s"), rs->buf);
13000 }
13001}
13002
f196051f 13003static int
d9e68a2c
TT
13004remote_set_trace_notes (struct target_ops *self,
13005 const char *user, const char *notes,
ca623f82 13006 const char *stop_notes)
f196051f
SS
13007{
13008 struct remote_state *rs = get_remote_state ();
13009 char *reply;
13010 char *buf = rs->buf;
13011 char *endbuf = rs->buf + get_remote_packet_size ();
13012 int nbytes;
13013
13014 buf += xsnprintf (buf, endbuf - buf, "QTNotes:");
13015 if (user)
13016 {
13017 buf += xsnprintf (buf, endbuf - buf, "user:");
9f1b45b0 13018 nbytes = bin2hex ((gdb_byte *) user, buf, strlen (user));
f196051f
SS
13019 buf += 2 * nbytes;
13020 *buf++ = ';';
13021 }
13022 if (notes)
13023 {
13024 buf += xsnprintf (buf, endbuf - buf, "notes:");
9f1b45b0 13025 nbytes = bin2hex ((gdb_byte *) notes, buf, strlen (notes));
f196051f
SS
13026 buf += 2 * nbytes;
13027 *buf++ = ';';
13028 }
13029 if (stop_notes)
13030 {
13031 buf += xsnprintf (buf, endbuf - buf, "tstop:");
9f1b45b0 13032 nbytes = bin2hex ((gdb_byte *) stop_notes, buf, strlen (stop_notes));
f196051f
SS
13033 buf += 2 * nbytes;
13034 *buf++ = ';';
13035 }
13036 /* Ensure the buffer is terminated. */
13037 *buf = '\0';
13038
13039 putpkt (rs->buf);
13040 reply = remote_get_noisy_reply (&target_buf, &target_buf_size);
13041 if (*reply == '\0')
13042 return 0;
13043
13044 if (strcmp (reply, "OK") != 0)
13045 error (_("Bogus reply from target: %s"), reply);
13046
13047 return 1;
13048}
13049
d1feda86 13050static int
2c152180 13051remote_use_agent (struct target_ops *self, int use)
d1feda86 13052{
4082afcc 13053 if (packet_support (PACKET_QAgent) != PACKET_DISABLE)
d1feda86
YQ
13054 {
13055 struct remote_state *rs = get_remote_state ();
13056
13057 /* If the stub supports QAgent. */
bba74b36 13058 xsnprintf (rs->buf, get_remote_packet_size (), "QAgent:%d", use);
d1feda86
YQ
13059 putpkt (rs->buf);
13060 getpkt (&rs->buf, &rs->buf_size, 0);
13061
13062 if (strcmp (rs->buf, "OK") == 0)
13063 {
13064 use_agent = use;
13065 return 1;
13066 }
13067 }
13068
13069 return 0;
13070}
13071
13072static int
fe38f897 13073remote_can_use_agent (struct target_ops *self)
d1feda86 13074{
4082afcc 13075 return (packet_support (PACKET_QAgent) != PACKET_DISABLE);
d1feda86
YQ
13076}
13077
9accd112
MM
13078struct btrace_target_info
13079{
13080 /* The ptid of the traced thread. */
13081 ptid_t ptid;
f4abbc16
MM
13082
13083 /* The obtained branch trace configuration. */
13084 struct btrace_config conf;
9accd112
MM
13085};
13086
f4abbc16
MM
13087/* Reset our idea of our target's btrace configuration. */
13088
13089static void
13090remote_btrace_reset (void)
13091{
13092 struct remote_state *rs = get_remote_state ();
13093
13094 memset (&rs->btrace_config, 0, sizeof (rs->btrace_config));
13095}
13096
9accd112
MM
13097/* Check whether the target supports branch tracing. */
13098
13099static int
043c3577 13100remote_supports_btrace (struct target_ops *self, enum btrace_format format)
9accd112 13101{
4082afcc 13102 if (packet_support (PACKET_Qbtrace_off) != PACKET_ENABLE)
9accd112 13103 return 0;
4082afcc 13104 if (packet_support (PACKET_qXfer_btrace) != PACKET_ENABLE)
9accd112
MM
13105 return 0;
13106
043c3577
MM
13107 switch (format)
13108 {
13109 case BTRACE_FORMAT_NONE:
13110 return 0;
13111
13112 case BTRACE_FORMAT_BTS:
13113 return (packet_support (PACKET_Qbtrace_bts) == PACKET_ENABLE);
b20a6524
MM
13114
13115 case BTRACE_FORMAT_PT:
13116 /* The trace is decoded on the host. Even if our target supports it,
13117 we still need to have libipt to decode the trace. */
13118#if defined (HAVE_LIBIPT)
13119 return (packet_support (PACKET_Qbtrace_pt) == PACKET_ENABLE);
13120#else /* !defined (HAVE_LIBIPT) */
13121 return 0;
13122#endif /* !defined (HAVE_LIBIPT) */
043c3577
MM
13123 }
13124
13125 internal_error (__FILE__, __LINE__, _("Unknown branch trace format"));
9accd112
MM
13126}
13127
f4abbc16
MM
13128/* Synchronize the configuration with the target. */
13129
13130static void
13131btrace_sync_conf (const struct btrace_config *conf)
13132{
d33501a5
MM
13133 struct packet_config *packet;
13134 struct remote_state *rs;
13135 char *buf, *pos, *endbuf;
13136
13137 rs = get_remote_state ();
13138 buf = rs->buf;
13139 endbuf = buf + get_remote_packet_size ();
13140
13141 packet = &remote_protocol_packets[PACKET_Qbtrace_conf_bts_size];
13142 if (packet_config_support (packet) == PACKET_ENABLE
13143 && conf->bts.size != rs->btrace_config.bts.size)
13144 {
13145 pos = buf;
13146 pos += xsnprintf (pos, endbuf - pos, "%s=0x%x", packet->name,
13147 conf->bts.size);
13148
13149 putpkt (buf);
13150 getpkt (&buf, &rs->buf_size, 0);
13151
13152 if (packet_ok (buf, packet) == PACKET_ERROR)
13153 {
13154 if (buf[0] == 'E' && buf[1] == '.')
13155 error (_("Failed to configure the BTS buffer size: %s"), buf + 2);
13156 else
13157 error (_("Failed to configure the BTS buffer size."));
13158 }
13159
13160 rs->btrace_config.bts.size = conf->bts.size;
13161 }
b20a6524
MM
13162
13163 packet = &remote_protocol_packets[PACKET_Qbtrace_conf_pt_size];
13164 if (packet_config_support (packet) == PACKET_ENABLE
13165 && conf->pt.size != rs->btrace_config.pt.size)
13166 {
13167 pos = buf;
13168 pos += xsnprintf (pos, endbuf - pos, "%s=0x%x", packet->name,
13169 conf->pt.size);
13170
13171 putpkt (buf);
13172 getpkt (&buf, &rs->buf_size, 0);
13173
13174 if (packet_ok (buf, packet) == PACKET_ERROR)
13175 {
13176 if (buf[0] == 'E' && buf[1] == '.')
13177 error (_("Failed to configure the trace buffer size: %s"), buf + 2);
13178 else
13179 error (_("Failed to configure the trace buffer size."));
13180 }
13181
13182 rs->btrace_config.pt.size = conf->pt.size;
13183 }
f4abbc16
MM
13184}
13185
13186/* Read the current thread's btrace configuration from the target and
13187 store it into CONF. */
13188
13189static void
13190btrace_read_config (struct btrace_config *conf)
13191{
13192 char *xml;
13193
13194 xml = target_read_stralloc (&current_target,
b20a6524 13195 TARGET_OBJECT_BTRACE_CONF, "");
f4abbc16
MM
13196 if (xml != NULL)
13197 {
13198 struct cleanup *cleanup;
13199
13200 cleanup = make_cleanup (xfree, xml);
13201 parse_xml_btrace_conf (conf, xml);
13202 do_cleanups (cleanup);
13203 }
13204}
13205
c0272db5
TW
13206/* Maybe reopen target btrace. */
13207
13208static void
13209remote_btrace_maybe_reopen (void)
13210{
13211 struct remote_state *rs = get_remote_state ();
13212 struct cleanup *cleanup;
13213 struct thread_info *tp;
13214 int btrace_target_pushed = 0;
13215 int warned = 0;
13216
13217 cleanup = make_cleanup_restore_current_thread ();
13218 ALL_NON_EXITED_THREADS (tp)
13219 {
13220 set_general_thread (tp->ptid);
13221
13222 memset (&rs->btrace_config, 0x00, sizeof (struct btrace_config));
13223 btrace_read_config (&rs->btrace_config);
13224
13225 if (rs->btrace_config.format == BTRACE_FORMAT_NONE)
13226 continue;
13227
13228#if !defined (HAVE_LIBIPT)
13229 if (rs->btrace_config.format == BTRACE_FORMAT_PT)
13230 {
13231 if (!warned)
13232 {
13233 warned = 1;
13234 warning (_("GDB does not support Intel Processor Trace. "
13235 "\"record\" will not work in this session."));
13236 }
13237
13238 continue;
13239 }
13240#endif /* !defined (HAVE_LIBIPT) */
13241
13242 /* Push target, once, but before anything else happens. This way our
13243 changes to the threads will be cleaned up by unpushing the target
13244 in case btrace_read_config () throws. */
13245 if (!btrace_target_pushed)
13246 {
13247 btrace_target_pushed = 1;
13248 record_btrace_push_target ();
13249 printf_filtered (_("Target is recording using %s.\n"),
13250 btrace_format_string (rs->btrace_config.format));
13251 }
13252
13253 tp->btrace.target = XCNEW (struct btrace_target_info);
13254 tp->btrace.target->ptid = tp->ptid;
13255 tp->btrace.target->conf = rs->btrace_config;
13256 }
13257 do_cleanups (cleanup);
13258}
13259
9accd112
MM
13260/* Enable branch tracing. */
13261
13262static struct btrace_target_info *
f4abbc16
MM
13263remote_enable_btrace (struct target_ops *self, ptid_t ptid,
13264 const struct btrace_config *conf)
9accd112
MM
13265{
13266 struct btrace_target_info *tinfo = NULL;
b20a6524 13267 struct packet_config *packet = NULL;
9accd112
MM
13268 struct remote_state *rs = get_remote_state ();
13269 char *buf = rs->buf;
13270 char *endbuf = rs->buf + get_remote_packet_size ();
13271
b20a6524
MM
13272 switch (conf->format)
13273 {
13274 case BTRACE_FORMAT_BTS:
13275 packet = &remote_protocol_packets[PACKET_Qbtrace_bts];
13276 break;
13277
13278 case BTRACE_FORMAT_PT:
13279 packet = &remote_protocol_packets[PACKET_Qbtrace_pt];
13280 break;
13281 }
13282
13283 if (packet == NULL || packet_config_support (packet) != PACKET_ENABLE)
9accd112
MM
13284 error (_("Target does not support branch tracing."));
13285
f4abbc16
MM
13286 btrace_sync_conf (conf);
13287
9accd112
MM
13288 set_general_thread (ptid);
13289
13290 buf += xsnprintf (buf, endbuf - buf, "%s", packet->name);
13291 putpkt (rs->buf);
13292 getpkt (&rs->buf, &rs->buf_size, 0);
13293
13294 if (packet_ok (rs->buf, packet) == PACKET_ERROR)
13295 {
13296 if (rs->buf[0] == 'E' && rs->buf[1] == '.')
13297 error (_("Could not enable branch tracing for %s: %s"),
13298 target_pid_to_str (ptid), rs->buf + 2);
13299 else
13300 error (_("Could not enable branch tracing for %s."),
13301 target_pid_to_str (ptid));
13302 }
13303
8d749320 13304 tinfo = XCNEW (struct btrace_target_info);
9accd112
MM
13305 tinfo->ptid = ptid;
13306
f4abbc16
MM
13307 /* If we fail to read the configuration, we lose some information, but the
13308 tracing itself is not impacted. */
492d29ea
PA
13309 TRY
13310 {
13311 btrace_read_config (&tinfo->conf);
13312 }
13313 CATCH (err, RETURN_MASK_ERROR)
13314 {
13315 if (err.message != NULL)
13316 warning ("%s", err.message);
13317 }
13318 END_CATCH
f4abbc16 13319
9accd112
MM
13320 return tinfo;
13321}
13322
13323/* Disable branch tracing. */
13324
13325static void
25e95349
TT
13326remote_disable_btrace (struct target_ops *self,
13327 struct btrace_target_info *tinfo)
9accd112
MM
13328{
13329 struct packet_config *packet = &remote_protocol_packets[PACKET_Qbtrace_off];
13330 struct remote_state *rs = get_remote_state ();
13331 char *buf = rs->buf;
13332 char *endbuf = rs->buf + get_remote_packet_size ();
13333
4082afcc 13334 if (packet_config_support (packet) != PACKET_ENABLE)
9accd112
MM
13335 error (_("Target does not support branch tracing."));
13336
13337 set_general_thread (tinfo->ptid);
13338
13339 buf += xsnprintf (buf, endbuf - buf, "%s", packet->name);
13340 putpkt (rs->buf);
13341 getpkt (&rs->buf, &rs->buf_size, 0);
13342
13343 if (packet_ok (rs->buf, packet) == PACKET_ERROR)
13344 {
13345 if (rs->buf[0] == 'E' && rs->buf[1] == '.')
13346 error (_("Could not disable branch tracing for %s: %s"),
13347 target_pid_to_str (tinfo->ptid), rs->buf + 2);
13348 else
13349 error (_("Could not disable branch tracing for %s."),
13350 target_pid_to_str (tinfo->ptid));
13351 }
13352
13353 xfree (tinfo);
13354}
13355
13356/* Teardown branch tracing. */
13357
13358static void
1777056d
TT
13359remote_teardown_btrace (struct target_ops *self,
13360 struct btrace_target_info *tinfo)
9accd112
MM
13361{
13362 /* We must not talk to the target during teardown. */
13363 xfree (tinfo);
13364}
13365
13366/* Read the branch trace. */
13367
969c39fb 13368static enum btrace_error
39c49f83 13369remote_read_btrace (struct target_ops *self,
734b0e4b 13370 struct btrace_data *btrace,
969c39fb 13371 struct btrace_target_info *tinfo,
9accd112
MM
13372 enum btrace_read_type type)
13373{
13374 struct packet_config *packet = &remote_protocol_packets[PACKET_qXfer_btrace];
969c39fb 13375 struct cleanup *cleanup;
9accd112
MM
13376 const char *annex;
13377 char *xml;
13378
4082afcc 13379 if (packet_config_support (packet) != PACKET_ENABLE)
9accd112
MM
13380 error (_("Target does not support branch tracing."));
13381
13382#if !defined(HAVE_LIBEXPAT)
13383 error (_("Cannot process branch tracing result. XML parsing not supported."));
13384#endif
13385
13386 switch (type)
13387 {
864089d2 13388 case BTRACE_READ_ALL:
9accd112
MM
13389 annex = "all";
13390 break;
864089d2 13391 case BTRACE_READ_NEW:
9accd112
MM
13392 annex = "new";
13393 break;
969c39fb
MM
13394 case BTRACE_READ_DELTA:
13395 annex = "delta";
13396 break;
9accd112
MM
13397 default:
13398 internal_error (__FILE__, __LINE__,
13399 _("Bad branch tracing read type: %u."),
13400 (unsigned int) type);
13401 }
13402
13403 xml = target_read_stralloc (&current_target,
b20a6524 13404 TARGET_OBJECT_BTRACE, annex);
969c39fb
MM
13405 if (xml == NULL)
13406 return BTRACE_ERR_UNKNOWN;
9accd112 13407
969c39fb 13408 cleanup = make_cleanup (xfree, xml);
734b0e4b 13409 parse_xml_btrace (btrace, xml);
969c39fb 13410 do_cleanups (cleanup);
9accd112 13411
969c39fb 13412 return BTRACE_ERR_NONE;
9accd112
MM
13413}
13414
f4abbc16
MM
13415static const struct btrace_config *
13416remote_btrace_conf (struct target_ops *self,
13417 const struct btrace_target_info *tinfo)
13418{
13419 return &tinfo->conf;
13420}
13421
ced63ec0 13422static int
5436ff03 13423remote_augmented_libraries_svr4_read (struct target_ops *self)
ced63ec0 13424{
4082afcc
PA
13425 return (packet_support (PACKET_augmented_libraries_svr4_read_feature)
13426 == PACKET_ENABLE);
ced63ec0
GB
13427}
13428
9dd130a0
TT
13429/* Implementation of to_load. */
13430
13431static void
9cbe5fff 13432remote_load (struct target_ops *self, const char *name, int from_tty)
9dd130a0
TT
13433{
13434 generic_load (name, from_tty);
13435}
13436
c78fa86a
GB
13437/* Accepts an integer PID; returns a string representing a file that
13438 can be opened on the remote side to get the symbols for the child
13439 process. Returns NULL if the operation is not supported. */
13440
13441static char *
13442remote_pid_to_exec_file (struct target_ops *self, int pid)
13443{
13444 static char *filename = NULL;
835205d0
GB
13445 struct inferior *inf;
13446 char *annex = NULL;
c78fa86a
GB
13447
13448 if (packet_support (PACKET_qXfer_exec_file) != PACKET_ENABLE)
13449 return NULL;
13450
13451 if (filename != NULL)
13452 xfree (filename);
13453
835205d0
GB
13454 inf = find_inferior_pid (pid);
13455 if (inf == NULL)
13456 internal_error (__FILE__, __LINE__,
13457 _("not currently attached to process %d"), pid);
13458
13459 if (!inf->fake_pid_p)
13460 {
13461 const int annex_size = 9;
13462
224c3ddb 13463 annex = (char *) alloca (annex_size);
835205d0
GB
13464 xsnprintf (annex, annex_size, "%x", pid);
13465 }
13466
c78fa86a
GB
13467 filename = target_read_stralloc (&current_target,
13468 TARGET_OBJECT_EXEC_FILE, annex);
13469
13470 return filename;
13471}
13472
750ce8d1
YQ
13473/* Implement the to_can_do_single_step target_ops method. */
13474
13475static int
13476remote_can_do_single_step (struct target_ops *ops)
13477{
13478 /* We can only tell whether target supports single step or not by
13479 supported s and S vCont actions if the stub supports vContSupported
13480 feature. If the stub doesn't support vContSupported feature,
13481 we have conservatively to think target doesn't supports single
13482 step. */
13483 if (packet_support (PACKET_vContSupported) == PACKET_ENABLE)
13484 {
13485 struct remote_state *rs = get_remote_state ();
13486
13487 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
13488 remote_vcont_probe (rs);
13489
13490 return rs->supports_vCont.s && rs->supports_vCont.S;
13491 }
13492 else
13493 return 0;
13494}
13495
3a00c802
PA
13496/* Implementation of the to_execution_direction method for the remote
13497 target. */
13498
13499static enum exec_direction_kind
13500remote_execution_direction (struct target_ops *self)
13501{
13502 struct remote_state *rs = get_remote_state ();
13503
13504 return rs->last_resume_exec_dir;
13505}
13506
c906108c 13507static void
fba45db2 13508init_remote_ops (void)
c906108c 13509{
c5aa993b 13510 remote_ops.to_shortname = "remote";
c906108c 13511 remote_ops.to_longname = "Remote serial target in gdb-specific protocol";
c5aa993b 13512 remote_ops.to_doc =
c906108c 13513 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
0d06e24b
JM
13514Specify the serial device it is connected to\n\
13515(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.).";
c5aa993b
JM
13516 remote_ops.to_open = remote_open;
13517 remote_ops.to_close = remote_close;
c906108c 13518 remote_ops.to_detach = remote_detach;
6ad8ae5c 13519 remote_ops.to_disconnect = remote_disconnect;
c5aa993b 13520 remote_ops.to_resume = remote_resume;
85ad3aaf 13521 remote_ops.to_commit_resume = remote_commit_resume;
c906108c
SS
13522 remote_ops.to_wait = remote_wait;
13523 remote_ops.to_fetch_registers = remote_fetch_registers;
13524 remote_ops.to_store_registers = remote_store_registers;
13525 remote_ops.to_prepare_to_store = remote_prepare_to_store;
c5aa993b 13526 remote_ops.to_files_info = remote_files_info;
c906108c
SS
13527 remote_ops.to_insert_breakpoint = remote_insert_breakpoint;
13528 remote_ops.to_remove_breakpoint = remote_remove_breakpoint;
f7e6eed5
PA
13529 remote_ops.to_stopped_by_sw_breakpoint = remote_stopped_by_sw_breakpoint;
13530 remote_ops.to_supports_stopped_by_sw_breakpoint = remote_supports_stopped_by_sw_breakpoint;
13531 remote_ops.to_stopped_by_hw_breakpoint = remote_stopped_by_hw_breakpoint;
13532 remote_ops.to_supports_stopped_by_hw_breakpoint = remote_supports_stopped_by_hw_breakpoint;
3c3bea1c
GS
13533 remote_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint;
13534 remote_ops.to_stopped_data_address = remote_stopped_data_address;
283002cf
MR
13535 remote_ops.to_watchpoint_addr_within_range =
13536 remote_watchpoint_addr_within_range;
3c3bea1c
GS
13537 remote_ops.to_can_use_hw_breakpoint = remote_check_watch_resources;
13538 remote_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint;
13539 remote_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint;
480a3f21
PW
13540 remote_ops.to_region_ok_for_hw_watchpoint
13541 = remote_region_ok_for_hw_watchpoint;
3c3bea1c
GS
13542 remote_ops.to_insert_watchpoint = remote_insert_watchpoint;
13543 remote_ops.to_remove_watchpoint = remote_remove_watchpoint;
c5aa993b 13544 remote_ops.to_kill = remote_kill;
9dd130a0 13545 remote_ops.to_load = remote_load;
c906108c 13546 remote_ops.to_mourn_inferior = remote_mourn;
2455069d 13547 remote_ops.to_pass_signals = remote_pass_signals;
82075af2 13548 remote_ops.to_set_syscall_catchpoint = remote_set_syscall_catchpoint;
9b224c5e 13549 remote_ops.to_program_signals = remote_program_signals;
c906108c 13550 remote_ops.to_thread_alive = remote_thread_alive;
79efa585 13551 remote_ops.to_thread_name = remote_thread_name;
e8032dde 13552 remote_ops.to_update_thread_list = remote_update_thread_list;
0caabb7e 13553 remote_ops.to_pid_to_str = remote_pid_to_str;
cf759d3b 13554 remote_ops.to_extra_thread_info = remote_threads_extra_info;
10760264 13555 remote_ops.to_get_ada_task_ptid = remote_get_ada_task_ptid;
c906108c 13556 remote_ops.to_stop = remote_stop;
bfedc46a 13557 remote_ops.to_interrupt = remote_interrupt;
93692b58 13558 remote_ops.to_pass_ctrlc = remote_pass_ctrlc;
4b8a223f 13559 remote_ops.to_xfer_partial = remote_xfer_partial;
09c98b44 13560 remote_ops.to_get_memory_xfer_limit = remote_get_memory_xfer_limit;
96baa820 13561 remote_ops.to_rcmd = remote_rcmd;
c78fa86a 13562 remote_ops.to_pid_to_exec_file = remote_pid_to_exec_file;
49d03eab 13563 remote_ops.to_log_command = serial_log_command;
38691318 13564 remote_ops.to_get_thread_local_address = remote_get_thread_local_address;
c906108c 13565 remote_ops.to_stratum = process_stratum;
c35b1492
PA
13566 remote_ops.to_has_all_memory = default_child_has_all_memory;
13567 remote_ops.to_has_memory = default_child_has_memory;
13568 remote_ops.to_has_stack = default_child_has_stack;
13569 remote_ops.to_has_registers = default_child_has_registers;
13570 remote_ops.to_has_execution = default_child_has_execution;
3e43a32a 13571 remote_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */
b2175913 13572 remote_ops.to_can_execute_reverse = remote_can_execute_reverse;
c5aa993b 13573 remote_ops.to_magic = OPS_MAGIC;
fd79ecee 13574 remote_ops.to_memory_map = remote_memory_map;
a76d924d
DJ
13575 remote_ops.to_flash_erase = remote_flash_erase;
13576 remote_ops.to_flash_done = remote_flash_done;
29709017 13577 remote_ops.to_read_description = remote_read_description;
08388c79 13578 remote_ops.to_search_memory = remote_search_memory;
75c99385
PA
13579 remote_ops.to_can_async_p = remote_can_async_p;
13580 remote_ops.to_is_async_p = remote_is_async_p;
13581 remote_ops.to_async = remote_async;
65706a29 13582 remote_ops.to_thread_events = remote_thread_events;
750ce8d1 13583 remote_ops.to_can_do_single_step = remote_can_do_single_step;
75c99385
PA
13584 remote_ops.to_terminal_inferior = remote_terminal_inferior;
13585 remote_ops.to_terminal_ours = remote_terminal_ours;
74531fed 13586 remote_ops.to_supports_non_stop = remote_supports_non_stop;
8a305172 13587 remote_ops.to_supports_multi_process = remote_supports_multi_process;
03583c20
UW
13588 remote_ops.to_supports_disable_randomization
13589 = remote_supports_disable_randomization;
4bd7dc42 13590 remote_ops.to_filesystem_is_local = remote_filesystem_is_local;
7313baad
UW
13591 remote_ops.to_fileio_open = remote_hostio_open;
13592 remote_ops.to_fileio_pwrite = remote_hostio_pwrite;
13593 remote_ops.to_fileio_pread = remote_hostio_pread;
9b15c1f0 13594 remote_ops.to_fileio_fstat = remote_hostio_fstat;
7313baad
UW
13595 remote_ops.to_fileio_close = remote_hostio_close;
13596 remote_ops.to_fileio_unlink = remote_hostio_unlink;
b9e7b9c3 13597 remote_ops.to_fileio_readlink = remote_hostio_readlink;
d248b706 13598 remote_ops.to_supports_enable_disable_tracepoint = remote_supports_enable_disable_tracepoint;
3065dfb6 13599 remote_ops.to_supports_string_tracing = remote_supports_string_tracing;
b775012e 13600 remote_ops.to_supports_evaluation_of_breakpoint_conditions = remote_supports_cond_breakpoints;
d3ce09f5 13601 remote_ops.to_can_run_breakpoint_commands = remote_can_run_breakpoint_commands;
35b1e5cc
SS
13602 remote_ops.to_trace_init = remote_trace_init;
13603 remote_ops.to_download_tracepoint = remote_download_tracepoint;
1e4d1764 13604 remote_ops.to_can_download_tracepoint = remote_can_download_tracepoint;
3e43a32a
MS
13605 remote_ops.to_download_trace_state_variable
13606 = remote_download_trace_state_variable;
d248b706
KY
13607 remote_ops.to_enable_tracepoint = remote_enable_tracepoint;
13608 remote_ops.to_disable_tracepoint = remote_disable_tracepoint;
35b1e5cc
SS
13609 remote_ops.to_trace_set_readonly_regions = remote_trace_set_readonly_regions;
13610 remote_ops.to_trace_start = remote_trace_start;
13611 remote_ops.to_get_trace_status = remote_get_trace_status;
f196051f 13612 remote_ops.to_get_tracepoint_status = remote_get_tracepoint_status;
35b1e5cc
SS
13613 remote_ops.to_trace_stop = remote_trace_stop;
13614 remote_ops.to_trace_find = remote_trace_find;
3e43a32a
MS
13615 remote_ops.to_get_trace_state_variable_value
13616 = remote_get_trace_state_variable_value;
00bf0b85
SS
13617 remote_ops.to_save_trace_data = remote_save_trace_data;
13618 remote_ops.to_upload_tracepoints = remote_upload_tracepoints;
3e43a32a
MS
13619 remote_ops.to_upload_trace_state_variables
13620 = remote_upload_trace_state_variables;
00bf0b85 13621 remote_ops.to_get_raw_trace_data = remote_get_raw_trace_data;
405f8e94 13622 remote_ops.to_get_min_fast_tracepoint_insn_len = remote_get_min_fast_tracepoint_insn_len;
35b1e5cc 13623 remote_ops.to_set_disconnected_tracing = remote_set_disconnected_tracing;
4daf5ac0 13624 remote_ops.to_set_circular_trace_buffer = remote_set_circular_trace_buffer;
f6f899bf 13625 remote_ops.to_set_trace_buffer_size = remote_set_trace_buffer_size;
f196051f 13626 remote_ops.to_set_trace_notes = remote_set_trace_notes;
dc146f7c 13627 remote_ops.to_core_of_thread = remote_core_of_thread;
4a5e7a5b 13628 remote_ops.to_verify_memory = remote_verify_memory;
711e434b 13629 remote_ops.to_get_tib_address = remote_get_tib_address;
d914c394 13630 remote_ops.to_set_permissions = remote_set_permissions;
0fb4aa4b
PA
13631 remote_ops.to_static_tracepoint_marker_at
13632 = remote_static_tracepoint_marker_at;
13633 remote_ops.to_static_tracepoint_markers_by_strid
13634 = remote_static_tracepoint_markers_by_strid;
b3b9301e 13635 remote_ops.to_traceframe_info = remote_traceframe_info;
d1feda86
YQ
13636 remote_ops.to_use_agent = remote_use_agent;
13637 remote_ops.to_can_use_agent = remote_can_use_agent;
9accd112
MM
13638 remote_ops.to_supports_btrace = remote_supports_btrace;
13639 remote_ops.to_enable_btrace = remote_enable_btrace;
13640 remote_ops.to_disable_btrace = remote_disable_btrace;
13641 remote_ops.to_teardown_btrace = remote_teardown_btrace;
13642 remote_ops.to_read_btrace = remote_read_btrace;
f4abbc16 13643 remote_ops.to_btrace_conf = remote_btrace_conf;
ced63ec0
GB
13644 remote_ops.to_augmented_libraries_svr4_read =
13645 remote_augmented_libraries_svr4_read;
8020350c
DB
13646 remote_ops.to_follow_fork = remote_follow_fork;
13647 remote_ops.to_follow_exec = remote_follow_exec;
13648 remote_ops.to_insert_fork_catchpoint = remote_insert_fork_catchpoint;
13649 remote_ops.to_remove_fork_catchpoint = remote_remove_fork_catchpoint;
13650 remote_ops.to_insert_vfork_catchpoint = remote_insert_vfork_catchpoint;
13651 remote_ops.to_remove_vfork_catchpoint = remote_remove_vfork_catchpoint;
13652 remote_ops.to_insert_exec_catchpoint = remote_insert_exec_catchpoint;
13653 remote_ops.to_remove_exec_catchpoint = remote_remove_exec_catchpoint;
3a00c802 13654 remote_ops.to_execution_direction = remote_execution_direction;
c906108c
SS
13655}
13656
13657/* Set up the extended remote vector by making a copy of the standard
13658 remote vector and adding to it. */
13659
13660static void
fba45db2 13661init_extended_remote_ops (void)
c906108c
SS
13662{
13663 extended_remote_ops = remote_ops;
13664
0f71a2f6 13665 extended_remote_ops.to_shortname = "extended-remote";
c5aa993b 13666 extended_remote_ops.to_longname =
c906108c 13667 "Extended remote serial target in gdb-specific protocol";
c5aa993b 13668 extended_remote_ops.to_doc =
c906108c 13669 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
39237dd1
PA
13670Specify the serial device it is connected to (e.g. /dev/ttya).";
13671 extended_remote_ops.to_open = extended_remote_open;
c906108c 13672 extended_remote_ops.to_create_inferior = extended_remote_create_inferior;
2d717e4f
DJ
13673 extended_remote_ops.to_detach = extended_remote_detach;
13674 extended_remote_ops.to_attach = extended_remote_attach;
b9c1d481 13675 extended_remote_ops.to_post_attach = extended_remote_post_attach;
03583c20
UW
13676 extended_remote_ops.to_supports_disable_randomization
13677 = extended_remote_supports_disable_randomization;
0f71a2f6
JM
13678}
13679
6426a772 13680static int
6a109b6b 13681remote_can_async_p (struct target_ops *ops)
6426a772 13682{
5d93a237
TT
13683 struct remote_state *rs = get_remote_state ();
13684
3015c064
SM
13685 /* We don't go async if the user has explicitly prevented it with the
13686 "maint set target-async" command. */
c6ebd6cf 13687 if (!target_async_permitted)
75c99385
PA
13688 return 0;
13689
23860348 13690 /* We're async whenever the serial device is. */
5d93a237 13691 return serial_can_async_p (rs->remote_desc);
6426a772
JM
13692}
13693
13694static int
6a109b6b 13695remote_is_async_p (struct target_ops *ops)
6426a772 13696{
5d93a237
TT
13697 struct remote_state *rs = get_remote_state ();
13698
c6ebd6cf 13699 if (!target_async_permitted)
75c99385
PA
13700 /* We only enable async when the user specifically asks for it. */
13701 return 0;
13702
23860348 13703 /* We're async whenever the serial device is. */
5d93a237 13704 return serial_is_async_p (rs->remote_desc);
6426a772
JM
13705}
13706
2acceee2
JM
13707/* Pass the SERIAL event on and up to the client. One day this code
13708 will be able to delay notifying the client of an event until the
23860348 13709 point where an entire packet has been received. */
2acceee2 13710
2acceee2
JM
13711static serial_event_ftype remote_async_serial_handler;
13712
6426a772 13713static void
819cc324 13714remote_async_serial_handler (struct serial *scb, void *context)
6426a772 13715{
2acceee2
JM
13716 /* Don't propogate error information up to the client. Instead let
13717 the client find out about the error by querying the target. */
6a3753b3 13718 inferior_event_handler (INF_REG_EVENT, NULL);
2acceee2
JM
13719}
13720
74531fed
PA
13721static void
13722remote_async_inferior_event_handler (gdb_client_data data)
13723{
13724 inferior_event_handler (INF_REG_EVENT, NULL);
13725}
13726
2acceee2 13727static void
6a3753b3 13728remote_async (struct target_ops *ops, int enable)
2acceee2 13729{
5d93a237
TT
13730 struct remote_state *rs = get_remote_state ();
13731
6a3753b3 13732 if (enable)
2acceee2 13733 {
88b496c3 13734 serial_async (rs->remote_desc, remote_async_serial_handler, rs);
b7d2e916
PA
13735
13736 /* If there are pending events in the stop reply queue tell the
13737 event loop to process them. */
13738 if (!QUEUE_is_empty (stop_reply_p, stop_reply_queue))
13739 mark_async_event_handler (remote_async_inferior_event_token);
6efcd9a8
PA
13740 /* For simplicity, below we clear the pending events token
13741 without remembering whether it is marked, so here we always
13742 mark it. If there's actually no pending notification to
13743 process, this ends up being a no-op (other than a spurious
13744 event-loop wakeup). */
13745 if (target_is_non_stop_p ())
13746 mark_async_event_handler (rs->notif_state->get_pending_events_token);
2acceee2
JM
13747 }
13748 else
b7d2e916
PA
13749 {
13750 serial_async (rs->remote_desc, NULL, NULL);
6efcd9a8
PA
13751 /* If the core is disabling async, it doesn't want to be
13752 disturbed with target events. Clear all async event sources
13753 too. */
b7d2e916 13754 clear_async_event_handler (remote_async_inferior_event_token);
6efcd9a8
PA
13755 if (target_is_non_stop_p ())
13756 clear_async_event_handler (rs->notif_state->get_pending_events_token);
b7d2e916 13757 }
6426a772
JM
13758}
13759
65706a29
PA
13760/* Implementation of the to_thread_events method. */
13761
13762static void
13763remote_thread_events (struct target_ops *ops, int enable)
13764{
13765 struct remote_state *rs = get_remote_state ();
13766 size_t size = get_remote_packet_size ();
65706a29
PA
13767
13768 if (packet_support (PACKET_QThreadEvents) == PACKET_DISABLE)
13769 return;
13770
13771 xsnprintf (rs->buf, size, "QThreadEvents:%x", enable ? 1 : 0);
13772 putpkt (rs->buf);
13773 getpkt (&rs->buf, &rs->buf_size, 0);
13774
13775 switch (packet_ok (rs->buf,
13776 &remote_protocol_packets[PACKET_QThreadEvents]))
13777 {
13778 case PACKET_OK:
13779 if (strcmp (rs->buf, "OK") != 0)
13780 error (_("Remote refused setting thread events: %s"), rs->buf);
13781 break;
13782 case PACKET_ERROR:
13783 warning (_("Remote failure reply: %s"), rs->buf);
13784 break;
13785 case PACKET_UNKNOWN:
13786 break;
13787 }
13788}
13789
5a2468f5 13790static void
c2d11a7d 13791set_remote_cmd (char *args, int from_tty)
5a2468f5 13792{
635c7e8a 13793 help_list (remote_set_cmdlist, "set remote ", all_commands, gdb_stdout);
5a2468f5
JM
13794}
13795
d471ea57
AC
13796static void
13797show_remote_cmd (char *args, int from_tty)
13798{
37a105a1 13799 /* We can't just use cmd_show_list here, because we want to skip
427c3a89 13800 the redundant "show remote Z-packet" and the legacy aliases. */
37a105a1
DJ
13801 struct cleanup *showlist_chain;
13802 struct cmd_list_element *list = remote_show_cmdlist;
79a45e25 13803 struct ui_out *uiout = current_uiout;
37a105a1
DJ
13804
13805 showlist_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "showlist");
13806 for (; list != NULL; list = list->next)
13807 if (strcmp (list->name, "Z-packet") == 0)
13808 continue;
427c3a89
DJ
13809 else if (list->type == not_set_cmd)
13810 /* Alias commands are exactly like the original, except they
13811 don't have the normal type. */
13812 continue;
13813 else
37a105a1
DJ
13814 {
13815 struct cleanup *option_chain
13816 = make_cleanup_ui_out_tuple_begin_end (uiout, "option");
a744cf53 13817
112e8700
SM
13818 uiout->field_string ("name", list->name);
13819 uiout->text (": ");
427c3a89 13820 if (list->type == show_cmd)
f5c4fcd9 13821 do_show_command (NULL, from_tty, list);
427c3a89
DJ
13822 else
13823 cmd_func (list, NULL, from_tty);
37a105a1
DJ
13824 /* Close the tuple. */
13825 do_cleanups (option_chain);
13826 }
427c3a89
DJ
13827
13828 /* Close the tuple. */
13829 do_cleanups (showlist_chain);
d471ea57 13830}
5a2468f5 13831
0f71a2f6 13832
23860348 13833/* Function to be called whenever a new objfile (shlib) is detected. */
dc8acb97
MS
13834static void
13835remote_new_objfile (struct objfile *objfile)
13836{
5d93a237
TT
13837 struct remote_state *rs = get_remote_state ();
13838
13839 if (rs->remote_desc != 0) /* Have a remote connection. */
36d25514 13840 remote_check_symbols ();
dc8acb97
MS
13841}
13842
00bf0b85
SS
13843/* Pull all the tracepoints defined on the target and create local
13844 data structures representing them. We don't want to create real
13845 tracepoints yet, we don't want to mess up the user's existing
13846 collection. */
13847
13848static int
ab6617cc 13849remote_upload_tracepoints (struct target_ops *self, struct uploaded_tp **utpp)
d5551862 13850{
00bf0b85
SS
13851 struct remote_state *rs = get_remote_state ();
13852 char *p;
d5551862 13853
00bf0b85
SS
13854 /* Ask for a first packet of tracepoint definition. */
13855 putpkt ("qTfP");
13856 getpkt (&rs->buf, &rs->buf_size, 0);
13857 p = rs->buf;
13858 while (*p && *p != 'l')
d5551862 13859 {
00bf0b85
SS
13860 parse_tracepoint_definition (p, utpp);
13861 /* Ask for another packet of tracepoint definition. */
13862 putpkt ("qTsP");
13863 getpkt (&rs->buf, &rs->buf_size, 0);
13864 p = rs->buf;
d5551862 13865 }
00bf0b85 13866 return 0;
d5551862
SS
13867}
13868
00bf0b85 13869static int
181e3713
TT
13870remote_upload_trace_state_variables (struct target_ops *self,
13871 struct uploaded_tsv **utsvp)
d5551862 13872{
00bf0b85 13873 struct remote_state *rs = get_remote_state ();
d5551862 13874 char *p;
d5551862 13875
00bf0b85
SS
13876 /* Ask for a first packet of variable definition. */
13877 putpkt ("qTfV");
d5551862
SS
13878 getpkt (&rs->buf, &rs->buf_size, 0);
13879 p = rs->buf;
00bf0b85 13880 while (*p && *p != 'l')
d5551862 13881 {
00bf0b85
SS
13882 parse_tsv_definition (p, utsvp);
13883 /* Ask for another packet of variable definition. */
13884 putpkt ("qTsV");
d5551862
SS
13885 getpkt (&rs->buf, &rs->buf_size, 0);
13886 p = rs->buf;
13887 }
00bf0b85 13888 return 0;
d5551862
SS
13889}
13890
c1e36e3e
PA
13891/* The "set/show range-stepping" show hook. */
13892
13893static void
13894show_range_stepping (struct ui_file *file, int from_tty,
13895 struct cmd_list_element *c,
13896 const char *value)
13897{
13898 fprintf_filtered (file,
13899 _("Debugger's willingness to use range stepping "
13900 "is %s.\n"), value);
13901}
13902
13903/* The "set/show range-stepping" set hook. */
13904
13905static void
13906set_range_stepping (char *ignore_args, int from_tty,
13907 struct cmd_list_element *c)
13908{
5d93a237
TT
13909 struct remote_state *rs = get_remote_state ();
13910
c1e36e3e
PA
13911 /* Whene enabling, check whether range stepping is actually
13912 supported by the target, and warn if not. */
13913 if (use_range_stepping)
13914 {
5d93a237 13915 if (rs->remote_desc != NULL)
c1e36e3e 13916 {
4082afcc 13917 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
c1e36e3e
PA
13918 remote_vcont_probe (rs);
13919
4082afcc 13920 if (packet_support (PACKET_vCont) == PACKET_ENABLE
c1e36e3e
PA
13921 && rs->supports_vCont.r)
13922 return;
13923 }
13924
13925 warning (_("Range stepping is not supported by the current target"));
13926 }
13927}
13928
c906108c 13929void
fba45db2 13930_initialize_remote (void)
c906108c 13931{
9a7071a8 13932 struct cmd_list_element *cmd;
6f937416 13933 const char *cmd_name;
ea9c271d 13934
0f71a2f6 13935 /* architecture specific data */
2bc416ba 13936 remote_gdbarch_data_handle =
23860348 13937 gdbarch_data_register_post_init (init_remote_state);
29709017
DJ
13938 remote_g_packet_data_handle =
13939 gdbarch_data_register_pre_init (remote_g_packet_data_init);
d01949b6 13940
94585166
DB
13941 remote_pspace_data
13942 = register_program_space_data_with_cleanup (NULL,
13943 remote_pspace_data_cleanup);
13944
ea9c271d
DJ
13945 /* Initialize the per-target state. At the moment there is only one
13946 of these, not one per target. Only one target is active at a
cf792862
TT
13947 time. */
13948 remote_state = new_remote_state ();
ea9c271d 13949
c906108c
SS
13950 init_remote_ops ();
13951 add_target (&remote_ops);
13952
13953 init_extended_remote_ops ();
13954 add_target (&extended_remote_ops);
cce74817 13955
dc8acb97 13956 /* Hook into new objfile notification. */
06d3b283 13957 observer_attach_new_objfile (remote_new_objfile);
5f4cf0bb
YQ
13958 /* We're no longer interested in notification events of an inferior
13959 when it exits. */
13960 observer_attach_inferior_exit (discard_pending_stop_replies);
dc8acb97 13961
c906108c
SS
13962#if 0
13963 init_remote_threadtests ();
13964#endif
13965
722247f1 13966 stop_reply_queue = QUEUE_alloc (stop_reply_p, stop_reply_xfree);
23860348 13967 /* set/show remote ... */
d471ea57 13968
1bedd215 13969 add_prefix_cmd ("remote", class_maintenance, set_remote_cmd, _("\
5a2468f5
JM
13970Remote protocol specific variables\n\
13971Configure various remote-protocol specific variables such as\n\
1bedd215 13972the packets being used"),
cff3e48b 13973 &remote_set_cmdlist, "set remote ",
23860348 13974 0 /* allow-unknown */, &setlist);
1bedd215 13975 add_prefix_cmd ("remote", class_maintenance, show_remote_cmd, _("\
5a2468f5
JM
13976Remote protocol specific variables\n\
13977Configure various remote-protocol specific variables such as\n\
1bedd215 13978the packets being used"),
cff3e48b 13979 &remote_show_cmdlist, "show remote ",
23860348 13980 0 /* allow-unknown */, &showlist);
5a2468f5 13981
1a966eab
AC
13982 add_cmd ("compare-sections", class_obscure, compare_sections_command, _("\
13983Compare section data on target to the exec file.\n\
95cf3b38
DT
13984Argument is a single section name (default: all loaded sections).\n\
13985To compare only read-only loaded sections, specify the -r option."),
c906108c
SS
13986 &cmdlist);
13987
1a966eab
AC
13988 add_cmd ("packet", class_maintenance, packet_command, _("\
13989Send an arbitrary packet to a remote target.\n\
c906108c
SS
13990 maintenance packet TEXT\n\
13991If GDB is talking to an inferior via the GDB serial protocol, then\n\
13992this command sends the string TEXT to the inferior, and displays the\n\
13993response packet. GDB supplies the initial `$' character, and the\n\
1a966eab 13994terminating `#' character and checksum."),
c906108c
SS
13995 &maintenancelist);
13996
7915a72c
AC
13997 add_setshow_boolean_cmd ("remotebreak", no_class, &remote_break, _("\
13998Set whether to send break if interrupted."), _("\
13999Show whether to send break if interrupted."), _("\
14000If set, a break, instead of a cntrl-c, is sent to the remote target."),
9a7071a8 14001 set_remotebreak, show_remotebreak,
e707bbc2 14002 &setlist, &showlist);
9a7071a8
JB
14003 cmd_name = "remotebreak";
14004 cmd = lookup_cmd (&cmd_name, setlist, "", -1, 1);
14005 deprecate_cmd (cmd, "set remote interrupt-sequence");
14006 cmd_name = "remotebreak"; /* needed because lookup_cmd updates the pointer */
14007 cmd = lookup_cmd (&cmd_name, showlist, "", -1, 1);
14008 deprecate_cmd (cmd, "show remote interrupt-sequence");
14009
14010 add_setshow_enum_cmd ("interrupt-sequence", class_support,
3e43a32a
MS
14011 interrupt_sequence_modes, &interrupt_sequence_mode,
14012 _("\
9a7071a8
JB
14013Set interrupt sequence to remote target."), _("\
14014Show interrupt sequence to remote target."), _("\
14015Valid value is \"Ctrl-C\", \"BREAK\" or \"BREAK-g\". The default is \"Ctrl-C\"."),
14016 NULL, show_interrupt_sequence,
14017 &remote_set_cmdlist,
14018 &remote_show_cmdlist);
14019
14020 add_setshow_boolean_cmd ("interrupt-on-connect", class_support,
14021 &interrupt_on_connect, _("\
14022Set whether interrupt-sequence is sent to remote target when gdb connects to."), _(" \
14023Show whether interrupt-sequence is sent to remote target when gdb connects to."), _(" \
14024If set, interrupt sequence is sent to remote target."),
14025 NULL, NULL,
14026 &remote_set_cmdlist, &remote_show_cmdlist);
c906108c 14027
23860348 14028 /* Install commands for configuring memory read/write packets. */
11cf8741 14029
1a966eab
AC
14030 add_cmd ("remotewritesize", no_class, set_memory_write_packet_size, _("\
14031Set the maximum number of bytes per memory write packet (deprecated)."),
11cf8741 14032 &setlist);
1a966eab
AC
14033 add_cmd ("remotewritesize", no_class, show_memory_write_packet_size, _("\
14034Show the maximum number of bytes per memory write packet (deprecated)."),
11cf8741
JM
14035 &showlist);
14036 add_cmd ("memory-write-packet-size", no_class,
1a966eab
AC
14037 set_memory_write_packet_size, _("\
14038Set the maximum number of bytes per memory-write packet.\n\
14039Specify the number of bytes in a packet or 0 (zero) for the\n\
14040default packet size. The actual limit is further reduced\n\
14041dependent on the target. Specify ``fixed'' to disable the\n\
14042further restriction and ``limit'' to enable that restriction."),
11cf8741
JM
14043 &remote_set_cmdlist);
14044 add_cmd ("memory-read-packet-size", no_class,
1a966eab
AC
14045 set_memory_read_packet_size, _("\
14046Set the maximum number of bytes per memory-read packet.\n\
14047Specify the number of bytes in a packet or 0 (zero) for the\n\
14048default packet size. The actual limit is further reduced\n\
14049dependent on the target. Specify ``fixed'' to disable the\n\
14050further restriction and ``limit'' to enable that restriction."),
11cf8741
JM
14051 &remote_set_cmdlist);
14052 add_cmd ("memory-write-packet-size", no_class,
14053 show_memory_write_packet_size,
1a966eab 14054 _("Show the maximum number of bytes per memory-write packet."),
11cf8741
JM
14055 &remote_show_cmdlist);
14056 add_cmd ("memory-read-packet-size", no_class,
14057 show_memory_read_packet_size,
1a966eab 14058 _("Show the maximum number of bytes per memory-read packet."),
11cf8741 14059 &remote_show_cmdlist);
c906108c 14060
b3f42336 14061 add_setshow_zinteger_cmd ("hardware-watchpoint-limit", no_class,
7915a72c
AC
14062 &remote_hw_watchpoint_limit, _("\
14063Set the maximum number of target hardware watchpoints."), _("\
14064Show the maximum number of target hardware watchpoints."), _("\
14065Specify a negative limit for unlimited."),
3e43a32a
MS
14066 NULL, NULL, /* FIXME: i18n: The maximum
14067 number of target hardware
14068 watchpoints is %s. */
b3f42336 14069 &remote_set_cmdlist, &remote_show_cmdlist);
480a3f21
PW
14070 add_setshow_zinteger_cmd ("hardware-watchpoint-length-limit", no_class,
14071 &remote_hw_watchpoint_length_limit, _("\
14072Set the maximum length (in bytes) of a target hardware watchpoint."), _("\
14073Show the maximum length (in bytes) of a target hardware watchpoint."), _("\
14074Specify a negative limit for unlimited."),
14075 NULL, NULL, /* FIXME: i18n: The maximum
14076 length (in bytes) of a target
14077 hardware watchpoint is %s. */
14078 &remote_set_cmdlist, &remote_show_cmdlist);
b3f42336 14079 add_setshow_zinteger_cmd ("hardware-breakpoint-limit", no_class,
7915a72c
AC
14080 &remote_hw_breakpoint_limit, _("\
14081Set the maximum number of target hardware breakpoints."), _("\
14082Show the maximum number of target hardware breakpoints."), _("\
14083Specify a negative limit for unlimited."),
3e43a32a
MS
14084 NULL, NULL, /* FIXME: i18n: The maximum
14085 number of target hardware
14086 breakpoints is %s. */
b3f42336 14087 &remote_set_cmdlist, &remote_show_cmdlist);
501eef12 14088
1b493192
PA
14089 add_setshow_zuinteger_cmd ("remoteaddresssize", class_obscure,
14090 &remote_address_size, _("\
4d28ad1e
AC
14091Set the maximum size of the address (in bits) in a memory packet."), _("\
14092Show the maximum size of the address (in bits) in a memory packet."), NULL,
1b493192
PA
14093 NULL,
14094 NULL, /* FIXME: i18n: */
14095 &setlist, &showlist);
c906108c 14096
ca4f7f8b
PA
14097 init_all_packet_configs ();
14098
444abaca 14099 add_packet_config_cmd (&remote_protocol_packets[PACKET_X],
bb572ddd 14100 "X", "binary-download", 1);
0f71a2f6 14101
444abaca 14102 add_packet_config_cmd (&remote_protocol_packets[PACKET_vCont],
bb572ddd 14103 "vCont", "verbose-resume", 0);
506fb367 14104
89be2091
DJ
14105 add_packet_config_cmd (&remote_protocol_packets[PACKET_QPassSignals],
14106 "QPassSignals", "pass-signals", 0);
14107
82075af2
JS
14108 add_packet_config_cmd (&remote_protocol_packets[PACKET_QCatchSyscalls],
14109 "QCatchSyscalls", "catch-syscalls", 0);
14110
9b224c5e
PA
14111 add_packet_config_cmd (&remote_protocol_packets[PACKET_QProgramSignals],
14112 "QProgramSignals", "program-signals", 0);
14113
444abaca 14114 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSymbol],
bb572ddd 14115 "qSymbol", "symbol-lookup", 0);
dc8acb97 14116
444abaca 14117 add_packet_config_cmd (&remote_protocol_packets[PACKET_P],
bb572ddd 14118 "P", "set-register", 1);
d471ea57 14119
444abaca 14120 add_packet_config_cmd (&remote_protocol_packets[PACKET_p],
bb572ddd 14121 "p", "fetch-register", 1);
b96ec7ac 14122
444abaca 14123 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z0],
bb572ddd 14124 "Z0", "software-breakpoint", 0);
d471ea57 14125
444abaca 14126 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z1],
bb572ddd 14127 "Z1", "hardware-breakpoint", 0);
d471ea57 14128
444abaca 14129 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z2],
bb572ddd 14130 "Z2", "write-watchpoint", 0);
d471ea57 14131
444abaca 14132 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z3],
bb572ddd 14133 "Z3", "read-watchpoint", 0);
d471ea57 14134
444abaca 14135 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z4],
bb572ddd 14136 "Z4", "access-watchpoint", 0);
d471ea57 14137
0876f84a
DJ
14138 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_auxv],
14139 "qXfer:auxv:read", "read-aux-vector", 0);
802188a7 14140
c78fa86a
GB
14141 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_exec_file],
14142 "qXfer:exec-file:read", "pid-to-exec-file", 0);
14143
23181151
DJ
14144 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_features],
14145 "qXfer:features:read", "target-features", 0);
14146
cfa9d6d9
DJ
14147 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_libraries],
14148 "qXfer:libraries:read", "library-info", 0);
14149
2268b414
JK
14150 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_libraries_svr4],
14151 "qXfer:libraries-svr4:read", "library-info-svr4", 0);
14152
fd79ecee
DJ
14153 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_memory_map],
14154 "qXfer:memory-map:read", "memory-map", 0);
14155
0e7f50da
UW
14156 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_spu_read],
14157 "qXfer:spu:read", "read-spu-object", 0);
14158
14159 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_spu_write],
14160 "qXfer:spu:write", "write-spu-object", 0);
14161
07e059b5
VP
14162 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_osdata],
14163 "qXfer:osdata:read", "osdata", 0);
14164
dc146f7c
VP
14165 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_threads],
14166 "qXfer:threads:read", "threads", 0);
14167
4aa995e1
PA
14168 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_siginfo_read],
14169 "qXfer:siginfo:read", "read-siginfo-object", 0);
14170
14171 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_siginfo_write],
14172 "qXfer:siginfo:write", "write-siginfo-object", 0);
14173
b3b9301e
PA
14174 add_packet_config_cmd
14175 (&remote_protocol_packets[PACKET_qXfer_traceframe_info],
eb9fe518 14176 "qXfer:traceframe-info:read", "traceframe-info", 0);
b3b9301e 14177
169081d0
TG
14178 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_uib],
14179 "qXfer:uib:read", "unwind-info-block", 0);
14180
444abaca 14181 add_packet_config_cmd (&remote_protocol_packets[PACKET_qGetTLSAddr],
38691318 14182 "qGetTLSAddr", "get-thread-local-storage-address",
38691318
KB
14183 0);
14184
711e434b
PM
14185 add_packet_config_cmd (&remote_protocol_packets[PACKET_qGetTIBAddr],
14186 "qGetTIBAddr", "get-thread-information-block-address",
14187 0);
14188
40ab02ce
MS
14189 add_packet_config_cmd (&remote_protocol_packets[PACKET_bc],
14190 "bc", "reverse-continue", 0);
14191
14192 add_packet_config_cmd (&remote_protocol_packets[PACKET_bs],
14193 "bs", "reverse-step", 0);
14194
be2a5f71
DJ
14195 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSupported],
14196 "qSupported", "supported-packets", 0);
14197
08388c79
DE
14198 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSearch_memory],
14199 "qSearch:memory", "search-memory", 0);
14200
bd3eecc3
PA
14201 add_packet_config_cmd (&remote_protocol_packets[PACKET_qTStatus],
14202 "qTStatus", "trace-status", 0);
14203
15a201c8
GB
14204 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_setfs],
14205 "vFile:setfs", "hostio-setfs", 0);
14206
a6b151f1
DJ
14207 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_open],
14208 "vFile:open", "hostio-open", 0);
14209
14210 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_pread],
14211 "vFile:pread", "hostio-pread", 0);
14212
14213 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_pwrite],
14214 "vFile:pwrite", "hostio-pwrite", 0);
14215
14216 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_close],
14217 "vFile:close", "hostio-close", 0);
14218
14219 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_unlink],
14220 "vFile:unlink", "hostio-unlink", 0);
14221
b9e7b9c3
UW
14222 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_readlink],
14223 "vFile:readlink", "hostio-readlink", 0);
14224
0a93529c
GB
14225 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_fstat],
14226 "vFile:fstat", "hostio-fstat", 0);
14227
2d717e4f
DJ
14228 add_packet_config_cmd (&remote_protocol_packets[PACKET_vAttach],
14229 "vAttach", "attach", 0);
14230
14231 add_packet_config_cmd (&remote_protocol_packets[PACKET_vRun],
14232 "vRun", "run", 0);
14233
a6f3e723
SL
14234 add_packet_config_cmd (&remote_protocol_packets[PACKET_QStartNoAckMode],
14235 "QStartNoAckMode", "noack", 0);
14236
82f73884
PA
14237 add_packet_config_cmd (&remote_protocol_packets[PACKET_vKill],
14238 "vKill", "kill", 0);
14239
0b16c5cf
PA
14240 add_packet_config_cmd (&remote_protocol_packets[PACKET_qAttached],
14241 "qAttached", "query-attached", 0);
14242
782b2b07 14243 add_packet_config_cmd (&remote_protocol_packets[PACKET_ConditionalTracepoints],
3e43a32a
MS
14244 "ConditionalTracepoints",
14245 "conditional-tracepoints", 0);
3788aec7
LM
14246
14247 add_packet_config_cmd (&remote_protocol_packets[PACKET_ConditionalBreakpoints],
14248 "ConditionalBreakpoints",
14249 "conditional-breakpoints", 0);
14250
d3ce09f5
SS
14251 add_packet_config_cmd (&remote_protocol_packets[PACKET_BreakpointCommands],
14252 "BreakpointCommands",
14253 "breakpoint-commands", 0);
14254
7a697b8d
SS
14255 add_packet_config_cmd (&remote_protocol_packets[PACKET_FastTracepoints],
14256 "FastTracepoints", "fast-tracepoints", 0);
782b2b07 14257
409873ef
SS
14258 add_packet_config_cmd (&remote_protocol_packets[PACKET_TracepointSource],
14259 "TracepointSource", "TracepointSource", 0);
14260
d914c394
SS
14261 add_packet_config_cmd (&remote_protocol_packets[PACKET_QAllow],
14262 "QAllow", "allow", 0);
14263
0fb4aa4b
PA
14264 add_packet_config_cmd (&remote_protocol_packets[PACKET_StaticTracepoints],
14265 "StaticTracepoints", "static-tracepoints", 0);
14266
1e4d1764
YQ
14267 add_packet_config_cmd (&remote_protocol_packets[PACKET_InstallInTrace],
14268 "InstallInTrace", "install-in-trace", 0);
14269
0fb4aa4b
PA
14270 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_statictrace_read],
14271 "qXfer:statictrace:read", "read-sdata-object", 0);
14272
78d85199
YQ
14273 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_fdpic],
14274 "qXfer:fdpic:read", "read-fdpic-loadmap", 0);
14275
03583c20
UW
14276 add_packet_config_cmd (&remote_protocol_packets[PACKET_QDisableRandomization],
14277 "QDisableRandomization", "disable-randomization", 0);
14278
d1feda86
YQ
14279 add_packet_config_cmd (&remote_protocol_packets[PACKET_QAgent],
14280 "QAgent", "agent", 0);
14281
f6f899bf
HAQ
14282 add_packet_config_cmd (&remote_protocol_packets[PACKET_QTBuffer_size],
14283 "QTBuffer:size", "trace-buffer-size", 0);
14284
9accd112
MM
14285 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_off],
14286 "Qbtrace:off", "disable-btrace", 0);
14287
14288 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_bts],
b20a6524
MM
14289 "Qbtrace:bts", "enable-btrace-bts", 0);
14290
14291 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_pt],
14292 "Qbtrace:pt", "enable-btrace-pt", 0);
9accd112
MM
14293
14294 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_btrace],
14295 "qXfer:btrace", "read-btrace", 0);
14296
f4abbc16
MM
14297 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_btrace_conf],
14298 "qXfer:btrace-conf", "read-btrace-conf", 0);
14299
d33501a5
MM
14300 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_conf_bts_size],
14301 "Qbtrace-conf:bts:size", "btrace-conf-bts-size", 0);
14302
73b8c1fd
PA
14303 add_packet_config_cmd (&remote_protocol_packets[PACKET_multiprocess_feature],
14304 "multiprocess-feature", "multiprocess-feature", 0);
14305
f7e6eed5
PA
14306 add_packet_config_cmd (&remote_protocol_packets[PACKET_swbreak_feature],
14307 "swbreak-feature", "swbreak-feature", 0);
14308
14309 add_packet_config_cmd (&remote_protocol_packets[PACKET_hwbreak_feature],
14310 "hwbreak-feature", "hwbreak-feature", 0);
14311
89245bc0
DB
14312 add_packet_config_cmd (&remote_protocol_packets[PACKET_fork_event_feature],
14313 "fork-event-feature", "fork-event-feature", 0);
14314
14315 add_packet_config_cmd (&remote_protocol_packets[PACKET_vfork_event_feature],
14316 "vfork-event-feature", "vfork-event-feature", 0);
14317
b20a6524
MM
14318 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_conf_pt_size],
14319 "Qbtrace-conf:pt:size", "btrace-conf-pt-size", 0);
14320
750ce8d1
YQ
14321 add_packet_config_cmd (&remote_protocol_packets[PACKET_vContSupported],
14322 "vContSupported", "verbose-resume-supported", 0);
14323
94585166
DB
14324 add_packet_config_cmd (&remote_protocol_packets[PACKET_exec_event_feature],
14325 "exec-event-feature", "exec-event-feature", 0);
14326
de979965
PA
14327 add_packet_config_cmd (&remote_protocol_packets[PACKET_vCtrlC],
14328 "vCtrlC", "ctrl-c", 0);
14329
65706a29
PA
14330 add_packet_config_cmd (&remote_protocol_packets[PACKET_QThreadEvents],
14331 "QThreadEvents", "thread-events", 0);
14332
f2faf941
PA
14333 add_packet_config_cmd (&remote_protocol_packets[PACKET_no_resumed],
14334 "N stop reply", "no-resumed-stop-reply", 0);
14335
0b736949
DB
14336 /* Assert that we've registered "set remote foo-packet" commands
14337 for all packet configs. */
ca4f7f8b
PA
14338 {
14339 int i;
14340
14341 for (i = 0; i < PACKET_MAX; i++)
14342 {
14343 /* Ideally all configs would have a command associated. Some
14344 still don't though. */
14345 int excepted;
14346
14347 switch (i)
14348 {
14349 case PACKET_QNonStop:
ca4f7f8b
PA
14350 case PACKET_EnableDisableTracepoints_feature:
14351 case PACKET_tracenz_feature:
14352 case PACKET_DisconnectedTracing_feature:
14353 case PACKET_augmented_libraries_svr4_read_feature:
936d2992
PA
14354 case PACKET_qCRC:
14355 /* Additions to this list need to be well justified:
14356 pre-existing packets are OK; new packets are not. */
ca4f7f8b
PA
14357 excepted = 1;
14358 break;
14359 default:
14360 excepted = 0;
14361 break;
14362 }
14363
14364 /* This catches both forgetting to add a config command, and
14365 forgetting to remove a packet from the exception list. */
14366 gdb_assert (excepted == (remote_protocol_packets[i].name == NULL));
14367 }
14368 }
14369
37a105a1
DJ
14370 /* Keep the old ``set remote Z-packet ...'' working. Each individual
14371 Z sub-packet has its own set and show commands, but users may
14372 have sets to this variable in their .gdbinit files (or in their
14373 documentation). */
e9e68a56 14374 add_setshow_auto_boolean_cmd ("Z-packet", class_obscure,
7915a72c
AC
14375 &remote_Z_packet_detect, _("\
14376Set use of remote protocol `Z' packets"), _("\
14377Show use of remote protocol `Z' packets "), _("\
3b64bf98 14378When set, GDB will attempt to use the remote breakpoint and watchpoint\n\
7915a72c 14379packets."),
e9e68a56 14380 set_remote_protocol_Z_packet_cmd,
3e43a32a
MS
14381 show_remote_protocol_Z_packet_cmd,
14382 /* FIXME: i18n: Use of remote protocol
14383 `Z' packets is %s. */
e9e68a56 14384 &remote_set_cmdlist, &remote_show_cmdlist);
449092f6 14385
a6b151f1
DJ
14386 add_prefix_cmd ("remote", class_files, remote_command, _("\
14387Manipulate files on the remote system\n\
14388Transfer files to and from the remote target system."),
14389 &remote_cmdlist, "remote ",
14390 0 /* allow-unknown */, &cmdlist);
14391
14392 add_cmd ("put", class_files, remote_put_command,
14393 _("Copy a local file to the remote system."),
14394 &remote_cmdlist);
14395
14396 add_cmd ("get", class_files, remote_get_command,
14397 _("Copy a remote file to the local system."),
14398 &remote_cmdlist);
14399
14400 add_cmd ("delete", class_files, remote_delete_command,
14401 _("Delete a remote file."),
14402 &remote_cmdlist);
14403
2d717e4f 14404 add_setshow_string_noescape_cmd ("exec-file", class_files,
94585166 14405 &remote_exec_file_var, _("\
2d717e4f 14406Set the remote pathname for \"run\""), _("\
94585166
DB
14407Show the remote pathname for \"run\""), NULL,
14408 set_remote_exec_file,
14409 show_remote_exec_file,
14410 &remote_set_cmdlist,
14411 &remote_show_cmdlist);
2d717e4f 14412
c1e36e3e
PA
14413 add_setshow_boolean_cmd ("range-stepping", class_run,
14414 &use_range_stepping, _("\
14415Enable or disable range stepping."), _("\
14416Show whether target-assisted range stepping is enabled."), _("\
14417If on, and the target supports it, when stepping a source line, GDB\n\
14418tells the target to step the corresponding range of addresses itself instead\n\
14419of issuing multiple single-steps. This speeds up source level\n\
14420stepping. If off, GDB always issues single-steps, even if range\n\
14421stepping is supported by the target. The default is on."),
14422 set_range_stepping,
14423 show_range_stepping,
14424 &setlist,
14425 &showlist);
14426
449092f6
CV
14427 /* Eventually initialize fileio. See fileio.c */
14428 initialize_remote_fileio (remote_set_cmdlist, remote_show_cmdlist);
79d7f229 14429
ba348170 14430 /* Take advantage of the fact that the TID field is not used, to tag
79d7f229 14431 special ptids with it set to != 0. */
ba348170
PA
14432 magic_null_ptid = ptid_build (42000, -1, 1);
14433 not_sent_ptid = ptid_build (42000, -2, 1);
14434 any_thread_ptid = ptid_build (42000, 0, 1);
35b1e5cc
SS
14435
14436 target_buf_size = 2048;
224c3ddb 14437 target_buf = (char *) xmalloc (target_buf_size);
c906108c 14438}
10760264 14439
This page took 3.229635 seconds and 4 git commands to generate.