Remove objfile argument from add_dyn_prop
[deliverable/binutils-gdb.git] / gdb / remote.c
CommitLineData
c906108c 1/* Remote target communications for serial-line targets in custom GDB protocol
8926118c 2
e2882c85 3 Copyright (C) 1988-2018 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>
2ec845e7 75#include "common/scoped_restore.h"
0a2dde4a 76#include "environ.h"
f6327dcb 77#include "common/byte-vector.h"
35b1e5cc 78
94585166
DB
79/* Per-program-space data key. */
80static const struct program_space_data *remote_pspace_data;
81
82/* The variable registered as the control variable used by the
83 remote exec-file commands. While the remote exec-file setting is
84 per-program-space, the set/show machinery uses this as the
85 location of the remote exec-file value. */
86static char *remote_exec_file_var;
87
6765f3e5
DJ
88/* The size to align memory write packets, when practical. The protocol
89 does not guarantee any alignment, and gdb will generate short
90 writes and unaligned writes, but even as a best-effort attempt this
91 can improve bulk transfers. For instance, if a write is misaligned
92 relative to the target's data bus, the stub may need to make an extra
93 round trip fetching data from the target. This doesn't make a
94 huge difference, but it's easy to do, so we try to be helpful.
95
96 The alignment chosen is arbitrary; usually data bus width is
97 important here, not the possibly larger cache line size. */
98enum { REMOTE_ALIGN_WRITES = 16 };
99
23860348 100/* Prototypes for local functions. */
6d820c5c 101static int getpkt_sane (char **buf, long *sizeof_buf, int forever);
74531fed 102static int getpkt_or_notif_sane (char **buf, long *sizeof_buf,
fee9eda9 103 int forever, int *is_notif);
6426a772 104
a14ed312 105static void remote_files_info (struct target_ops *ignore);
c906108c 106
f32dbf8c
MM
107static void remote_prepare_to_store (struct target_ops *self,
108 struct regcache *regcache);
c906108c 109
014f9477
TT
110static void remote_open_1 (const char *, int, struct target_ops *,
111 int extended_p);
c906108c 112
de90e03d 113static void remote_close (struct target_ops *self);
c906108c 114
cbb8991c
DB
115struct remote_state;
116
117static int remote_vkill (int pid, struct remote_state *rs);
118
8020350c
DB
119static void remote_kill_k (void);
120
136d6dae 121static void remote_mourn (struct target_ops *ops);
c906108c 122
a14ed312 123static void extended_remote_restart (void);
c906108c 124
6d820c5c 125static void remote_send (char **buf, long *sizeof_buf_p);
c906108c 126
a14ed312 127static int readchar (int timeout);
c906108c 128
c33e31fd
PA
129static void remote_serial_write (const char *str, int len);
130
7d85a9c0 131static void remote_kill (struct target_ops *ops);
c906108c 132
6a109b6b 133static int remote_can_async_p (struct target_ops *);
75c99385 134
6a109b6b 135static int remote_is_async_p (struct target_ops *);
75c99385 136
6a3753b3 137static void remote_async (struct target_ops *ops, int enable);
75c99385 138
65706a29
PA
139static void remote_thread_events (struct target_ops *ops, int enable);
140
a14ed312 141static void interrupt_query (void);
c906108c 142
d62a8ae2
SM
143static void set_general_thread (ptid_t ptid);
144static void set_continue_thread (ptid_t ptid);
c906108c 145
a14ed312 146static void get_offsets (void);
c906108c 147
6d820c5c
DJ
148static void skip_frame (void);
149
150static long read_frame (char **buf_p, long *sizeof_buf);
c906108c 151
a14ed312 152static int hexnumlen (ULONGEST num);
c906108c 153
a14ed312 154static void init_remote_ops (void);
c906108c 155
a14ed312 156static void init_extended_remote_ops (void);
c906108c 157
1eab8a48 158static void remote_stop (struct target_ops *self, ptid_t);
c906108c 159
a14ed312 160static int stubhex (int ch);
c906108c 161
a14ed312 162static int hexnumstr (char *, ULONGEST);
c906108c 163
a14ed312 164static int hexnumnstr (char *, ULONGEST, int);
2df3850c 165
a14ed312 166static CORE_ADDR remote_address_masked (CORE_ADDR);
c906108c 167
baa336ce 168static void print_packet (const char *);
c906108c 169
a14ed312 170static int stub_unpack_int (char *buff, int fieldlength);
c906108c 171
39f77062 172static ptid_t remote_current_thread (ptid_t oldptid);
c906108c 173
baa336ce 174static int putpkt_binary (const char *buf, int cnt);
c906108c 175
a14ed312 176static void check_binary_download (CORE_ADDR addr);
c906108c 177
5a2468f5 178struct packet_config;
5a2468f5 179
a14ed312 180static void show_packet_config_cmd (struct packet_config *config);
5a2468f5 181
bb572ddd
DJ
182static void show_remote_protocol_packet_cmd (struct ui_file *file,
183 int from_tty,
184 struct cmd_list_element *c,
185 const char *value);
186
82f73884 187static char *write_ptid (char *buf, const char *endbuf, ptid_t ptid);
256642e8 188static ptid_t read_ptid (const char *buf, const char **obuf);
82f73884 189
c378d69d 190static void remote_set_permissions (struct target_ops *self);
d914c394 191
8bd200f1
TT
192static int remote_get_trace_status (struct target_ops *self,
193 struct trace_status *ts);
d5551862 194
ab6617cc
TT
195static int remote_upload_tracepoints (struct target_ops *self,
196 struct uploaded_tp **utpp);
00bf0b85 197
181e3713
TT
198static int remote_upload_trace_state_variables (struct target_ops *self,
199 struct uploaded_tsv **utsvp);
00bf0b85 200
c8d104ad
PA
201static void remote_query_supported (void);
202
36d25514 203static void remote_check_symbols (void);
c8d104ad 204
74531fed 205struct stop_reply;
74531fed 206static void stop_reply_xfree (struct stop_reply *);
722247f1 207static void remote_parse_stop_reply (char *, struct stop_reply *);
74531fed 208static void push_stop_reply (struct stop_reply *);
bcc75809 209static void discard_pending_stop_replies_in_queue (struct remote_state *);
74531fed
PA
210static int peek_stop_reply (ptid_t ptid);
211
cbb8991c
DB
212struct threads_listing_context;
213static void remove_new_fork_children (struct threads_listing_context *);
214
74531fed 215static void remote_async_inferior_event_handler (gdb_client_data);
74531fed 216
e3594fd1 217static void remote_terminal_ours (struct target_ops *self);
d3fd5342 218
d962ef82
DJ
219static int remote_read_description_p (struct target_ops *target);
220
176a6961 221static void remote_console_output (char *msg);
dde08ee1 222
efcc2da7 223static int remote_supports_cond_breakpoints (struct target_ops *self);
b775012e 224
78eff0ec 225static int remote_can_run_breakpoint_commands (struct target_ops *self);
d3ce09f5 226
f4abbc16
MM
227static void remote_btrace_reset (void);
228
c0272db5
TW
229static void remote_btrace_maybe_reopen (void);
230
221e1a37
PA
231static int stop_reply_queue_length (void);
232
80152258
PA
233static void readahead_cache_invalidate (void);
234
048094ac
PA
235static void remote_unpush_and_throw (void);
236
b6bb3468
PA
237static struct remote_state *get_remote_state (void);
238
a6b151f1
DJ
239/* For "remote". */
240
241static struct cmd_list_element *remote_cmdlist;
242
bb572ddd
DJ
243/* For "set remote" and "show remote". */
244
245static struct cmd_list_element *remote_set_cmdlist;
246static struct cmd_list_element *remote_show_cmdlist;
247
d458bd84
PA
248/* Stub vCont actions support.
249
250 Each field is a boolean flag indicating whether the stub reports
251 support for the corresponding action. */
252
253struct vCont_action_support
254{
255 /* vCont;t */
256 int t;
c1e36e3e
PA
257
258 /* vCont;r */
259 int r;
750ce8d1
YQ
260
261 /* vCont;s */
262 int s;
263
264 /* vCont;S */
265 int S;
d458bd84
PA
266};
267
c1e36e3e
PA
268/* Controls whether GDB is willing to use range stepping. */
269
270static int use_range_stepping = 1;
271
0d031856
TT
272#define OPAQUETHREADBYTES 8
273
274/* a 64 bit opaque identifier */
275typedef unsigned char threadref[OPAQUETHREADBYTES];
276
277/* About this many threadisds fit in a packet. */
278
279#define MAXTHREADLISTRESULTS 32
280
6f8976bf
YQ
281/* The max number of chars in debug output. The rest of chars are
282 omitted. */
283
284#define REMOTE_DEBUG_MAX_CHAR 512
285
80152258
PA
286/* Data for the vFile:pread readahead cache. */
287
288struct readahead_cache
289{
290 /* The file descriptor for the file that is being cached. -1 if the
291 cache is invalid. */
292 int fd;
293
294 /* The offset into the file that the cache buffer corresponds
295 to. */
296 ULONGEST offset;
297
298 /* The buffer holding the cache contents. */
299 gdb_byte *buf;
300 /* The buffer's size. We try to read as much as fits into a packet
301 at a time. */
302 size_t bufsize;
303
304 /* Cache hit and miss counters. */
305 ULONGEST hit_count;
306 ULONGEST miss_count;
307};
308
ea9c271d
DJ
309/* Description of the remote protocol state for the currently
310 connected target. This is per-target state, and independent of the
311 selected architecture. */
312
313struct remote_state
314{
315 /* A buffer to use for incoming packets, and its current size. The
316 buffer is grown dynamically for larger incoming packets.
317 Outgoing packets may also be constructed in this buffer.
318 BUF_SIZE is always at least REMOTE_PACKET_SIZE;
319 REMOTE_PACKET_SIZE should be used to limit the length of outgoing
320 packets. */
321 char *buf;
322 long buf_size;
be2a5f71 323
1e51243a
PA
324 /* True if we're going through initial connection setup (finding out
325 about the remote side's threads, relocating symbols, etc.). */
326 int starting_up;
327
be2a5f71
DJ
328 /* If we negotiated packet size explicitly (and thus can bypass
329 heuristics for the largest packet size that will not overflow
330 a buffer in the stub), this will be set to that packet size.
331 Otherwise zero, meaning to use the guessed size. */
332 long explicit_packet_size;
2d717e4f
DJ
333
334 /* remote_wait is normally called when the target is running and
335 waits for a stop reply packet. But sometimes we need to call it
336 when the target is already stopped. We can send a "?" packet
337 and have remote_wait read the response. Or, if we already have
338 the response, we can stash it in BUF and tell remote_wait to
339 skip calling getpkt. This flag is set when BUF contains a
340 stop reply packet and the target is not waiting. */
341 int cached_wait_status;
a6f3e723
SL
342
343 /* True, if in no ack mode. That is, neither GDB nor the stub will
344 expect acks from each other. The connection is assumed to be
345 reliable. */
346 int noack_mode;
82f73884
PA
347
348 /* True if we're connected in extended remote mode. */
349 int extended;
350
e24a49d8
PA
351 /* True if we resumed the target and we're waiting for the target to
352 stop. In the mean time, we can't start another command/query.
353 The remote server wouldn't be ready to process it, so we'd
354 timeout waiting for a reply that would never come and eventually
355 we'd close the connection. This can happen in asynchronous mode
356 because we allow GDB commands while the target is running. */
357 int waiting_for_stop_reply;
74531fed 358
d458bd84
PA
359 /* The status of the stub support for the various vCont actions. */
360 struct vCont_action_support supports_vCont;
782b2b07 361
3a29589a
DJ
362 /* Nonzero if the user has pressed Ctrl-C, but the target hasn't
363 responded to that. */
364 int ctrlc_pending_p;
5d93a237 365
048094ac
PA
366 /* True if we saw a Ctrl-C while reading or writing from/to the
367 remote descriptor. At that point it is not safe to send a remote
368 interrupt packet, so we instead remember we saw the Ctrl-C and
369 process it once we're done with sending/receiving the current
370 packet, which should be shortly. If however that takes too long,
371 and the user presses Ctrl-C again, we offer to disconnect. */
372 int got_ctrlc_during_io;
373
5d93a237
TT
374 /* Descriptor for I/O to remote machine. Initialize it to NULL so that
375 remote_open knows that we don't have a file open when the program
376 starts. */
377 struct serial *remote_desc;
47f8a51d
TT
378
379 /* These are the threads which we last sent to the remote system. The
380 TID member will be -1 for all or -2 for not sent yet. */
381 ptid_t general_thread;
382 ptid_t continue_thread;
262e1174
TT
383
384 /* This is the traceframe which we last selected on the remote system.
385 It will be -1 if no traceframe is selected. */
386 int remote_traceframe_number;
747dc59d
TT
387
388 char *last_pass_packet;
5e4a05c4
TT
389
390 /* The last QProgramSignals packet sent to the target. We bypass
391 sending a new program signals list down to the target if the new
392 packet is exactly the same as the last we sent. IOW, we only let
393 the target know about program signals list changes. */
394 char *last_program_signals_packet;
b73be471
TT
395
396 enum gdb_signal last_sent_signal;
280ceea3
TT
397
398 int last_sent_step;
8e88304f 399
3a00c802
PA
400 /* The execution direction of the last resume we got. */
401 enum exec_direction_kind last_resume_exec_dir;
402
8e88304f
TT
403 char *finished_object;
404 char *finished_annex;
405 ULONGEST finished_offset;
b80fafe3
TT
406
407 /* Should we try the 'ThreadInfo' query packet?
408
409 This variable (NOT available to the user: auto-detect only!)
410 determines whether GDB will use the new, simpler "ThreadInfo"
411 query or the older, more complex syntax for thread queries.
412 This is an auto-detect variable (set to true at each connect,
413 and set to false when the target fails to recognize it). */
414 int use_threadinfo_query;
415 int use_threadextra_query;
88b496c3 416
0d031856
TT
417 threadref echo_nextthread;
418 threadref nextthread;
419 threadref resultthreadlist[MAXTHREADLISTRESULTS];
5965e028
YQ
420
421 /* The state of remote notification. */
422 struct remote_notif_state *notif_state;
f4abbc16
MM
423
424 /* The branch trace configuration. */
425 struct btrace_config btrace_config;
15a201c8
GB
426
427 /* The argument to the last "vFile:setfs:" packet we sent, used
428 to avoid sending repeated unnecessary "vFile:setfs:" packets.
429 Initialized to -1 to indicate that no "vFile:setfs:" packet
430 has yet been sent. */
431 int fs_pid;
80152258
PA
432
433 /* A readahead cache for vFile:pread. Often, reading a binary
434 involves a sequence of small reads. E.g., when parsing an ELF
435 file. A readahead cache helps mostly the case of remote
436 debugging on a connection with higher latency, due to the
437 request/reply nature of the RSP. We only cache data for a single
438 file descriptor at a time. */
439 struct readahead_cache readahead_cache;
ea9c271d
DJ
440};
441
7aabaf9d
SM
442/* Private data that we'll store in (struct thread_info)->priv. */
443struct remote_thread_info : public private_thread_info
dc146f7c 444{
7aabaf9d
SM
445 std::string extra;
446 std::string name;
447 int core = -1;
799a2abe 448
f6327dcb
KB
449 /* Thread handle, perhaps a pthread_t or thread_t value, stored as a
450 sequence of bytes. */
7aabaf9d 451 gdb::byte_vector thread_handle;
f6327dcb 452
799a2abe 453 /* Whether the target stopped for a breakpoint/watchpoint. */
7aabaf9d 454 enum target_stop_reason stop_reason = TARGET_STOPPED_BY_NO_REASON;
799a2abe
PA
455
456 /* This is set to the data address of the access causing the target
457 to stop for a watchpoint. */
7aabaf9d 458 CORE_ADDR watch_data_address = 0;
85ad3aaf
PA
459
460 /* Fields used by the vCont action coalescing implemented in
461 remote_resume / remote_commit_resume. remote_resume stores each
462 thread's last resume request in these fields, so that a later
463 remote_commit_resume knows which is the proper action for this
464 thread to include in the vCont packet. */
465
466 /* True if the last target_resume call for this thread was a step
467 request, false if a continue request. */
7aabaf9d 468 int last_resume_step = 0;
85ad3aaf
PA
469
470 /* The signal specified in the last target_resume call for this
471 thread. */
7aabaf9d 472 gdb_signal last_resume_sig = GDB_SIGNAL_0;
85ad3aaf
PA
473
474 /* Whether this thread was already vCont-resumed on the remote
475 side. */
7aabaf9d 476 int vcont_resumed = 0;
dc146f7c
VP
477};
478
ea9c271d
DJ
479/* This data could be associated with a target, but we do not always
480 have access to the current target when we need it, so for now it is
481 static. This will be fine for as long as only one target is in use
482 at a time. */
cf792862 483static struct remote_state *remote_state;
ea9c271d
DJ
484
485static struct remote_state *
0b83947e 486get_remote_state_raw (void)
ea9c271d 487{
cf792862
TT
488 return remote_state;
489}
490
491/* Allocate a new struct remote_state with xmalloc, initialize it, and
492 return it. */
493
494static struct remote_state *
495new_remote_state (void)
496{
497 struct remote_state *result = XCNEW (struct remote_state);
498
499 /* The default buffer size is unimportant; it will be expanded
500 whenever a larger buffer is needed. */
501 result->buf_size = 400;
224c3ddb 502 result->buf = (char *) xmalloc (result->buf_size);
262e1174 503 result->remote_traceframe_number = -1;
b73be471 504 result->last_sent_signal = GDB_SIGNAL_0;
3a00c802 505 result->last_resume_exec_dir = EXEC_FORWARD;
15a201c8 506 result->fs_pid = -1;
cf792862
TT
507
508 return result;
ea9c271d
DJ
509}
510
511/* Description of the remote protocol for a given architecture. */
d01949b6 512
ad10f812
AC
513struct packet_reg
514{
515 long offset; /* Offset into G packet. */
516 long regnum; /* GDB's internal register number. */
517 LONGEST pnum; /* Remote protocol register number. */
b323314b 518 int in_g_packet; /* Always part of G packet. */
f5656ead 519 /* long size in bytes; == register_size (target_gdbarch (), regnum);
23860348 520 at present. */
f5656ead 521 /* char *name; == gdbarch_register_name (target_gdbarch (), regnum);
c9f4d572 522 at present. */
ad10f812
AC
523};
524
ea9c271d 525struct remote_arch_state
d01949b6 526{
ad10f812
AC
527 /* Description of the remote protocol registers. */
528 long sizeof_g_packet;
b323314b
AC
529
530 /* Description of the remote protocol registers indexed by REGNUM
f57d151a 531 (making an array gdbarch_num_regs in size). */
b323314b 532 struct packet_reg *regs;
ad10f812 533
d01949b6
AC
534 /* This is the size (in chars) of the first response to the ``g''
535 packet. It is used as a heuristic when determining the maximum
536 size of memory-read and memory-write packets. A target will
537 typically only reserve a buffer large enough to hold the ``g''
538 packet. The size does not include packet overhead (headers and
23860348 539 trailers). */
d01949b6
AC
540 long actual_register_packet_size;
541
542 /* This is the maximum size (in chars) of a non read/write packet.
23860348 543 It is also used as a cap on the size of read/write packets. */
d01949b6
AC
544 long remote_packet_size;
545};
546
35b1e5cc
SS
547/* Utility: generate error from an incoming stub packet. */
548static void
549trace_error (char *buf)
550{
551 if (*buf++ != 'E')
552 return; /* not an error msg */
553 switch (*buf)
554 {
555 case '1': /* malformed packet error */
556 if (*++buf == '0') /* general case: */
557 error (_("remote.c: error in outgoing packet."));
558 else
559 error (_("remote.c: error in outgoing packet at field #%ld."),
560 strtol (buf, NULL, 16));
35b1e5cc
SS
561 default:
562 error (_("Target returns error code '%s'."), buf);
563 }
564}
565
566/* Utility: wait for reply from stub, while accepting "O" packets. */
b6bb3468 567
35b1e5cc 568static char *
b6bb3468 569remote_get_noisy_reply ()
35b1e5cc 570{
b6bb3468
PA
571 struct remote_state *rs = get_remote_state ();
572
35b1e5cc
SS
573 do /* Loop on reply from remote stub. */
574 {
575 char *buf;
a744cf53 576
0df8b418 577 QUIT; /* Allow user to bail out with ^C. */
b6bb3468
PA
578 getpkt (&rs->buf, &rs->buf_size, 0);
579 buf = rs->buf;
ad91cd99 580 if (buf[0] == 'E')
35b1e5cc 581 trace_error (buf);
61012eef 582 else if (startswith (buf, "qRelocInsn:"))
dde08ee1
PA
583 {
584 ULONGEST ul;
585 CORE_ADDR from, to, org_to;
256642e8 586 const char *p, *pp;
dde08ee1 587 int adjusted_size = 0;
7556d4a4 588 int relocated = 0;
dde08ee1
PA
589
590 p = buf + strlen ("qRelocInsn:");
591 pp = unpack_varlen_hex (p, &ul);
592 if (*pp != ';')
cb91c06a 593 error (_("invalid qRelocInsn packet: %s"), buf);
dde08ee1
PA
594 from = ul;
595
596 p = pp + 1;
a9cbf802 597 unpack_varlen_hex (p, &ul);
dde08ee1
PA
598 to = ul;
599
600 org_to = to;
601
492d29ea 602 TRY
dde08ee1 603 {
f5656ead 604 gdbarch_relocate_instruction (target_gdbarch (), &to, from);
7556d4a4 605 relocated = 1;
dde08ee1 606 }
492d29ea 607 CATCH (ex, RETURN_MASK_ALL)
7556d4a4
PA
608 {
609 if (ex.error == MEMORY_ERROR)
610 {
611 /* Propagate memory errors silently back to the
612 target. The stub may have limited the range of
613 addresses we can write to, for example. */
614 }
615 else
616 {
617 /* Something unexpectedly bad happened. Be verbose
618 so we can tell what, and propagate the error back
619 to the stub, so it doesn't get stuck waiting for
620 a response. */
621 exception_fprintf (gdb_stderr, ex,
622 _("warning: relocating instruction: "));
623 }
624 putpkt ("E01");
625 }
492d29ea 626 END_CATCH
7556d4a4
PA
627
628 if (relocated)
dde08ee1
PA
629 {
630 adjusted_size = to - org_to;
631
b6bb3468 632 xsnprintf (buf, rs->buf_size, "qRelocInsn:%x", adjusted_size);
dde08ee1
PA
633 putpkt (buf);
634 }
dde08ee1 635 }
ad91cd99 636 else if (buf[0] == 'O' && buf[1] != 'K')
35b1e5cc
SS
637 remote_console_output (buf + 1); /* 'O' message from stub */
638 else
0df8b418 639 return buf; /* Here's the actual reply. */
35b1e5cc
SS
640 }
641 while (1);
642}
3c3bea1c 643
d01949b6
AC
644/* Handle for retreving the remote protocol data from gdbarch. */
645static struct gdbarch_data *remote_gdbarch_data_handle;
646
ea9c271d 647static struct remote_arch_state *
5cd63fda 648get_remote_arch_state (struct gdbarch *gdbarch)
d01949b6 649{
5cd63fda 650 gdb_assert (gdbarch != NULL);
19ba03f4 651 return ((struct remote_arch_state *)
5cd63fda 652 gdbarch_data (gdbarch, remote_gdbarch_data_handle));
d01949b6
AC
653}
654
0b83947e
DJ
655/* Fetch the global remote target state. */
656
657static struct remote_state *
658get_remote_state (void)
659{
660 /* Make sure that the remote architecture state has been
661 initialized, because doing so might reallocate rs->buf. Any
662 function which calls getpkt also needs to be mindful of changes
663 to rs->buf, but this call limits the number of places which run
664 into trouble. */
5cd63fda 665 get_remote_arch_state (target_gdbarch ());
0b83947e
DJ
666
667 return get_remote_state_raw ();
668}
669
94585166
DB
670/* Cleanup routine for the remote module's pspace data. */
671
672static void
673remote_pspace_data_cleanup (struct program_space *pspace, void *arg)
674{
19ba03f4 675 char *remote_exec_file = (char *) arg;
94585166
DB
676
677 xfree (remote_exec_file);
678}
679
680/* Fetch the remote exec-file from the current program space. */
681
682static const char *
683get_remote_exec_file (void)
684{
685 char *remote_exec_file;
686
19ba03f4
SM
687 remote_exec_file
688 = (char *) program_space_data (current_program_space,
689 remote_pspace_data);
94585166
DB
690 if (remote_exec_file == NULL)
691 return "";
692
693 return remote_exec_file;
694}
695
696/* Set the remote exec file for PSPACE. */
697
698static void
699set_pspace_remote_exec_file (struct program_space *pspace,
700 char *remote_exec_file)
701{
19ba03f4 702 char *old_file = (char *) program_space_data (pspace, remote_pspace_data);
94585166
DB
703
704 xfree (old_file);
705 set_program_space_data (pspace, remote_pspace_data,
706 xstrdup (remote_exec_file));
707}
708
709/* The "set/show remote exec-file" set command hook. */
710
711static void
eb4c3f4a 712set_remote_exec_file (const char *ignored, int from_tty,
94585166
DB
713 struct cmd_list_element *c)
714{
715 gdb_assert (remote_exec_file_var != NULL);
716 set_pspace_remote_exec_file (current_program_space, remote_exec_file_var);
717}
718
719/* The "set/show remote exec-file" show command hook. */
720
721static void
722show_remote_exec_file (struct ui_file *file, int from_tty,
723 struct cmd_list_element *cmd, const char *value)
724{
725 fprintf_filtered (file, "%s\n", remote_exec_file_var);
726}
727
74ca34ce
DJ
728static int
729compare_pnums (const void *lhs_, const void *rhs_)
730{
19ba03f4
SM
731 const struct packet_reg * const *lhs
732 = (const struct packet_reg * const *) lhs_;
733 const struct packet_reg * const *rhs
734 = (const struct packet_reg * const *) rhs_;
74ca34ce
DJ
735
736 if ((*lhs)->pnum < (*rhs)->pnum)
737 return -1;
738 else if ((*lhs)->pnum == (*rhs)->pnum)
739 return 0;
740 else
741 return 1;
742}
743
c21236dc
PA
744static int
745map_regcache_remote_table (struct gdbarch *gdbarch, struct packet_reg *regs)
d01949b6 746{
74ca34ce 747 int regnum, num_remote_regs, offset;
74ca34ce 748 struct packet_reg **remote_regs;
ea9c271d 749
4a22f64d 750 for (regnum = 0; regnum < gdbarch_num_regs (gdbarch); regnum++)
ad10f812 751 {
c21236dc 752 struct packet_reg *r = &regs[regnum];
baef701f 753
4a22f64d 754 if (register_size (gdbarch, regnum) == 0)
baef701f
DJ
755 /* Do not try to fetch zero-sized (placeholder) registers. */
756 r->pnum = -1;
757 else
758 r->pnum = gdbarch_remote_register_number (gdbarch, regnum);
759
b323314b 760 r->regnum = regnum;
74ca34ce
DJ
761 }
762
763 /* Define the g/G packet format as the contents of each register
764 with a remote protocol number, in order of ascending protocol
765 number. */
766
224c3ddb 767 remote_regs = XALLOCAVEC (struct packet_reg *, gdbarch_num_regs (gdbarch));
f57d151a 768 for (num_remote_regs = 0, regnum = 0;
4a22f64d 769 regnum < gdbarch_num_regs (gdbarch);
f57d151a 770 regnum++)
c21236dc
PA
771 if (regs[regnum].pnum != -1)
772 remote_regs[num_remote_regs++] = &regs[regnum];
7d58c67d 773
74ca34ce
DJ
774 qsort (remote_regs, num_remote_regs, sizeof (struct packet_reg *),
775 compare_pnums);
776
777 for (regnum = 0, offset = 0; regnum < num_remote_regs; regnum++)
778 {
779 remote_regs[regnum]->in_g_packet = 1;
780 remote_regs[regnum]->offset = offset;
4a22f64d 781 offset += register_size (gdbarch, remote_regs[regnum]->regnum);
ad10f812
AC
782 }
783
c21236dc
PA
784 return offset;
785}
786
787/* Given the architecture described by GDBARCH, return the remote
788 protocol register's number and the register's offset in the g/G
789 packets of GDB register REGNUM, in PNUM and POFFSET respectively.
790 If the target does not have a mapping for REGNUM, return false,
791 otherwise, return true. */
792
793int
794remote_register_number_and_offset (struct gdbarch *gdbarch, int regnum,
795 int *pnum, int *poffset)
796{
c21236dc
PA
797 gdb_assert (regnum < gdbarch_num_regs (gdbarch));
798
b80406ac 799 std::vector<packet_reg> regs (gdbarch_num_regs (gdbarch));
c21236dc 800
b80406ac 801 map_regcache_remote_table (gdbarch, regs.data ());
c21236dc
PA
802
803 *pnum = regs[regnum].pnum;
804 *poffset = regs[regnum].offset;
805
c21236dc
PA
806 return *pnum != -1;
807}
808
809static void *
810init_remote_state (struct gdbarch *gdbarch)
811{
812 struct remote_state *rs = get_remote_state_raw ();
813 struct remote_arch_state *rsa;
814
815 rsa = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct remote_arch_state);
816
817 /* Use the architecture to build a regnum<->pnum table, which will be
818 1:1 unless a feature set specifies otherwise. */
819 rsa->regs = GDBARCH_OBSTACK_CALLOC (gdbarch,
820 gdbarch_num_regs (gdbarch),
821 struct packet_reg);
822
74ca34ce
DJ
823 /* Record the maximum possible size of the g packet - it may turn out
824 to be smaller. */
c21236dc 825 rsa->sizeof_g_packet = map_regcache_remote_table (gdbarch, rsa->regs);
74ca34ce 826
0df8b418 827 /* Default maximum number of characters in a packet body. Many
d01949b6
AC
828 remote stubs have a hardwired buffer size of 400 bytes
829 (c.f. BUFMAX in m68k-stub.c and i386-stub.c). BUFMAX-1 is used
830 as the maximum packet-size to ensure that the packet and an extra
831 NUL character can always fit in the buffer. This stops GDB
832 trashing stubs that try to squeeze an extra NUL into what is
ea9c271d
DJ
833 already a full buffer (As of 1999-12-04 that was most stubs). */
834 rsa->remote_packet_size = 400 - 1;
d01949b6 835
ea9c271d
DJ
836 /* This one is filled in when a ``g'' packet is received. */
837 rsa->actual_register_packet_size = 0;
838
839 /* Should rsa->sizeof_g_packet needs more space than the
0df8b418
MS
840 default, adjust the size accordingly. Remember that each byte is
841 encoded as two characters. 32 is the overhead for the packet
842 header / footer. NOTE: cagney/1999-10-26: I suspect that 8
d01949b6 843 (``$NN:G...#NN'') is a better guess, the below has been padded a
23860348 844 little. */
ea9c271d
DJ
845 if (rsa->sizeof_g_packet > ((rsa->remote_packet_size - 32) / 2))
846 rsa->remote_packet_size = (rsa->sizeof_g_packet * 2 + 32);
802188a7 847
ea9c271d
DJ
848 /* Make sure that the packet buffer is plenty big enough for
849 this architecture. */
850 if (rs->buf_size < rsa->remote_packet_size)
851 {
852 rs->buf_size = 2 * rsa->remote_packet_size;
224c3ddb 853 rs->buf = (char *) xrealloc (rs->buf, rs->buf_size);
ea9c271d 854 }
6d820c5c 855
ea9c271d
DJ
856 return rsa;
857}
858
859/* Return the current allowed size of a remote packet. This is
860 inferred from the current architecture, and should be used to
861 limit the length of outgoing packets. */
862static long
863get_remote_packet_size (void)
864{
be2a5f71 865 struct remote_state *rs = get_remote_state ();
5cd63fda 866 remote_arch_state *rsa = get_remote_arch_state (target_gdbarch ());
ea9c271d 867
be2a5f71
DJ
868 if (rs->explicit_packet_size)
869 return rs->explicit_packet_size;
870
ea9c271d 871 return rsa->remote_packet_size;
d01949b6
AC
872}
873
ad10f812 874static struct packet_reg *
5cd63fda
PA
875packet_reg_from_regnum (struct gdbarch *gdbarch, struct remote_arch_state *rsa,
876 long regnum)
ad10f812 877{
5cd63fda 878 if (regnum < 0 && regnum >= gdbarch_num_regs (gdbarch))
b323314b
AC
879 return NULL;
880 else
ad10f812 881 {
ea9c271d 882 struct packet_reg *r = &rsa->regs[regnum];
a744cf53 883
b323314b
AC
884 gdb_assert (r->regnum == regnum);
885 return r;
ad10f812 886 }
ad10f812
AC
887}
888
889static struct packet_reg *
5cd63fda
PA
890packet_reg_from_pnum (struct gdbarch *gdbarch, struct remote_arch_state *rsa,
891 LONGEST pnum)
ad10f812 892{
b323314b 893 int i;
a744cf53 894
5cd63fda 895 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
ad10f812 896 {
ea9c271d 897 struct packet_reg *r = &rsa->regs[i];
a744cf53 898
b323314b
AC
899 if (r->pnum == pnum)
900 return r;
ad10f812
AC
901 }
902 return NULL;
d01949b6
AC
903}
904
c906108c
SS
905static struct target_ops remote_ops;
906
907static struct target_ops extended_remote_ops;
908
6426a772
JM
909/* FIXME: cagney/1999-09-23: Even though getpkt was called with
910 ``forever'' still use the normal timeout mechanism. This is
911 currently used by the ASYNC code to guarentee that target reads
912 during the initial connect always time-out. Once getpkt has been
913 modified to return a timeout indication and, in turn
914 remote_wait()/wait_for_inferior() have gained a timeout parameter
23860348 915 this can go away. */
6426a772
JM
916static int wait_forever_enabled_p = 1;
917
9a7071a8
JB
918/* Allow the user to specify what sequence to send to the remote
919 when he requests a program interruption: Although ^C is usually
920 what remote systems expect (this is the default, here), it is
921 sometimes preferable to send a break. On other systems such
922 as the Linux kernel, a break followed by g, which is Magic SysRq g
923 is required in order to interrupt the execution. */
924const char interrupt_sequence_control_c[] = "Ctrl-C";
925const char interrupt_sequence_break[] = "BREAK";
926const char interrupt_sequence_break_g[] = "BREAK-g";
40478521 927static const char *const interrupt_sequence_modes[] =
9a7071a8
JB
928 {
929 interrupt_sequence_control_c,
930 interrupt_sequence_break,
931 interrupt_sequence_break_g,
932 NULL
933 };
934static const char *interrupt_sequence_mode = interrupt_sequence_control_c;
935
936static void
937show_interrupt_sequence (struct ui_file *file, int from_tty,
938 struct cmd_list_element *c,
939 const char *value)
940{
941 if (interrupt_sequence_mode == interrupt_sequence_control_c)
942 fprintf_filtered (file,
943 _("Send the ASCII ETX character (Ctrl-c) "
944 "to the remote target to interrupt the "
945 "execution of the program.\n"));
946 else if (interrupt_sequence_mode == interrupt_sequence_break)
947 fprintf_filtered (file,
948 _("send a break signal to the remote target "
949 "to interrupt the execution of the program.\n"));
950 else if (interrupt_sequence_mode == interrupt_sequence_break_g)
951 fprintf_filtered (file,
952 _("Send a break signal and 'g' a.k.a. Magic SysRq g to "
953 "the remote target to interrupt the execution "
954 "of Linux kernel.\n"));
955 else
956 internal_error (__FILE__, __LINE__,
957 _("Invalid value for interrupt_sequence_mode: %s."),
958 interrupt_sequence_mode);
959}
6426a772 960
9a7071a8
JB
961/* This boolean variable specifies whether interrupt_sequence is sent
962 to the remote target when gdb connects to it.
963 This is mostly needed when you debug the Linux kernel: The Linux kernel
964 expects BREAK g which is Magic SysRq g for connecting gdb. */
965static int interrupt_on_connect = 0;
c906108c 966
9a7071a8
JB
967/* This variable is used to implement the "set/show remotebreak" commands.
968 Since these commands are now deprecated in favor of "set/show remote
969 interrupt-sequence", it no longer has any effect on the code. */
c906108c
SS
970static int remote_break;
971
9a7071a8 972static void
eb4c3f4a 973set_remotebreak (const char *args, int from_tty, struct cmd_list_element *c)
9a7071a8
JB
974{
975 if (remote_break)
976 interrupt_sequence_mode = interrupt_sequence_break;
977 else
978 interrupt_sequence_mode = interrupt_sequence_control_c;
979}
980
981static void
982show_remotebreak (struct ui_file *file, int from_tty,
983 struct cmd_list_element *c,
984 const char *value)
985{
986}
987
c906108c
SS
988/* This variable sets the number of bits in an address that are to be
989 sent in a memory ("M" or "m") packet. Normally, after stripping
0df8b418 990 leading zeros, the entire address would be sent. This variable
c906108c
SS
991 restricts the address to REMOTE_ADDRESS_SIZE bits. HISTORY: The
992 initial implementation of remote.c restricted the address sent in
993 memory packets to ``host::sizeof long'' bytes - (typically 32
994 bits). Consequently, for 64 bit targets, the upper 32 bits of an
995 address was never sent. Since fixing this bug may cause a break in
996 some remote targets this variable is principly provided to
23860348 997 facilitate backward compatibility. */
c906108c 998
883b9c6c 999static unsigned int remote_address_size;
c906108c 1000
11cf8741 1001\f
11cf8741 1002/* User configurable variables for the number of characters in a
ea9c271d
DJ
1003 memory read/write packet. MIN (rsa->remote_packet_size,
1004 rsa->sizeof_g_packet) is the default. Some targets need smaller
24b06219 1005 values (fifo overruns, et.al.) and some users need larger values
ad10f812
AC
1006 (speed up transfers). The variables ``preferred_*'' (the user
1007 request), ``current_*'' (what was actually set) and ``forced_*''
23860348 1008 (Positive - a soft limit, negative - a hard limit). */
11cf8741
JM
1009
1010struct memory_packet_config
1011{
a121b7c1 1012 const char *name;
11cf8741
JM
1013 long size;
1014 int fixed_p;
1015};
1016
a5c0808e
PA
1017/* The default max memory-write-packet-size. The 16k is historical.
1018 (It came from older GDB's using alloca for buffers and the
1019 knowledge (folklore?) that some hosts don't cope very well with
1020 large alloca calls.) */
1021#define DEFAULT_MAX_MEMORY_PACKET_SIZE 16384
1022
1023/* The minimum remote packet size for memory transfers. Ensures we
1024 can write at least one byte. */
1025#define MIN_MEMORY_PACKET_SIZE 20
1026
11cf8741
JM
1027/* Compute the current size of a read/write packet. Since this makes
1028 use of ``actual_register_packet_size'' the computation is dynamic. */
1029
1030static long
1031get_memory_packet_size (struct memory_packet_config *config)
1032{
d01949b6 1033 struct remote_state *rs = get_remote_state ();
5cd63fda 1034 remote_arch_state *rsa = get_remote_arch_state (target_gdbarch ());
ea9c271d 1035
11cf8741
JM
1036 long what_they_get;
1037 if (config->fixed_p)
1038 {
1039 if (config->size <= 0)
a5c0808e 1040 what_they_get = DEFAULT_MAX_MEMORY_PACKET_SIZE;
11cf8741
JM
1041 else
1042 what_they_get = config->size;
1043 }
1044 else
1045 {
ea9c271d 1046 what_they_get = get_remote_packet_size ();
23860348 1047 /* Limit the packet to the size specified by the user. */
11cf8741
JM
1048 if (config->size > 0
1049 && what_they_get > config->size)
1050 what_they_get = config->size;
be2a5f71
DJ
1051
1052 /* Limit it to the size of the targets ``g'' response unless we have
1053 permission from the stub to use a larger packet size. */
1054 if (rs->explicit_packet_size == 0
1055 && rsa->actual_register_packet_size > 0
1056 && what_they_get > rsa->actual_register_packet_size)
1057 what_they_get = rsa->actual_register_packet_size;
11cf8741 1058 }
a5c0808e
PA
1059 if (what_they_get < MIN_MEMORY_PACKET_SIZE)
1060 what_they_get = MIN_MEMORY_PACKET_SIZE;
6d820c5c
DJ
1061
1062 /* Make sure there is room in the global buffer for this packet
1063 (including its trailing NUL byte). */
1064 if (rs->buf_size < what_they_get + 1)
1065 {
1066 rs->buf_size = 2 * what_they_get;
224c3ddb 1067 rs->buf = (char *) xrealloc (rs->buf, 2 * what_they_get);
6d820c5c
DJ
1068 }
1069
11cf8741
JM
1070 return what_they_get;
1071}
1072
0df8b418 1073/* Update the size of a read/write packet. If they user wants
23860348 1074 something really big then do a sanity check. */
11cf8741
JM
1075
1076static void
ac88e2de 1077set_memory_packet_size (const char *args, struct memory_packet_config *config)
11cf8741
JM
1078{
1079 int fixed_p = config->fixed_p;
1080 long size = config->size;
a744cf53 1081
11cf8741 1082 if (args == NULL)
8a3fe4f8 1083 error (_("Argument required (integer, `fixed' or `limited')."));
11cf8741
JM
1084 else if (strcmp (args, "hard") == 0
1085 || strcmp (args, "fixed") == 0)
1086 fixed_p = 1;
1087 else if (strcmp (args, "soft") == 0
1088 || strcmp (args, "limit") == 0)
1089 fixed_p = 0;
1090 else
1091 {
1092 char *end;
a744cf53 1093
11cf8741
JM
1094 size = strtoul (args, &end, 0);
1095 if (args == end)
8a3fe4f8 1096 error (_("Invalid %s (bad syntax)."), config->name);
a5c0808e
PA
1097
1098 /* Instead of explicitly capping the size of a packet to or
1099 disallowing it, the user is allowed to set the size to
1100 something arbitrarily large. */
11cf8741 1101 }
a5c0808e
PA
1102
1103 /* So that the query shows the correct value. */
1104 if (size <= 0)
1105 size = DEFAULT_MAX_MEMORY_PACKET_SIZE;
1106
23860348 1107 /* Extra checks? */
11cf8741
JM
1108 if (fixed_p && !config->fixed_p)
1109 {
e2e0b3e5
AC
1110 if (! query (_("The target may not be able to correctly handle a %s\n"
1111 "of %ld bytes. Change the packet size? "),
11cf8741 1112 config->name, size))
8a3fe4f8 1113 error (_("Packet size not changed."));
11cf8741 1114 }
23860348 1115 /* Update the config. */
11cf8741
JM
1116 config->fixed_p = fixed_p;
1117 config->size = size;
1118}
1119
1120static void
1121show_memory_packet_size (struct memory_packet_config *config)
1122{
a3f17187 1123 printf_filtered (_("The %s is %ld. "), config->name, config->size);
11cf8741 1124 if (config->fixed_p)
a3f17187 1125 printf_filtered (_("Packets are fixed at %ld bytes.\n"),
11cf8741
JM
1126 get_memory_packet_size (config));
1127 else
a3f17187 1128 printf_filtered (_("Packets are limited to %ld bytes.\n"),
11cf8741
JM
1129 get_memory_packet_size (config));
1130}
1131
1132static struct memory_packet_config memory_write_packet_config =
1133{
1134 "memory-write-packet-size",
1135};
1136
1137static void
ac88e2de 1138set_memory_write_packet_size (const char *args, int from_tty)
11cf8741
JM
1139{
1140 set_memory_packet_size (args, &memory_write_packet_config);
1141}
1142
1143static void
ac88e2de 1144show_memory_write_packet_size (const char *args, int from_tty)
11cf8741
JM
1145{
1146 show_memory_packet_size (&memory_write_packet_config);
1147}
1148
1149static long
1150get_memory_write_packet_size (void)
1151{
1152 return get_memory_packet_size (&memory_write_packet_config);
1153}
1154
1155static struct memory_packet_config memory_read_packet_config =
1156{
1157 "memory-read-packet-size",
1158};
1159
1160static void
ac88e2de 1161set_memory_read_packet_size (const char *args, int from_tty)
11cf8741
JM
1162{
1163 set_memory_packet_size (args, &memory_read_packet_config);
1164}
1165
1166static void
ac88e2de 1167show_memory_read_packet_size (const char *args, int from_tty)
11cf8741
JM
1168{
1169 show_memory_packet_size (&memory_read_packet_config);
1170}
1171
1172static long
1173get_memory_read_packet_size (void)
1174{
1175 long size = get_memory_packet_size (&memory_read_packet_config);
a744cf53 1176
11cf8741
JM
1177 /* FIXME: cagney/1999-11-07: Functions like getpkt() need to get an
1178 extra buffer size argument before the memory read size can be
ea9c271d
DJ
1179 increased beyond this. */
1180 if (size > get_remote_packet_size ())
1181 size = get_remote_packet_size ();
11cf8741
JM
1182 return size;
1183}
1184
11cf8741 1185\f
5a2468f5 1186/* Generic configuration support for packets the stub optionally
0df8b418 1187 supports. Allows the user to specify the use of the packet as well
23860348 1188 as allowing GDB to auto-detect support in the remote stub. */
5a2468f5
JM
1189
1190enum packet_support
1191 {
1192 PACKET_SUPPORT_UNKNOWN = 0,
1193 PACKET_ENABLE,
1194 PACKET_DISABLE
1195 };
1196
5a2468f5
JM
1197struct packet_config
1198 {
bb572ddd
DJ
1199 const char *name;
1200 const char *title;
4082afcc
PA
1201
1202 /* If auto, GDB auto-detects support for this packet or feature,
1203 either through qSupported, or by trying the packet and looking
1204 at the response. If true, GDB assumes the target supports this
ca4f7f8b
PA
1205 packet. If false, the packet is disabled. Configs that don't
1206 have an associated command always have this set to auto. */
7f19b9a2 1207 enum auto_boolean detect;
4082afcc
PA
1208
1209 /* Does the target support this packet? */
5a2468f5
JM
1210 enum packet_support support;
1211 };
1212
d471ea57 1213/* Analyze a packet's return value and update the packet config
23860348 1214 accordingly. */
d471ea57
AC
1215
1216enum packet_result
1217{
1218 PACKET_ERROR,
1219 PACKET_OK,
1220 PACKET_UNKNOWN
1221};
1222
4082afcc
PA
1223static enum packet_support packet_config_support (struct packet_config *config);
1224static enum packet_support packet_support (int packet);
5a2468f5
JM
1225
1226static void
fba45db2 1227show_packet_config_cmd (struct packet_config *config)
5a2468f5 1228{
a121b7c1 1229 const char *support = "internal-error";
a744cf53 1230
4082afcc 1231 switch (packet_config_support (config))
5a2468f5
JM
1232 {
1233 case PACKET_ENABLE:
1234 support = "enabled";
1235 break;
1236 case PACKET_DISABLE:
1237 support = "disabled";
1238 break;
1239 case PACKET_SUPPORT_UNKNOWN:
1240 support = "unknown";
1241 break;
1242 }
1243 switch (config->detect)
1244 {
7f19b9a2 1245 case AUTO_BOOLEAN_AUTO:
3e43a32a
MS
1246 printf_filtered (_("Support for the `%s' packet "
1247 "is auto-detected, currently %s.\n"),
37a105a1 1248 config->name, support);
5a2468f5 1249 break;
7f19b9a2
AC
1250 case AUTO_BOOLEAN_TRUE:
1251 case AUTO_BOOLEAN_FALSE:
37a105a1
DJ
1252 printf_filtered (_("Support for the `%s' packet is currently %s.\n"),
1253 config->name, support);
8e248173 1254 break;
5a2468f5
JM
1255 }
1256}
1257
1258static void
bb572ddd
DJ
1259add_packet_config_cmd (struct packet_config *config, const char *name,
1260 const char *title, int legacy)
d471ea57 1261{
5a2468f5
JM
1262 char *set_doc;
1263 char *show_doc;
d471ea57 1264 char *cmd_name;
3ed07be4 1265
5a2468f5
JM
1266 config->name = name;
1267 config->title = title;
b435e160
AC
1268 set_doc = xstrprintf ("Set use of remote protocol `%s' (%s) packet",
1269 name, title);
3e43a32a
MS
1270 show_doc = xstrprintf ("Show current use of remote "
1271 "protocol `%s' (%s) packet",
b435e160 1272 name, title);
d471ea57 1273 /* set/show TITLE-packet {auto,on,off} */
b435e160 1274 cmd_name = xstrprintf ("%s-packet", title);
e9e68a56 1275 add_setshow_auto_boolean_cmd (cmd_name, class_obscure,
3e43a32a
MS
1276 &config->detect, set_doc,
1277 show_doc, NULL, /* help_doc */
4082afcc 1278 NULL,
bb572ddd
DJ
1279 show_remote_protocol_packet_cmd,
1280 &remote_set_cmdlist, &remote_show_cmdlist);
1eefb858
TT
1281 /* The command code copies the documentation strings. */
1282 xfree (set_doc);
1283 xfree (show_doc);
23860348 1284 /* set/show remote NAME-packet {auto,on,off} -- legacy. */
d471ea57
AC
1285 if (legacy)
1286 {
1287 char *legacy_name;
a744cf53 1288
b435e160 1289 legacy_name = xstrprintf ("%s-packet", name);
d471ea57 1290 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
bb572ddd 1291 &remote_set_cmdlist);
d471ea57 1292 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
bb572ddd 1293 &remote_show_cmdlist);
d471ea57 1294 }
5a2468f5
JM
1295}
1296
d471ea57 1297static enum packet_result
a76d924d 1298packet_check_result (const char *buf)
5a2468f5 1299{
d471ea57 1300 if (buf[0] != '\0')
5a2468f5 1301 {
d471ea57 1302 /* The stub recognized the packet request. Check that the
23860348 1303 operation succeeded. */
a76d924d
DJ
1304 if (buf[0] == 'E'
1305 && isxdigit (buf[1]) && isxdigit (buf[2])
1306 && buf[3] == '\0')
1307 /* "Enn" - definitly an error. */
1308 return PACKET_ERROR;
1309
1310 /* Always treat "E." as an error. This will be used for
1311 more verbose error messages, such as E.memtypes. */
1312 if (buf[0] == 'E' && buf[1] == '.')
1313 return PACKET_ERROR;
1314
1315 /* The packet may or may not be OK. Just assume it is. */
1316 return PACKET_OK;
1317 }
1318 else
1319 /* The stub does not support the packet. */
1320 return PACKET_UNKNOWN;
1321}
1322
1323static enum packet_result
1324packet_ok (const char *buf, struct packet_config *config)
1325{
1326 enum packet_result result;
1327
4082afcc
PA
1328 if (config->detect != AUTO_BOOLEAN_TRUE
1329 && config->support == PACKET_DISABLE)
1330 internal_error (__FILE__, __LINE__,
1331 _("packet_ok: attempt to use a disabled packet"));
1332
a76d924d
DJ
1333 result = packet_check_result (buf);
1334 switch (result)
1335 {
1336 case PACKET_OK:
1337 case PACKET_ERROR:
1338 /* The stub recognized the packet request. */
4082afcc 1339 if (config->support == PACKET_SUPPORT_UNKNOWN)
d471ea57 1340 {
d471ea57
AC
1341 if (remote_debug)
1342 fprintf_unfiltered (gdb_stdlog,
4082afcc
PA
1343 "Packet %s (%s) is supported\n",
1344 config->name, config->title);
d471ea57 1345 config->support = PACKET_ENABLE;
d471ea57 1346 }
a76d924d
DJ
1347 break;
1348 case PACKET_UNKNOWN:
23860348 1349 /* The stub does not support the packet. */
4082afcc
PA
1350 if (config->detect == AUTO_BOOLEAN_AUTO
1351 && config->support == PACKET_ENABLE)
d471ea57 1352 {
4082afcc
PA
1353 /* If the stub previously indicated that the packet was
1354 supported then there is a protocol error. */
1355 error (_("Protocol error: %s (%s) conflicting enabled responses."),
1356 config->name, config->title);
1357 }
1358 else if (config->detect == AUTO_BOOLEAN_TRUE)
1359 {
1360 /* The user set it wrong. */
1361 error (_("Enabled packet %s (%s) not recognized by stub"),
1362 config->name, config->title);
d471ea57 1363 }
4082afcc
PA
1364
1365 if (remote_debug)
1366 fprintf_unfiltered (gdb_stdlog,
1367 "Packet %s (%s) is NOT supported\n",
1368 config->name, config->title);
1369 config->support = PACKET_DISABLE;
a76d924d 1370 break;
5a2468f5 1371 }
a76d924d
DJ
1372
1373 return result;
5a2468f5
JM
1374}
1375
444abaca
DJ
1376enum {
1377 PACKET_vCont = 0,
1378 PACKET_X,
1379 PACKET_qSymbol,
1380 PACKET_P,
1381 PACKET_p,
1382 PACKET_Z0,
1383 PACKET_Z1,
1384 PACKET_Z2,
1385 PACKET_Z3,
1386 PACKET_Z4,
15a201c8 1387 PACKET_vFile_setfs,
a6b151f1
DJ
1388 PACKET_vFile_open,
1389 PACKET_vFile_pread,
1390 PACKET_vFile_pwrite,
1391 PACKET_vFile_close,
1392 PACKET_vFile_unlink,
b9e7b9c3 1393 PACKET_vFile_readlink,
0a93529c 1394 PACKET_vFile_fstat,
0876f84a 1395 PACKET_qXfer_auxv,
23181151 1396 PACKET_qXfer_features,
c78fa86a 1397 PACKET_qXfer_exec_file,
cfa9d6d9 1398 PACKET_qXfer_libraries,
2268b414 1399 PACKET_qXfer_libraries_svr4,
fd79ecee 1400 PACKET_qXfer_memory_map,
0e7f50da
UW
1401 PACKET_qXfer_spu_read,
1402 PACKET_qXfer_spu_write,
07e059b5 1403 PACKET_qXfer_osdata,
dc146f7c 1404 PACKET_qXfer_threads,
0fb4aa4b 1405 PACKET_qXfer_statictrace_read,
b3b9301e 1406 PACKET_qXfer_traceframe_info,
169081d0 1407 PACKET_qXfer_uib,
711e434b 1408 PACKET_qGetTIBAddr,
444abaca 1409 PACKET_qGetTLSAddr,
be2a5f71 1410 PACKET_qSupported,
bd3eecc3 1411 PACKET_qTStatus,
89be2091 1412 PACKET_QPassSignals,
82075af2 1413 PACKET_QCatchSyscalls,
9b224c5e 1414 PACKET_QProgramSignals,
bc3b087d 1415 PACKET_QSetWorkingDir,
aefd8b33 1416 PACKET_QStartupWithShell,
0a2dde4a
SDJ
1417 PACKET_QEnvironmentHexEncoded,
1418 PACKET_QEnvironmentReset,
1419 PACKET_QEnvironmentUnset,
936d2992 1420 PACKET_qCRC,
08388c79 1421 PACKET_qSearch_memory,
2d717e4f
DJ
1422 PACKET_vAttach,
1423 PACKET_vRun,
a6f3e723 1424 PACKET_QStartNoAckMode,
82f73884 1425 PACKET_vKill,
4aa995e1
PA
1426 PACKET_qXfer_siginfo_read,
1427 PACKET_qXfer_siginfo_write,
0b16c5cf 1428 PACKET_qAttached,
4082afcc
PA
1429
1430 /* Support for conditional tracepoints. */
782b2b07 1431 PACKET_ConditionalTracepoints,
4082afcc
PA
1432
1433 /* Support for target-side breakpoint conditions. */
3788aec7 1434 PACKET_ConditionalBreakpoints,
4082afcc
PA
1435
1436 /* Support for target-side breakpoint commands. */
d3ce09f5 1437 PACKET_BreakpointCommands,
4082afcc
PA
1438
1439 /* Support for fast tracepoints. */
7a697b8d 1440 PACKET_FastTracepoints,
4082afcc
PA
1441
1442 /* Support for static tracepoints. */
0fb4aa4b 1443 PACKET_StaticTracepoints,
4082afcc
PA
1444
1445 /* Support for installing tracepoints while a trace experiment is
1446 running. */
1e4d1764 1447 PACKET_InstallInTrace,
4082afcc 1448
40ab02ce
MS
1449 PACKET_bc,
1450 PACKET_bs,
409873ef 1451 PACKET_TracepointSource,
d914c394 1452 PACKET_QAllow,
78d85199 1453 PACKET_qXfer_fdpic,
03583c20 1454 PACKET_QDisableRandomization,
d1feda86 1455 PACKET_QAgent,
f6f899bf 1456 PACKET_QTBuffer_size,
9accd112
MM
1457 PACKET_Qbtrace_off,
1458 PACKET_Qbtrace_bts,
b20a6524 1459 PACKET_Qbtrace_pt,
9accd112 1460 PACKET_qXfer_btrace,
4082afcc
PA
1461
1462 /* Support for the QNonStop packet. */
1463 PACKET_QNonStop,
1464
65706a29
PA
1465 /* Support for the QThreadEvents packet. */
1466 PACKET_QThreadEvents,
1467
4082afcc
PA
1468 /* Support for multi-process extensions. */
1469 PACKET_multiprocess_feature,
1470
1471 /* Support for enabling and disabling tracepoints while a trace
1472 experiment is running. */
1473 PACKET_EnableDisableTracepoints_feature,
1474
1475 /* Support for collecting strings using the tracenz bytecode. */
1476 PACKET_tracenz_feature,
1477
1478 /* Support for continuing to run a trace experiment while GDB is
1479 disconnected. */
1480 PACKET_DisconnectedTracing_feature,
1481
1482 /* Support for qXfer:libraries-svr4:read with a non-empty annex. */
1483 PACKET_augmented_libraries_svr4_read_feature,
1484
f4abbc16
MM
1485 /* Support for the qXfer:btrace-conf:read packet. */
1486 PACKET_qXfer_btrace_conf,
1487
d33501a5
MM
1488 /* Support for the Qbtrace-conf:bts:size packet. */
1489 PACKET_Qbtrace_conf_bts_size,
1490
f7e6eed5
PA
1491 /* Support for swbreak+ feature. */
1492 PACKET_swbreak_feature,
1493
1494 /* Support for hwbreak+ feature. */
1495 PACKET_hwbreak_feature,
1496
89245bc0
DB
1497 /* Support for fork events. */
1498 PACKET_fork_event_feature,
1499
1500 /* Support for vfork events. */
1501 PACKET_vfork_event_feature,
1502
b20a6524
MM
1503 /* Support for the Qbtrace-conf:pt:size packet. */
1504 PACKET_Qbtrace_conf_pt_size,
1505
94585166
DB
1506 /* Support for exec events. */
1507 PACKET_exec_event_feature,
1508
750ce8d1
YQ
1509 /* Support for query supported vCont actions. */
1510 PACKET_vContSupported,
1511
de979965
PA
1512 /* Support remote CTRL-C. */
1513 PACKET_vCtrlC,
1514
f2faf941
PA
1515 /* Support TARGET_WAITKIND_NO_RESUMED. */
1516 PACKET_no_resumed,
1517
444abaca
DJ
1518 PACKET_MAX
1519};
506fb367 1520
444abaca 1521static struct packet_config remote_protocol_packets[PACKET_MAX];
dc8acb97 1522
f7e6eed5
PA
1523/* Returns the packet's corresponding "set remote foo-packet" command
1524 state. See struct packet_config for more details. */
1525
1526static enum auto_boolean
1527packet_set_cmd_state (int packet)
1528{
1529 return remote_protocol_packets[packet].detect;
1530}
1531
4082afcc
PA
1532/* Returns whether a given packet or feature is supported. This takes
1533 into account the state of the corresponding "set remote foo-packet"
1534 command, which may be used to bypass auto-detection. */
dc8acb97 1535
4082afcc
PA
1536static enum packet_support
1537packet_config_support (struct packet_config *config)
1538{
1539 switch (config->detect)
444abaca 1540 {
4082afcc
PA
1541 case AUTO_BOOLEAN_TRUE:
1542 return PACKET_ENABLE;
1543 case AUTO_BOOLEAN_FALSE:
1544 return PACKET_DISABLE;
1545 case AUTO_BOOLEAN_AUTO:
1546 return config->support;
1547 default:
1548 gdb_assert_not_reached (_("bad switch"));
444abaca 1549 }
4082afcc
PA
1550}
1551
1552/* Same as packet_config_support, but takes the packet's enum value as
1553 argument. */
1554
1555static enum packet_support
1556packet_support (int packet)
1557{
1558 struct packet_config *config = &remote_protocol_packets[packet];
1559
1560 return packet_config_support (config);
dc8acb97
MS
1561}
1562
5a2468f5 1563static void
444abaca
DJ
1564show_remote_protocol_packet_cmd (struct ui_file *file, int from_tty,
1565 struct cmd_list_element *c,
1566 const char *value)
5a2468f5 1567{
444abaca 1568 struct packet_config *packet;
5a2468f5 1569
444abaca
DJ
1570 for (packet = remote_protocol_packets;
1571 packet < &remote_protocol_packets[PACKET_MAX];
1572 packet++)
1573 {
1574 if (&packet->detect == c->var)
1575 {
1576 show_packet_config_cmd (packet);
1577 return;
1578 }
1579 }
9b20d036 1580 internal_error (__FILE__, __LINE__, _("Could not find config for %s"),
444abaca 1581 c->name);
5a2468f5
JM
1582}
1583
d471ea57
AC
1584/* Should we try one of the 'Z' requests? */
1585
1586enum Z_packet_type
1587{
1588 Z_PACKET_SOFTWARE_BP,
1589 Z_PACKET_HARDWARE_BP,
1590 Z_PACKET_WRITE_WP,
1591 Z_PACKET_READ_WP,
1592 Z_PACKET_ACCESS_WP,
1593 NR_Z_PACKET_TYPES
1594};
96baa820 1595
d471ea57 1596/* For compatibility with older distributions. Provide a ``set remote
23860348 1597 Z-packet ...'' command that updates all the Z packet types. */
d471ea57 1598
7f19b9a2 1599static enum auto_boolean remote_Z_packet_detect;
96baa820
JM
1600
1601static void
eb4c3f4a 1602set_remote_protocol_Z_packet_cmd (const char *args, int from_tty,
fba45db2 1603 struct cmd_list_element *c)
96baa820 1604{
d471ea57 1605 int i;
a744cf53 1606
d471ea57 1607 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
4082afcc 1608 remote_protocol_packets[PACKET_Z0 + i].detect = remote_Z_packet_detect;
96baa820
JM
1609}
1610
1611static void
08546159
AC
1612show_remote_protocol_Z_packet_cmd (struct ui_file *file, int from_tty,
1613 struct cmd_list_element *c,
1614 const char *value)
96baa820 1615{
d471ea57 1616 int i;
a744cf53 1617
d471ea57
AC
1618 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
1619 {
444abaca 1620 show_packet_config_cmd (&remote_protocol_packets[PACKET_Z0 + i]);
d471ea57 1621 }
96baa820
JM
1622}
1623
4082afcc
PA
1624/* Returns true if the multi-process extensions are in effect. */
1625
1626static int
1627remote_multi_process_p (struct remote_state *rs)
1628{
1629 return packet_support (PACKET_multiprocess_feature) == PACKET_ENABLE;
1630}
1631
de0d863e
DB
1632/* Returns true if fork events are supported. */
1633
1634static int
1635remote_fork_event_p (struct remote_state *rs)
1636{
1637 return packet_support (PACKET_fork_event_feature) == PACKET_ENABLE;
1638}
1639
c269dbdb
DB
1640/* Returns true if vfork events are supported. */
1641
1642static int
1643remote_vfork_event_p (struct remote_state *rs)
1644{
1645 return packet_support (PACKET_vfork_event_feature) == PACKET_ENABLE;
1646}
1647
d46addbb
DB
1648/* Returns true if exec events are supported. */
1649
1650static int
1651remote_exec_event_p (struct remote_state *rs)
1652{
1653 return packet_support (PACKET_exec_event_feature) == PACKET_ENABLE;
1654}
1655
cbb8991c
DB
1656/* Insert fork catchpoint target routine. If fork events are enabled
1657 then return success, nothing more to do. */
1658
1659static int
1660remote_insert_fork_catchpoint (struct target_ops *ops, int pid)
1661{
1662 struct remote_state *rs = get_remote_state ();
1663
1664 return !remote_fork_event_p (rs);
1665}
1666
1667/* Remove fork catchpoint target routine. Nothing to do, just
1668 return success. */
1669
1670static int
1671remote_remove_fork_catchpoint (struct target_ops *ops, int pid)
1672{
1673 return 0;
1674}
1675
1676/* Insert vfork catchpoint target routine. If vfork events are enabled
1677 then return success, nothing more to do. */
1678
1679static int
1680remote_insert_vfork_catchpoint (struct target_ops *ops, int pid)
1681{
1682 struct remote_state *rs = get_remote_state ();
1683
1684 return !remote_vfork_event_p (rs);
1685}
1686
1687/* Remove vfork catchpoint target routine. Nothing to do, just
1688 return success. */
1689
1690static int
1691remote_remove_vfork_catchpoint (struct target_ops *ops, int pid)
1692{
1693 return 0;
1694}
1695
d46addbb
DB
1696/* Insert exec catchpoint target routine. If exec events are
1697 enabled, just return success. */
1698
1699static int
1700remote_insert_exec_catchpoint (struct target_ops *ops, int pid)
1701{
1702 struct remote_state *rs = get_remote_state ();
1703
1704 return !remote_exec_event_p (rs);
1705}
1706
1707/* Remove exec catchpoint target routine. Nothing to do, just
1708 return success. */
1709
1710static int
1711remote_remove_exec_catchpoint (struct target_ops *ops, int pid)
1712{
1713 return 0;
1714}
1715
74531fed
PA
1716\f
1717/* Asynchronous signal handle registered as event loop source for
1718 when we have pending events ready to be passed to the core. */
1719
1720static struct async_event_handler *remote_async_inferior_event_token;
1721
c906108c
SS
1722\f
1723
79d7f229
PA
1724static ptid_t magic_null_ptid;
1725static ptid_t not_sent_ptid;
1726static ptid_t any_thread_ptid;
1727
0b16c5cf
PA
1728/* Find out if the stub attached to PID (and hence GDB should offer to
1729 detach instead of killing it when bailing out). */
1730
1731static int
1732remote_query_attached (int pid)
1733{
1734 struct remote_state *rs = get_remote_state ();
bba74b36 1735 size_t size = get_remote_packet_size ();
0b16c5cf 1736
4082afcc 1737 if (packet_support (PACKET_qAttached) == PACKET_DISABLE)
0b16c5cf
PA
1738 return 0;
1739
1740 if (remote_multi_process_p (rs))
bba74b36 1741 xsnprintf (rs->buf, size, "qAttached:%x", pid);
0b16c5cf 1742 else
bba74b36 1743 xsnprintf (rs->buf, size, "qAttached");
0b16c5cf
PA
1744
1745 putpkt (rs->buf);
1746 getpkt (&rs->buf, &rs->buf_size, 0);
1747
1748 switch (packet_ok (rs->buf,
1554e9be 1749 &remote_protocol_packets[PACKET_qAttached]))
0b16c5cf
PA
1750 {
1751 case PACKET_OK:
1752 if (strcmp (rs->buf, "1") == 0)
1753 return 1;
1754 break;
1755 case PACKET_ERROR:
1756 warning (_("Remote failure reply: %s"), rs->buf);
1757 break;
1758 case PACKET_UNKNOWN:
1759 break;
1760 }
1761
1762 return 0;
1763}
1764
49c62f2e
PA
1765/* Add PID to GDB's inferior table. If FAKE_PID_P is true, then PID
1766 has been invented by GDB, instead of reported by the target. Since
1767 we can be connected to a remote system before before knowing about
1768 any inferior, mark the target with execution when we find the first
1769 inferior. If ATTACHED is 1, then we had just attached to this
1770 inferior. If it is 0, then we just created this inferior. If it
1771 is -1, then try querying the remote stub to find out if it had
1b6e6f5c
GB
1772 attached to the inferior or not. If TRY_OPEN_EXEC is true then
1773 attempt to open this inferior's executable as the main executable
1774 if no main executable is open already. */
1941c569
PA
1775
1776static struct inferior *
1b6e6f5c
GB
1777remote_add_inferior (int fake_pid_p, int pid, int attached,
1778 int try_open_exec)
1941c569 1779{
1941c569
PA
1780 struct inferior *inf;
1781
0b16c5cf
PA
1782 /* Check whether this process we're learning about is to be
1783 considered attached, or if is to be considered to have been
1784 spawned by the stub. */
1785 if (attached == -1)
1786 attached = remote_query_attached (pid);
1787
f5656ead 1788 if (gdbarch_has_global_solist (target_gdbarch ()))
6c95b8df
PA
1789 {
1790 /* If the target shares code across all inferiors, then every
1791 attach adds a new inferior. */
1792 inf = add_inferior (pid);
1793
1794 /* ... and every inferior is bound to the same program space.
1795 However, each inferior may still have its own address
1796 space. */
1797 inf->aspace = maybe_new_address_space ();
1798 inf->pspace = current_program_space;
1799 }
1800 else
1801 {
1802 /* In the traditional debugging scenario, there's a 1-1 match
1803 between program/address spaces. We simply bind the inferior
1804 to the program space's address space. */
1805 inf = current_inferior ();
1806 inferior_appeared (inf, pid);
1807 }
1941c569 1808
0b16c5cf 1809 inf->attach_flag = attached;
49c62f2e 1810 inf->fake_pid_p = fake_pid_p;
0b16c5cf 1811
1b6e6f5c
GB
1812 /* If no main executable is currently open then attempt to
1813 open the file that was executed to create this inferior. */
835205d0 1814 if (try_open_exec && get_exec_file (0) == NULL)
bb805577 1815 exec_file_locate_attach (pid, 0, 1);
1b6e6f5c 1816
1941c569
PA
1817 return inf;
1818}
1819
7aabaf9d 1820static remote_thread_info *get_remote_thread_info (thread_info *thread);
85ad3aaf 1821
1941c569
PA
1822/* Add thread PTID to GDB's thread list. Tag it as executing/running
1823 according to RUNNING. */
1824
c906108c 1825static void
0d5b594f 1826remote_add_thread (ptid_t ptid, int running, int executing)
c906108c 1827{
b7ea362b 1828 struct remote_state *rs = get_remote_state ();
85ad3aaf 1829 struct thread_info *thread;
b7ea362b
PA
1830
1831 /* GDB historically didn't pull threads in the initial connection
1832 setup. If the remote target doesn't even have a concept of
1833 threads (e.g., a bare-metal target), even if internally we
1834 consider that a single-threaded target, mentioning a new thread
1835 might be confusing to the user. Be silent then, preserving the
1836 age old behavior. */
1837 if (rs->starting_up)
85ad3aaf 1838 thread = add_thread_silent (ptid);
b7ea362b 1839 else
85ad3aaf 1840 thread = add_thread (ptid);
1941c569 1841
7aabaf9d 1842 get_remote_thread_info (thread)->vcont_resumed = executing;
0d5b594f 1843 set_executing (ptid, executing);
1941c569
PA
1844 set_running (ptid, running);
1845}
1846
1847/* Come here when we learn about a thread id from the remote target.
1848 It may be the first time we hear about such thread, so take the
1849 opportunity to add it to GDB's thread list. In case this is the
1850 first time we're noticing its corresponding inferior, add it to
0d5b594f
PA
1851 GDB's inferior list as well. EXECUTING indicates whether the
1852 thread is (internally) executing or stopped. */
1941c569
PA
1853
1854static void
0d5b594f 1855remote_notice_new_inferior (ptid_t currthread, int executing)
1941c569 1856{
0d5b594f
PA
1857 /* In non-stop mode, we assume new found threads are (externally)
1858 running until proven otherwise with a stop reply. In all-stop,
1859 we can only get here if all threads are stopped. */
1860 int running = target_is_non_stop_p () ? 1 : 0;
1861
c906108c
SS
1862 /* If this is a new thread, add it to GDB's thread list.
1863 If we leave it up to WFI to do this, bad things will happen. */
82f73884
PA
1864
1865 if (in_thread_list (currthread) && is_exited (currthread))
1866 {
1867 /* We're seeing an event on a thread id we knew had exited.
1868 This has to be a new thread reusing the old id. Add it. */
0d5b594f 1869 remote_add_thread (currthread, running, executing);
82f73884
PA
1870 return;
1871 }
1872
79d7f229 1873 if (!in_thread_list (currthread))
c0a2216e 1874 {
1941c569 1875 struct inferior *inf = NULL;
bad34192 1876 int pid = ptid_get_pid (currthread);
1941c569 1877
bad34192
PA
1878 if (ptid_is_pid (inferior_ptid)
1879 && pid == ptid_get_pid (inferior_ptid))
c0a2216e
PA
1880 {
1881 /* inferior_ptid has no thread member yet. This can happen
1882 with the vAttach -> remote_wait,"TAAthread:" path if the
1883 stub doesn't support qC. This is the first stop reported
1884 after an attach, so this is the main thread. Update the
1885 ptid in the thread list. */
bad34192
PA
1886 if (in_thread_list (pid_to_ptid (pid)))
1887 thread_change_ptid (inferior_ptid, currthread);
1888 else
1889 {
0d5b594f 1890 remote_add_thread (currthread, running, executing);
bad34192
PA
1891 inferior_ptid = currthread;
1892 }
dc146f7c 1893 return;
c0a2216e 1894 }
82f73884
PA
1895
1896 if (ptid_equal (magic_null_ptid, inferior_ptid))
c0a2216e
PA
1897 {
1898 /* inferior_ptid is not set yet. This can happen with the
1899 vRun -> remote_wait,"TAAthread:" path if the stub
1900 doesn't support qC. This is the first stop reported
1901 after an attach, so this is the main thread. Update the
1902 ptid in the thread list. */
dc146f7c 1903 thread_change_ptid (inferior_ptid, currthread);
82f73884 1904 return;
c0a2216e 1905 }
82f73884 1906
29c87f7f
PA
1907 /* When connecting to a target remote, or to a target
1908 extended-remote which already was debugging an inferior, we
1909 may not know about it yet. Add it before adding its child
1910 thread, so notifications are emitted in a sensible order. */
1911 if (!in_inferior_list (ptid_get_pid (currthread)))
49c62f2e
PA
1912 {
1913 struct remote_state *rs = get_remote_state ();
1914 int fake_pid_p = !remote_multi_process_p (rs);
1915
1916 inf = remote_add_inferior (fake_pid_p,
1b6e6f5c 1917 ptid_get_pid (currthread), -1, 1);
49c62f2e 1918 }
29c87f7f 1919
82f73884 1920 /* This is really a new thread. Add it. */
0d5b594f 1921 remote_add_thread (currthread, running, executing);
1941c569
PA
1922
1923 /* If we found a new inferior, let the common code do whatever
1924 it needs to with it (e.g., read shared libraries, insert
b7ea362b
PA
1925 breakpoints), unless we're just setting up an all-stop
1926 connection. */
1941c569 1927 if (inf != NULL)
b7ea362b
PA
1928 {
1929 struct remote_state *rs = get_remote_state ();
1930
6efcd9a8 1931 if (!rs->starting_up)
0d5b594f 1932 notice_new_inferior (currthread, executing, 0);
b7ea362b 1933 }
c0a2216e 1934 }
c906108c
SS
1935}
1936
85ad3aaf 1937/* Return THREAD's private thread data, creating it if necessary. */
dc146f7c 1938
7aabaf9d
SM
1939static remote_thread_info *
1940get_remote_thread_info (thread_info *thread)
dc146f7c 1941{
85ad3aaf 1942 gdb_assert (thread != NULL);
dc146f7c 1943
85ad3aaf 1944 if (thread->priv == NULL)
7aabaf9d 1945 thread->priv.reset (new remote_thread_info);
dc146f7c 1946
7aabaf9d 1947 return static_cast<remote_thread_info *> (thread->priv.get ());
85ad3aaf
PA
1948}
1949
1950/* Return PTID's private thread data, creating it if necessary. */
1951
7aabaf9d
SM
1952static remote_thread_info *
1953get_remote_thread_info (ptid_t ptid)
85ad3aaf
PA
1954{
1955 struct thread_info *info = find_thread_ptid (ptid);
1956
7aabaf9d 1957 return get_remote_thread_info (info);
dc146f7c
VP
1958}
1959
74531fed
PA
1960/* Call this function as a result of
1961 1) A halt indication (T packet) containing a thread id
1962 2) A direct query of currthread
0df8b418 1963 3) Successful execution of set thread */
74531fed
PA
1964
1965static void
47f8a51d 1966record_currthread (struct remote_state *rs, ptid_t currthread)
74531fed 1967{
47f8a51d 1968 rs->general_thread = currthread;
74531fed
PA
1969}
1970
89be2091
DJ
1971/* If 'QPassSignals' is supported, tell the remote stub what signals
1972 it can simply pass through to the inferior without reporting. */
1973
1974static void
94bedb42
TT
1975remote_pass_signals (struct target_ops *self,
1976 int numsigs, unsigned char *pass_signals)
89be2091 1977{
4082afcc 1978 if (packet_support (PACKET_QPassSignals) != PACKET_DISABLE)
89be2091
DJ
1979 {
1980 char *pass_packet, *p;
89be2091 1981 int count = 0, i;
747dc59d 1982 struct remote_state *rs = get_remote_state ();
89be2091
DJ
1983
1984 gdb_assert (numsigs < 256);
1985 for (i = 0; i < numsigs; i++)
1986 {
2455069d 1987 if (pass_signals[i])
89be2091
DJ
1988 count++;
1989 }
224c3ddb 1990 pass_packet = (char *) xmalloc (count * 3 + strlen ("QPassSignals:") + 1);
89be2091
DJ
1991 strcpy (pass_packet, "QPassSignals:");
1992 p = pass_packet + strlen (pass_packet);
1993 for (i = 0; i < numsigs; i++)
1994 {
2455069d 1995 if (pass_signals[i])
89be2091
DJ
1996 {
1997 if (i >= 16)
1998 *p++ = tohex (i >> 4);
1999 *p++ = tohex (i & 15);
2000 if (count)
2001 *p++ = ';';
2002 else
2003 break;
2004 count--;
2005 }
2006 }
2007 *p = 0;
747dc59d 2008 if (!rs->last_pass_packet || strcmp (rs->last_pass_packet, pass_packet))
89be2091 2009 {
89be2091
DJ
2010 putpkt (pass_packet);
2011 getpkt (&rs->buf, &rs->buf_size, 0);
8dc5b319 2012 packet_ok (rs->buf, &remote_protocol_packets[PACKET_QPassSignals]);
747dc59d
TT
2013 if (rs->last_pass_packet)
2014 xfree (rs->last_pass_packet);
2015 rs->last_pass_packet = pass_packet;
89be2091
DJ
2016 }
2017 else
2018 xfree (pass_packet);
2019 }
2020}
2021
82075af2
JS
2022/* If 'QCatchSyscalls' is supported, tell the remote stub
2023 to report syscalls to GDB. */
2024
2025static int
2026remote_set_syscall_catchpoint (struct target_ops *self,
649a140c
PA
2027 int pid, bool needed, int any_count,
2028 gdb::array_view<const int> syscall_counts)
82075af2 2029{
b80406ac 2030 const char *catch_packet;
82075af2
JS
2031 enum packet_result result;
2032 int n_sysno = 0;
2033
2034 if (packet_support (PACKET_QCatchSyscalls) == PACKET_DISABLE)
2035 {
2036 /* Not supported. */
2037 return 1;
2038 }
2039
649a140c 2040 if (needed && any_count == 0)
82075af2 2041 {
649a140c
PA
2042 /* Count how many syscalls are to be caught. */
2043 for (size_t i = 0; i < syscall_counts.size (); i++)
82075af2 2044 {
649a140c 2045 if (syscall_counts[i] != 0)
82075af2
JS
2046 n_sysno++;
2047 }
2048 }
2049
2050 if (remote_debug)
2051 {
2052 fprintf_unfiltered (gdb_stdlog,
2053 "remote_set_syscall_catchpoint "
2054 "pid %d needed %d any_count %d n_sysno %d\n",
2055 pid, needed, any_count, n_sysno);
2056 }
2057
1b81856f 2058 std::string built_packet;
82075af2
JS
2059 if (needed)
2060 {
2061 /* Prepare a packet with the sysno list, assuming max 8+1
2062 characters for a sysno. If the resulting packet size is too
2063 big, fallback on the non-selective packet. */
2064 const int maxpktsz = strlen ("QCatchSyscalls:1") + n_sysno * 9 + 1;
1b81856f
PA
2065 built_packet.reserve (maxpktsz);
2066 built_packet = "QCatchSyscalls:1";
649a140c 2067 if (any_count == 0)
82075af2 2068 {
649a140c
PA
2069 /* Add in each syscall to be caught. */
2070 for (size_t i = 0; i < syscall_counts.size (); i++)
82075af2 2071 {
649a140c
PA
2072 if (syscall_counts[i] != 0)
2073 string_appendf (built_packet, ";%zx", i);
82075af2
JS
2074 }
2075 }
1b81856f 2076 if (built_packet.size () > get_remote_packet_size ())
82075af2
JS
2077 {
2078 /* catch_packet too big. Fallback to less efficient
2079 non selective mode, with GDB doing the filtering. */
b80406ac 2080 catch_packet = "QCatchSyscalls:1";
82075af2 2081 }
b80406ac 2082 else
1b81856f 2083 catch_packet = built_packet.c_str ();
82075af2
JS
2084 }
2085 else
b80406ac 2086 catch_packet = "QCatchSyscalls:0";
82075af2 2087
b80406ac 2088 struct remote_state *rs = get_remote_state ();
82075af2 2089
b80406ac
TT
2090 putpkt (catch_packet);
2091 getpkt (&rs->buf, &rs->buf_size, 0);
2092 result = packet_ok (rs->buf, &remote_protocol_packets[PACKET_QCatchSyscalls]);
2093 if (result == PACKET_OK)
2094 return 0;
2095 else
2096 return -1;
82075af2
JS
2097}
2098
9b224c5e
PA
2099/* If 'QProgramSignals' is supported, tell the remote stub what
2100 signals it should pass through to the inferior when detaching. */
2101
2102static void
daf5e9b6
TT
2103remote_program_signals (struct target_ops *self,
2104 int numsigs, unsigned char *signals)
9b224c5e 2105{
4082afcc 2106 if (packet_support (PACKET_QProgramSignals) != PACKET_DISABLE)
9b224c5e
PA
2107 {
2108 char *packet, *p;
2109 int count = 0, i;
5e4a05c4 2110 struct remote_state *rs = get_remote_state ();
9b224c5e
PA
2111
2112 gdb_assert (numsigs < 256);
2113 for (i = 0; i < numsigs; i++)
2114 {
2115 if (signals[i])
2116 count++;
2117 }
224c3ddb 2118 packet = (char *) xmalloc (count * 3 + strlen ("QProgramSignals:") + 1);
9b224c5e
PA
2119 strcpy (packet, "QProgramSignals:");
2120 p = packet + strlen (packet);
2121 for (i = 0; i < numsigs; i++)
2122 {
2123 if (signal_pass_state (i))
2124 {
2125 if (i >= 16)
2126 *p++ = tohex (i >> 4);
2127 *p++ = tohex (i & 15);
2128 if (count)
2129 *p++ = ';';
2130 else
2131 break;
2132 count--;
2133 }
2134 }
2135 *p = 0;
5e4a05c4
TT
2136 if (!rs->last_program_signals_packet
2137 || strcmp (rs->last_program_signals_packet, packet) != 0)
9b224c5e 2138 {
9b224c5e
PA
2139 putpkt (packet);
2140 getpkt (&rs->buf, &rs->buf_size, 0);
8dc5b319 2141 packet_ok (rs->buf, &remote_protocol_packets[PACKET_QProgramSignals]);
5e4a05c4
TT
2142 xfree (rs->last_program_signals_packet);
2143 rs->last_program_signals_packet = packet;
9b224c5e
PA
2144 }
2145 else
2146 xfree (packet);
2147 }
2148}
2149
79d7f229
PA
2150/* If PTID is MAGIC_NULL_PTID, don't set any thread. If PTID is
2151 MINUS_ONE_PTID, set the thread to -1, so the stub returns the
2152 thread. If GEN is set, set the general thread, if not, then set
2153 the step/continue thread. */
c906108c 2154static void
d62a8ae2 2155set_thread (ptid_t ptid, int gen)
c906108c 2156{
d01949b6 2157 struct remote_state *rs = get_remote_state ();
47f8a51d 2158 ptid_t state = gen ? rs->general_thread : rs->continue_thread;
6d820c5c 2159 char *buf = rs->buf;
79d7f229 2160 char *endbuf = rs->buf + get_remote_packet_size ();
c906108c 2161
79d7f229 2162 if (ptid_equal (state, ptid))
c906108c
SS
2163 return;
2164
79d7f229
PA
2165 *buf++ = 'H';
2166 *buf++ = gen ? 'g' : 'c';
2167 if (ptid_equal (ptid, magic_null_ptid))
2168 xsnprintf (buf, endbuf - buf, "0");
2169 else if (ptid_equal (ptid, any_thread_ptid))
2170 xsnprintf (buf, endbuf - buf, "0");
2171 else if (ptid_equal (ptid, minus_one_ptid))
2172 xsnprintf (buf, endbuf - buf, "-1");
2173 else
82f73884 2174 write_ptid (buf, endbuf, ptid);
79d7f229 2175 putpkt (rs->buf);
6d820c5c 2176 getpkt (&rs->buf, &rs->buf_size, 0);
c906108c 2177 if (gen)
47f8a51d 2178 rs->general_thread = ptid;
c906108c 2179 else
47f8a51d 2180 rs->continue_thread = ptid;
c906108c 2181}
79d7f229
PA
2182
2183static void
d62a8ae2 2184set_general_thread (ptid_t ptid)
79d7f229
PA
2185{
2186 set_thread (ptid, 1);
2187}
2188
2189static void
d62a8ae2 2190set_continue_thread (ptid_t ptid)
79d7f229
PA
2191{
2192 set_thread (ptid, 0);
2193}
2194
3c9c4b83
PA
2195/* Change the remote current process. Which thread within the process
2196 ends up selected isn't important, as long as it is the same process
2197 as what INFERIOR_PTID points to.
2198
2199 This comes from that fact that there is no explicit notion of
2200 "selected process" in the protocol. The selected process for
2201 general operations is the process the selected general thread
2202 belongs to. */
2203
2204static void
2205set_general_process (void)
2206{
2207 struct remote_state *rs = get_remote_state ();
2208
2209 /* If the remote can't handle multiple processes, don't bother. */
8020350c 2210 if (!remote_multi_process_p (rs))
3c9c4b83
PA
2211 return;
2212
2213 /* We only need to change the remote current thread if it's pointing
2214 at some other process. */
47f8a51d 2215 if (ptid_get_pid (rs->general_thread) != ptid_get_pid (inferior_ptid))
3c9c4b83
PA
2216 set_general_thread (inferior_ptid);
2217}
2218
c906108c 2219\f
7d1a114c
PA
2220/* Return nonzero if this is the main thread that we made up ourselves
2221 to model non-threaded targets as single-threaded. */
c906108c
SS
2222
2223static int
7d1a114c 2224remote_thread_always_alive (struct target_ops *ops, ptid_t ptid)
c906108c 2225{
c0a2216e
PA
2226 if (ptid_equal (ptid, magic_null_ptid))
2227 /* The main thread is always alive. */
2228 return 1;
2229
ba348170 2230 if (ptid_get_pid (ptid) != 0 && ptid_get_lwp (ptid) == 0)
c0a2216e
PA
2231 /* The main thread is always alive. This can happen after a
2232 vAttach, if the remote side doesn't support
2233 multi-threading. */
2234 return 1;
2235
7d1a114c
PA
2236 return 0;
2237}
2238
2239/* Return nonzero if the thread PTID is still alive on the remote
2240 system. */
2241
2242static int
2243remote_thread_alive (struct target_ops *ops, ptid_t ptid)
2244{
2245 struct remote_state *rs = get_remote_state ();
2246 char *p, *endp;
2247
2248 /* Check if this is a thread that we made up ourselves to model
2249 non-threaded targets as single-threaded. */
2250 if (remote_thread_always_alive (ops, ptid))
2251 return 1;
2252
82f73884
PA
2253 p = rs->buf;
2254 endp = rs->buf + get_remote_packet_size ();
2255
2256 *p++ = 'T';
2257 write_ptid (p, endp, ptid);
2258
2e9f7625 2259 putpkt (rs->buf);
6d820c5c 2260 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 2261 return (rs->buf[0] == 'O' && rs->buf[1] == 'K');
c906108c
SS
2262}
2263
79efa585
SM
2264/* Return a pointer to a thread name if we know it and NULL otherwise.
2265 The thread_info object owns the memory for the name. */
2266
2267static const char *
2268remote_thread_name (struct target_ops *ops, struct thread_info *info)
2269{
2270 if (info->priv != NULL)
a9334058
SM
2271 {
2272 const std::string &name = get_remote_thread_info (info)->name;
2273 return !name.empty () ? name.c_str () : NULL;
2274 }
79efa585
SM
2275
2276 return NULL;
2277}
2278
c906108c
SS
2279/* About these extended threadlist and threadinfo packets. They are
2280 variable length packets but, the fields within them are often fixed
2281 length. They are redundent enough to send over UDP as is the
2282 remote protocol in general. There is a matching unit test module
2283 in libstub. */
2284
23860348 2285/* WARNING: This threadref data structure comes from the remote O.S.,
0df8b418 2286 libstub protocol encoding, and remote.c. It is not particularly
23860348 2287 changable. */
cce74817
JM
2288
2289/* Right now, the internal structure is int. We want it to be bigger.
0df8b418 2290 Plan to fix this. */
cce74817 2291
23860348 2292typedef int gdb_threadref; /* Internal GDB thread reference. */
cce74817 2293
9d1f7ab2 2294/* gdb_ext_thread_info is an internal GDB data structure which is
cfde0993 2295 equivalent to the reply of the remote threadinfo packet. */
cce74817
JM
2296
2297struct gdb_ext_thread_info
c5aa993b 2298 {
23860348 2299 threadref threadid; /* External form of thread reference. */
2bc416ba 2300 int active; /* Has state interesting to GDB?
23860348 2301 regs, stack. */
2bc416ba 2302 char display[256]; /* Brief state display, name,
cedea757 2303 blocked/suspended. */
23860348 2304 char shortname[32]; /* To be used to name threads. */
2bc416ba 2305 char more_display[256]; /* Long info, statistics, queue depth,
23860348 2306 whatever. */
c5aa993b 2307 };
cce74817
JM
2308
2309/* The volume of remote transfers can be limited by submitting
2310 a mask containing bits specifying the desired information.
2311 Use a union of these values as the 'selection' parameter to
0df8b418 2312 get_thread_info. FIXME: Make these TAG names more thread specific. */
cce74817
JM
2313
2314#define TAG_THREADID 1
2315#define TAG_EXISTS 2
2316#define TAG_DISPLAY 4
2317#define TAG_THREADNAME 8
c5aa993b 2318#define TAG_MOREDISPLAY 16
cce74817 2319
23860348 2320#define BUF_THREAD_ID_SIZE (OPAQUETHREADBYTES * 2)
c906108c 2321
a14ed312 2322static char *unpack_nibble (char *buf, int *val);
cce74817 2323
a14ed312 2324static char *unpack_byte (char *buf, int *value);
cce74817 2325
a14ed312 2326static char *pack_int (char *buf, int value);
cce74817 2327
a14ed312 2328static char *unpack_int (char *buf, int *value);
cce74817 2329
a14ed312 2330static char *unpack_string (char *src, char *dest, int length);
cce74817 2331
23860348 2332static char *pack_threadid (char *pkt, threadref *id);
cce74817 2333
23860348 2334static char *unpack_threadid (char *inbuf, threadref *id);
cce74817 2335
23860348 2336void int_to_threadref (threadref *id, int value);
cce74817 2337
23860348 2338static int threadref_to_int (threadref *ref);
cce74817 2339
23860348 2340static void copy_threadref (threadref *dest, threadref *src);
cce74817 2341
23860348 2342static int threadmatch (threadref *dest, threadref *src);
cce74817 2343
2bc416ba 2344static char *pack_threadinfo_request (char *pkt, int mode,
23860348 2345 threadref *id);
cce74817 2346
a14ed312 2347static int remote_unpack_thread_info_response (char *pkt,
23860348 2348 threadref *expectedref,
a14ed312
KB
2349 struct gdb_ext_thread_info
2350 *info);
cce74817
JM
2351
2352
2bc416ba 2353static int remote_get_threadinfo (threadref *threadid,
23860348 2354 int fieldset, /*TAG mask */
a14ed312 2355 struct gdb_ext_thread_info *info);
cce74817 2356
a14ed312
KB
2357static char *pack_threadlist_request (char *pkt, int startflag,
2358 int threadcount,
23860348 2359 threadref *nextthread);
cce74817 2360
a14ed312
KB
2361static int parse_threadlist_response (char *pkt,
2362 int result_limit,
23860348 2363 threadref *original_echo,
2bc416ba 2364 threadref *resultlist,
23860348 2365 int *doneflag);
cce74817 2366
a14ed312 2367static int remote_get_threadlist (int startflag,
23860348 2368 threadref *nextthread,
a14ed312
KB
2369 int result_limit,
2370 int *done,
2bc416ba 2371 int *result_count,
23860348 2372 threadref *threadlist);
cce74817 2373
23860348 2374typedef int (*rmt_thread_action) (threadref *ref, void *context);
cce74817 2375
a14ed312
KB
2376static int remote_threadlist_iterator (rmt_thread_action stepfunction,
2377 void *context, int looplimit);
cce74817 2378
23860348 2379static int remote_newthread_step (threadref *ref, void *context);
cce74817 2380
82f73884
PA
2381
2382/* Write a PTID to BUF. ENDBUF points to one-passed-the-end of the
2383 buffer we're allowed to write to. Returns
2384 BUF+CHARACTERS_WRITTEN. */
2385
2386static char *
2387write_ptid (char *buf, const char *endbuf, ptid_t ptid)
2388{
2389 int pid, tid;
2390 struct remote_state *rs = get_remote_state ();
2391
2392 if (remote_multi_process_p (rs))
2393 {
2394 pid = ptid_get_pid (ptid);
2395 if (pid < 0)
2396 buf += xsnprintf (buf, endbuf - buf, "p-%x.", -pid);
2397 else
2398 buf += xsnprintf (buf, endbuf - buf, "p%x.", pid);
2399 }
ba348170 2400 tid = ptid_get_lwp (ptid);
82f73884
PA
2401 if (tid < 0)
2402 buf += xsnprintf (buf, endbuf - buf, "-%x", -tid);
2403 else
2404 buf += xsnprintf (buf, endbuf - buf, "%x", tid);
2405
2406 return buf;
2407}
2408
256642e8
PA
2409/* Extract a PTID from BUF. If non-null, OBUF is set to one past the
2410 last parsed char. Returns null_ptid if no thread id is found, and
2411 throws an error if the thread id has an invalid format. */
82f73884
PA
2412
2413static ptid_t
256642e8 2414read_ptid (const char *buf, const char **obuf)
82f73884 2415{
256642e8
PA
2416 const char *p = buf;
2417 const char *pp;
82f73884 2418 ULONGEST pid = 0, tid = 0;
82f73884
PA
2419
2420 if (*p == 'p')
2421 {
2422 /* Multi-process ptid. */
2423 pp = unpack_varlen_hex (p + 1, &pid);
2424 if (*pp != '.')
b37520b6 2425 error (_("invalid remote ptid: %s"), p);
82f73884
PA
2426
2427 p = pp;
2428 pp = unpack_varlen_hex (p + 1, &tid);
2429 if (obuf)
2430 *obuf = pp;
ba348170 2431 return ptid_build (pid, tid, 0);
82f73884
PA
2432 }
2433
2434 /* No multi-process. Just a tid. */
2435 pp = unpack_varlen_hex (p, &tid);
2436
c9f35b34
KB
2437 /* Return null_ptid when no thread id is found. */
2438 if (p == pp)
2439 {
2440 if (obuf)
2441 *obuf = pp;
2442 return null_ptid;
2443 }
2444
82f73884 2445 /* Since the stub is not sending a process id, then default to
ca19bf23
PA
2446 what's in inferior_ptid, unless it's null at this point. If so,
2447 then since there's no way to know the pid of the reported
2448 threads, use the magic number. */
2449 if (ptid_equal (inferior_ptid, null_ptid))
2450 pid = ptid_get_pid (magic_null_ptid);
2451 else
2452 pid = ptid_get_pid (inferior_ptid);
82f73884
PA
2453
2454 if (obuf)
2455 *obuf = pp;
ba348170 2456 return ptid_build (pid, tid, 0);
82f73884
PA
2457}
2458
c906108c 2459static int
fba45db2 2460stubhex (int ch)
c906108c
SS
2461{
2462 if (ch >= 'a' && ch <= 'f')
2463 return ch - 'a' + 10;
2464 if (ch >= '0' && ch <= '9')
2465 return ch - '0';
2466 if (ch >= 'A' && ch <= 'F')
2467 return ch - 'A' + 10;
2468 return -1;
2469}
2470
2471static int
fba45db2 2472stub_unpack_int (char *buff, int fieldlength)
c906108c
SS
2473{
2474 int nibble;
2475 int retval = 0;
2476
2477 while (fieldlength)
2478 {
2479 nibble = stubhex (*buff++);
2480 retval |= nibble;
2481 fieldlength--;
2482 if (fieldlength)
2483 retval = retval << 4;
2484 }
2485 return retval;
2486}
2487
c906108c 2488static char *
fba45db2 2489unpack_nibble (char *buf, int *val)
c906108c 2490{
b7589f7d 2491 *val = fromhex (*buf++);
c906108c
SS
2492 return buf;
2493}
2494
c906108c 2495static char *
fba45db2 2496unpack_byte (char *buf, int *value)
c906108c
SS
2497{
2498 *value = stub_unpack_int (buf, 2);
2499 return buf + 2;
2500}
2501
2502static char *
fba45db2 2503pack_int (char *buf, int value)
c906108c
SS
2504{
2505 buf = pack_hex_byte (buf, (value >> 24) & 0xff);
2506 buf = pack_hex_byte (buf, (value >> 16) & 0xff);
2507 buf = pack_hex_byte (buf, (value >> 8) & 0x0ff);
2508 buf = pack_hex_byte (buf, (value & 0xff));
2509 return buf;
2510}
2511
2512static char *
fba45db2 2513unpack_int (char *buf, int *value)
c906108c
SS
2514{
2515 *value = stub_unpack_int (buf, 8);
2516 return buf + 8;
2517}
2518
23860348 2519#if 0 /* Currently unused, uncomment when needed. */
a14ed312 2520static char *pack_string (char *pkt, char *string);
c906108c
SS
2521
2522static char *
fba45db2 2523pack_string (char *pkt, char *string)
c906108c
SS
2524{
2525 char ch;
2526 int len;
2527
2528 len = strlen (string);
2529 if (len > 200)
23860348 2530 len = 200; /* Bigger than most GDB packets, junk??? */
c906108c
SS
2531 pkt = pack_hex_byte (pkt, len);
2532 while (len-- > 0)
2533 {
2534 ch = *string++;
2535 if ((ch == '\0') || (ch == '#'))
23860348 2536 ch = '*'; /* Protect encapsulation. */
c906108c
SS
2537 *pkt++ = ch;
2538 }
2539 return pkt;
2540}
2541#endif /* 0 (unused) */
2542
2543static char *
fba45db2 2544unpack_string (char *src, char *dest, int length)
c906108c
SS
2545{
2546 while (length--)
2547 *dest++ = *src++;
2548 *dest = '\0';
2549 return src;
2550}
2551
2552static char *
fba45db2 2553pack_threadid (char *pkt, threadref *id)
c906108c
SS
2554{
2555 char *limit;
2556 unsigned char *altid;
2557
2558 altid = (unsigned char *) id;
2559 limit = pkt + BUF_THREAD_ID_SIZE;
2560 while (pkt < limit)
2561 pkt = pack_hex_byte (pkt, *altid++);
2562 return pkt;
2563}
2564
2565
2566static char *
fba45db2 2567unpack_threadid (char *inbuf, threadref *id)
c906108c
SS
2568{
2569 char *altref;
2570 char *limit = inbuf + BUF_THREAD_ID_SIZE;
2571 int x, y;
2572
2573 altref = (char *) id;
2574
2575 while (inbuf < limit)
2576 {
2577 x = stubhex (*inbuf++);
2578 y = stubhex (*inbuf++);
2579 *altref++ = (x << 4) | y;
2580 }
2581 return inbuf;
2582}
2583
2584/* Externally, threadrefs are 64 bits but internally, they are still
0df8b418 2585 ints. This is due to a mismatch of specifications. We would like
c906108c
SS
2586 to use 64bit thread references internally. This is an adapter
2587 function. */
2588
2589void
fba45db2 2590int_to_threadref (threadref *id, int value)
c906108c
SS
2591{
2592 unsigned char *scan;
2593
2594 scan = (unsigned char *) id;
2595 {
2596 int i = 4;
2597 while (i--)
2598 *scan++ = 0;
2599 }
2600 *scan++ = (value >> 24) & 0xff;
2601 *scan++ = (value >> 16) & 0xff;
2602 *scan++ = (value >> 8) & 0xff;
2603 *scan++ = (value & 0xff);
2604}
2605
2606static int
fba45db2 2607threadref_to_int (threadref *ref)
c906108c
SS
2608{
2609 int i, value = 0;
2610 unsigned char *scan;
2611
cfd77fa1 2612 scan = *ref;
c906108c
SS
2613 scan += 4;
2614 i = 4;
2615 while (i-- > 0)
2616 value = (value << 8) | ((*scan++) & 0xff);
2617 return value;
2618}
2619
2620static void
fba45db2 2621copy_threadref (threadref *dest, threadref *src)
c906108c
SS
2622{
2623 int i;
2624 unsigned char *csrc, *cdest;
2625
2626 csrc = (unsigned char *) src;
2627 cdest = (unsigned char *) dest;
2628 i = 8;
2629 while (i--)
2630 *cdest++ = *csrc++;
2631}
2632
2633static int
fba45db2 2634threadmatch (threadref *dest, threadref *src)
c906108c 2635{
23860348 2636 /* Things are broken right now, so just assume we got a match. */
c906108c
SS
2637#if 0
2638 unsigned char *srcp, *destp;
2639 int i, result;
2640 srcp = (char *) src;
2641 destp = (char *) dest;
2642
2643 result = 1;
2644 while (i-- > 0)
2645 result &= (*srcp++ == *destp++) ? 1 : 0;
2646 return result;
2647#endif
2648 return 1;
2649}
2650
2651/*
c5aa993b
JM
2652 threadid:1, # always request threadid
2653 context_exists:2,
2654 display:4,
2655 unique_name:8,
2656 more_display:16
2657 */
c906108c
SS
2658
2659/* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
2660
2661static char *
fba45db2 2662pack_threadinfo_request (char *pkt, int mode, threadref *id)
c906108c 2663{
23860348
MS
2664 *pkt++ = 'q'; /* Info Query */
2665 *pkt++ = 'P'; /* process or thread info */
2666 pkt = pack_int (pkt, mode); /* mode */
c906108c 2667 pkt = pack_threadid (pkt, id); /* threadid */
23860348 2668 *pkt = '\0'; /* terminate */
c906108c
SS
2669 return pkt;
2670}
2671
23860348 2672/* These values tag the fields in a thread info response packet. */
c906108c 2673/* Tagging the fields allows us to request specific fields and to
23860348 2674 add more fields as time goes by. */
c906108c 2675
23860348 2676#define TAG_THREADID 1 /* Echo the thread identifier. */
c5aa993b 2677#define TAG_EXISTS 2 /* Is this process defined enough to
23860348 2678 fetch registers and its stack? */
c5aa993b 2679#define TAG_DISPLAY 4 /* A short thing maybe to put on a window */
23860348 2680#define TAG_THREADNAME 8 /* string, maps 1-to-1 with a thread is. */
802188a7 2681#define TAG_MOREDISPLAY 16 /* Whatever the kernel wants to say about
23860348 2682 the process. */
c906108c
SS
2683
2684static int
fba45db2
KB
2685remote_unpack_thread_info_response (char *pkt, threadref *expectedref,
2686 struct gdb_ext_thread_info *info)
c906108c 2687{
d01949b6 2688 struct remote_state *rs = get_remote_state ();
c906108c 2689 int mask, length;
cfd77fa1 2690 int tag;
c906108c 2691 threadref ref;
6d820c5c 2692 char *limit = pkt + rs->buf_size; /* Plausible parsing limit. */
c906108c
SS
2693 int retval = 1;
2694
23860348 2695 /* info->threadid = 0; FIXME: implement zero_threadref. */
c906108c
SS
2696 info->active = 0;
2697 info->display[0] = '\0';
2698 info->shortname[0] = '\0';
2699 info->more_display[0] = '\0';
2700
23860348
MS
2701 /* Assume the characters indicating the packet type have been
2702 stripped. */
c906108c
SS
2703 pkt = unpack_int (pkt, &mask); /* arg mask */
2704 pkt = unpack_threadid (pkt, &ref);
2705
2706 if (mask == 0)
8a3fe4f8 2707 warning (_("Incomplete response to threadinfo request."));
c906108c 2708 if (!threadmatch (&ref, expectedref))
23860348 2709 { /* This is an answer to a different request. */
8a3fe4f8 2710 warning (_("ERROR RMT Thread info mismatch."));
c906108c
SS
2711 return 0;
2712 }
2713 copy_threadref (&info->threadid, &ref);
2714
23860348 2715 /* Loop on tagged fields , try to bail if somthing goes wrong. */
c906108c 2716
23860348
MS
2717 /* Packets are terminated with nulls. */
2718 while ((pkt < limit) && mask && *pkt)
c906108c
SS
2719 {
2720 pkt = unpack_int (pkt, &tag); /* tag */
23860348
MS
2721 pkt = unpack_byte (pkt, &length); /* length */
2722 if (!(tag & mask)) /* Tags out of synch with mask. */
c906108c 2723 {
8a3fe4f8 2724 warning (_("ERROR RMT: threadinfo tag mismatch."));
c906108c
SS
2725 retval = 0;
2726 break;
2727 }
2728 if (tag == TAG_THREADID)
2729 {
2730 if (length != 16)
2731 {
8a3fe4f8 2732 warning (_("ERROR RMT: length of threadid is not 16."));
c906108c
SS
2733 retval = 0;
2734 break;
2735 }
2736 pkt = unpack_threadid (pkt, &ref);
2737 mask = mask & ~TAG_THREADID;
2738 continue;
2739 }
2740 if (tag == TAG_EXISTS)
2741 {
2742 info->active = stub_unpack_int (pkt, length);
2743 pkt += length;
2744 mask = mask & ~(TAG_EXISTS);
2745 if (length > 8)
2746 {
8a3fe4f8 2747 warning (_("ERROR RMT: 'exists' length too long."));
c906108c
SS
2748 retval = 0;
2749 break;
2750 }
2751 continue;
2752 }
2753 if (tag == TAG_THREADNAME)
2754 {
2755 pkt = unpack_string (pkt, &info->shortname[0], length);
2756 mask = mask & ~TAG_THREADNAME;
2757 continue;
2758 }
2759 if (tag == TAG_DISPLAY)
2760 {
2761 pkt = unpack_string (pkt, &info->display[0], length);
2762 mask = mask & ~TAG_DISPLAY;
2763 continue;
2764 }
2765 if (tag == TAG_MOREDISPLAY)
2766 {
2767 pkt = unpack_string (pkt, &info->more_display[0], length);
2768 mask = mask & ~TAG_MOREDISPLAY;
2769 continue;
2770 }
8a3fe4f8 2771 warning (_("ERROR RMT: unknown thread info tag."));
23860348 2772 break; /* Not a tag we know about. */
c906108c
SS
2773 }
2774 return retval;
2775}
2776
2777static int
fba45db2
KB
2778remote_get_threadinfo (threadref *threadid, int fieldset, /* TAG mask */
2779 struct gdb_ext_thread_info *info)
c906108c 2780{
d01949b6 2781 struct remote_state *rs = get_remote_state ();
c906108c 2782 int result;
c906108c 2783
2e9f7625
DJ
2784 pack_threadinfo_request (rs->buf, fieldset, threadid);
2785 putpkt (rs->buf);
6d820c5c 2786 getpkt (&rs->buf, &rs->buf_size, 0);
3084dd77
PA
2787
2788 if (rs->buf[0] == '\0')
2789 return 0;
2790
2e9f7625 2791 result = remote_unpack_thread_info_response (rs->buf + 2,
23860348 2792 threadid, info);
c906108c
SS
2793 return result;
2794}
2795
c906108c
SS
2796/* Format: i'Q':8,i"L":8,initflag:8,batchsize:16,lastthreadid:32 */
2797
2798static char *
fba45db2
KB
2799pack_threadlist_request (char *pkt, int startflag, int threadcount,
2800 threadref *nextthread)
c906108c
SS
2801{
2802 *pkt++ = 'q'; /* info query packet */
2803 *pkt++ = 'L'; /* Process LIST or threadLIST request */
23860348 2804 pkt = pack_nibble (pkt, startflag); /* initflag 1 bytes */
c906108c
SS
2805 pkt = pack_hex_byte (pkt, threadcount); /* threadcount 2 bytes */
2806 pkt = pack_threadid (pkt, nextthread); /* 64 bit thread identifier */
2807 *pkt = '\0';
2808 return pkt;
2809}
2810
2811/* Encoding: 'q':8,'M':8,count:16,done:8,argthreadid:64,(threadid:64)* */
2812
2813static int
fba45db2
KB
2814parse_threadlist_response (char *pkt, int result_limit,
2815 threadref *original_echo, threadref *resultlist,
2816 int *doneflag)
c906108c 2817{
d01949b6 2818 struct remote_state *rs = get_remote_state ();
c906108c
SS
2819 char *limit;
2820 int count, resultcount, done;
2821
2822 resultcount = 0;
2823 /* Assume the 'q' and 'M chars have been stripped. */
6d820c5c 2824 limit = pkt + (rs->buf_size - BUF_THREAD_ID_SIZE);
23860348 2825 /* done parse past here */
c906108c
SS
2826 pkt = unpack_byte (pkt, &count); /* count field */
2827 pkt = unpack_nibble (pkt, &done);
2828 /* The first threadid is the argument threadid. */
2829 pkt = unpack_threadid (pkt, original_echo); /* should match query packet */
2830 while ((count-- > 0) && (pkt < limit))
2831 {
2832 pkt = unpack_threadid (pkt, resultlist++);
2833 if (resultcount++ >= result_limit)
2834 break;
2835 }
2836 if (doneflag)
2837 *doneflag = done;
2838 return resultcount;
2839}
2840
6dc54d91
PA
2841/* Fetch the next batch of threads from the remote. Returns -1 if the
2842 qL packet is not supported, 0 on error and 1 on success. */
2843
c906108c 2844static int
fba45db2
KB
2845remote_get_threadlist (int startflag, threadref *nextthread, int result_limit,
2846 int *done, int *result_count, threadref *threadlist)
c906108c 2847{
d01949b6 2848 struct remote_state *rs = get_remote_state ();
c906108c
SS
2849 int result = 1;
2850
23860348 2851 /* Trancate result limit to be smaller than the packet size. */
3e43a32a
MS
2852 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10)
2853 >= get_remote_packet_size ())
ea9c271d 2854 result_limit = (get_remote_packet_size () / BUF_THREAD_ID_SIZE) - 2;
c906108c 2855
6d820c5c
DJ
2856 pack_threadlist_request (rs->buf, startflag, result_limit, nextthread);
2857 putpkt (rs->buf);
2858 getpkt (&rs->buf, &rs->buf_size, 0);
d8f2712d 2859 if (*rs->buf == '\0')
6dc54d91
PA
2860 {
2861 /* Packet not supported. */
2862 return -1;
2863 }
2864
2865 *result_count =
2866 parse_threadlist_response (rs->buf + 2, result_limit,
2867 &rs->echo_nextthread, threadlist, done);
c906108c 2868
0d031856 2869 if (!threadmatch (&rs->echo_nextthread, nextthread))
c906108c 2870 {
23860348
MS
2871 /* FIXME: This is a good reason to drop the packet. */
2872 /* Possably, there is a duplicate response. */
c906108c
SS
2873 /* Possabilities :
2874 retransmit immediatly - race conditions
2875 retransmit after timeout - yes
2876 exit
2877 wait for packet, then exit
2878 */
8a3fe4f8 2879 warning (_("HMM: threadlist did not echo arg thread, dropping it."));
23860348 2880 return 0; /* I choose simply exiting. */
c906108c
SS
2881 }
2882 if (*result_count <= 0)
2883 {
2884 if (*done != 1)
2885 {
8a3fe4f8 2886 warning (_("RMT ERROR : failed to get remote thread list."));
c906108c
SS
2887 result = 0;
2888 }
2889 return result; /* break; */
2890 }
2891 if (*result_count > result_limit)
2892 {
2893 *result_count = 0;
8a3fe4f8 2894 warning (_("RMT ERROR: threadlist response longer than requested."));
c906108c
SS
2895 return 0;
2896 }
2897 return result;
2898}
2899
6dc54d91
PA
2900/* Fetch the list of remote threads, with the qL packet, and call
2901 STEPFUNCTION for each thread found. Stops iterating and returns 1
2902 if STEPFUNCTION returns true. Stops iterating and returns 0 if the
2903 STEPFUNCTION returns false. If the packet is not supported,
2904 returns -1. */
c906108c 2905
c906108c 2906static int
fba45db2
KB
2907remote_threadlist_iterator (rmt_thread_action stepfunction, void *context,
2908 int looplimit)
c906108c 2909{
0d031856 2910 struct remote_state *rs = get_remote_state ();
c906108c
SS
2911 int done, i, result_count;
2912 int startflag = 1;
2913 int result = 1;
2914 int loopcount = 0;
c906108c
SS
2915
2916 done = 0;
2917 while (!done)
2918 {
2919 if (loopcount++ > looplimit)
2920 {
2921 result = 0;
8a3fe4f8 2922 warning (_("Remote fetch threadlist -infinite loop-."));
c906108c
SS
2923 break;
2924 }
6dc54d91
PA
2925 result = remote_get_threadlist (startflag, &rs->nextthread,
2926 MAXTHREADLISTRESULTS,
2927 &done, &result_count,
2928 rs->resultthreadlist);
2929 if (result <= 0)
2930 break;
23860348 2931 /* Clear for later iterations. */
c906108c
SS
2932 startflag = 0;
2933 /* Setup to resume next batch of thread references, set nextthread. */
2934 if (result_count >= 1)
0d031856
TT
2935 copy_threadref (&rs->nextthread,
2936 &rs->resultthreadlist[result_count - 1]);
c906108c
SS
2937 i = 0;
2938 while (result_count--)
6dc54d91
PA
2939 {
2940 if (!(*stepfunction) (&rs->resultthreadlist[i++], context))
2941 {
2942 result = 0;
2943 break;
2944 }
2945 }
c906108c
SS
2946 }
2947 return result;
2948}
2949
6dc54d91
PA
2950/* A thread found on the remote target. */
2951
21fe1c75 2952struct thread_item
6dc54d91 2953{
21fe1c75
SM
2954 explicit thread_item (ptid_t ptid_)
2955 : ptid (ptid_)
2956 {}
2957
2958 thread_item (thread_item &&other) = default;
2959 thread_item &operator= (thread_item &&other) = default;
2960
2961 DISABLE_COPY_AND_ASSIGN (thread_item);
2962
6dc54d91
PA
2963 /* The thread's PTID. */
2964 ptid_t ptid;
2965
21fe1c75
SM
2966 /* The thread's extra info. */
2967 std::string extra;
6dc54d91 2968
21fe1c75
SM
2969 /* The thread's name. */
2970 std::string name;
79efa585 2971
6dc54d91 2972 /* The core the thread was running on. -1 if not known. */
21fe1c75 2973 int core = -1;
f6327dcb
KB
2974
2975 /* The thread handle associated with the thread. */
21fe1c75 2976 gdb::byte_vector thread_handle;
21fe1c75 2977};
6dc54d91
PA
2978
2979/* Context passed around to the various methods listing remote
2980 threads. As new threads are found, they're added to the ITEMS
2981 vector. */
2982
2983struct threads_listing_context
2984{
21fe1c75
SM
2985 /* Return true if this object contains an entry for a thread with ptid
2986 PTID. */
6dc54d91 2987
21fe1c75
SM
2988 bool contains_thread (ptid_t ptid) const
2989 {
2990 auto match_ptid = [&] (const thread_item &item)
2991 {
2992 return item.ptid == ptid;
2993 };
80134cf5 2994
21fe1c75
SM
2995 auto it = std::find_if (this->items.begin (),
2996 this->items.end (),
2997 match_ptid);
80134cf5 2998
21fe1c75
SM
2999 return it != this->items.end ();
3000 }
80134cf5 3001
21fe1c75 3002 /* Remove the thread with ptid PTID. */
80134cf5 3003
21fe1c75
SM
3004 void remove_thread (ptid_t ptid)
3005 {
3006 auto match_ptid = [&] (const thread_item &item)
3007 {
3008 return item.ptid == ptid;
3009 };
cbb8991c 3010
21fe1c75
SM
3011 auto it = std::remove_if (this->items.begin (),
3012 this->items.end (),
3013 match_ptid);
cbb8991c 3014
21fe1c75
SM
3015 if (it != this->items.end ())
3016 this->items.erase (it);
3017 }
3018
3019 /* The threads found on the remote target. */
3020 std::vector<thread_item> items;
3021};
cbb8991c 3022
c906108c 3023static int
6dc54d91 3024remote_newthread_step (threadref *ref, void *data)
c906108c 3025{
19ba03f4
SM
3026 struct threads_listing_context *context
3027 = (struct threads_listing_context *) data;
21fe1c75
SM
3028 int pid = inferior_ptid.pid ();
3029 int lwp = threadref_to_int (ref);
3030 ptid_t ptid (pid, lwp);
6dc54d91 3031
21fe1c75 3032 context->items.emplace_back (ptid);
6dc54d91 3033
c906108c
SS
3034 return 1; /* continue iterator */
3035}
3036
3037#define CRAZY_MAX_THREADS 1000
3038
39f77062
KB
3039static ptid_t
3040remote_current_thread (ptid_t oldpid)
c906108c 3041{
d01949b6 3042 struct remote_state *rs = get_remote_state ();
c906108c
SS
3043
3044 putpkt ("qC");
6d820c5c 3045 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 3046 if (rs->buf[0] == 'Q' && rs->buf[1] == 'C')
c9f35b34 3047 {
256642e8 3048 const char *obuf;
c9f35b34
KB
3049 ptid_t result;
3050
3051 result = read_ptid (&rs->buf[2], &obuf);
3052 if (*obuf != '\0' && remote_debug)
3053 fprintf_unfiltered (gdb_stdlog,
3054 "warning: garbage in qC reply\n");
3055
3056 return result;
3057 }
c906108c
SS
3058 else
3059 return oldpid;
3060}
3061
6dc54d91 3062/* List remote threads using the deprecated qL packet. */
cce74817 3063
6dc54d91
PA
3064static int
3065remote_get_threads_with_ql (struct target_ops *ops,
3066 struct threads_listing_context *context)
c906108c 3067{
6dc54d91
PA
3068 if (remote_threadlist_iterator (remote_newthread_step, context,
3069 CRAZY_MAX_THREADS) >= 0)
3070 return 1;
3071
3072 return 0;
c906108c
SS
3073}
3074
dc146f7c
VP
3075#if defined(HAVE_LIBEXPAT)
3076
dc146f7c
VP
3077static void
3078start_thread (struct gdb_xml_parser *parser,
3079 const struct gdb_xml_element *element,
4d0fdd9b
SM
3080 void *user_data,
3081 std::vector<gdb_xml_value> &attributes)
dc146f7c 3082{
19ba03f4
SM
3083 struct threads_listing_context *data
3084 = (struct threads_listing_context *) user_data;
3d2c1d41 3085 struct gdb_xml_value *attr;
dc146f7c 3086
4d0fdd9b 3087 char *id = (char *) xml_find_attribute (attributes, "id")->value.get ();
21fe1c75
SM
3088 ptid_t ptid = read_ptid (id, NULL);
3089
3090 data->items.emplace_back (ptid);
3091 thread_item &item = data->items.back ();
dc146f7c 3092
3d2c1d41
PA
3093 attr = xml_find_attribute (attributes, "core");
3094 if (attr != NULL)
4d0fdd9b 3095 item.core = *(ULONGEST *) attr->value.get ();
dc146f7c 3096
79efa585 3097 attr = xml_find_attribute (attributes, "name");
21fe1c75 3098 if (attr != NULL)
4d0fdd9b 3099 item.name = (const char *) attr->value.get ();
79efa585 3100
f6327dcb
KB
3101 attr = xml_find_attribute (attributes, "handle");
3102 if (attr != NULL)
4d0fdd9b 3103 item.thread_handle = hex2bin ((const char *) attr->value.get ());
dc146f7c
VP
3104}
3105
3106static void
3107end_thread (struct gdb_xml_parser *parser,
3108 const struct gdb_xml_element *element,
3109 void *user_data, const char *body_text)
3110{
19ba03f4
SM
3111 struct threads_listing_context *data
3112 = (struct threads_listing_context *) user_data;
dc146f7c 3113
21fe1c75
SM
3114 if (body_text != NULL && *body_text != '\0')
3115 data->items.back ().extra = body_text;
dc146f7c
VP
3116}
3117
3118const struct gdb_xml_attribute thread_attributes[] = {
3119 { "id", GDB_XML_AF_NONE, NULL, NULL },
3120 { "core", GDB_XML_AF_OPTIONAL, gdb_xml_parse_attr_ulongest, NULL },
79efa585 3121 { "name", GDB_XML_AF_OPTIONAL, NULL, NULL },
f6327dcb 3122 { "handle", GDB_XML_AF_OPTIONAL, NULL, NULL },
dc146f7c
VP
3123 { NULL, GDB_XML_AF_NONE, NULL, NULL }
3124};
3125
3126const struct gdb_xml_element thread_children[] = {
3127 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3128};
3129
3130const struct gdb_xml_element threads_children[] = {
3131 { "thread", thread_attributes, thread_children,
3132 GDB_XML_EF_REPEATABLE | GDB_XML_EF_OPTIONAL,
3133 start_thread, end_thread },
3134 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3135};
3136
3137const struct gdb_xml_element threads_elements[] = {
3138 { "threads", NULL, threads_children,
3139 GDB_XML_EF_NONE, NULL, NULL },
3140 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3141};
3142
3143#endif
3144
6dc54d91 3145/* List remote threads using qXfer:threads:read. */
9d1f7ab2 3146
6dc54d91
PA
3147static int
3148remote_get_threads_with_qxfer (struct target_ops *ops,
3149 struct threads_listing_context *context)
0f71a2f6 3150{
dc146f7c 3151#if defined(HAVE_LIBEXPAT)
4082afcc 3152 if (packet_support (PACKET_qXfer_threads) == PACKET_ENABLE)
dc146f7c 3153 {
b7b030ad
TT
3154 gdb::unique_xmalloc_ptr<char> xml
3155 = target_read_stralloc (ops, TARGET_OBJECT_THREADS, NULL);
efc0eabd 3156
6dc54d91 3157 if (xml != NULL && *xml != '\0')
dc146f7c 3158 {
6dc54d91 3159 gdb_xml_parse_quick (_("threads"), "threads.dtd",
b7b030ad 3160 threads_elements, xml.get (), context);
dc146f7c
VP
3161 }
3162
6dc54d91 3163 return 1;
dc146f7c
VP
3164 }
3165#endif
3166
6dc54d91
PA
3167 return 0;
3168}
3169
3170/* List remote threads using qfThreadInfo/qsThreadInfo. */
3171
3172static int
3173remote_get_threads_with_qthreadinfo (struct target_ops *ops,
3174 struct threads_listing_context *context)
3175{
3176 struct remote_state *rs = get_remote_state ();
3177
b80fafe3 3178 if (rs->use_threadinfo_query)
9d1f7ab2 3179 {
256642e8 3180 const char *bufp;
6dc54d91 3181
9d1f7ab2 3182 putpkt ("qfThreadInfo");
6d820c5c 3183 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 3184 bufp = rs->buf;
9d1f7ab2 3185 if (bufp[0] != '\0') /* q packet recognized */
802188a7 3186 {
9d1f7ab2
MS
3187 while (*bufp++ == 'm') /* reply contains one or more TID */
3188 {
3189 do
3190 {
21fe1c75
SM
3191 ptid_t ptid = read_ptid (bufp, &bufp);
3192 context->items.emplace_back (ptid);
9d1f7ab2
MS
3193 }
3194 while (*bufp++ == ','); /* comma-separated list */
3195 putpkt ("qsThreadInfo");
6d820c5c 3196 getpkt (&rs->buf, &rs->buf_size, 0);
6dc54d91 3197 bufp = rs->buf;
9d1f7ab2 3198 }
6dc54d91
PA
3199 return 1;
3200 }
3201 else
3202 {
3203 /* Packet not recognized. */
3204 rs->use_threadinfo_query = 0;
9d1f7ab2
MS
3205 }
3206 }
3207
6dc54d91
PA
3208 return 0;
3209}
3210
e8032dde 3211/* Implement the to_update_thread_list function for the remote
6dc54d91
PA
3212 targets. */
3213
3214static void
e8032dde 3215remote_update_thread_list (struct target_ops *ops)
6dc54d91 3216{
6dc54d91 3217 struct threads_listing_context context;
ab970af1 3218 int got_list = 0;
e8032dde 3219
6dc54d91
PA
3220 /* We have a few different mechanisms to fetch the thread list. Try
3221 them all, starting with the most preferred one first, falling
3222 back to older methods. */
3223 if (remote_get_threads_with_qxfer (ops, &context)
3224 || remote_get_threads_with_qthreadinfo (ops, &context)
3225 || remote_get_threads_with_ql (ops, &context))
3226 {
ab970af1
PA
3227 struct thread_info *tp, *tmp;
3228
3229 got_list = 1;
3230
21fe1c75 3231 if (context.items.empty ()
7d1a114c
PA
3232 && remote_thread_always_alive (ops, inferior_ptid))
3233 {
3234 /* Some targets don't really support threads, but still
3235 reply an (empty) thread list in response to the thread
3236 listing packets, instead of replying "packet not
3237 supported". Exit early so we don't delete the main
3238 thread. */
7d1a114c
PA
3239 return;
3240 }
3241
ab970af1
PA
3242 /* CONTEXT now holds the current thread list on the remote
3243 target end. Delete GDB-side threads no longer found on the
3244 target. */
8a06aea7 3245 ALL_THREADS_SAFE (tp, tmp)
cbb8991c 3246 {
21fe1c75 3247 if (!context.contains_thread (tp->ptid))
ab970af1
PA
3248 {
3249 /* Not found. */
3250 delete_thread (tp->ptid);
3251 }
cbb8991c
DB
3252 }
3253
3254 /* Remove any unreported fork child threads from CONTEXT so
3255 that we don't interfere with follow fork, which is where
3256 creation of such threads is handled. */
3257 remove_new_fork_children (&context);
74531fed 3258
ab970af1 3259 /* And now add threads we don't know about yet to our list. */
21fe1c75 3260 for (thread_item &item : context.items)
6dc54d91 3261 {
21fe1c75 3262 if (item.ptid != null_ptid)
6dc54d91 3263 {
6dc54d91 3264 /* In non-stop mode, we assume new found threads are
0d5b594f
PA
3265 executing until proven otherwise with a stop reply.
3266 In all-stop, we can only get here if all threads are
6dc54d91 3267 stopped. */
0d5b594f 3268 int executing = target_is_non_stop_p () ? 1 : 0;
6dc54d91 3269
21fe1c75 3270 remote_notice_new_inferior (item.ptid, executing);
6dc54d91 3271
7aabaf9d 3272 remote_thread_info *info = get_remote_thread_info (item.ptid);
21fe1c75 3273 info->core = item.core;
7aabaf9d
SM
3274 info->extra = std::move (item.extra);
3275 info->name = std::move (item.name);
3276 info->thread_handle = std::move (item.thread_handle);
6dc54d91
PA
3277 }
3278 }
3279 }
3280
ab970af1
PA
3281 if (!got_list)
3282 {
3283 /* If no thread listing method is supported, then query whether
3284 each known thread is alive, one by one, with the T packet.
3285 If the target doesn't support threads at all, then this is a
3286 no-op. See remote_thread_alive. */
3287 prune_threads ();
3288 }
9d1f7ab2
MS
3289}
3290
802188a7 3291/*
9d1f7ab2
MS
3292 * Collect a descriptive string about the given thread.
3293 * The target may say anything it wants to about the thread
3294 * (typically info about its blocked / runnable state, name, etc.).
3295 * This string will appear in the info threads display.
802188a7 3296 *
9d1f7ab2
MS
3297 * Optional: targets are not required to implement this function.
3298 */
3299
7a114964 3300static const char *
c15906d8 3301remote_threads_extra_info (struct target_ops *self, struct thread_info *tp)
9d1f7ab2 3302{
d01949b6 3303 struct remote_state *rs = get_remote_state ();
9d1f7ab2
MS
3304 int result;
3305 int set;
3306 threadref id;
3307 struct gdb_ext_thread_info threadinfo;
23860348 3308 static char display_buf[100]; /* arbitrary... */
9d1f7ab2
MS
3309 int n = 0; /* position in display_buf */
3310
5d93a237 3311 if (rs->remote_desc == 0) /* paranoia */
8e65ff28 3312 internal_error (__FILE__, __LINE__,
e2e0b3e5 3313 _("remote_threads_extra_info"));
9d1f7ab2 3314
60e569b9 3315 if (ptid_equal (tp->ptid, magic_null_ptid)
ba348170 3316 || (ptid_get_pid (tp->ptid) != 0 && ptid_get_lwp (tp->ptid) == 0))
60e569b9
PA
3317 /* This is the main thread which was added by GDB. The remote
3318 server doesn't know about it. */
3319 return NULL;
3320
4082afcc 3321 if (packet_support (PACKET_qXfer_threads) == PACKET_ENABLE)
dc146f7c
VP
3322 {
3323 struct thread_info *info = find_thread_ptid (tp->ptid);
a744cf53 3324
7aabaf9d 3325 if (info != NULL && info->priv != NULL)
a9334058
SM
3326 {
3327 const std::string &extra = get_remote_thread_info (info)->extra;
3328 return !extra.empty () ? extra.c_str () : NULL;
3329 }
dc146f7c
VP
3330 else
3331 return NULL;
3332 }
3333
b80fafe3 3334 if (rs->use_threadextra_query)
9d1f7ab2 3335 {
82f73884
PA
3336 char *b = rs->buf;
3337 char *endb = rs->buf + get_remote_packet_size ();
3338
3339 xsnprintf (b, endb - b, "qThreadExtraInfo,");
3340 b += strlen (b);
3341 write_ptid (b, endb, tp->ptid);
3342
2e9f7625 3343 putpkt (rs->buf);
6d820c5c 3344 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 3345 if (rs->buf[0] != 0)
9d1f7ab2 3346 {
325fac50 3347 n = std::min (strlen (rs->buf) / 2, sizeof (display_buf));
2e9f7625 3348 result = hex2bin (rs->buf, (gdb_byte *) display_buf, n);
30559e10 3349 display_buf [result] = '\0';
9d1f7ab2
MS
3350 return display_buf;
3351 }
0f71a2f6 3352 }
9d1f7ab2
MS
3353
3354 /* If the above query fails, fall back to the old method. */
b80fafe3 3355 rs->use_threadextra_query = 0;
9d1f7ab2
MS
3356 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
3357 | TAG_MOREDISPLAY | TAG_DISPLAY;
ba348170 3358 int_to_threadref (&id, ptid_get_lwp (tp->ptid));
9d1f7ab2
MS
3359 if (remote_get_threadinfo (&id, set, &threadinfo))
3360 if (threadinfo.active)
0f71a2f6 3361 {
9d1f7ab2 3362 if (*threadinfo.shortname)
2bc416ba 3363 n += xsnprintf (&display_buf[0], sizeof (display_buf) - n,
ecbc58df 3364 " Name: %s,", threadinfo.shortname);
9d1f7ab2 3365 if (*threadinfo.display)
2bc416ba 3366 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
ecbc58df 3367 " State: %s,", threadinfo.display);
9d1f7ab2 3368 if (*threadinfo.more_display)
2bc416ba 3369 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
ecbc58df 3370 " Priority: %s", threadinfo.more_display);
9d1f7ab2
MS
3371
3372 if (n > 0)
c5aa993b 3373 {
23860348 3374 /* For purely cosmetic reasons, clear up trailing commas. */
9d1f7ab2
MS
3375 if (',' == display_buf[n-1])
3376 display_buf[n-1] = ' ';
3377 return display_buf;
c5aa993b 3378 }
0f71a2f6 3379 }
9d1f7ab2 3380 return NULL;
0f71a2f6 3381}
c906108c 3382\f
c5aa993b 3383
0fb4aa4b 3384static int
61fc905d 3385remote_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR addr,
0fb4aa4b
PA
3386 struct static_tracepoint_marker *marker)
3387{
3388 struct remote_state *rs = get_remote_state ();
3389 char *p = rs->buf;
3390
bba74b36 3391 xsnprintf (p, get_remote_packet_size (), "qTSTMat:");
0fb4aa4b
PA
3392 p += strlen (p);
3393 p += hexnumstr (p, addr);
3394 putpkt (rs->buf);
3395 getpkt (&rs->buf, &rs->buf_size, 0);
3396 p = rs->buf;
3397
3398 if (*p == 'E')
3399 error (_("Remote failure reply: %s"), p);
3400
3401 if (*p++ == 'm')
3402 {
256642e8 3403 parse_static_tracepoint_marker_definition (p, NULL, marker);
0fb4aa4b
PA
3404 return 1;
3405 }
3406
3407 return 0;
3408}
3409
0fb4aa4b 3410static VEC(static_tracepoint_marker_p) *
c686c57f
TT
3411remote_static_tracepoint_markers_by_strid (struct target_ops *self,
3412 const char *strid)
0fb4aa4b
PA
3413{
3414 struct remote_state *rs = get_remote_state ();
3415 VEC(static_tracepoint_marker_p) *markers = NULL;
3416 struct static_tracepoint_marker *marker = NULL;
3417 struct cleanup *old_chain;
256642e8 3418 const char *p;
0fb4aa4b
PA
3419
3420 /* Ask for a first packet of static tracepoint marker
3421 definition. */
3422 putpkt ("qTfSTM");
3423 getpkt (&rs->buf, &rs->buf_size, 0);
3424 p = rs->buf;
3425 if (*p == 'E')
3426 error (_("Remote failure reply: %s"), p);
3427
3428 old_chain = make_cleanup (free_current_marker, &marker);
3429
3430 while (*p++ == 'm')
3431 {
3432 if (marker == NULL)
3433 marker = XCNEW (struct static_tracepoint_marker);
3434
3435 do
3436 {
3437 parse_static_tracepoint_marker_definition (p, &p, marker);
3438
3439 if (strid == NULL || strcmp (strid, marker->str_id) == 0)
3440 {
3441 VEC_safe_push (static_tracepoint_marker_p,
3442 markers, marker);
3443 marker = NULL;
3444 }
3445 else
3446 {
3447 release_static_tracepoint_marker (marker);
3448 memset (marker, 0, sizeof (*marker));
3449 }
3450 }
3451 while (*p++ == ','); /* comma-separated list */
3452 /* Ask for another packet of static tracepoint definition. */
3453 putpkt ("qTsSTM");
3454 getpkt (&rs->buf, &rs->buf_size, 0);
3455 p = rs->buf;
3456 }
3457
3458 do_cleanups (old_chain);
3459 return markers;
3460}
3461
3462\f
10760264
JB
3463/* Implement the to_get_ada_task_ptid function for the remote targets. */
3464
3465static ptid_t
1e6b91a4 3466remote_get_ada_task_ptid (struct target_ops *self, long lwp, long thread)
10760264 3467{
ba348170 3468 return ptid_build (ptid_get_pid (inferior_ptid), lwp, 0);
10760264
JB
3469}
3470\f
3471
24b06219 3472/* Restart the remote side; this is an extended protocol operation. */
c906108c
SS
3473
3474static void
fba45db2 3475extended_remote_restart (void)
c906108c 3476{
d01949b6 3477 struct remote_state *rs = get_remote_state ();
c906108c
SS
3478
3479 /* Send the restart command; for reasons I don't understand the
3480 remote side really expects a number after the "R". */
ea9c271d 3481 xsnprintf (rs->buf, get_remote_packet_size (), "R%x", 0);
6d820c5c 3482 putpkt (rs->buf);
c906108c 3483
ad9a8f3f 3484 remote_fileio_reset ();
c906108c
SS
3485}
3486\f
3487/* Clean up connection to a remote debugger. */
3488
c906108c 3489static void
de90e03d 3490remote_close (struct target_ops *self)
c906108c 3491{
5d93a237
TT
3492 struct remote_state *rs = get_remote_state ();
3493
3494 if (rs->remote_desc == NULL)
d3fd5342
PA
3495 return; /* already closed */
3496
048094ac 3497 /* Make sure we leave stdin registered in the event loop. */
e3594fd1 3498 remote_terminal_ours (self);
ce5ce7ed 3499
5d93a237
TT
3500 serial_close (rs->remote_desc);
3501 rs->remote_desc = NULL;
ce5ce7ed
PA
3502
3503 /* We don't have a connection to the remote stub anymore. Get rid
f67fd822
PM
3504 of all the inferiors and their threads we were controlling.
3505 Reset inferior_ptid to null_ptid first, as otherwise has_stack_frame
3506 will be unable to find the thread corresponding to (pid, 0, 0). */
0f2caa1b 3507 inferior_ptid = null_ptid;
f67fd822 3508 discard_all_inferiors ();
ce5ce7ed 3509
f48ff2a7
YQ
3510 /* We are closing the remote target, so we should discard
3511 everything of this target. */
bcc75809 3512 discard_pending_stop_replies_in_queue (rs);
74531fed
PA
3513
3514 if (remote_async_inferior_event_token)
3515 delete_async_event_handler (&remote_async_inferior_event_token);
722247f1 3516
5965e028 3517 remote_notif_state_xfree (rs->notif_state);
aef525cb
YQ
3518
3519 trace_reset_local_state ();
c906108c
SS
3520}
3521
23860348 3522/* Query the remote side for the text, data and bss offsets. */
c906108c
SS
3523
3524static void
fba45db2 3525get_offsets (void)
c906108c 3526{
d01949b6 3527 struct remote_state *rs = get_remote_state ();
2e9f7625 3528 char *buf;
085dd6e6 3529 char *ptr;
31d99776
DJ
3530 int lose, num_segments = 0, do_sections, do_segments;
3531 CORE_ADDR text_addr, data_addr, bss_addr, segments[2];
c906108c 3532 struct section_offsets *offs;
31d99776
DJ
3533 struct symfile_segment_data *data;
3534
3535 if (symfile_objfile == NULL)
3536 return;
c906108c
SS
3537
3538 putpkt ("qOffsets");
6d820c5c 3539 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 3540 buf = rs->buf;
c906108c
SS
3541
3542 if (buf[0] == '\000')
3543 return; /* Return silently. Stub doesn't support
23860348 3544 this command. */
c906108c
SS
3545 if (buf[0] == 'E')
3546 {
8a3fe4f8 3547 warning (_("Remote failure reply: %s"), buf);
c906108c
SS
3548 return;
3549 }
3550
3551 /* Pick up each field in turn. This used to be done with scanf, but
3552 scanf will make trouble if CORE_ADDR size doesn't match
3553 conversion directives correctly. The following code will work
3554 with any size of CORE_ADDR. */
3555 text_addr = data_addr = bss_addr = 0;
3556 ptr = buf;
3557 lose = 0;
3558
61012eef 3559 if (startswith (ptr, "Text="))
c906108c
SS
3560 {
3561 ptr += 5;
3562 /* Don't use strtol, could lose on big values. */
3563 while (*ptr && *ptr != ';')
3564 text_addr = (text_addr << 4) + fromhex (*ptr++);
c906108c 3565
61012eef 3566 if (startswith (ptr, ";Data="))
31d99776
DJ
3567 {
3568 ptr += 6;
3569 while (*ptr && *ptr != ';')
3570 data_addr = (data_addr << 4) + fromhex (*ptr++);
3571 }
3572 else
3573 lose = 1;
3574
61012eef 3575 if (!lose && startswith (ptr, ";Bss="))
31d99776
DJ
3576 {
3577 ptr += 5;
3578 while (*ptr && *ptr != ';')
3579 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
c906108c 3580
31d99776
DJ
3581 if (bss_addr != data_addr)
3582 warning (_("Target reported unsupported offsets: %s"), buf);
3583 }
3584 else
3585 lose = 1;
3586 }
61012eef 3587 else if (startswith (ptr, "TextSeg="))
c906108c 3588 {
31d99776
DJ
3589 ptr += 8;
3590 /* Don't use strtol, could lose on big values. */
c906108c 3591 while (*ptr && *ptr != ';')
31d99776
DJ
3592 text_addr = (text_addr << 4) + fromhex (*ptr++);
3593 num_segments = 1;
3594
61012eef 3595 if (startswith (ptr, ";DataSeg="))
31d99776
DJ
3596 {
3597 ptr += 9;
3598 while (*ptr && *ptr != ';')
3599 data_addr = (data_addr << 4) + fromhex (*ptr++);
3600 num_segments++;
3601 }
c906108c
SS
3602 }
3603 else
3604 lose = 1;
3605
3606 if (lose)
8a3fe4f8 3607 error (_("Malformed response to offset query, %s"), buf);
31d99776
DJ
3608 else if (*ptr != '\0')
3609 warning (_("Target reported unsupported offsets: %s"), buf);
c906108c 3610
802188a7 3611 offs = ((struct section_offsets *)
a39a16c4 3612 alloca (SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections)));
802188a7 3613 memcpy (offs, symfile_objfile->section_offsets,
a39a16c4 3614 SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));
c906108c 3615
31d99776
DJ
3616 data = get_symfile_segment_data (symfile_objfile->obfd);
3617 do_segments = (data != NULL);
3618 do_sections = num_segments == 0;
c906108c 3619
28c32713 3620 if (num_segments > 0)
31d99776 3621 {
31d99776
DJ
3622 segments[0] = text_addr;
3623 segments[1] = data_addr;
3624 }
28c32713
JB
3625 /* If we have two segments, we can still try to relocate everything
3626 by assuming that the .text and .data offsets apply to the whole
3627 text and data segments. Convert the offsets given in the packet
3628 to base addresses for symfile_map_offsets_to_segments. */
3629 else if (data && data->num_segments == 2)
3630 {
3631 segments[0] = data->segment_bases[0] + text_addr;
3632 segments[1] = data->segment_bases[1] + data_addr;
3633 num_segments = 2;
3634 }
8d385431
DJ
3635 /* If the object file has only one segment, assume that it is text
3636 rather than data; main programs with no writable data are rare,
3637 but programs with no code are useless. Of course the code might
3638 have ended up in the data segment... to detect that we would need
3639 the permissions here. */
3640 else if (data && data->num_segments == 1)
3641 {
3642 segments[0] = data->segment_bases[0] + text_addr;
3643 num_segments = 1;
3644 }
28c32713
JB
3645 /* There's no way to relocate by segment. */
3646 else
3647 do_segments = 0;
31d99776
DJ
3648
3649 if (do_segments)
3650 {
3651 int ret = symfile_map_offsets_to_segments (symfile_objfile->obfd, data,
3652 offs, num_segments, segments);
3653
3654 if (ret == 0 && !do_sections)
3e43a32a
MS
3655 error (_("Can not handle qOffsets TextSeg "
3656 "response with this symbol file"));
31d99776
DJ
3657
3658 if (ret > 0)
3659 do_sections = 0;
3660 }
c906108c 3661
9ef895d6
DJ
3662 if (data)
3663 free_symfile_segment_data (data);
31d99776
DJ
3664
3665 if (do_sections)
3666 {
3667 offs->offsets[SECT_OFF_TEXT (symfile_objfile)] = text_addr;
3668
3e43a32a
MS
3669 /* This is a temporary kludge to force data and bss to use the
3670 same offsets because that's what nlmconv does now. The real
3671 solution requires changes to the stub and remote.c that I
3672 don't have time to do right now. */
31d99776
DJ
3673
3674 offs->offsets[SECT_OFF_DATA (symfile_objfile)] = data_addr;
3675 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = data_addr;
3676 }
c906108c
SS
3677
3678 objfile_relocate (symfile_objfile, offs);
3679}
3680
9a7071a8
JB
3681/* Send interrupt_sequence to remote target. */
3682static void
eeae04df 3683send_interrupt_sequence (void)
9a7071a8 3684{
5d93a237
TT
3685 struct remote_state *rs = get_remote_state ();
3686
9a7071a8 3687 if (interrupt_sequence_mode == interrupt_sequence_control_c)
c33e31fd 3688 remote_serial_write ("\x03", 1);
9a7071a8 3689 else if (interrupt_sequence_mode == interrupt_sequence_break)
5d93a237 3690 serial_send_break (rs->remote_desc);
9a7071a8
JB
3691 else if (interrupt_sequence_mode == interrupt_sequence_break_g)
3692 {
5d93a237 3693 serial_send_break (rs->remote_desc);
c33e31fd 3694 remote_serial_write ("g", 1);
9a7071a8
JB
3695 }
3696 else
3697 internal_error (__FILE__, __LINE__,
3698 _("Invalid value for interrupt_sequence_mode: %s."),
3699 interrupt_sequence_mode);
3700}
3701
3405876a
PA
3702
3703/* If STOP_REPLY is a T stop reply, look for the "thread" register,
3704 and extract the PTID. Returns NULL_PTID if not found. */
3705
3706static ptid_t
3707stop_reply_extract_thread (char *stop_reply)
3708{
3709 if (stop_reply[0] == 'T' && strlen (stop_reply) > 3)
3710 {
256642e8 3711 const char *p;
3405876a
PA
3712
3713 /* Txx r:val ; r:val (...) */
3714 p = &stop_reply[3];
3715
3716 /* Look for "register" named "thread". */
3717 while (*p != '\0')
3718 {
256642e8 3719 const char *p1;
3405876a
PA
3720
3721 p1 = strchr (p, ':');
3722 if (p1 == NULL)
3723 return null_ptid;
3724
3725 if (strncmp (p, "thread", p1 - p) == 0)
3726 return read_ptid (++p1, &p);
3727
3728 p1 = strchr (p, ';');
3729 if (p1 == NULL)
3730 return null_ptid;
3731 p1++;
3732
3733 p = p1;
3734 }
3735 }
3736
3737 return null_ptid;
3738}
3739
b7ea362b
PA
3740/* Determine the remote side's current thread. If we have a stop
3741 reply handy (in WAIT_STATUS), maybe it's a T stop reply with a
3742 "thread" register we can extract the current thread from. If not,
3743 ask the remote which is the current thread with qC. The former
3744 method avoids a roundtrip. */
3745
3746static ptid_t
3747get_current_thread (char *wait_status)
3748{
6a49a997 3749 ptid_t ptid = null_ptid;
b7ea362b
PA
3750
3751 /* Note we don't use remote_parse_stop_reply as that makes use of
3752 the target architecture, which we haven't yet fully determined at
3753 this point. */
3754 if (wait_status != NULL)
3755 ptid = stop_reply_extract_thread (wait_status);
3756 if (ptid_equal (ptid, null_ptid))
3757 ptid = remote_current_thread (inferior_ptid);
3758
3759 return ptid;
3760}
3761
49c62f2e
PA
3762/* Query the remote target for which is the current thread/process,
3763 add it to our tables, and update INFERIOR_PTID. The caller is
3764 responsible for setting the state such that the remote end is ready
3405876a
PA
3765 to return the current thread.
3766
3767 This function is called after handling the '?' or 'vRun' packets,
3768 whose response is a stop reply from which we can also try
3769 extracting the thread. If the target doesn't support the explicit
3770 qC query, we infer the current thread from that stop reply, passed
3771 in in WAIT_STATUS, which may be NULL. */
49c62f2e
PA
3772
3773static void
3405876a 3774add_current_inferior_and_thread (char *wait_status)
49c62f2e
PA
3775{
3776 struct remote_state *rs = get_remote_state ();
3777 int fake_pid_p = 0;
49c62f2e
PA
3778
3779 inferior_ptid = null_ptid;
3780
b7ea362b 3781 /* Now, if we have thread information, update inferior_ptid. */
87215ad1 3782 ptid_t curr_ptid = get_current_thread (wait_status);
3405876a 3783
87215ad1 3784 if (curr_ptid != null_ptid)
49c62f2e
PA
3785 {
3786 if (!remote_multi_process_p (rs))
3787 fake_pid_p = 1;
49c62f2e
PA
3788 }
3789 else
3790 {
3791 /* Without this, some commands which require an active target
3792 (such as kill) won't work. This variable serves (at least)
3793 double duty as both the pid of the target process (if it has
3794 such), and as a flag indicating that a target is active. */
87215ad1 3795 curr_ptid = magic_null_ptid;
49c62f2e
PA
3796 fake_pid_p = 1;
3797 }
3798
87215ad1 3799 remote_add_inferior (fake_pid_p, ptid_get_pid (curr_ptid), -1, 1);
49c62f2e 3800
87215ad1
SDJ
3801 /* Add the main thread and switch to it. Don't try reading
3802 registers yet, since we haven't fetched the target description
3803 yet. */
3804 thread_info *tp = add_thread_silent (curr_ptid);
3805 switch_to_thread_no_regs (tp);
49c62f2e
PA
3806}
3807
6efcd9a8
PA
3808/* Print info about a thread that was found already stopped on
3809 connection. */
3810
3811static void
3812print_one_stopped_thread (struct thread_info *thread)
3813{
3814 struct target_waitstatus *ws = &thread->suspend.waitstatus;
3815
3816 switch_to_thread (thread->ptid);
3817 stop_pc = get_frame_pc (get_current_frame ());
3818 set_current_sal_from_frame (get_current_frame ());
3819
3820 thread->suspend.waitstatus_pending_p = 0;
3821
3822 if (ws->kind == TARGET_WAITKIND_STOPPED)
3823 {
3824 enum gdb_signal sig = ws->value.sig;
3825
3826 if (signal_print_state (sig))
3827 observer_notify_signal_received (sig);
3828 }
3829 observer_notify_normal_stop (NULL, 1);
3830}
3831
221e1a37
PA
3832/* Process all initial stop replies the remote side sent in response
3833 to the ? packet. These indicate threads that were already stopped
3834 on initial connection. We mark these threads as stopped and print
3835 their current frame before giving the user the prompt. */
3836
3837static void
6efcd9a8 3838process_initial_stop_replies (int from_tty)
221e1a37
PA
3839{
3840 int pending_stop_replies = stop_reply_queue_length ();
6efcd9a8
PA
3841 struct inferior *inf;
3842 struct thread_info *thread;
3843 struct thread_info *selected = NULL;
3844 struct thread_info *lowest_stopped = NULL;
3845 struct thread_info *first = NULL;
221e1a37
PA
3846
3847 /* Consume the initial pending events. */
3848 while (pending_stop_replies-- > 0)
3849 {
3850 ptid_t waiton_ptid = minus_one_ptid;
3851 ptid_t event_ptid;
3852 struct target_waitstatus ws;
3853 int ignore_event = 0;
6efcd9a8 3854 struct thread_info *thread;
221e1a37
PA
3855
3856 memset (&ws, 0, sizeof (ws));
3857 event_ptid = target_wait (waiton_ptid, &ws, TARGET_WNOHANG);
3858 if (remote_debug)
3859 print_target_wait_results (waiton_ptid, event_ptid, &ws);
3860
3861 switch (ws.kind)
3862 {
3863 case TARGET_WAITKIND_IGNORE:
3864 case TARGET_WAITKIND_NO_RESUMED:
3865 case TARGET_WAITKIND_SIGNALLED:
3866 case TARGET_WAITKIND_EXITED:
3867 /* We shouldn't see these, but if we do, just ignore. */
3868 if (remote_debug)
3869 fprintf_unfiltered (gdb_stdlog, "remote: event ignored\n");
3870 ignore_event = 1;
3871 break;
3872
3873 case TARGET_WAITKIND_EXECD:
3874 xfree (ws.value.execd_pathname);
3875 break;
3876 default:
3877 break;
3878 }
3879
3880 if (ignore_event)
3881 continue;
3882
6efcd9a8 3883 thread = find_thread_ptid (event_ptid);
221e1a37
PA
3884
3885 if (ws.kind == TARGET_WAITKIND_STOPPED)
3886 {
3887 enum gdb_signal sig = ws.value.sig;
3888
3889 /* Stubs traditionally report SIGTRAP as initial signal,
3890 instead of signal 0. Suppress it. */
3891 if (sig == GDB_SIGNAL_TRAP)
3892 sig = GDB_SIGNAL_0;
6efcd9a8
PA
3893 thread->suspend.stop_signal = sig;
3894 ws.value.sig = sig;
3895 }
221e1a37 3896
6efcd9a8
PA
3897 thread->suspend.waitstatus = ws;
3898
3899 if (ws.kind != TARGET_WAITKIND_STOPPED
3900 || ws.value.sig != GDB_SIGNAL_0)
3901 thread->suspend.waitstatus_pending_p = 1;
3902
3903 set_executing (event_ptid, 0);
3904 set_running (event_ptid, 0);
7aabaf9d 3905 get_remote_thread_info (thread)->vcont_resumed = 0;
6efcd9a8
PA
3906 }
3907
3908 /* "Notice" the new inferiors before anything related to
3909 registers/memory. */
3910 ALL_INFERIORS (inf)
3911 {
3912 if (inf->pid == 0)
3913 continue;
3914
3915 inf->needs_setup = 1;
3916
3917 if (non_stop)
3918 {
3919 thread = any_live_thread_of_process (inf->pid);
3920 notice_new_inferior (thread->ptid,
3921 thread->state == THREAD_RUNNING,
3922 from_tty);
3923 }
3924 }
3925
3926 /* If all-stop on top of non-stop, pause all threads. Note this
3927 records the threads' stop pc, so must be done after "noticing"
3928 the inferiors. */
3929 if (!non_stop)
3930 {
3931 stop_all_threads ();
3932
3933 /* If all threads of an inferior were already stopped, we
3934 haven't setup the inferior yet. */
3935 ALL_INFERIORS (inf)
3936 {
3937 if (inf->pid == 0)
3938 continue;
221e1a37 3939
6efcd9a8
PA
3940 if (inf->needs_setup)
3941 {
3942 thread = any_live_thread_of_process (inf->pid);
3943 switch_to_thread_no_regs (thread);
3944 setup_inferior (0);
3945 }
3946 }
221e1a37 3947 }
6efcd9a8
PA
3948
3949 /* Now go over all threads that are stopped, and print their current
3950 frame. If all-stop, then if there's a signalled thread, pick
3951 that as current. */
3952 ALL_NON_EXITED_THREADS (thread)
3953 {
6efcd9a8
PA
3954 if (first == NULL)
3955 first = thread;
3956
3957 if (!non_stop)
3958 set_running (thread->ptid, 0);
3959 else if (thread->state != THREAD_STOPPED)
3960 continue;
3961
6efcd9a8
PA
3962 if (selected == NULL
3963 && thread->suspend.waitstatus_pending_p)
3964 selected = thread;
3965
5d5658a1
PA
3966 if (lowest_stopped == NULL
3967 || thread->inf->num < lowest_stopped->inf->num
3968 || thread->per_inf_num < lowest_stopped->per_inf_num)
6efcd9a8
PA
3969 lowest_stopped = thread;
3970
3971 if (non_stop)
3972 print_one_stopped_thread (thread);
3973 }
3974
3975 /* In all-stop, we only print the status of one thread, and leave
3976 others with their status pending. */
3977 if (!non_stop)
3978 {
3979 thread = selected;
3980 if (thread == NULL)
3981 thread = lowest_stopped;
3982 if (thread == NULL)
3983 thread = first;
3984
3985 print_one_stopped_thread (thread);
3986 }
3987
3988 /* For "info program". */
3989 thread = inferior_thread ();
3990 if (thread->state == THREAD_STOPPED)
3991 set_last_target_status (inferior_ptid, thread->suspend.waitstatus);
221e1a37
PA
3992}
3993
048094ac
PA
3994/* Start the remote connection and sync state. */
3995
9cbc821d 3996static void
04bd08de 3997remote_start_remote (int from_tty, struct target_ops *target, int extended_p)
c906108c 3998{
c8d104ad
PA
3999 struct remote_state *rs = get_remote_state ();
4000 struct packet_config *noack_config;
2d717e4f 4001 char *wait_status = NULL;
8621d6a9 4002
048094ac
PA
4003 /* Signal other parts that we're going through the initial setup,
4004 and so things may not be stable yet. E.g., we don't try to
4005 install tracepoints until we've relocated symbols. Also, a
4006 Ctrl-C before we're connected and synced up can't interrupt the
4007 target. Instead, it offers to drop the (potentially wedged)
4008 connection. */
4009 rs->starting_up = 1;
4010
522002f9 4011 QUIT;
c906108c 4012
9a7071a8
JB
4013 if (interrupt_on_connect)
4014 send_interrupt_sequence ();
4015
57e12211 4016 /* Ack any packet which the remote side has already sent. */
048094ac 4017 remote_serial_write ("+", 1);
1e51243a 4018
c8d104ad
PA
4019 /* The first packet we send to the target is the optional "supported
4020 packets" request. If the target can answer this, it will tell us
4021 which later probes to skip. */
4022 remote_query_supported ();
4023
d914c394 4024 /* If the stub wants to get a QAllow, compose one and send it. */
4082afcc 4025 if (packet_support (PACKET_QAllow) != PACKET_DISABLE)
c378d69d 4026 remote_set_permissions (target);
d914c394 4027
57809e5e
JK
4028 /* gdbserver < 7.7 (before its fix from 2013-12-11) did reply to any
4029 unknown 'v' packet with string "OK". "OK" gets interpreted by GDB
4030 as a reply to known packet. For packet "vFile:setfs:" it is an
4031 invalid reply and GDB would return error in
4032 remote_hostio_set_filesystem, making remote files access impossible.
4033 Disable "vFile:setfs:" in such case. Do not disable other 'v' packets as
4034 other "vFile" packets get correctly detected even on gdbserver < 7.7. */
4035 {
4036 const char v_mustreplyempty[] = "vMustReplyEmpty";
4037
4038 putpkt (v_mustreplyempty);
4039 getpkt (&rs->buf, &rs->buf_size, 0);
4040 if (strcmp (rs->buf, "OK") == 0)
4041 remote_protocol_packets[PACKET_vFile_setfs].support = PACKET_DISABLE;
4042 else if (strcmp (rs->buf, "") != 0)
4043 error (_("Remote replied unexpectedly to '%s': %s"), v_mustreplyempty,
4044 rs->buf);
4045 }
4046
c8d104ad
PA
4047 /* Next, we possibly activate noack mode.
4048
4049 If the QStartNoAckMode packet configuration is set to AUTO,
4050 enable noack mode if the stub reported a wish for it with
4051 qSupported.
4052
4053 If set to TRUE, then enable noack mode even if the stub didn't
4054 report it in qSupported. If the stub doesn't reply OK, the
4055 session ends with an error.
4056
4057 If FALSE, then don't activate noack mode, regardless of what the
4058 stub claimed should be the default with qSupported. */
4059
4060 noack_config = &remote_protocol_packets[PACKET_QStartNoAckMode];
4082afcc 4061 if (packet_config_support (noack_config) != PACKET_DISABLE)
c8d104ad
PA
4062 {
4063 putpkt ("QStartNoAckMode");
4064 getpkt (&rs->buf, &rs->buf_size, 0);
4065 if (packet_ok (rs->buf, noack_config) == PACKET_OK)
4066 rs->noack_mode = 1;
4067 }
4068
04bd08de 4069 if (extended_p)
5fe04517
PA
4070 {
4071 /* Tell the remote that we are using the extended protocol. */
4072 putpkt ("!");
4073 getpkt (&rs->buf, &rs->buf_size, 0);
4074 }
4075
9b224c5e
PA
4076 /* Let the target know which signals it is allowed to pass down to
4077 the program. */
4078 update_signals_program_target ();
4079
d962ef82
DJ
4080 /* Next, if the target can specify a description, read it. We do
4081 this before anything involving memory or registers. */
4082 target_find_description ();
4083
6c95b8df
PA
4084 /* Next, now that we know something about the target, update the
4085 address spaces in the program spaces. */
4086 update_address_spaces ();
4087
50c71eaf
PA
4088 /* On OSs where the list of libraries is global to all
4089 processes, we fetch them early. */
f5656ead 4090 if (gdbarch_has_global_solist (target_gdbarch ()))
e696b3ad 4091 solib_add (NULL, from_tty, auto_solib_add);
50c71eaf 4092
6efcd9a8 4093 if (target_is_non_stop_p ())
74531fed 4094 {
4082afcc 4095 if (packet_support (PACKET_QNonStop) != PACKET_ENABLE)
3e43a32a
MS
4096 error (_("Non-stop mode requested, but remote "
4097 "does not support non-stop"));
74531fed
PA
4098
4099 putpkt ("QNonStop:1");
4100 getpkt (&rs->buf, &rs->buf_size, 0);
4101
4102 if (strcmp (rs->buf, "OK") != 0)
9b20d036 4103 error (_("Remote refused setting non-stop mode with: %s"), rs->buf);
74531fed
PA
4104
4105 /* Find about threads and processes the stub is already
4106 controlling. We default to adding them in the running state.
4107 The '?' query below will then tell us about which threads are
4108 stopped. */
e8032dde 4109 remote_update_thread_list (target);
74531fed 4110 }
4082afcc 4111 else if (packet_support (PACKET_QNonStop) == PACKET_ENABLE)
74531fed
PA
4112 {
4113 /* Don't assume that the stub can operate in all-stop mode.
e6f3fa52 4114 Request it explicitly. */
74531fed
PA
4115 putpkt ("QNonStop:0");
4116 getpkt (&rs->buf, &rs->buf_size, 0);
4117
4118 if (strcmp (rs->buf, "OK") != 0)
9b20d036 4119 error (_("Remote refused setting all-stop mode with: %s"), rs->buf);
74531fed
PA
4120 }
4121
a0743c90
YQ
4122 /* Upload TSVs regardless of whether the target is running or not. The
4123 remote stub, such as GDBserver, may have some predefined or builtin
4124 TSVs, even if the target is not running. */
8bd200f1 4125 if (remote_get_trace_status (target, current_trace_status ()) != -1)
a0743c90
YQ
4126 {
4127 struct uploaded_tsv *uploaded_tsvs = NULL;
4128
181e3713 4129 remote_upload_trace_state_variables (target, &uploaded_tsvs);
a0743c90
YQ
4130 merge_uploaded_trace_state_variables (&uploaded_tsvs);
4131 }
4132
2d717e4f
DJ
4133 /* Check whether the target is running now. */
4134 putpkt ("?");
4135 getpkt (&rs->buf, &rs->buf_size, 0);
4136
6efcd9a8 4137 if (!target_is_non_stop_p ())
2d717e4f 4138 {
74531fed 4139 if (rs->buf[0] == 'W' || rs->buf[0] == 'X')
2d717e4f 4140 {
04bd08de 4141 if (!extended_p)
74531fed 4142 error (_("The target is not running (try extended-remote?)"));
c35b1492
PA
4143
4144 /* We're connected, but not running. Drop out before we
4145 call start_remote. */
e278ad5b 4146 rs->starting_up = 0;
c35b1492 4147 return;
2d717e4f
DJ
4148 }
4149 else
74531fed 4150 {
74531fed 4151 /* Save the reply for later. */
224c3ddb 4152 wait_status = (char *) alloca (strlen (rs->buf) + 1);
74531fed
PA
4153 strcpy (wait_status, rs->buf);
4154 }
4155
b7ea362b 4156 /* Fetch thread list. */
e8032dde 4157 target_update_thread_list ();
b7ea362b 4158
74531fed
PA
4159 /* Let the stub know that we want it to return the thread. */
4160 set_continue_thread (minus_one_ptid);
4161
b7ea362b
PA
4162 if (thread_count () == 0)
4163 {
4164 /* Target has no concept of threads at all. GDB treats
4165 non-threaded target as single-threaded; add a main
4166 thread. */
4167 add_current_inferior_and_thread (wait_status);
4168 }
4169 else
4170 {
4171 /* We have thread information; select the thread the target
4172 says should be current. If we're reconnecting to a
4173 multi-threaded program, this will ideally be the thread
4174 that last reported an event before GDB disconnected. */
4175 inferior_ptid = get_current_thread (wait_status);
4176 if (ptid_equal (inferior_ptid, null_ptid))
4177 {
4178 /* Odd... The target was able to list threads, but not
4179 tell us which thread was current (no "thread"
4180 register in T stop reply?). Just pick the first
4181 thread in the thread list then. */
c9f35b34
KB
4182
4183 if (remote_debug)
4184 fprintf_unfiltered (gdb_stdlog,
4185 "warning: couldn't determine remote "
4186 "current thread; picking first in list.\n");
4187
b7ea362b
PA
4188 inferior_ptid = thread_list->ptid;
4189 }
4190 }
74531fed 4191
6e586cc5
YQ
4192 /* init_wait_for_inferior should be called before get_offsets in order
4193 to manage `inserted' flag in bp loc in a correct state.
4194 breakpoint_init_inferior, called from init_wait_for_inferior, set
4195 `inserted' flag to 0, while before breakpoint_re_set, called from
4196 start_remote, set `inserted' flag to 1. In the initialization of
4197 inferior, breakpoint_init_inferior should be called first, and then
4198 breakpoint_re_set can be called. If this order is broken, state of
4199 `inserted' flag is wrong, and cause some problems on breakpoint
4200 manipulation. */
4201 init_wait_for_inferior ();
4202
74531fed
PA
4203 get_offsets (); /* Get text, data & bss offsets. */
4204
d962ef82
DJ
4205 /* If we could not find a description using qXfer, and we know
4206 how to do it some other way, try again. This is not
4207 supported for non-stop; it could be, but it is tricky if
4208 there are no stopped threads when we connect. */
04bd08de 4209 if (remote_read_description_p (target)
f5656ead 4210 && gdbarch_target_desc (target_gdbarch ()) == NULL)
d962ef82
DJ
4211 {
4212 target_clear_description ();
4213 target_find_description ();
4214 }
4215
74531fed
PA
4216 /* Use the previously fetched status. */
4217 gdb_assert (wait_status != NULL);
4218 strcpy (rs->buf, wait_status);
4219 rs->cached_wait_status = 1;
4220
04bd08de 4221 start_remote (from_tty); /* Initialize gdb process mechanisms. */
2d717e4f
DJ
4222 }
4223 else
4224 {
68c97600
PA
4225 /* Clear WFI global state. Do this before finding about new
4226 threads and inferiors, and setting the current inferior.
4227 Otherwise we would clear the proceed status of the current
4228 inferior when we want its stop_soon state to be preserved
4229 (see notice_new_inferior). */
4230 init_wait_for_inferior ();
4231
74531fed
PA
4232 /* In non-stop, we will either get an "OK", meaning that there
4233 are no stopped threads at this time; or, a regular stop
4234 reply. In the latter case, there may be more than one thread
4235 stopped --- we pull them all out using the vStopped
4236 mechanism. */
4237 if (strcmp (rs->buf, "OK") != 0)
4238 {
722247f1 4239 struct notif_client *notif = &notif_client_stop;
2d717e4f 4240
722247f1
YQ
4241 /* remote_notif_get_pending_replies acks this one, and gets
4242 the rest out. */
f48ff2a7 4243 rs->notif_state->pending_event[notif_client_stop.id]
722247f1
YQ
4244 = remote_notif_parse (notif, rs->buf);
4245 remote_notif_get_pending_events (notif);
74531fed 4246 }
2d717e4f 4247
74531fed
PA
4248 if (thread_count () == 0)
4249 {
04bd08de 4250 if (!extended_p)
74531fed 4251 error (_("The target is not running (try extended-remote?)"));
82f73884 4252
c35b1492
PA
4253 /* We're connected, but not running. Drop out before we
4254 call start_remote. */
e278ad5b 4255 rs->starting_up = 0;
c35b1492
PA
4256 return;
4257 }
74531fed 4258
74531fed
PA
4259 /* In non-stop mode, any cached wait status will be stored in
4260 the stop reply queue. */
4261 gdb_assert (wait_status == NULL);
f0223081 4262
2455069d 4263 /* Report all signals during attach/startup. */
94bedb42 4264 remote_pass_signals (target, 0, NULL);
221e1a37
PA
4265
4266 /* If there are already stopped threads, mark them stopped and
4267 report their stops before giving the prompt to the user. */
6efcd9a8 4268 process_initial_stop_replies (from_tty);
221e1a37
PA
4269
4270 if (target_can_async_p ())
4271 target_async (1);
74531fed 4272 }
c8d104ad 4273
c8d104ad
PA
4274 /* If we connected to a live target, do some additional setup. */
4275 if (target_has_execution)
4276 {
f4ccffad 4277 if (symfile_objfile) /* No use without a symbol-file. */
36d25514 4278 remote_check_symbols ();
c8d104ad 4279 }
50c71eaf 4280
d5551862
SS
4281 /* Possibly the target has been engaged in a trace run started
4282 previously; find out where things are at. */
8bd200f1 4283 if (remote_get_trace_status (target, current_trace_status ()) != -1)
d5551862 4284 {
00bf0b85 4285 struct uploaded_tp *uploaded_tps = NULL;
00bf0b85 4286
00bf0b85
SS
4287 if (current_trace_status ()->running)
4288 printf_filtered (_("Trace is already running on the target.\n"));
4289
ab6617cc 4290 remote_upload_tracepoints (target, &uploaded_tps);
00bf0b85
SS
4291
4292 merge_uploaded_tracepoints (&uploaded_tps);
d5551862
SS
4293 }
4294
c0272db5
TW
4295 /* Possibly the target has been engaged in a btrace record started
4296 previously; find out where things are at. */
4297 remote_btrace_maybe_reopen ();
4298
1e51243a
PA
4299 /* The thread and inferior lists are now synchronized with the
4300 target, our symbols have been relocated, and we're merged the
4301 target's tracepoints with ours. We're done with basic start
4302 up. */
4303 rs->starting_up = 0;
4304
a25a5a45
PA
4305 /* Maybe breakpoints are global and need to be inserted now. */
4306 if (breakpoints_should_be_inserted_now ())
50c71eaf 4307 insert_breakpoints ();
c906108c
SS
4308}
4309
4310/* Open a connection to a remote debugger.
4311 NAME is the filename used for communication. */
4312
4313static void
014f9477 4314remote_open (const char *name, int from_tty)
c906108c 4315{
75c99385 4316 remote_open_1 (name, from_tty, &remote_ops, 0);
43ff13b4
JM
4317}
4318
c906108c
SS
4319/* Open a connection to a remote debugger using the extended
4320 remote gdb protocol. NAME is the filename used for communication. */
4321
4322static void
014f9477 4323extended_remote_open (const char *name, int from_tty)
c906108c 4324{
75c99385 4325 remote_open_1 (name, from_tty, &extended_remote_ops, 1 /*extended_p */);
43ff13b4
JM
4326}
4327
ca4f7f8b
PA
4328/* Reset all packets back to "unknown support". Called when opening a
4329 new connection to a remote target. */
c906108c 4330
d471ea57 4331static void
ca4f7f8b 4332reset_all_packet_configs_support (void)
d471ea57
AC
4333{
4334 int i;
a744cf53 4335
444abaca 4336 for (i = 0; i < PACKET_MAX; i++)
4082afcc 4337 remote_protocol_packets[i].support = PACKET_SUPPORT_UNKNOWN;
d471ea57
AC
4338}
4339
ca4f7f8b
PA
4340/* Initialize all packet configs. */
4341
4342static void
4343init_all_packet_configs (void)
4344{
4345 int i;
4346
4347 for (i = 0; i < PACKET_MAX; i++)
4348 {
4349 remote_protocol_packets[i].detect = AUTO_BOOLEAN_AUTO;
4350 remote_protocol_packets[i].support = PACKET_SUPPORT_UNKNOWN;
4351 }
4352}
4353
23860348 4354/* Symbol look-up. */
dc8acb97
MS
4355
4356static void
36d25514 4357remote_check_symbols (void)
dc8acb97
MS
4358{
4359 char *msg, *reply, *tmp;
dc8acb97 4360 int end;
28170b88 4361 long reply_size;
a5c0808e 4362 struct cleanup *old_chain;
dc8acb97 4363
63154eca
PA
4364 /* The remote side has no concept of inferiors that aren't running
4365 yet, it only knows about running processes. If we're connected
4366 but our current inferior is not running, we should not invite the
4367 remote target to request symbol lookups related to its
4368 (unrelated) current process. */
4369 if (!target_has_execution)
4370 return;
4371
4082afcc 4372 if (packet_support (PACKET_qSymbol) == PACKET_DISABLE)
dc8acb97
MS
4373 return;
4374
63154eca
PA
4375 /* Make sure the remote is pointing at the right process. Note
4376 there's no way to select "no process". */
3c9c4b83
PA
4377 set_general_process ();
4378
6d820c5c
DJ
4379 /* Allocate a message buffer. We can't reuse the input buffer in RS,
4380 because we need both at the same time. */
224c3ddb 4381 msg = (char *) xmalloc (get_remote_packet_size ());
a5c0808e 4382 old_chain = make_cleanup (xfree, msg);
28170b88
MK
4383 reply = (char *) xmalloc (get_remote_packet_size ());
4384 make_cleanup (free_current_contents, &reply);
4385 reply_size = get_remote_packet_size ();
6d820c5c 4386
23860348 4387 /* Invite target to request symbol lookups. */
dc8acb97
MS
4388
4389 putpkt ("qSymbol::");
28170b88
MK
4390 getpkt (&reply, &reply_size, 0);
4391 packet_ok (reply, &remote_protocol_packets[PACKET_qSymbol]);
dc8acb97 4392
61012eef 4393 while (startswith (reply, "qSymbol:"))
dc8acb97 4394 {
77e371c0
TT
4395 struct bound_minimal_symbol sym;
4396
dc8acb97 4397 tmp = &reply[8];
cfd77fa1 4398 end = hex2bin (tmp, (gdb_byte *) msg, strlen (tmp) / 2);
dc8acb97
MS
4399 msg[end] = '\0';
4400 sym = lookup_minimal_symbol (msg, NULL, NULL);
3b7344d5 4401 if (sym.minsym == NULL)
ea9c271d 4402 xsnprintf (msg, get_remote_packet_size (), "qSymbol::%s", &reply[8]);
dc8acb97 4403 else
2bbe3cc1 4404 {
f5656ead 4405 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
77e371c0 4406 CORE_ADDR sym_addr = BMSYMBOL_VALUE_ADDRESS (sym);
2bbe3cc1
DJ
4407
4408 /* If this is a function address, return the start of code
4409 instead of any data function descriptor. */
f5656ead 4410 sym_addr = gdbarch_convert_from_func_ptr_addr (target_gdbarch (),
2bbe3cc1
DJ
4411 sym_addr,
4412 &current_target);
4413
4414 xsnprintf (msg, get_remote_packet_size (), "qSymbol:%s:%s",
5af949e3 4415 phex_nz (sym_addr, addr_size), &reply[8]);
2bbe3cc1
DJ
4416 }
4417
dc8acb97 4418 putpkt (msg);
28170b88 4419 getpkt (&reply, &reply_size, 0);
dc8acb97 4420 }
a5c0808e
PA
4421
4422 do_cleanups (old_chain);
dc8acb97
MS
4423}
4424
9db8d71f 4425static struct serial *
baa336ce 4426remote_serial_open (const char *name)
9db8d71f
DJ
4427{
4428 static int udp_warning = 0;
4429
4430 /* FIXME: Parsing NAME here is a hack. But we want to warn here instead
4431 of in ser-tcp.c, because it is the remote protocol assuming that the
4432 serial connection is reliable and not the serial connection promising
4433 to be. */
61012eef 4434 if (!udp_warning && startswith (name, "udp:"))
9db8d71f 4435 {
3e43a32a
MS
4436 warning (_("The remote protocol may be unreliable over UDP.\n"
4437 "Some events may be lost, rendering further debugging "
4438 "impossible."));
9db8d71f
DJ
4439 udp_warning = 1;
4440 }
4441
4442 return serial_open (name);
4443}
4444
d914c394
SS
4445/* Inform the target of our permission settings. The permission flags
4446 work without this, but if the target knows the settings, it can do
4447 a couple things. First, it can add its own check, to catch cases
4448 that somehow manage to get by the permissions checks in target
4449 methods. Second, if the target is wired to disallow particular
4450 settings (for instance, a system in the field that is not set up to
4451 be able to stop at a breakpoint), it can object to any unavailable
4452 permissions. */
4453
4454void
c378d69d 4455remote_set_permissions (struct target_ops *self)
d914c394
SS
4456{
4457 struct remote_state *rs = get_remote_state ();
4458
bba74b36
YQ
4459 xsnprintf (rs->buf, get_remote_packet_size (), "QAllow:"
4460 "WriteReg:%x;WriteMem:%x;"
4461 "InsertBreak:%x;InsertTrace:%x;"
4462 "InsertFastTrace:%x;Stop:%x",
4463 may_write_registers, may_write_memory,
4464 may_insert_breakpoints, may_insert_tracepoints,
4465 may_insert_fast_tracepoints, may_stop);
d914c394
SS
4466 putpkt (rs->buf);
4467 getpkt (&rs->buf, &rs->buf_size, 0);
4468
4469 /* If the target didn't like the packet, warn the user. Do not try
4470 to undo the user's settings, that would just be maddening. */
4471 if (strcmp (rs->buf, "OK") != 0)
7ea6d463 4472 warning (_("Remote refused setting permissions with: %s"), rs->buf);
d914c394
SS
4473}
4474
be2a5f71
DJ
4475/* This type describes each known response to the qSupported
4476 packet. */
4477struct protocol_feature
4478{
4479 /* The name of this protocol feature. */
4480 const char *name;
4481
4482 /* The default for this protocol feature. */
4483 enum packet_support default_support;
4484
4485 /* The function to call when this feature is reported, or after
4486 qSupported processing if the feature is not supported.
4487 The first argument points to this structure. The second
4488 argument indicates whether the packet requested support be
4489 enabled, disabled, or probed (or the default, if this function
4490 is being called at the end of processing and this feature was
4491 not reported). The third argument may be NULL; if not NULL, it
4492 is a NUL-terminated string taken from the packet following
4493 this feature's name and an equals sign. */
4494 void (*func) (const struct protocol_feature *, enum packet_support,
4495 const char *);
4496
4497 /* The corresponding packet for this feature. Only used if
4498 FUNC is remote_supported_packet. */
4499 int packet;
4500};
4501
be2a5f71
DJ
4502static void
4503remote_supported_packet (const struct protocol_feature *feature,
4504 enum packet_support support,
4505 const char *argument)
4506{
4507 if (argument)
4508 {
4509 warning (_("Remote qSupported response supplied an unexpected value for"
4510 " \"%s\"."), feature->name);
4511 return;
4512 }
4513
4082afcc 4514 remote_protocol_packets[feature->packet].support = support;
be2a5f71 4515}
be2a5f71
DJ
4516
4517static void
4518remote_packet_size (const struct protocol_feature *feature,
4519 enum packet_support support, const char *value)
4520{
4521 struct remote_state *rs = get_remote_state ();
4522
4523 int packet_size;
4524 char *value_end;
4525
4526 if (support != PACKET_ENABLE)
4527 return;
4528
4529 if (value == NULL || *value == '\0')
4530 {
4531 warning (_("Remote target reported \"%s\" without a size."),
4532 feature->name);
4533 return;
4534 }
4535
4536 errno = 0;
4537 packet_size = strtol (value, &value_end, 16);
4538 if (errno != 0 || *value_end != '\0' || packet_size < 0)
4539 {
4540 warning (_("Remote target reported \"%s\" with a bad size: \"%s\"."),
4541 feature->name, value);
4542 return;
4543 }
4544
be2a5f71
DJ
4545 /* Record the new maximum packet size. */
4546 rs->explicit_packet_size = packet_size;
4547}
4548
dc473cfb 4549static const struct protocol_feature remote_protocol_features[] = {
0876f84a 4550 { "PacketSize", PACKET_DISABLE, remote_packet_size, -1 },
40e57cf2 4551 { "qXfer:auxv:read", PACKET_DISABLE, remote_supported_packet,
fd79ecee 4552 PACKET_qXfer_auxv },
c78fa86a
GB
4553 { "qXfer:exec-file:read", PACKET_DISABLE, remote_supported_packet,
4554 PACKET_qXfer_exec_file },
23181151
DJ
4555 { "qXfer:features:read", PACKET_DISABLE, remote_supported_packet,
4556 PACKET_qXfer_features },
cfa9d6d9
DJ
4557 { "qXfer:libraries:read", PACKET_DISABLE, remote_supported_packet,
4558 PACKET_qXfer_libraries },
2268b414
JK
4559 { "qXfer:libraries-svr4:read", PACKET_DISABLE, remote_supported_packet,
4560 PACKET_qXfer_libraries_svr4 },
ced63ec0 4561 { "augmented-libraries-svr4-read", PACKET_DISABLE,
4082afcc 4562 remote_supported_packet, PACKET_augmented_libraries_svr4_read_feature },
fd79ecee 4563 { "qXfer:memory-map:read", PACKET_DISABLE, remote_supported_packet,
89be2091 4564 PACKET_qXfer_memory_map },
4de6483e
UW
4565 { "qXfer:spu:read", PACKET_DISABLE, remote_supported_packet,
4566 PACKET_qXfer_spu_read },
4567 { "qXfer:spu:write", PACKET_DISABLE, remote_supported_packet,
4568 PACKET_qXfer_spu_write },
07e059b5
VP
4569 { "qXfer:osdata:read", PACKET_DISABLE, remote_supported_packet,
4570 PACKET_qXfer_osdata },
dc146f7c
VP
4571 { "qXfer:threads:read", PACKET_DISABLE, remote_supported_packet,
4572 PACKET_qXfer_threads },
b3b9301e
PA
4573 { "qXfer:traceframe-info:read", PACKET_DISABLE, remote_supported_packet,
4574 PACKET_qXfer_traceframe_info },
89be2091
DJ
4575 { "QPassSignals", PACKET_DISABLE, remote_supported_packet,
4576 PACKET_QPassSignals },
82075af2
JS
4577 { "QCatchSyscalls", PACKET_DISABLE, remote_supported_packet,
4578 PACKET_QCatchSyscalls },
9b224c5e
PA
4579 { "QProgramSignals", PACKET_DISABLE, remote_supported_packet,
4580 PACKET_QProgramSignals },
bc3b087d
SDJ
4581 { "QSetWorkingDir", PACKET_DISABLE, remote_supported_packet,
4582 PACKET_QSetWorkingDir },
aefd8b33
SDJ
4583 { "QStartupWithShell", PACKET_DISABLE, remote_supported_packet,
4584 PACKET_QStartupWithShell },
0a2dde4a
SDJ
4585 { "QEnvironmentHexEncoded", PACKET_DISABLE, remote_supported_packet,
4586 PACKET_QEnvironmentHexEncoded },
4587 { "QEnvironmentReset", PACKET_DISABLE, remote_supported_packet,
4588 PACKET_QEnvironmentReset },
4589 { "QEnvironmentUnset", PACKET_DISABLE, remote_supported_packet,
4590 PACKET_QEnvironmentUnset },
a6f3e723
SL
4591 { "QStartNoAckMode", PACKET_DISABLE, remote_supported_packet,
4592 PACKET_QStartNoAckMode },
4082afcc
PA
4593 { "multiprocess", PACKET_DISABLE, remote_supported_packet,
4594 PACKET_multiprocess_feature },
4595 { "QNonStop", PACKET_DISABLE, remote_supported_packet, PACKET_QNonStop },
4aa995e1
PA
4596 { "qXfer:siginfo:read", PACKET_DISABLE, remote_supported_packet,
4597 PACKET_qXfer_siginfo_read },
4598 { "qXfer:siginfo:write", PACKET_DISABLE, remote_supported_packet,
4599 PACKET_qXfer_siginfo_write },
4082afcc 4600 { "ConditionalTracepoints", PACKET_DISABLE, remote_supported_packet,
782b2b07 4601 PACKET_ConditionalTracepoints },
4082afcc 4602 { "ConditionalBreakpoints", PACKET_DISABLE, remote_supported_packet,
3788aec7 4603 PACKET_ConditionalBreakpoints },
4082afcc 4604 { "BreakpointCommands", PACKET_DISABLE, remote_supported_packet,
d3ce09f5 4605 PACKET_BreakpointCommands },
4082afcc 4606 { "FastTracepoints", PACKET_DISABLE, remote_supported_packet,
7a697b8d 4607 PACKET_FastTracepoints },
4082afcc 4608 { "StaticTracepoints", PACKET_DISABLE, remote_supported_packet,
0fb4aa4b 4609 PACKET_StaticTracepoints },
4082afcc 4610 {"InstallInTrace", PACKET_DISABLE, remote_supported_packet,
1e4d1764 4611 PACKET_InstallInTrace},
4082afcc
PA
4612 { "DisconnectedTracing", PACKET_DISABLE, remote_supported_packet,
4613 PACKET_DisconnectedTracing_feature },
40ab02ce
MS
4614 { "ReverseContinue", PACKET_DISABLE, remote_supported_packet,
4615 PACKET_bc },
4616 { "ReverseStep", PACKET_DISABLE, remote_supported_packet,
4617 PACKET_bs },
409873ef
SS
4618 { "TracepointSource", PACKET_DISABLE, remote_supported_packet,
4619 PACKET_TracepointSource },
d914c394
SS
4620 { "QAllow", PACKET_DISABLE, remote_supported_packet,
4621 PACKET_QAllow },
4082afcc
PA
4622 { "EnableDisableTracepoints", PACKET_DISABLE, remote_supported_packet,
4623 PACKET_EnableDisableTracepoints_feature },
78d85199
YQ
4624 { "qXfer:fdpic:read", PACKET_DISABLE, remote_supported_packet,
4625 PACKET_qXfer_fdpic },
169081d0
TG
4626 { "qXfer:uib:read", PACKET_DISABLE, remote_supported_packet,
4627 PACKET_qXfer_uib },
03583c20
UW
4628 { "QDisableRandomization", PACKET_DISABLE, remote_supported_packet,
4629 PACKET_QDisableRandomization },
d1feda86 4630 { "QAgent", PACKET_DISABLE, remote_supported_packet, PACKET_QAgent},
f6f899bf
HAQ
4631 { "QTBuffer:size", PACKET_DISABLE,
4632 remote_supported_packet, PACKET_QTBuffer_size},
4082afcc 4633 { "tracenz", PACKET_DISABLE, remote_supported_packet, PACKET_tracenz_feature },
9accd112
MM
4634 { "Qbtrace:off", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_off },
4635 { "Qbtrace:bts", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_bts },
b20a6524 4636 { "Qbtrace:pt", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_pt },
9accd112 4637 { "qXfer:btrace:read", PACKET_DISABLE, remote_supported_packet,
f4abbc16
MM
4638 PACKET_qXfer_btrace },
4639 { "qXfer:btrace-conf:read", PACKET_DISABLE, remote_supported_packet,
d33501a5
MM
4640 PACKET_qXfer_btrace_conf },
4641 { "Qbtrace-conf:bts:size", PACKET_DISABLE, remote_supported_packet,
f7e6eed5
PA
4642 PACKET_Qbtrace_conf_bts_size },
4643 { "swbreak", PACKET_DISABLE, remote_supported_packet, PACKET_swbreak_feature },
0a93529c 4644 { "hwbreak", PACKET_DISABLE, remote_supported_packet, PACKET_hwbreak_feature },
89245bc0
DB
4645 { "fork-events", PACKET_DISABLE, remote_supported_packet,
4646 PACKET_fork_event_feature },
4647 { "vfork-events", PACKET_DISABLE, remote_supported_packet,
4648 PACKET_vfork_event_feature },
94585166
DB
4649 { "exec-events", PACKET_DISABLE, remote_supported_packet,
4650 PACKET_exec_event_feature },
b20a6524 4651 { "Qbtrace-conf:pt:size", PACKET_DISABLE, remote_supported_packet,
750ce8d1 4652 PACKET_Qbtrace_conf_pt_size },
65706a29
PA
4653 { "vContSupported", PACKET_DISABLE, remote_supported_packet, PACKET_vContSupported },
4654 { "QThreadEvents", PACKET_DISABLE, remote_supported_packet, PACKET_QThreadEvents },
f2faf941 4655 { "no-resumed", PACKET_DISABLE, remote_supported_packet, PACKET_no_resumed },
be2a5f71
DJ
4656};
4657
c8d5aac9
L
4658static char *remote_support_xml;
4659
4660/* Register string appended to "xmlRegisters=" in qSupported query. */
4661
4662void
6e39997a 4663register_remote_support_xml (const char *xml)
c8d5aac9
L
4664{
4665#if defined(HAVE_LIBEXPAT)
4666 if (remote_support_xml == NULL)
c4f7c687 4667 remote_support_xml = concat ("xmlRegisters=", xml, (char *) NULL);
c8d5aac9
L
4668 else
4669 {
4670 char *copy = xstrdup (remote_support_xml + 13);
4671 char *p = strtok (copy, ",");
4672
4673 do
4674 {
4675 if (strcmp (p, xml) == 0)
4676 {
4677 /* already there */
4678 xfree (copy);
4679 return;
4680 }
4681 }
4682 while ((p = strtok (NULL, ",")) != NULL);
4683 xfree (copy);
4684
94b0dee1
PA
4685 remote_support_xml = reconcat (remote_support_xml,
4686 remote_support_xml, ",", xml,
4687 (char *) NULL);
c8d5aac9
L
4688 }
4689#endif
4690}
4691
4692static char *
4693remote_query_supported_append (char *msg, const char *append)
4694{
4695 if (msg)
94b0dee1 4696 return reconcat (msg, msg, ";", append, (char *) NULL);
c8d5aac9
L
4697 else
4698 return xstrdup (append);
4699}
4700
be2a5f71
DJ
4701static void
4702remote_query_supported (void)
4703{
4704 struct remote_state *rs = get_remote_state ();
4705 char *next;
4706 int i;
4707 unsigned char seen [ARRAY_SIZE (remote_protocol_features)];
4708
4709 /* The packet support flags are handled differently for this packet
4710 than for most others. We treat an error, a disabled packet, and
4711 an empty response identically: any features which must be reported
4712 to be used will be automatically disabled. An empty buffer
4713 accomplishes this, since that is also the representation for a list
4714 containing no features. */
4715
4716 rs->buf[0] = 0;
4082afcc 4717 if (packet_support (PACKET_qSupported) != PACKET_DISABLE)
be2a5f71 4718 {
c8d5aac9 4719 char *q = NULL;
94b0dee1 4720 struct cleanup *old_chain = make_cleanup (free_current_contents, &q);
c8d5aac9 4721
73b8c1fd
PA
4722 if (packet_set_cmd_state (PACKET_multiprocess_feature) != AUTO_BOOLEAN_FALSE)
4723 q = remote_query_supported_append (q, "multiprocess+");
c8d5aac9 4724
f7e6eed5
PA
4725 if (packet_set_cmd_state (PACKET_swbreak_feature) != AUTO_BOOLEAN_FALSE)
4726 q = remote_query_supported_append (q, "swbreak+");
4727 if (packet_set_cmd_state (PACKET_hwbreak_feature) != AUTO_BOOLEAN_FALSE)
4728 q = remote_query_supported_append (q, "hwbreak+");
4729
dde08ee1
PA
4730 q = remote_query_supported_append (q, "qRelocInsn+");
4731
8020350c
DB
4732 if (packet_set_cmd_state (PACKET_fork_event_feature)
4733 != AUTO_BOOLEAN_FALSE)
4734 q = remote_query_supported_append (q, "fork-events+");
4735 if (packet_set_cmd_state (PACKET_vfork_event_feature)
4736 != AUTO_BOOLEAN_FALSE)
4737 q = remote_query_supported_append (q, "vfork-events+");
4738 if (packet_set_cmd_state (PACKET_exec_event_feature)
4739 != AUTO_BOOLEAN_FALSE)
4740 q = remote_query_supported_append (q, "exec-events+");
89245bc0 4741
750ce8d1
YQ
4742 if (packet_set_cmd_state (PACKET_vContSupported) != AUTO_BOOLEAN_FALSE)
4743 q = remote_query_supported_append (q, "vContSupported+");
4744
65706a29
PA
4745 if (packet_set_cmd_state (PACKET_QThreadEvents) != AUTO_BOOLEAN_FALSE)
4746 q = remote_query_supported_append (q, "QThreadEvents+");
4747
f2faf941
PA
4748 if (packet_set_cmd_state (PACKET_no_resumed) != AUTO_BOOLEAN_FALSE)
4749 q = remote_query_supported_append (q, "no-resumed+");
4750
b35d5edb
PA
4751 /* Keep this one last to work around a gdbserver <= 7.10 bug in
4752 the qSupported:xmlRegisters=i386 handling. */
7cc244de
PA
4753 if (remote_support_xml != NULL
4754 && packet_support (PACKET_qXfer_features) != PACKET_DISABLE)
b35d5edb
PA
4755 q = remote_query_supported_append (q, remote_support_xml);
4756
dde08ee1
PA
4757 q = reconcat (q, "qSupported:", q, (char *) NULL);
4758 putpkt (q);
82f73884 4759
94b0dee1
PA
4760 do_cleanups (old_chain);
4761
be2a5f71
DJ
4762 getpkt (&rs->buf, &rs->buf_size, 0);
4763
4764 /* If an error occured, warn, but do not return - just reset the
4765 buffer to empty and go on to disable features. */
4766 if (packet_ok (rs->buf, &remote_protocol_packets[PACKET_qSupported])
4767 == PACKET_ERROR)
4768 {
4769 warning (_("Remote failure reply: %s"), rs->buf);
4770 rs->buf[0] = 0;
4771 }
4772 }
4773
4774 memset (seen, 0, sizeof (seen));
4775
4776 next = rs->buf;
4777 while (*next)
4778 {
4779 enum packet_support is_supported;
4780 char *p, *end, *name_end, *value;
4781
4782 /* First separate out this item from the rest of the packet. If
4783 there's another item after this, we overwrite the separator
4784 (terminated strings are much easier to work with). */
4785 p = next;
4786 end = strchr (p, ';');
4787 if (end == NULL)
4788 {
4789 end = p + strlen (p);
4790 next = end;
4791 }
4792 else
4793 {
89be2091
DJ
4794 *end = '\0';
4795 next = end + 1;
4796
be2a5f71
DJ
4797 if (end == p)
4798 {
4799 warning (_("empty item in \"qSupported\" response"));
4800 continue;
4801 }
be2a5f71
DJ
4802 }
4803
4804 name_end = strchr (p, '=');
4805 if (name_end)
4806 {
4807 /* This is a name=value entry. */
4808 is_supported = PACKET_ENABLE;
4809 value = name_end + 1;
4810 *name_end = '\0';
4811 }
4812 else
4813 {
4814 value = NULL;
4815 switch (end[-1])
4816 {
4817 case '+':
4818 is_supported = PACKET_ENABLE;
4819 break;
4820
4821 case '-':
4822 is_supported = PACKET_DISABLE;
4823 break;
4824
4825 case '?':
4826 is_supported = PACKET_SUPPORT_UNKNOWN;
4827 break;
4828
4829 default:
3e43a32a
MS
4830 warning (_("unrecognized item \"%s\" "
4831 "in \"qSupported\" response"), p);
be2a5f71
DJ
4832 continue;
4833 }
4834 end[-1] = '\0';
4835 }
4836
4837 for (i = 0; i < ARRAY_SIZE (remote_protocol_features); i++)
4838 if (strcmp (remote_protocol_features[i].name, p) == 0)
4839 {
4840 const struct protocol_feature *feature;
4841
4842 seen[i] = 1;
4843 feature = &remote_protocol_features[i];
4844 feature->func (feature, is_supported, value);
4845 break;
4846 }
4847 }
4848
4849 /* If we increased the packet size, make sure to increase the global
4850 buffer size also. We delay this until after parsing the entire
4851 qSupported packet, because this is the same buffer we were
4852 parsing. */
4853 if (rs->buf_size < rs->explicit_packet_size)
4854 {
4855 rs->buf_size = rs->explicit_packet_size;
224c3ddb 4856 rs->buf = (char *) xrealloc (rs->buf, rs->buf_size);
be2a5f71
DJ
4857 }
4858
4859 /* Handle the defaults for unmentioned features. */
4860 for (i = 0; i < ARRAY_SIZE (remote_protocol_features); i++)
4861 if (!seen[i])
4862 {
4863 const struct protocol_feature *feature;
4864
4865 feature = &remote_protocol_features[i];
4866 feature->func (feature, feature->default_support, NULL);
4867 }
4868}
4869
048094ac
PA
4870/* Serial QUIT handler for the remote serial descriptor.
4871
4872 Defers handling a Ctrl-C until we're done with the current
4873 command/response packet sequence, unless:
4874
4875 - We're setting up the connection. Don't send a remote interrupt
4876 request, as we're not fully synced yet. Quit immediately
4877 instead.
4878
4879 - The target has been resumed in the foreground
223ffa71 4880 (target_terminal::is_ours is false) with a synchronous resume
048094ac
PA
4881 packet, and we're blocked waiting for the stop reply, thus a
4882 Ctrl-C should be immediately sent to the target.
4883
4884 - We get a second Ctrl-C while still within the same serial read or
4885 write. In that case the serial is seemingly wedged --- offer to
4886 quit/disconnect.
4887
4888 - We see a second Ctrl-C without target response, after having
4889 previously interrupted the target. In that case the target/stub
4890 is probably wedged --- offer to quit/disconnect.
4891*/
4892
4893static void
4894remote_serial_quit_handler (void)
4895{
4896 struct remote_state *rs = get_remote_state ();
4897
4898 if (check_quit_flag ())
4899 {
4900 /* If we're starting up, we're not fully synced yet. Quit
4901 immediately. */
4902 if (rs->starting_up)
4903 quit ();
4904 else if (rs->got_ctrlc_during_io)
4905 {
4906 if (query (_("The target is not responding to GDB commands.\n"
4907 "Stop debugging it? ")))
4908 remote_unpush_and_throw ();
4909 }
4910 /* If ^C has already been sent once, offer to disconnect. */
223ffa71 4911 else if (!target_terminal::is_ours () && rs->ctrlc_pending_p)
048094ac
PA
4912 interrupt_query ();
4913 /* All-stop protocol, and blocked waiting for stop reply. Send
4914 an interrupt request. */
223ffa71 4915 else if (!target_terminal::is_ours () && rs->waiting_for_stop_reply)
048094ac
PA
4916 target_interrupt (inferior_ptid);
4917 else
4918 rs->got_ctrlc_during_io = 1;
4919 }
4920}
4921
78a095c3
JK
4922/* Remove any of the remote.c targets from target stack. Upper targets depend
4923 on it so remove them first. */
4924
4925static void
4926remote_unpush_target (void)
4927{
915ef8b1 4928 pop_all_targets_at_and_above (process_stratum);
78a095c3 4929}
be2a5f71 4930
048094ac
PA
4931static void
4932remote_unpush_and_throw (void)
4933{
4934 remote_unpush_target ();
4935 throw_error (TARGET_CLOSE_ERROR, _("Disconnected from target."));
4936}
4937
c906108c 4938static void
014f9477 4939remote_open_1 (const char *name, int from_tty,
3e43a32a 4940 struct target_ops *target, int extended_p)
c906108c 4941{
d01949b6 4942 struct remote_state *rs = get_remote_state ();
a6f3e723 4943
c906108c 4944 if (name == 0)
8a3fe4f8 4945 error (_("To open a remote debug connection, you need to specify what\n"
22e04375 4946 "serial device is attached to the remote system\n"
8a3fe4f8 4947 "(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.)."));
c906108c 4948
23860348 4949 /* See FIXME above. */
c6ebd6cf 4950 if (!target_async_permitted)
92d1e331 4951 wait_forever_enabled_p = 1;
6426a772 4952
2d717e4f 4953 /* If we're connected to a running target, target_preopen will kill it.
78a095c3
JK
4954 Ask this question first, before target_preopen has a chance to kill
4955 anything. */
5d93a237 4956 if (rs->remote_desc != NULL && !have_inferiors ())
2d717e4f 4957 {
78a095c3
JK
4958 if (from_tty
4959 && !query (_("Already connected to a remote target. Disconnect? ")))
2d717e4f
DJ
4960 error (_("Still connected."));
4961 }
4962
78a095c3 4963 /* Here the possibly existing remote target gets unpushed. */
c906108c
SS
4964 target_preopen (from_tty);
4965
89be2091 4966 /* Make sure we send the passed signals list the next time we resume. */
747dc59d
TT
4967 xfree (rs->last_pass_packet);
4968 rs->last_pass_packet = NULL;
89be2091 4969
9b224c5e
PA
4970 /* Make sure we send the program signals list the next time we
4971 resume. */
5e4a05c4
TT
4972 xfree (rs->last_program_signals_packet);
4973 rs->last_program_signals_packet = NULL;
9b224c5e 4974
ad9a8f3f 4975 remote_fileio_reset ();
1dd41f16
NS
4976 reopen_exec_file ();
4977 reread_symbols ();
4978
5d93a237
TT
4979 rs->remote_desc = remote_serial_open (name);
4980 if (!rs->remote_desc)
c906108c
SS
4981 perror_with_name (name);
4982
4983 if (baud_rate != -1)
4984 {
5d93a237 4985 if (serial_setbaudrate (rs->remote_desc, baud_rate))
c906108c 4986 {
9b74d5d3
KB
4987 /* The requested speed could not be set. Error out to
4988 top level after closing remote_desc. Take care to
4989 set remote_desc to NULL to avoid closing remote_desc
4990 more than once. */
5d93a237
TT
4991 serial_close (rs->remote_desc);
4992 rs->remote_desc = NULL;
c906108c
SS
4993 perror_with_name (name);
4994 }
4995 }
4996
236af5e3 4997 serial_setparity (rs->remote_desc, serial_parity);
5d93a237 4998 serial_raw (rs->remote_desc);
c906108c
SS
4999
5000 /* If there is something sitting in the buffer we might take it as a
5001 response to a command, which would be bad. */
5d93a237 5002 serial_flush_input (rs->remote_desc);
c906108c
SS
5003
5004 if (from_tty)
5005 {
5006 puts_filtered ("Remote debugging using ");
5007 puts_filtered (name);
5008 puts_filtered ("\n");
5009 }
23860348 5010 push_target (target); /* Switch to using remote target now. */
c906108c 5011
74531fed
PA
5012 /* Register extra event sources in the event loop. */
5013 remote_async_inferior_event_token
5014 = create_async_event_handler (remote_async_inferior_event_handler,
5015 NULL);
5965e028 5016 rs->notif_state = remote_notif_state_allocate ();
74531fed 5017
be2a5f71
DJ
5018 /* Reset the target state; these things will be queried either by
5019 remote_query_supported or as they are needed. */
ca4f7f8b 5020 reset_all_packet_configs_support ();
74531fed 5021 rs->cached_wait_status = 0;
be2a5f71 5022 rs->explicit_packet_size = 0;
a6f3e723 5023 rs->noack_mode = 0;
82f73884 5024 rs->extended = extended_p;
e24a49d8 5025 rs->waiting_for_stop_reply = 0;
3a29589a 5026 rs->ctrlc_pending_p = 0;
048094ac 5027 rs->got_ctrlc_during_io = 0;
802188a7 5028
47f8a51d
TT
5029 rs->general_thread = not_sent_ptid;
5030 rs->continue_thread = not_sent_ptid;
262e1174 5031 rs->remote_traceframe_number = -1;
c906108c 5032
3a00c802
PA
5033 rs->last_resume_exec_dir = EXEC_FORWARD;
5034
9d1f7ab2 5035 /* Probe for ability to use "ThreadInfo" query, as required. */
b80fafe3
TT
5036 rs->use_threadinfo_query = 1;
5037 rs->use_threadextra_query = 1;
9d1f7ab2 5038
80152258
PA
5039 readahead_cache_invalidate ();
5040
c6ebd6cf 5041 if (target_async_permitted)
92d1e331 5042 {
92d1e331
DJ
5043 /* FIXME: cagney/1999-09-23: During the initial connection it is
5044 assumed that the target is already ready and able to respond to
0df8b418 5045 requests. Unfortunately remote_start_remote() eventually calls
92d1e331 5046 wait_for_inferior() with no timeout. wait_forever_enabled_p gets
0df8b418 5047 around this. Eventually a mechanism that allows
92d1e331 5048 wait_for_inferior() to expect/get timeouts will be
23860348 5049 implemented. */
92d1e331
DJ
5050 wait_forever_enabled_p = 0;
5051 }
5052
23860348 5053 /* First delete any symbols previously loaded from shared libraries. */
f78f6cf1 5054 no_shared_libraries (NULL, 0);
f78f6cf1 5055
74531fed
PA
5056 /* Start afresh. */
5057 init_thread_list ();
5058
36918e70 5059 /* Start the remote connection. If error() or QUIT, discard this
165b8e33
AC
5060 target (we'd otherwise be in an inconsistent state) and then
5061 propogate the error on up the exception chain. This ensures that
5062 the caller doesn't stumble along blindly assuming that the
5063 function succeeded. The CLI doesn't have this problem but other
5064 UI's, such as MI do.
36918e70
AC
5065
5066 FIXME: cagney/2002-05-19: Instead of re-throwing the exception,
5067 this function should return an error indication letting the
ce2826aa 5068 caller restore the previous state. Unfortunately the command
36918e70
AC
5069 ``target remote'' is directly wired to this function making that
5070 impossible. On a positive note, the CLI side of this problem has
5071 been fixed - the function set_cmd_context() makes it possible for
5072 all the ``target ....'' commands to share a common callback
5073 function. See cli-dump.c. */
109c3e39 5074 {
2d717e4f 5075
492d29ea 5076 TRY
04bd08de
TT
5077 {
5078 remote_start_remote (from_tty, target, extended_p);
5079 }
492d29ea 5080 CATCH (ex, RETURN_MASK_ALL)
109c3e39 5081 {
c8d104ad
PA
5082 /* Pop the partially set up target - unless something else did
5083 already before throwing the exception. */
5d93a237 5084 if (rs->remote_desc != NULL)
78a095c3 5085 remote_unpush_target ();
c6ebd6cf 5086 if (target_async_permitted)
109c3e39
AC
5087 wait_forever_enabled_p = 1;
5088 throw_exception (ex);
5089 }
492d29ea 5090 END_CATCH
109c3e39 5091 }
c906108c 5092
f4abbc16
MM
5093 remote_btrace_reset ();
5094
c6ebd6cf 5095 if (target_async_permitted)
92d1e331 5096 wait_forever_enabled_p = 1;
43ff13b4
JM
5097}
5098
de0d863e
DB
5099/* Detach the specified process. */
5100
5101static void
5102remote_detach_pid (int pid)
5103{
5104 struct remote_state *rs = get_remote_state ();
5105
5106 if (remote_multi_process_p (rs))
5107 xsnprintf (rs->buf, get_remote_packet_size (), "D;%x", pid);
5108 else
5109 strcpy (rs->buf, "D");
5110
5111 putpkt (rs->buf);
5112 getpkt (&rs->buf, &rs->buf_size, 0);
5113
5114 if (rs->buf[0] == 'O' && rs->buf[1] == 'K')
5115 ;
5116 else if (rs->buf[0] == '\0')
5117 error (_("Remote doesn't know how to detach"));
5118 else
5119 error (_("Can't detach process."));
5120}
5121
5122/* This detaches a program to which we previously attached, using
5123 inferior_ptid to identify the process. After this is done, GDB
5124 can be used to debug some other program. We better not have left
5125 any breakpoints in the target program or it'll die when it hits
5126 one. */
c906108c
SS
5127
5128static void
de0d863e 5129remote_detach_1 (const char *args, int from_tty)
c906108c 5130{
82f73884 5131 int pid = ptid_get_pid (inferior_ptid);
d01949b6 5132 struct remote_state *rs = get_remote_state ();
de0d863e
DB
5133 struct thread_info *tp = find_thread_ptid (inferior_ptid);
5134 int is_fork_parent;
c906108c
SS
5135
5136 if (args)
8a3fe4f8 5137 error (_("Argument given to \"detach\" when remotely debugging."));
c906108c 5138
2d717e4f
DJ
5139 if (!target_has_execution)
5140 error (_("No process to detach from."));
5141
0f48b757 5142 target_announce_detach (from_tty);
7cee1e54 5143
c906108c 5144 /* Tell the remote target to detach. */
de0d863e 5145 remote_detach_pid (pid);
82f73884 5146
8020350c
DB
5147 /* Exit only if this is the only active inferior. */
5148 if (from_tty && !rs->extended && number_of_live_inferiors () == 1)
7cee1e54 5149 puts_filtered (_("Ending remote debugging.\n"));
82f73884 5150
de0d863e
DB
5151 /* Check to see if we are detaching a fork parent. Note that if we
5152 are detaching a fork child, tp == NULL. */
5153 is_fork_parent = (tp != NULL
5154 && tp->pending_follow.kind == TARGET_WAITKIND_FORKED);
5155
5156 /* If doing detach-on-fork, we don't mourn, because that will delete
5157 breakpoints that should be available for the followed inferior. */
5158 if (!is_fork_parent)
bc1e6c81 5159 target_mourn_inferior (inferior_ptid);
de0d863e
DB
5160 else
5161 {
5162 inferior_ptid = null_ptid;
5163 detach_inferior (pid);
5164 }
2d717e4f
DJ
5165}
5166
5167static void
52554a0e 5168remote_detach (struct target_ops *ops, const char *args, int from_tty)
2d717e4f 5169{
de0d863e 5170 remote_detach_1 (args, from_tty);
2d717e4f
DJ
5171}
5172
5173static void
52554a0e 5174extended_remote_detach (struct target_ops *ops, const char *args, int from_tty)
2d717e4f 5175{
de0d863e
DB
5176 remote_detach_1 (args, from_tty);
5177}
5178
5179/* Target follow-fork function for remote targets. On entry, and
5180 at return, the current inferior is the fork parent.
5181
5182 Note that although this is currently only used for extended-remote,
5183 it is named remote_follow_fork in anticipation of using it for the
5184 remote target as well. */
5185
5186static int
5187remote_follow_fork (struct target_ops *ops, int follow_child,
5188 int detach_fork)
5189{
5190 struct remote_state *rs = get_remote_state ();
c269dbdb 5191 enum target_waitkind kind = inferior_thread ()->pending_follow.kind;
de0d863e 5192
c269dbdb
DB
5193 if ((kind == TARGET_WAITKIND_FORKED && remote_fork_event_p (rs))
5194 || (kind == TARGET_WAITKIND_VFORKED && remote_vfork_event_p (rs)))
de0d863e
DB
5195 {
5196 /* When following the parent and detaching the child, we detach
5197 the child here. For the case of following the child and
5198 detaching the parent, the detach is done in the target-
5199 independent follow fork code in infrun.c. We can't use
5200 target_detach when detaching an unfollowed child because
5201 the client side doesn't know anything about the child. */
5202 if (detach_fork && !follow_child)
5203 {
5204 /* Detach the fork child. */
5205 ptid_t child_ptid;
5206 pid_t child_pid;
5207
5208 child_ptid = inferior_thread ()->pending_follow.value.related_pid;
5209 child_pid = ptid_get_pid (child_ptid);
5210
5211 remote_detach_pid (child_pid);
5212 detach_inferior (child_pid);
5213 }
5214 }
5215 return 0;
c906108c
SS
5216}
5217
94585166
DB
5218/* Target follow-exec function for remote targets. Save EXECD_PATHNAME
5219 in the program space of the new inferior. On entry and at return the
5220 current inferior is the exec'ing inferior. INF is the new exec'd
5221 inferior, which may be the same as the exec'ing inferior unless
5222 follow-exec-mode is "new". */
5223
5224static void
5225remote_follow_exec (struct target_ops *ops,
5226 struct inferior *inf, char *execd_pathname)
5227{
5228 /* We know that this is a target file name, so if it has the "target:"
5229 prefix we strip it off before saving it in the program space. */
5230 if (is_target_filename (execd_pathname))
5231 execd_pathname += strlen (TARGET_SYSROOT_PREFIX);
5232
5233 set_pspace_remote_exec_file (inf->pspace, execd_pathname);
5234}
5235
6ad8ae5c
DJ
5236/* Same as remote_detach, but don't send the "D" packet; just disconnect. */
5237
43ff13b4 5238static void
fee354ee 5239remote_disconnect (struct target_ops *target, const char *args, int from_tty)
43ff13b4 5240{
43ff13b4 5241 if (args)
2d717e4f 5242 error (_("Argument given to \"disconnect\" when remotely debugging."));
43ff13b4 5243
8020350c
DB
5244 /* Make sure we unpush even the extended remote targets. Calling
5245 target_mourn_inferior won't unpush, and remote_mourn won't
5246 unpush if there is more than one inferior left. */
5247 unpush_target (target);
5248 generic_mourn_inferior ();
2d717e4f 5249
43ff13b4
JM
5250 if (from_tty)
5251 puts_filtered ("Ending remote debugging.\n");
5252}
5253
2d717e4f
DJ
5254/* Attach to the process specified by ARGS. If FROM_TTY is non-zero,
5255 be chatty about it. */
5256
5257static void
20f796c9
GB
5258extended_remote_attach (struct target_ops *target, const char *args,
5259 int from_tty)
2d717e4f
DJ
5260{
5261 struct remote_state *rs = get_remote_state ();
be86555c 5262 int pid;
96ef3384 5263 char *wait_status = NULL;
2d717e4f 5264
74164c56 5265 pid = parse_pid_to_attach (args);
2d717e4f 5266
74164c56
JK
5267 /* Remote PID can be freely equal to getpid, do not check it here the same
5268 way as in other targets. */
2d717e4f 5269
4082afcc 5270 if (packet_support (PACKET_vAttach) == PACKET_DISABLE)
2d717e4f
DJ
5271 error (_("This target does not support attaching to a process"));
5272
7cee1e54
PA
5273 if (from_tty)
5274 {
5275 char *exec_file = get_exec_file (0);
5276
5277 if (exec_file)
5278 printf_unfiltered (_("Attaching to program: %s, %s\n"), exec_file,
5279 target_pid_to_str (pid_to_ptid (pid)));
5280 else
5281 printf_unfiltered (_("Attaching to %s\n"),
5282 target_pid_to_str (pid_to_ptid (pid)));
5283
5284 gdb_flush (gdb_stdout);
5285 }
5286
bba74b36 5287 xsnprintf (rs->buf, get_remote_packet_size (), "vAttach;%x", pid);
2d717e4f
DJ
5288 putpkt (rs->buf);
5289 getpkt (&rs->buf, &rs->buf_size, 0);
5290
4082afcc
PA
5291 switch (packet_ok (rs->buf,
5292 &remote_protocol_packets[PACKET_vAttach]))
2d717e4f 5293 {
4082afcc 5294 case PACKET_OK:
6efcd9a8 5295 if (!target_is_non_stop_p ())
74531fed
PA
5296 {
5297 /* Save the reply for later. */
224c3ddb 5298 wait_status = (char *) alloca (strlen (rs->buf) + 1);
74531fed
PA
5299 strcpy (wait_status, rs->buf);
5300 }
5301 else if (strcmp (rs->buf, "OK") != 0)
5302 error (_("Attaching to %s failed with: %s"),
5303 target_pid_to_str (pid_to_ptid (pid)),
5304 rs->buf);
4082afcc
PA
5305 break;
5306 case PACKET_UNKNOWN:
5307 error (_("This target does not support attaching to a process"));
5308 default:
5309 error (_("Attaching to %s failed"),
5310 target_pid_to_str (pid_to_ptid (pid)));
2d717e4f 5311 }
2d717e4f 5312
1b6e6f5c 5313 set_current_inferior (remote_add_inferior (0, pid, 1, 0));
bad34192 5314
2d717e4f 5315 inferior_ptid = pid_to_ptid (pid);
79d7f229 5316
6efcd9a8 5317 if (target_is_non_stop_p ())
bad34192
PA
5318 {
5319 struct thread_info *thread;
79d7f229 5320
bad34192 5321 /* Get list of threads. */
e8032dde 5322 remote_update_thread_list (target);
82f73884 5323
bad34192
PA
5324 thread = first_thread_of_process (pid);
5325 if (thread)
5326 inferior_ptid = thread->ptid;
5327 else
5328 inferior_ptid = pid_to_ptid (pid);
5329
5330 /* Invalidate our notion of the remote current thread. */
47f8a51d 5331 record_currthread (rs, minus_one_ptid);
bad34192 5332 }
74531fed 5333 else
bad34192
PA
5334 {
5335 /* Now, if we have thread information, update inferior_ptid. */
5336 inferior_ptid = remote_current_thread (inferior_ptid);
5337
5338 /* Add the main thread to the thread list. */
5339 add_thread_silent (inferior_ptid);
5340 }
c0a2216e 5341
96ef3384
UW
5342 /* Next, if the target can specify a description, read it. We do
5343 this before anything involving memory or registers. */
5344 target_find_description ();
5345
6efcd9a8 5346 if (!target_is_non_stop_p ())
74531fed
PA
5347 {
5348 /* Use the previously fetched status. */
5349 gdb_assert (wait_status != NULL);
5350
5351 if (target_can_async_p ())
5352 {
722247f1
YQ
5353 struct notif_event *reply
5354 = remote_notif_parse (&notif_client_stop, wait_status);
74531fed 5355
722247f1 5356 push_stop_reply ((struct stop_reply *) reply);
74531fed 5357
6a3753b3 5358 target_async (1);
74531fed
PA
5359 }
5360 else
5361 {
5362 gdb_assert (wait_status != NULL);
5363 strcpy (rs->buf, wait_status);
5364 rs->cached_wait_status = 1;
5365 }
5366 }
5367 else
5368 gdb_assert (wait_status == NULL);
2d717e4f
DJ
5369}
5370
b9c1d481
AS
5371/* Implementation of the to_post_attach method. */
5372
5373static void
5374extended_remote_post_attach (struct target_ops *ops, int pid)
5375{
6efcd9a8
PA
5376 /* Get text, data & bss offsets. */
5377 get_offsets ();
5378
b9c1d481
AS
5379 /* In certain cases GDB might not have had the chance to start
5380 symbol lookup up until now. This could happen if the debugged
5381 binary is not using shared libraries, the vsyscall page is not
5382 present (on Linux) and the binary itself hadn't changed since the
5383 debugging process was started. */
5384 if (symfile_objfile != NULL)
5385 remote_check_symbols();
5386}
5387
c906108c 5388\f
506fb367
DJ
5389/* Check for the availability of vCont. This function should also check
5390 the response. */
c906108c
SS
5391
5392static void
6d820c5c 5393remote_vcont_probe (struct remote_state *rs)
c906108c 5394{
2e9f7625 5395 char *buf;
6d820c5c 5396
2e9f7625
DJ
5397 strcpy (rs->buf, "vCont?");
5398 putpkt (rs->buf);
6d820c5c 5399 getpkt (&rs->buf, &rs->buf_size, 0);
2e9f7625 5400 buf = rs->buf;
c906108c 5401
506fb367 5402 /* Make sure that the features we assume are supported. */
61012eef 5403 if (startswith (buf, "vCont"))
506fb367
DJ
5404 {
5405 char *p = &buf[5];
750ce8d1 5406 int support_c, support_C;
506fb367 5407
750ce8d1
YQ
5408 rs->supports_vCont.s = 0;
5409 rs->supports_vCont.S = 0;
506fb367
DJ
5410 support_c = 0;
5411 support_C = 0;
d458bd84 5412 rs->supports_vCont.t = 0;
c1e36e3e 5413 rs->supports_vCont.r = 0;
506fb367
DJ
5414 while (p && *p == ';')
5415 {
5416 p++;
5417 if (*p == 's' && (*(p + 1) == ';' || *(p + 1) == 0))
750ce8d1 5418 rs->supports_vCont.s = 1;
506fb367 5419 else if (*p == 'S' && (*(p + 1) == ';' || *(p + 1) == 0))
750ce8d1 5420 rs->supports_vCont.S = 1;
506fb367
DJ
5421 else if (*p == 'c' && (*(p + 1) == ';' || *(p + 1) == 0))
5422 support_c = 1;
5423 else if (*p == 'C' && (*(p + 1) == ';' || *(p + 1) == 0))
5424 support_C = 1;
74531fed 5425 else if (*p == 't' && (*(p + 1) == ';' || *(p + 1) == 0))
d458bd84 5426 rs->supports_vCont.t = 1;
c1e36e3e
PA
5427 else if (*p == 'r' && (*(p + 1) == ';' || *(p + 1) == 0))
5428 rs->supports_vCont.r = 1;
506fb367
DJ
5429
5430 p = strchr (p, ';');
5431 }
c906108c 5432
750ce8d1
YQ
5433 /* If c, and C are not all supported, we can't use vCont. Clearing
5434 BUF will make packet_ok disable the packet. */
5435 if (!support_c || !support_C)
506fb367
DJ
5436 buf[0] = 0;
5437 }
c906108c 5438
444abaca 5439 packet_ok (buf, &remote_protocol_packets[PACKET_vCont]);
506fb367 5440}
c906108c 5441
0d8f58ca
PA
5442/* Helper function for building "vCont" resumptions. Write a
5443 resumption to P. ENDP points to one-passed-the-end of the buffer
5444 we're allowed to write to. Returns BUF+CHARACTERS_WRITTEN. The
5445 thread to be resumed is PTID; STEP and SIGGNAL indicate whether the
5446 resumed thread should be single-stepped and/or signalled. If PTID
5447 equals minus_one_ptid, then all threads are resumed; if PTID
5448 represents a process, then all threads of the process are resumed;
5449 the thread to be stepped and/or signalled is given in the global
5450 INFERIOR_PTID. */
5451
5452static char *
5453append_resumption (char *p, char *endp,
2ea28649 5454 ptid_t ptid, int step, enum gdb_signal siggnal)
0d8f58ca
PA
5455{
5456 struct remote_state *rs = get_remote_state ();
5457
a493e3e2 5458 if (step && siggnal != GDB_SIGNAL_0)
0d8f58ca 5459 p += xsnprintf (p, endp - p, ";S%02x", siggnal);
c1e36e3e
PA
5460 else if (step
5461 /* GDB is willing to range step. */
5462 && use_range_stepping
5463 /* Target supports range stepping. */
5464 && rs->supports_vCont.r
5465 /* We don't currently support range stepping multiple
5466 threads with a wildcard (though the protocol allows it,
5467 so stubs shouldn't make an active effort to forbid
5468 it). */
5469 && !(remote_multi_process_p (rs) && ptid_is_pid (ptid)))
5470 {
5471 struct thread_info *tp;
5472
5473 if (ptid_equal (ptid, minus_one_ptid))
5474 {
5475 /* If we don't know about the target thread's tid, then
5476 we're resuming magic_null_ptid (see caller). */
5477 tp = find_thread_ptid (magic_null_ptid);
5478 }
5479 else
5480 tp = find_thread_ptid (ptid);
5481 gdb_assert (tp != NULL);
5482
5483 if (tp->control.may_range_step)
5484 {
5485 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
5486
5487 p += xsnprintf (p, endp - p, ";r%s,%s",
5488 phex_nz (tp->control.step_range_start,
5489 addr_size),
5490 phex_nz (tp->control.step_range_end,
5491 addr_size));
5492 }
5493 else
5494 p += xsnprintf (p, endp - p, ";s");
5495 }
0d8f58ca
PA
5496 else if (step)
5497 p += xsnprintf (p, endp - p, ";s");
a493e3e2 5498 else if (siggnal != GDB_SIGNAL_0)
0d8f58ca
PA
5499 p += xsnprintf (p, endp - p, ";C%02x", siggnal);
5500 else
5501 p += xsnprintf (p, endp - p, ";c");
5502
5503 if (remote_multi_process_p (rs) && ptid_is_pid (ptid))
5504 {
5505 ptid_t nptid;
5506
5507 /* All (-1) threads of process. */
ba348170 5508 nptid = ptid_build (ptid_get_pid (ptid), -1, 0);
0d8f58ca
PA
5509
5510 p += xsnprintf (p, endp - p, ":");
5511 p = write_ptid (p, endp, nptid);
5512 }
5513 else if (!ptid_equal (ptid, minus_one_ptid))
5514 {
5515 p += xsnprintf (p, endp - p, ":");
5516 p = write_ptid (p, endp, ptid);
5517 }
5518
5519 return p;
5520}
5521
799a2abe
PA
5522/* Clear the thread's private info on resume. */
5523
5524static void
5525resume_clear_thread_private_info (struct thread_info *thread)
5526{
5527 if (thread->priv != NULL)
5528 {
7aabaf9d
SM
5529 remote_thread_info *priv = get_remote_thread_info (thread);
5530
5531 priv->stop_reason = TARGET_STOPPED_BY_NO_REASON;
5532 priv->watch_data_address = 0;
799a2abe
PA
5533 }
5534}
5535
e5ef252a
PA
5536/* Append a vCont continue-with-signal action for threads that have a
5537 non-zero stop signal. */
5538
5539static char *
5540append_pending_thread_resumptions (char *p, char *endp, ptid_t ptid)
5541{
5542 struct thread_info *thread;
5543
034f788c 5544 ALL_NON_EXITED_THREADS (thread)
e5ef252a
PA
5545 if (ptid_match (thread->ptid, ptid)
5546 && !ptid_equal (inferior_ptid, thread->ptid)
70509625 5547 && thread->suspend.stop_signal != GDB_SIGNAL_0)
e5ef252a
PA
5548 {
5549 p = append_resumption (p, endp, thread->ptid,
5550 0, thread->suspend.stop_signal);
5551 thread->suspend.stop_signal = GDB_SIGNAL_0;
799a2abe 5552 resume_clear_thread_private_info (thread);
e5ef252a
PA
5553 }
5554
5555 return p;
5556}
5557
7b68ffbb
PA
5558/* Set the target running, using the packets that use Hc
5559 (c/s/C/S). */
5560
5561static void
5562remote_resume_with_hc (struct target_ops *ops,
5563 ptid_t ptid, int step, enum gdb_signal siggnal)
5564{
5565 struct remote_state *rs = get_remote_state ();
5566 struct thread_info *thread;
5567 char *buf;
5568
5569 rs->last_sent_signal = siggnal;
5570 rs->last_sent_step = step;
5571
5572 /* The c/s/C/S resume packets use Hc, so set the continue
5573 thread. */
5574 if (ptid_equal (ptid, minus_one_ptid))
5575 set_continue_thread (any_thread_ptid);
5576 else
5577 set_continue_thread (ptid);
5578
5579 ALL_NON_EXITED_THREADS (thread)
5580 resume_clear_thread_private_info (thread);
5581
5582 buf = rs->buf;
5583 if (execution_direction == EXEC_REVERSE)
5584 {
5585 /* We don't pass signals to the target in reverse exec mode. */
5586 if (info_verbose && siggnal != GDB_SIGNAL_0)
5587 warning (_(" - Can't pass signal %d to target in reverse: ignored."),
5588 siggnal);
5589
5590 if (step && packet_support (PACKET_bs) == PACKET_DISABLE)
5591 error (_("Remote reverse-step not supported."));
5592 if (!step && packet_support (PACKET_bc) == PACKET_DISABLE)
5593 error (_("Remote reverse-continue not supported."));
5594
5595 strcpy (buf, step ? "bs" : "bc");
5596 }
5597 else if (siggnal != GDB_SIGNAL_0)
5598 {
5599 buf[0] = step ? 'S' : 'C';
5600 buf[1] = tohex (((int) siggnal >> 4) & 0xf);
5601 buf[2] = tohex (((int) siggnal) & 0xf);
5602 buf[3] = '\0';
5603 }
5604 else
5605 strcpy (buf, step ? "s" : "c");
5606
5607 putpkt (buf);
5608}
5609
506fb367
DJ
5610/* Resume the remote inferior by using a "vCont" packet. The thread
5611 to be resumed is PTID; STEP and SIGGNAL indicate whether the
79d7f229
PA
5612 resumed thread should be single-stepped and/or signalled. If PTID
5613 equals minus_one_ptid, then all threads are resumed; the thread to
5614 be stepped and/or signalled is given in the global INFERIOR_PTID.
5615 This function returns non-zero iff it resumes the inferior.
44eaed12 5616
7b68ffbb
PA
5617 This function issues a strict subset of all possible vCont commands
5618 at the moment. */
44eaed12 5619
506fb367 5620static int
7b68ffbb 5621remote_resume_with_vcont (ptid_t ptid, int step, enum gdb_signal siggnal)
506fb367
DJ
5622{
5623 struct remote_state *rs = get_remote_state ();
82f73884
PA
5624 char *p;
5625 char *endp;
44eaed12 5626
7b68ffbb
PA
5627 /* No reverse execution actions defined for vCont. */
5628 if (execution_direction == EXEC_REVERSE)
5629 return 0;
5630
4082afcc 5631 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
6d820c5c 5632 remote_vcont_probe (rs);
44eaed12 5633
4082afcc 5634 if (packet_support (PACKET_vCont) == PACKET_DISABLE)
6d820c5c 5635 return 0;
44eaed12 5636
82f73884
PA
5637 p = rs->buf;
5638 endp = rs->buf + get_remote_packet_size ();
5639
506fb367
DJ
5640 /* If we could generate a wider range of packets, we'd have to worry
5641 about overflowing BUF. Should there be a generic
5642 "multi-part-packet" packet? */
5643
0d8f58ca
PA
5644 p += xsnprintf (p, endp - p, "vCont");
5645
79d7f229 5646 if (ptid_equal (ptid, magic_null_ptid))
c906108c 5647 {
79d7f229
PA
5648 /* MAGIC_NULL_PTID means that we don't have any active threads,
5649 so we don't have any TID numbers the inferior will
5650 understand. Make sure to only send forms that do not specify
5651 a TID. */
a9cbf802 5652 append_resumption (p, endp, minus_one_ptid, step, siggnal);
506fb367 5653 }
0d8f58ca 5654 else if (ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid))
506fb367 5655 {
0d8f58ca
PA
5656 /* Resume all threads (of all processes, or of a single
5657 process), with preference for INFERIOR_PTID. This assumes
5658 inferior_ptid belongs to the set of all threads we are about
5659 to resume. */
a493e3e2 5660 if (step || siggnal != GDB_SIGNAL_0)
82f73884 5661 {
0d8f58ca
PA
5662 /* Step inferior_ptid, with or without signal. */
5663 p = append_resumption (p, endp, inferior_ptid, step, siggnal);
82f73884 5664 }
0d8f58ca 5665
e5ef252a
PA
5666 /* Also pass down any pending signaled resumption for other
5667 threads not the current. */
5668 p = append_pending_thread_resumptions (p, endp, ptid);
5669
0d8f58ca 5670 /* And continue others without a signal. */
a493e3e2 5671 append_resumption (p, endp, ptid, /*step=*/ 0, GDB_SIGNAL_0);
c906108c
SS
5672 }
5673 else
506fb367
DJ
5674 {
5675 /* Scheduler locking; resume only PTID. */
a9cbf802 5676 append_resumption (p, endp, ptid, step, siggnal);
506fb367 5677 }
c906108c 5678
82f73884
PA
5679 gdb_assert (strlen (rs->buf) < get_remote_packet_size ());
5680 putpkt (rs->buf);
506fb367 5681
6efcd9a8 5682 if (target_is_non_stop_p ())
74531fed
PA
5683 {
5684 /* In non-stop, the stub replies to vCont with "OK". The stop
5685 reply will be reported asynchronously by means of a `%Stop'
5686 notification. */
5687 getpkt (&rs->buf, &rs->buf_size, 0);
5688 if (strcmp (rs->buf, "OK") != 0)
5689 error (_("Unexpected vCont reply in non-stop mode: %s"), rs->buf);
5690 }
5691
506fb367 5692 return 1;
c906108c 5693}
43ff13b4 5694
506fb367
DJ
5695/* Tell the remote machine to resume. */
5696
43ff13b4 5697static void
28439f5e 5698remote_resume (struct target_ops *ops,
2ea28649 5699 ptid_t ptid, int step, enum gdb_signal siggnal)
43ff13b4 5700{
d01949b6 5701 struct remote_state *rs = get_remote_state ();
43ff13b4 5702
85ad3aaf
PA
5703 /* When connected in non-stop mode, the core resumes threads
5704 individually. Resuming remote threads directly in target_resume
5705 would thus result in sending one packet per thread. Instead, to
5706 minimize roundtrip latency, here we just store the resume
5707 request; the actual remote resumption will be done in
5708 target_commit_resume / remote_commit_resume, where we'll be able
5709 to do vCont action coalescing. */
5710 if (target_is_non_stop_p () && execution_direction != EXEC_REVERSE)
5711 {
7aabaf9d 5712 remote_thread_info *remote_thr;
85ad3aaf
PA
5713
5714 if (ptid_equal (minus_one_ptid, ptid) || ptid_is_pid (ptid))
7aabaf9d 5715 remote_thr = get_remote_thread_info (inferior_ptid);
85ad3aaf 5716 else
7aabaf9d
SM
5717 remote_thr = get_remote_thread_info (ptid);
5718
85ad3aaf
PA
5719 remote_thr->last_resume_step = step;
5720 remote_thr->last_resume_sig = siggnal;
5721 return;
5722 }
5723
722247f1
YQ
5724 /* In all-stop, we can't mark REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN
5725 (explained in remote-notif.c:handle_notification) so
5726 remote_notif_process is not called. We need find a place where
5727 it is safe to start a 'vNotif' sequence. It is good to do it
5728 before resuming inferior, because inferior was stopped and no RSP
5729 traffic at that moment. */
6efcd9a8 5730 if (!target_is_non_stop_p ())
5965e028 5731 remote_notif_process (rs->notif_state, &notif_client_stop);
722247f1 5732
3a00c802
PA
5733 rs->last_resume_exec_dir = execution_direction;
5734
7b68ffbb
PA
5735 /* Prefer vCont, and fallback to s/c/S/C, which use Hc. */
5736 if (!remote_resume_with_vcont (ptid, step, siggnal))
5737 remote_resume_with_hc (ops, ptid, step, siggnal);
43ff13b4 5738
2acceee2 5739 /* We are about to start executing the inferior, let's register it
0df8b418
MS
5740 with the event loop. NOTE: this is the one place where all the
5741 execution commands end up. We could alternatively do this in each
23860348 5742 of the execution commands in infcmd.c. */
2acceee2
JM
5743 /* FIXME: ezannoni 1999-09-28: We may need to move this out of here
5744 into infcmd.c in order to allow inferior function calls to work
23860348 5745 NOT asynchronously. */
362646f5 5746 if (target_can_async_p ())
6a3753b3 5747 target_async (1);
e24a49d8
PA
5748
5749 /* We've just told the target to resume. The remote server will
5750 wait for the inferior to stop, and then send a stop reply. In
5751 the mean time, we can't start another command/query ourselves
74531fed
PA
5752 because the stub wouldn't be ready to process it. This applies
5753 only to the base all-stop protocol, however. In non-stop (which
5754 only supports vCont), the stub replies with an "OK", and is
5755 immediate able to process further serial input. */
6efcd9a8 5756 if (!target_is_non_stop_p ())
74531fed 5757 rs->waiting_for_stop_reply = 1;
43ff13b4 5758}
85ad3aaf
PA
5759
5760static void check_pending_events_prevent_wildcard_vcont
5761 (int *may_global_wildcard_vcont);
5762static int is_pending_fork_parent_thread (struct thread_info *thread);
5763
5764/* Private per-inferior info for target remote processes. */
5765
089354bb 5766struct remote_inferior : public private_inferior
85ad3aaf
PA
5767{
5768 /* Whether we can send a wildcard vCont for this process. */
089354bb 5769 bool may_wildcard_vcont = true;
85ad3aaf
PA
5770};
5771
089354bb
SM
5772/* Get the remote private inferior data associated to INF. */
5773
5774static remote_inferior *
5775get_remote_inferior (inferior *inf)
5776{
5777 if (inf->priv == NULL)
5778 inf->priv.reset (new remote_inferior);
5779
5780 return static_cast<remote_inferior *> (inf->priv.get ());
5781}
5782
85ad3aaf
PA
5783/* Structure used to track the construction of a vCont packet in the
5784 outgoing packet buffer. This is used to send multiple vCont
5785 packets if we have more actions than would fit a single packet. */
5786
5787struct vcont_builder
5788{
5789 /* Pointer to the first action. P points here if no action has been
5790 appended yet. */
5791 char *first_action;
5792
5793 /* Where the next action will be appended. */
5794 char *p;
5795
5796 /* The end of the buffer. Must never write past this. */
5797 char *endp;
5798};
5799
5800/* Prepare the outgoing buffer for a new vCont packet. */
5801
5802static void
5803vcont_builder_restart (struct vcont_builder *builder)
5804{
5805 struct remote_state *rs = get_remote_state ();
5806
5807 builder->p = rs->buf;
5808 builder->endp = rs->buf + get_remote_packet_size ();
5809 builder->p += xsnprintf (builder->p, builder->endp - builder->p, "vCont");
5810 builder->first_action = builder->p;
5811}
5812
5813/* If the vCont packet being built has any action, send it to the
5814 remote end. */
5815
5816static void
5817vcont_builder_flush (struct vcont_builder *builder)
5818{
5819 struct remote_state *rs;
5820
5821 if (builder->p == builder->first_action)
5822 return;
5823
5824 rs = get_remote_state ();
5825 putpkt (rs->buf);
5826 getpkt (&rs->buf, &rs->buf_size, 0);
5827 if (strcmp (rs->buf, "OK") != 0)
5828 error (_("Unexpected vCont reply in non-stop mode: %s"), rs->buf);
5829}
5830
5831/* The largest action is range-stepping, with its two addresses. This
5832 is more than sufficient. If a new, bigger action is created, it'll
5833 quickly trigger a failed assertion in append_resumption (and we'll
5834 just bump this). */
5835#define MAX_ACTION_SIZE 200
5836
5837/* Append a new vCont action in the outgoing packet being built. If
5838 the action doesn't fit the packet along with previous actions, push
5839 what we've got so far to the remote end and start over a new vCont
5840 packet (with the new action). */
5841
5842static void
5843vcont_builder_push_action (struct vcont_builder *builder,
5844 ptid_t ptid, int step, enum gdb_signal siggnal)
5845{
5846 char buf[MAX_ACTION_SIZE + 1];
5847 char *endp;
5848 size_t rsize;
5849
5850 endp = append_resumption (buf, buf + sizeof (buf),
5851 ptid, step, siggnal);
5852
5853 /* Check whether this new action would fit in the vCont packet along
5854 with previous actions. If not, send what we've got so far and
5855 start a new vCont packet. */
5856 rsize = endp - buf;
5857 if (rsize > builder->endp - builder->p)
5858 {
5859 vcont_builder_flush (builder);
5860 vcont_builder_restart (builder);
5861
5862 /* Should now fit. */
5863 gdb_assert (rsize <= builder->endp - builder->p);
5864 }
5865
5866 memcpy (builder->p, buf, rsize);
5867 builder->p += rsize;
5868 *builder->p = '\0';
5869}
5870
5871/* to_commit_resume implementation. */
5872
5873static void
5874remote_commit_resume (struct target_ops *ops)
5875{
85ad3aaf
PA
5876 struct inferior *inf;
5877 struct thread_info *tp;
5878 int any_process_wildcard;
5879 int may_global_wildcard_vcont;
5880 struct vcont_builder vcont_builder;
5881
5882 /* If connected in all-stop mode, we'd send the remote resume
5883 request directly from remote_resume. Likewise if
5884 reverse-debugging, as there are no defined vCont actions for
5885 reverse execution. */
5886 if (!target_is_non_stop_p () || execution_direction == EXEC_REVERSE)
5887 return;
5888
5889 /* Try to send wildcard actions ("vCont;c" or "vCont;c:pPID.-1")
5890 instead of resuming all threads of each process individually.
5891 However, if any thread of a process must remain halted, we can't
5892 send wildcard resumes and must send one action per thread.
5893
5894 Care must be taken to not resume threads/processes the server
5895 side already told us are stopped, but the core doesn't know about
5896 yet, because the events are still in the vStopped notification
5897 queue. For example:
5898
5899 #1 => vCont s:p1.1;c
5900 #2 <= OK
5901 #3 <= %Stopped T05 p1.1
5902 #4 => vStopped
5903 #5 <= T05 p1.2
5904 #6 => vStopped
5905 #7 <= OK
5906 #8 (infrun handles the stop for p1.1 and continues stepping)
5907 #9 => vCont s:p1.1;c
5908
5909 The last vCont above would resume thread p1.2 by mistake, because
5910 the server has no idea that the event for p1.2 had not been
5911 handled yet.
5912
5913 The server side must similarly ignore resume actions for the
5914 thread that has a pending %Stopped notification (and any other
5915 threads with events pending), until GDB acks the notification
5916 with vStopped. Otherwise, e.g., the following case is
5917 mishandled:
5918
5919 #1 => g (or any other packet)
5920 #2 <= [registers]
5921 #3 <= %Stopped T05 p1.2
5922 #4 => vCont s:p1.1;c
5923 #5 <= OK
5924
5925 Above, the server must not resume thread p1.2. GDB can't know
5926 that p1.2 stopped until it acks the %Stopped notification, and
5927 since from GDB's perspective all threads should be running, it
5928 sends a "c" action.
5929
5930 Finally, special care must also be given to handling fork/vfork
5931 events. A (v)fork event actually tells us that two processes
5932 stopped -- the parent and the child. Until we follow the fork,
5933 we must not resume the child. Therefore, if we have a pending
5934 fork follow, we must not send a global wildcard resume action
5935 (vCont;c). We can still send process-wide wildcards though. */
5936
5937 /* Start by assuming a global wildcard (vCont;c) is possible. */
5938 may_global_wildcard_vcont = 1;
5939
5940 /* And assume every process is individually wildcard-able too. */
5941 ALL_NON_EXITED_INFERIORS (inf)
5942 {
089354bb
SM
5943 remote_inferior *priv = get_remote_inferior (inf);
5944
5945 priv->may_wildcard_vcont = true;
85ad3aaf
PA
5946 }
5947
5948 /* Check for any pending events (not reported or processed yet) and
5949 disable process and global wildcard resumes appropriately. */
5950 check_pending_events_prevent_wildcard_vcont (&may_global_wildcard_vcont);
5951
5952 ALL_NON_EXITED_THREADS (tp)
5953 {
5954 /* If a thread of a process is not meant to be resumed, then we
5955 can't wildcard that process. */
5956 if (!tp->executing)
5957 {
089354bb 5958 get_remote_inferior (tp->inf)->may_wildcard_vcont = false;
85ad3aaf
PA
5959
5960 /* And if we can't wildcard a process, we can't wildcard
5961 everything either. */
5962 may_global_wildcard_vcont = 0;
5963 continue;
5964 }
5965
5966 /* If a thread is the parent of an unfollowed fork, then we
5967 can't do a global wildcard, as that would resume the fork
5968 child. */
5969 if (is_pending_fork_parent_thread (tp))
5970 may_global_wildcard_vcont = 0;
5971 }
5972
5973 /* Now let's build the vCont packet(s). Actions must be appended
5974 from narrower to wider scopes (thread -> process -> global). If
5975 we end up with too many actions for a single packet vcont_builder
5976 flushes the current vCont packet to the remote side and starts a
5977 new one. */
5978 vcont_builder_restart (&vcont_builder);
5979
5980 /* Threads first. */
5981 ALL_NON_EXITED_THREADS (tp)
5982 {
7aabaf9d 5983 remote_thread_info *remote_thr = get_remote_thread_info (tp);
85ad3aaf
PA
5984
5985 if (!tp->executing || remote_thr->vcont_resumed)
5986 continue;
5987
5988 gdb_assert (!thread_is_in_step_over_chain (tp));
5989
5990 if (!remote_thr->last_resume_step
5991 && remote_thr->last_resume_sig == GDB_SIGNAL_0
089354bb 5992 && get_remote_inferior (tp->inf)->may_wildcard_vcont)
85ad3aaf
PA
5993 {
5994 /* We'll send a wildcard resume instead. */
5995 remote_thr->vcont_resumed = 1;
5996 continue;
5997 }
5998
5999 vcont_builder_push_action (&vcont_builder, tp->ptid,
6000 remote_thr->last_resume_step,
6001 remote_thr->last_resume_sig);
6002 remote_thr->vcont_resumed = 1;
6003 }
6004
6005 /* Now check whether we can send any process-wide wildcard. This is
6006 to avoid sending a global wildcard in the case nothing is
6007 supposed to be resumed. */
6008 any_process_wildcard = 0;
6009
6010 ALL_NON_EXITED_INFERIORS (inf)
6011 {
089354bb 6012 if (get_remote_inferior (inf)->may_wildcard_vcont)
85ad3aaf
PA
6013 {
6014 any_process_wildcard = 1;
6015 break;
6016 }
6017 }
6018
6019 if (any_process_wildcard)
6020 {
6021 /* If all processes are wildcard-able, then send a single "c"
6022 action, otherwise, send an "all (-1) threads of process"
6023 continue action for each running process, if any. */
6024 if (may_global_wildcard_vcont)
6025 {
6026 vcont_builder_push_action (&vcont_builder, minus_one_ptid,
6027 0, GDB_SIGNAL_0);
6028 }
6029 else
6030 {
6031 ALL_NON_EXITED_INFERIORS (inf)
6032 {
089354bb 6033 if (get_remote_inferior (inf)->may_wildcard_vcont)
85ad3aaf
PA
6034 {
6035 vcont_builder_push_action (&vcont_builder,
6036 pid_to_ptid (inf->pid),
6037 0, GDB_SIGNAL_0);
6038 }
6039 }
6040 }
6041 }
6042
6043 vcont_builder_flush (&vcont_builder);
6044}
6045
c906108c 6046\f
43ff13b4 6047
74531fed
PA
6048/* Non-stop version of target_stop. Uses `vCont;t' to stop a remote
6049 thread, all threads of a remote process, or all threads of all
6050 processes. */
6051
6052static void
6053remote_stop_ns (ptid_t ptid)
6054{
6055 struct remote_state *rs = get_remote_state ();
6056 char *p = rs->buf;
6057 char *endp = rs->buf + get_remote_packet_size ();
74531fed 6058
4082afcc 6059 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
74531fed
PA
6060 remote_vcont_probe (rs);
6061
d458bd84 6062 if (!rs->supports_vCont.t)
74531fed
PA
6063 error (_("Remote server does not support stopping threads"));
6064
f91d3df5
PA
6065 if (ptid_equal (ptid, minus_one_ptid)
6066 || (!remote_multi_process_p (rs) && ptid_is_pid (ptid)))
74531fed
PA
6067 p += xsnprintf (p, endp - p, "vCont;t");
6068 else
6069 {
6070 ptid_t nptid;
6071
74531fed
PA
6072 p += xsnprintf (p, endp - p, "vCont;t:");
6073
6074 if (ptid_is_pid (ptid))
6075 /* All (-1) threads of process. */
ba348170 6076 nptid = ptid_build (ptid_get_pid (ptid), -1, 0);
74531fed
PA
6077 else
6078 {
6079 /* Small optimization: if we already have a stop reply for
6080 this thread, no use in telling the stub we want this
6081 stopped. */
6082 if (peek_stop_reply (ptid))
6083 return;
6084
6085 nptid = ptid;
6086 }
6087
a9cbf802 6088 write_ptid (p, endp, nptid);
74531fed
PA
6089 }
6090
6091 /* In non-stop, we get an immediate OK reply. The stop reply will
6092 come in asynchronously by notification. */
6093 putpkt (rs->buf);
6094 getpkt (&rs->buf, &rs->buf_size, 0);
6095 if (strcmp (rs->buf, "OK") != 0)
6096 error (_("Stopping %s failed: %s"), target_pid_to_str (ptid), rs->buf);
6097}
6098
bfedc46a
PA
6099/* All-stop version of target_interrupt. Sends a break or a ^C to
6100 interrupt the remote target. It is undefined which thread of which
6101 process reports the interrupt. */
74531fed
PA
6102
6103static void
de979965 6104remote_interrupt_as (void)
74531fed
PA
6105{
6106 struct remote_state *rs = get_remote_state ();
6107
3a29589a
DJ
6108 rs->ctrlc_pending_p = 1;
6109
74531fed
PA
6110 /* If the inferior is stopped already, but the core didn't know
6111 about it yet, just ignore the request. The cached wait status
6112 will be collected in remote_wait. */
6113 if (rs->cached_wait_status)
6114 return;
6115
9a7071a8
JB
6116 /* Send interrupt_sequence to remote target. */
6117 send_interrupt_sequence ();
74531fed
PA
6118}
6119
de979965
PA
6120/* Non-stop version of target_interrupt. Uses `vCtrlC' to interrupt
6121 the remote target. It is undefined which thread of which process
e42de8c7
PA
6122 reports the interrupt. Throws an error if the packet is not
6123 supported by the server. */
de979965 6124
e42de8c7 6125static void
de979965
PA
6126remote_interrupt_ns (void)
6127{
6128 struct remote_state *rs = get_remote_state ();
6129 char *p = rs->buf;
6130 char *endp = rs->buf + get_remote_packet_size ();
6131
6132 xsnprintf (p, endp - p, "vCtrlC");
6133
6134 /* In non-stop, we get an immediate OK reply. The stop reply will
6135 come in asynchronously by notification. */
6136 putpkt (rs->buf);
6137 getpkt (&rs->buf, &rs->buf_size, 0);
6138
6139 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_vCtrlC]))
6140 {
6141 case PACKET_OK:
6142 break;
6143 case PACKET_UNKNOWN:
e42de8c7 6144 error (_("No support for interrupting the remote target."));
de979965
PA
6145 case PACKET_ERROR:
6146 error (_("Interrupting target failed: %s"), rs->buf);
6147 }
de979965
PA
6148}
6149
bfedc46a 6150/* Implement the to_stop function for the remote targets. */
74531fed 6151
c906108c 6152static void
1eab8a48 6153remote_stop (struct target_ops *self, ptid_t ptid)
c906108c 6154{
7a292a7a 6155 if (remote_debug)
0f71a2f6 6156 fprintf_unfiltered (gdb_stdlog, "remote_stop called\n");
c906108c 6157
6efcd9a8 6158 if (target_is_non_stop_p ())
74531fed 6159 remote_stop_ns (ptid);
c906108c 6160 else
bfedc46a
PA
6161 {
6162 /* We don't currently have a way to transparently pause the
6163 remote target in all-stop mode. Interrupt it instead. */
de979965 6164 remote_interrupt_as ();
bfedc46a
PA
6165 }
6166}
6167
6168/* Implement the to_interrupt function for the remote targets. */
6169
6170static void
6171remote_interrupt (struct target_ops *self, ptid_t ptid)
6172{
6173 if (remote_debug)
6174 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
6175
e42de8c7
PA
6176 if (target_is_non_stop_p ())
6177 remote_interrupt_ns ();
bfedc46a 6178 else
e42de8c7 6179 remote_interrupt_as ();
c906108c
SS
6180}
6181
93692b58
PA
6182/* Implement the to_pass_ctrlc function for the remote targets. */
6183
6184static void
6185remote_pass_ctrlc (struct target_ops *self)
6186{
6187 struct remote_state *rs = get_remote_state ();
6188
6189 if (remote_debug)
6190 fprintf_unfiltered (gdb_stdlog, "remote_pass_ctrlc called\n");
6191
6192 /* If we're starting up, we're not fully synced yet. Quit
6193 immediately. */
6194 if (rs->starting_up)
6195 quit ();
6196 /* If ^C has already been sent once, offer to disconnect. */
6197 else if (rs->ctrlc_pending_p)
6198 interrupt_query ();
6199 else
6200 target_interrupt (inferior_ptid);
6201}
6202
c906108c
SS
6203/* Ask the user what to do when an interrupt is received. */
6204
6205static void
fba45db2 6206interrupt_query (void)
c906108c 6207{
abc56d60 6208 struct remote_state *rs = get_remote_state ();
c906108c 6209
abc56d60 6210 if (rs->waiting_for_stop_reply && rs->ctrlc_pending_p)
74531fed 6211 {
abc56d60
PA
6212 if (query (_("The target is not responding to interrupt requests.\n"
6213 "Stop debugging it? ")))
74531fed 6214 {
78a095c3 6215 remote_unpush_target ();
abc56d60 6216 throw_error (TARGET_CLOSE_ERROR, _("Disconnected from target."));
74531fed
PA
6217 }
6218 }
abc56d60
PA
6219 else
6220 {
6221 if (query (_("Interrupted while waiting for the program.\n"
6222 "Give up waiting? ")))
6223 quit ();
6224 }
c906108c
SS
6225}
6226
6426a772
JM
6227/* Enable/disable target terminal ownership. Most targets can use
6228 terminal groups to control terminal ownership. Remote targets are
6229 different in that explicit transfer of ownership to/from GDB/target
23860348 6230 is required. */
6426a772
JM
6231
6232static void
d2f640d4 6233remote_terminal_inferior (struct target_ops *self)
6426a772 6234{
6426a772
JM
6235 /* NOTE: At this point we could also register our selves as the
6236 recipient of all input. Any characters typed could then be
23860348 6237 passed on down to the target. */
6426a772
JM
6238}
6239
6240static void
e3594fd1 6241remote_terminal_ours (struct target_ops *self)
6426a772 6242{
6426a772
JM
6243}
6244
176a6961 6245static void
917317f4 6246remote_console_output (char *msg)
c906108c
SS
6247{
6248 char *p;
6249
c5aa993b 6250 for (p = msg; p[0] && p[1]; p += 2)
c906108c
SS
6251 {
6252 char tb[2];
6253 char c = fromhex (p[0]) * 16 + fromhex (p[1]);
a744cf53 6254
c906108c
SS
6255 tb[0] = c;
6256 tb[1] = 0;
43ff13b4 6257 fputs_unfiltered (tb, gdb_stdtarg);
c906108c 6258 }
00db5b94
PA
6259 gdb_flush (gdb_stdtarg);
6260}
74531fed 6261
74531fed
PA
6262DEF_VEC_O(cached_reg_t);
6263
722247f1 6264typedef struct stop_reply
74531fed 6265{
722247f1 6266 struct notif_event base;
74531fed 6267
722247f1 6268 /* The identifier of the thread about this event */
74531fed
PA
6269 ptid_t ptid;
6270
340e3c99 6271 /* The remote state this event is associated with. When the remote
bcc75809
YQ
6272 connection, represented by a remote_state object, is closed,
6273 all the associated stop_reply events should be released. */
6274 struct remote_state *rs;
6275
74531fed
PA
6276 struct target_waitstatus ws;
6277
5cd63fda
PA
6278 /* The architecture associated with the expedited registers. */
6279 gdbarch *arch;
6280
15148d6a
PA
6281 /* Expedited registers. This makes remote debugging a bit more
6282 efficient for those targets that provide critical registers as
6283 part of their normal status mechanism (as another roundtrip to
6284 fetch them is avoided). */
74531fed
PA
6285 VEC(cached_reg_t) *regcache;
6286
f7e6eed5
PA
6287 enum target_stop_reason stop_reason;
6288
74531fed
PA
6289 CORE_ADDR watch_data_address;
6290
dc146f7c 6291 int core;
722247f1 6292} *stop_reply_p;
a744cf53 6293
722247f1
YQ
6294DECLARE_QUEUE_P (stop_reply_p);
6295DEFINE_QUEUE_P (stop_reply_p);
6296/* The list of already fetched and acknowledged stop events. This
6297 queue is used for notification Stop, and other notifications
6298 don't need queue for their events, because the notification events
6299 of Stop can't be consumed immediately, so that events should be
6300 queued first, and be consumed by remote_wait_{ns,as} one per
6301 time. Other notifications can consume their events immediately,
6302 so queue is not needed for them. */
6303static QUEUE (stop_reply_p) *stop_reply_queue;
74531fed
PA
6304
6305static void
6306stop_reply_xfree (struct stop_reply *r)
6307{
f48ff2a7 6308 notif_event_xfree ((struct notif_event *) r);
c906108c
SS
6309}
6310
221e1a37
PA
6311/* Return the length of the stop reply queue. */
6312
6313static int
6314stop_reply_queue_length (void)
6315{
6316 return QUEUE_length (stop_reply_p, stop_reply_queue);
6317}
6318
722247f1
YQ
6319static void
6320remote_notif_stop_parse (struct notif_client *self, char *buf,
6321 struct notif_event *event)
6322{
6323 remote_parse_stop_reply (buf, (struct stop_reply *) event);
6324}
6325
6326static void
6327remote_notif_stop_ack (struct notif_client *self, char *buf,
6328 struct notif_event *event)
6329{
6330 struct stop_reply *stop_reply = (struct stop_reply *) event;
6331
6332 /* acknowledge */
f5c4fcd9 6333 putpkt (self->ack_command);
722247f1
YQ
6334
6335 if (stop_reply->ws.kind == TARGET_WAITKIND_IGNORE)
6336 /* We got an unknown stop reply. */
6337 error (_("Unknown stop reply"));
6338
6339 push_stop_reply (stop_reply);
6340}
6341
6342static int
6343remote_notif_stop_can_get_pending_events (struct notif_client *self)
6344{
6345 /* We can't get pending events in remote_notif_process for
6346 notification stop, and we have to do this in remote_wait_ns
6347 instead. If we fetch all queued events from stub, remote stub
6348 may exit and we have no chance to process them back in
6349 remote_wait_ns. */
6350 mark_async_event_handler (remote_async_inferior_event_token);
6351 return 0;
6352}
6353
6354static void
6355stop_reply_dtr (struct notif_event *event)
6356{
6357 struct stop_reply *r = (struct stop_reply *) event;
d1dff226
AH
6358 cached_reg_t *reg;
6359 int ix;
6360
6361 for (ix = 0;
6362 VEC_iterate (cached_reg_t, r->regcache, ix, reg);
6363 ix++)
6364 xfree (reg->data);
722247f1
YQ
6365
6366 VEC_free (cached_reg_t, r->regcache);
6367}
6368
6369static struct notif_event *
6370remote_notif_stop_alloc_reply (void)
6371{
8d749320
SM
6372 /* We cast to a pointer to the "base class". */
6373 struct notif_event *r = (struct notif_event *) XNEW (struct stop_reply);
722247f1
YQ
6374
6375 r->dtr = stop_reply_dtr;
6376
6377 return r;
6378}
6379
6380/* A client of notification Stop. */
6381
6382struct notif_client notif_client_stop =
6383{
6384 "Stop",
6385 "vStopped",
6386 remote_notif_stop_parse,
6387 remote_notif_stop_ack,
6388 remote_notif_stop_can_get_pending_events,
6389 remote_notif_stop_alloc_reply,
f48ff2a7 6390 REMOTE_NOTIF_STOP,
722247f1
YQ
6391};
6392
6393/* A parameter to pass data in and out. */
6394
6395struct queue_iter_param
6396{
6397 void *input;
6398 struct stop_reply *output;
6399};
6400
85ad3aaf 6401/* Determine if THREAD_PTID is a pending fork parent thread. ARG contains
cbb8991c
DB
6402 the pid of the process that owns the threads we want to check, or
6403 -1 if we want to check all threads. */
6404
6405static int
6406is_pending_fork_parent (struct target_waitstatus *ws, int event_pid,
6407 ptid_t thread_ptid)
6408{
6409 if (ws->kind == TARGET_WAITKIND_FORKED
6410 || ws->kind == TARGET_WAITKIND_VFORKED)
6411 {
6412 if (event_pid == -1 || event_pid == ptid_get_pid (thread_ptid))
6413 return 1;
6414 }
6415
6416 return 0;
6417}
6418
85ad3aaf
PA
6419/* Return the thread's pending status used to determine whether the
6420 thread is a fork parent stopped at a fork event. */
6421
6422static struct target_waitstatus *
6423thread_pending_fork_status (struct thread_info *thread)
6424{
6425 if (thread->suspend.waitstatus_pending_p)
6426 return &thread->suspend.waitstatus;
6427 else
6428 return &thread->pending_follow;
6429}
6430
6431/* Determine if THREAD is a pending fork parent thread. */
6432
6433static int
6434is_pending_fork_parent_thread (struct thread_info *thread)
6435{
6436 struct target_waitstatus *ws = thread_pending_fork_status (thread);
6437 int pid = -1;
6438
6439 return is_pending_fork_parent (ws, pid, thread->ptid);
6440}
6441
cbb8991c
DB
6442/* Check whether EVENT is a fork event, and if it is, remove the
6443 fork child from the context list passed in DATA. */
6444
6445static int
6446remove_child_of_pending_fork (QUEUE (stop_reply_p) *q,
6447 QUEUE_ITER (stop_reply_p) *iter,
6448 stop_reply_p event,
6449 void *data)
6450{
19ba03f4
SM
6451 struct queue_iter_param *param = (struct queue_iter_param *) data;
6452 struct threads_listing_context *context
6453 = (struct threads_listing_context *) param->input;
cbb8991c
DB
6454
6455 if (event->ws.kind == TARGET_WAITKIND_FORKED
65706a29
PA
6456 || event->ws.kind == TARGET_WAITKIND_VFORKED
6457 || event->ws.kind == TARGET_WAITKIND_THREAD_EXITED)
21fe1c75 6458 context->remove_thread (event->ws.value.related_pid);
cbb8991c
DB
6459
6460 return 1;
6461}
6462
6463/* If CONTEXT contains any fork child threads that have not been
6464 reported yet, remove them from the CONTEXT list. If such a
6465 thread exists it is because we are stopped at a fork catchpoint
6466 and have not yet called follow_fork, which will set up the
6467 host-side data structures for the new process. */
6468
6469static void
6470remove_new_fork_children (struct threads_listing_context *context)
6471{
6472 struct thread_info * thread;
6473 int pid = -1;
6474 struct notif_client *notif = &notif_client_stop;
6475 struct queue_iter_param param;
6476
6477 /* For any threads stopped at a fork event, remove the corresponding
6478 fork child threads from the CONTEXT list. */
6479 ALL_NON_EXITED_THREADS (thread)
6480 {
85ad3aaf 6481 struct target_waitstatus *ws = thread_pending_fork_status (thread);
cbb8991c
DB
6482
6483 if (is_pending_fork_parent (ws, pid, thread->ptid))
21fe1c75 6484 context->remove_thread (ws->value.related_pid);
cbb8991c
DB
6485 }
6486
6487 /* Check for any pending fork events (not reported or processed yet)
6488 in process PID and remove those fork child threads from the
6489 CONTEXT list as well. */
6490 remote_notif_get_pending_events (notif);
6491 param.input = context;
6492 param.output = NULL;
6493 QUEUE_iterate (stop_reply_p, stop_reply_queue,
6494 remove_child_of_pending_fork, &param);
6495}
6496
85ad3aaf
PA
6497/* Check whether EVENT would prevent a global or process wildcard
6498 vCont action. */
6499
6500static int
6501check_pending_event_prevents_wildcard_vcont_callback
6502 (QUEUE (stop_reply_p) *q,
6503 QUEUE_ITER (stop_reply_p) *iter,
6504 stop_reply_p event,
6505 void *data)
6506{
6507 struct inferior *inf;
6508 int *may_global_wildcard_vcont = (int *) data;
6509
6510 if (event->ws.kind == TARGET_WAITKIND_NO_RESUMED
6511 || event->ws.kind == TARGET_WAITKIND_NO_HISTORY)
6512 return 1;
6513
6514 if (event->ws.kind == TARGET_WAITKIND_FORKED
6515 || event->ws.kind == TARGET_WAITKIND_VFORKED)
6516 *may_global_wildcard_vcont = 0;
6517
6518 inf = find_inferior_ptid (event->ptid);
6519
6520 /* This may be the first time we heard about this process.
6521 Regardless, we must not do a global wildcard resume, otherwise
6522 we'd resume this process too. */
6523 *may_global_wildcard_vcont = 0;
6524 if (inf != NULL)
089354bb 6525 get_remote_inferior (inf)->may_wildcard_vcont = false;
85ad3aaf
PA
6526
6527 return 1;
6528}
6529
6530/* Check whether any event pending in the vStopped queue would prevent
6531 a global or process wildcard vCont action. Clear
6532 *may_global_wildcard if we can't do a global wildcard (vCont;c),
6533 and clear the event inferior's may_wildcard_vcont flag if we can't
6534 do a process-wide wildcard resume (vCont;c:pPID.-1). */
6535
6536static void
6537check_pending_events_prevent_wildcard_vcont (int *may_global_wildcard)
6538{
6539 struct notif_client *notif = &notif_client_stop;
6540
6541 remote_notif_get_pending_events (notif);
6542 QUEUE_iterate (stop_reply_p, stop_reply_queue,
6543 check_pending_event_prevents_wildcard_vcont_callback,
6544 may_global_wildcard);
6545}
6546
f48ff2a7
YQ
6547/* Remove stop replies in the queue if its pid is equal to the given
6548 inferior's pid. */
722247f1
YQ
6549
6550static int
f48ff2a7
YQ
6551remove_stop_reply_for_inferior (QUEUE (stop_reply_p) *q,
6552 QUEUE_ITER (stop_reply_p) *iter,
6553 stop_reply_p event,
6554 void *data)
722247f1 6555{
19ba03f4
SM
6556 struct queue_iter_param *param = (struct queue_iter_param *) data;
6557 struct inferior *inf = (struct inferior *) param->input;
722247f1 6558
f48ff2a7 6559 if (ptid_get_pid (event->ptid) == inf->pid)
722247f1
YQ
6560 {
6561 stop_reply_xfree (event);
6562 QUEUE_remove_elem (stop_reply_p, q, iter);
6563 }
6564
6565 return 1;
6566}
6567
f48ff2a7 6568/* Discard all pending stop replies of inferior INF. */
c906108c 6569
74531fed 6570static void
5f4cf0bb 6571discard_pending_stop_replies (struct inferior *inf)
c906108c 6572{
722247f1 6573 struct queue_iter_param param;
f48ff2a7
YQ
6574 struct stop_reply *reply;
6575 struct remote_state *rs = get_remote_state ();
6576 struct remote_notif_state *rns = rs->notif_state;
6577
6578 /* This function can be notified when an inferior exists. When the
6579 target is not remote, the notification state is NULL. */
6580 if (rs->remote_desc == NULL)
6581 return;
6582
6583 reply = (struct stop_reply *) rns->pending_event[notif_client_stop.id];
c906108c 6584
74531fed 6585 /* Discard the in-flight notification. */
f48ff2a7 6586 if (reply != NULL && ptid_get_pid (reply->ptid) == inf->pid)
74531fed 6587 {
722247f1 6588 stop_reply_xfree (reply);
f48ff2a7 6589 rns->pending_event[notif_client_stop.id] = NULL;
74531fed 6590 }
c906108c 6591
722247f1
YQ
6592 param.input = inf;
6593 param.output = NULL;
74531fed
PA
6594 /* Discard the stop replies we have already pulled with
6595 vStopped. */
722247f1 6596 QUEUE_iterate (stop_reply_p, stop_reply_queue,
f48ff2a7
YQ
6597 remove_stop_reply_for_inferior, &param);
6598}
6599
bcc75809
YQ
6600/* If its remote state is equal to the given remote state,
6601 remove EVENT from the stop reply queue. */
6602
6603static int
6604remove_stop_reply_of_remote_state (QUEUE (stop_reply_p) *q,
6605 QUEUE_ITER (stop_reply_p) *iter,
6606 stop_reply_p event,
6607 void *data)
6608{
19ba03f4
SM
6609 struct queue_iter_param *param = (struct queue_iter_param *) data;
6610 struct remote_state *rs = (struct remote_state *) param->input;
bcc75809
YQ
6611
6612 if (event->rs == rs)
6613 {
6614 stop_reply_xfree (event);
6615 QUEUE_remove_elem (stop_reply_p, q, iter);
6616 }
6617
6618 return 1;
6619}
6620
6621/* Discard the stop replies for RS in stop_reply_queue. */
f48ff2a7
YQ
6622
6623static void
bcc75809 6624discard_pending_stop_replies_in_queue (struct remote_state *rs)
f48ff2a7
YQ
6625{
6626 struct queue_iter_param param;
6627
bcc75809 6628 param.input = rs;
f48ff2a7
YQ
6629 param.output = NULL;
6630 /* Discard the stop replies we have already pulled with
6631 vStopped. */
6632 QUEUE_iterate (stop_reply_p, stop_reply_queue,
bcc75809 6633 remove_stop_reply_of_remote_state, &param);
722247f1 6634}
74531fed 6635
722247f1
YQ
6636/* A parameter to pass data in and out. */
6637
6638static int
6639remote_notif_remove_once_on_match (QUEUE (stop_reply_p) *q,
6640 QUEUE_ITER (stop_reply_p) *iter,
6641 stop_reply_p event,
6642 void *data)
6643{
19ba03f4
SM
6644 struct queue_iter_param *param = (struct queue_iter_param *) data;
6645 ptid_t *ptid = (ptid_t *) param->input;
722247f1
YQ
6646
6647 if (ptid_match (event->ptid, *ptid))
6648 {
6649 param->output = event;
6650 QUEUE_remove_elem (stop_reply_p, q, iter);
6651 return 0;
c8e38a49 6652 }
722247f1
YQ
6653
6654 return 1;
74531fed 6655}
43ff13b4 6656
722247f1
YQ
6657/* Remove the first reply in 'stop_reply_queue' which matches
6658 PTID. */
2e9f7625 6659
722247f1
YQ
6660static struct stop_reply *
6661remote_notif_remove_queued_reply (ptid_t ptid)
74531fed 6662{
722247f1
YQ
6663 struct queue_iter_param param;
6664
6665 param.input = &ptid;
6666 param.output = NULL;
6667
6668 QUEUE_iterate (stop_reply_p, stop_reply_queue,
6669 remote_notif_remove_once_on_match, &param);
6670 if (notif_debug)
6671 fprintf_unfiltered (gdb_stdlog,
6672 "notif: discard queued event: 'Stop' in %s\n",
6673 target_pid_to_str (ptid));
a744cf53 6674
722247f1 6675 return param.output;
74531fed 6676}
75c99385 6677
74531fed
PA
6678/* Look for a queued stop reply belonging to PTID. If one is found,
6679 remove it from the queue, and return it. Returns NULL if none is
6680 found. If there are still queued events left to process, tell the
6681 event loop to get back to target_wait soon. */
e24a49d8 6682
74531fed
PA
6683static struct stop_reply *
6684queued_stop_reply (ptid_t ptid)
6685{
722247f1 6686 struct stop_reply *r = remote_notif_remove_queued_reply (ptid);
74531fed 6687
722247f1 6688 if (!QUEUE_is_empty (stop_reply_p, stop_reply_queue))
74531fed
PA
6689 /* There's still at least an event left. */
6690 mark_async_event_handler (remote_async_inferior_event_token);
6691
722247f1 6692 return r;
74531fed
PA
6693}
6694
6695/* Push a fully parsed stop reply in the stop reply queue. Since we
6696 know that we now have at least one queued event left to pass to the
6697 core side, tell the event loop to get back to target_wait soon. */
6698
6699static void
6700push_stop_reply (struct stop_reply *new_event)
6701{
722247f1 6702 QUEUE_enque (stop_reply_p, stop_reply_queue, new_event);
74531fed 6703
722247f1
YQ
6704 if (notif_debug)
6705 fprintf_unfiltered (gdb_stdlog,
6706 "notif: push 'Stop' %s to queue %d\n",
6707 target_pid_to_str (new_event->ptid),
6708 QUEUE_length (stop_reply_p,
6709 stop_reply_queue));
74531fed
PA
6710
6711 mark_async_event_handler (remote_async_inferior_event_token);
6712}
6713
722247f1
YQ
6714static int
6715stop_reply_match_ptid_and_ws (QUEUE (stop_reply_p) *q,
6716 QUEUE_ITER (stop_reply_p) *iter,
6717 struct stop_reply *event,
6718 void *data)
6719{
19ba03f4 6720 ptid_t *ptid = (ptid_t *) data;
722247f1
YQ
6721
6722 return !(ptid_equal (*ptid, event->ptid)
6723 && event->ws.kind == TARGET_WAITKIND_STOPPED);
6724}
6725
74531fed
PA
6726/* Returns true if we have a stop reply for PTID. */
6727
6728static int
6729peek_stop_reply (ptid_t ptid)
6730{
722247f1
YQ
6731 return !QUEUE_iterate (stop_reply_p, stop_reply_queue,
6732 stop_reply_match_ptid_and_ws, &ptid);
74531fed
PA
6733}
6734
26d56a93
SL
6735/* Helper for remote_parse_stop_reply. Return nonzero if the substring
6736 starting with P and ending with PEND matches PREFIX. */
6737
6738static int
6739strprefix (const char *p, const char *pend, const char *prefix)
6740{
6741 for ( ; p < pend; p++, prefix++)
6742 if (*p != *prefix)
6743 return 0;
6744 return *prefix == '\0';
6745}
6746
74531fed
PA
6747/* Parse the stop reply in BUF. Either the function succeeds, and the
6748 result is stored in EVENT, or throws an error. */
6749
6750static void
6751remote_parse_stop_reply (char *buf, struct stop_reply *event)
6752{
5cd63fda 6753 remote_arch_state *rsa = NULL;
74531fed 6754 ULONGEST addr;
256642e8 6755 const char *p;
94585166 6756 int skipregs = 0;
74531fed
PA
6757
6758 event->ptid = null_ptid;
bcc75809 6759 event->rs = get_remote_state ();
74531fed
PA
6760 event->ws.kind = TARGET_WAITKIND_IGNORE;
6761 event->ws.value.integer = 0;
f7e6eed5 6762 event->stop_reason = TARGET_STOPPED_BY_NO_REASON;
74531fed 6763 event->regcache = NULL;
dc146f7c 6764 event->core = -1;
74531fed
PA
6765
6766 switch (buf[0])
6767 {
6768 case 'T': /* Status with PC, SP, FP, ... */
cea39f65
MS
6769 /* Expedited reply, containing Signal, {regno, reg} repeat. */
6770 /* format is: 'Tssn...:r...;n...:r...;n...:r...;#cc', where
6771 ss = signal number
6772 n... = register number
6773 r... = register contents
6774 */
6775
6776 p = &buf[3]; /* after Txx */
6777 while (*p)
6778 {
256642e8 6779 const char *p1;
cea39f65 6780 int fieldsize;
43ff13b4 6781
1f10ba14
PA
6782 p1 = strchr (p, ':');
6783 if (p1 == NULL)
6784 error (_("Malformed packet(a) (missing colon): %s\n\
6785Packet: '%s'\n"),
6786 p, buf);
6787 if (p == p1)
6788 error (_("Malformed packet(a) (missing register number): %s\n\
6789Packet: '%s'\n"),
6790 p, buf);
3c3bea1c 6791
1f10ba14
PA
6792 /* Some "registers" are actually extended stop information.
6793 Note if you're adding a new entry here: GDB 7.9 and
6794 earlier assume that all register "numbers" that start
6795 with an hex digit are real register numbers. Make sure
6796 the server only sends such a packet if it knows the
6797 client understands it. */
c8e38a49 6798
26d56a93 6799 if (strprefix (p, p1, "thread"))
1f10ba14 6800 event->ptid = read_ptid (++p1, &p);
82075af2
JS
6801 else if (strprefix (p, p1, "syscall_entry"))
6802 {
6803 ULONGEST sysno;
6804
6805 event->ws.kind = TARGET_WAITKIND_SYSCALL_ENTRY;
6806 p = unpack_varlen_hex (++p1, &sysno);
6807 event->ws.value.syscall_number = (int) sysno;
6808 }
6809 else if (strprefix (p, p1, "syscall_return"))
6810 {
6811 ULONGEST sysno;
6812
6813 event->ws.kind = TARGET_WAITKIND_SYSCALL_RETURN;
6814 p = unpack_varlen_hex (++p1, &sysno);
6815 event->ws.value.syscall_number = (int) sysno;
6816 }
26d56a93
SL
6817 else if (strprefix (p, p1, "watch")
6818 || strprefix (p, p1, "rwatch")
6819 || strprefix (p, p1, "awatch"))
cea39f65 6820 {
f7e6eed5 6821 event->stop_reason = TARGET_STOPPED_BY_WATCHPOINT;
1f10ba14
PA
6822 p = unpack_varlen_hex (++p1, &addr);
6823 event->watch_data_address = (CORE_ADDR) addr;
cea39f65 6824 }
26d56a93 6825 else if (strprefix (p, p1, "swbreak"))
f7e6eed5
PA
6826 {
6827 event->stop_reason = TARGET_STOPPED_BY_SW_BREAKPOINT;
6828
6829 /* Make sure the stub doesn't forget to indicate support
6830 with qSupported. */
6831 if (packet_support (PACKET_swbreak_feature) != PACKET_ENABLE)
6832 error (_("Unexpected swbreak stop reason"));
6833
6834 /* The value part is documented as "must be empty",
6835 though we ignore it, in case we ever decide to make
6836 use of it in a backward compatible way. */
8424cc97 6837 p = strchrnul (p1 + 1, ';');
f7e6eed5 6838 }
26d56a93 6839 else if (strprefix (p, p1, "hwbreak"))
f7e6eed5
PA
6840 {
6841 event->stop_reason = TARGET_STOPPED_BY_HW_BREAKPOINT;
6842
6843 /* Make sure the stub doesn't forget to indicate support
6844 with qSupported. */
6845 if (packet_support (PACKET_hwbreak_feature) != PACKET_ENABLE)
6846 error (_("Unexpected hwbreak stop reason"));
6847
6848 /* See above. */
8424cc97 6849 p = strchrnul (p1 + 1, ';');
f7e6eed5 6850 }
26d56a93 6851 else if (strprefix (p, p1, "library"))
cea39f65 6852 {
1f10ba14 6853 event->ws.kind = TARGET_WAITKIND_LOADED;
8424cc97 6854 p = strchrnul (p1 + 1, ';');
1f10ba14 6855 }
26d56a93 6856 else if (strprefix (p, p1, "replaylog"))
1f10ba14
PA
6857 {
6858 event->ws.kind = TARGET_WAITKIND_NO_HISTORY;
6859 /* p1 will indicate "begin" or "end", but it makes
6860 no difference for now, so ignore it. */
8424cc97 6861 p = strchrnul (p1 + 1, ';');
1f10ba14 6862 }
26d56a93 6863 else if (strprefix (p, p1, "core"))
1f10ba14
PA
6864 {
6865 ULONGEST c;
a744cf53 6866
1f10ba14
PA
6867 p = unpack_varlen_hex (++p1, &c);
6868 event->core = c;
cea39f65 6869 }
26d56a93 6870 else if (strprefix (p, p1, "fork"))
de0d863e
DB
6871 {
6872 event->ws.value.related_pid = read_ptid (++p1, &p);
6873 event->ws.kind = TARGET_WAITKIND_FORKED;
6874 }
26d56a93 6875 else if (strprefix (p, p1, "vfork"))
c269dbdb
DB
6876 {
6877 event->ws.value.related_pid = read_ptid (++p1, &p);
6878 event->ws.kind = TARGET_WAITKIND_VFORKED;
6879 }
26d56a93 6880 else if (strprefix (p, p1, "vforkdone"))
c269dbdb
DB
6881 {
6882 event->ws.kind = TARGET_WAITKIND_VFORK_DONE;
8424cc97 6883 p = strchrnul (p1 + 1, ';');
c269dbdb 6884 }
6ab24463 6885 else if (strprefix (p, p1, "exec"))
94585166
DB
6886 {
6887 ULONGEST ignored;
6888 char pathname[PATH_MAX];
6889 int pathlen;
6890
6891 /* Determine the length of the execd pathname. */
6892 p = unpack_varlen_hex (++p1, &ignored);
6893 pathlen = (p - p1) / 2;
6894
6895 /* Save the pathname for event reporting and for
6896 the next run command. */
6897 hex2bin (p1, (gdb_byte *) pathname, pathlen);
6898 pathname[pathlen] = '\0';
6899
6900 /* This is freed during event handling. */
6901 event->ws.value.execd_pathname = xstrdup (pathname);
6902 event->ws.kind = TARGET_WAITKIND_EXECD;
6903
6904 /* Skip the registers included in this packet, since
6905 they may be for an architecture different from the
6906 one used by the original program. */
6907 skipregs = 1;
6908 }
65706a29
PA
6909 else if (strprefix (p, p1, "create"))
6910 {
6911 event->ws.kind = TARGET_WAITKIND_THREAD_CREATED;
8424cc97 6912 p = strchrnul (p1 + 1, ';');
65706a29 6913 }
cea39f65
MS
6914 else
6915 {
1f10ba14 6916 ULONGEST pnum;
256642e8 6917 const char *p_temp;
1f10ba14 6918
94585166
DB
6919 if (skipregs)
6920 {
8424cc97 6921 p = strchrnul (p1 + 1, ';');
94585166
DB
6922 p++;
6923 continue;
6924 }
6925
1f10ba14
PA
6926 /* Maybe a real ``P'' register number. */
6927 p_temp = unpack_varlen_hex (p, &pnum);
6928 /* If the first invalid character is the colon, we got a
6929 register number. Otherwise, it's an unknown stop
6930 reason. */
6931 if (p_temp == p1)
6932 {
5cd63fda
PA
6933 /* If we haven't parsed the event's thread yet, find
6934 it now, in order to find the architecture of the
6935 reported expedited registers. */
6936 if (event->ptid == null_ptid)
6937 {
6938 const char *thr = strstr (p1 + 1, ";thread:");
6939 if (thr != NULL)
6940 event->ptid = read_ptid (thr + strlen (";thread:"),
6941 NULL);
6942 else
3cada740
PA
6943 {
6944 /* Either the current thread hasn't changed,
6945 or the inferior is not multi-threaded.
6946 The event must be for the thread we last
6947 set as (or learned as being) current. */
6948 event->ptid = event->rs->general_thread;
6949 }
5cd63fda
PA
6950 }
6951
6952 if (rsa == NULL)
6953 {
6954 inferior *inf = (event->ptid == null_ptid
6955 ? NULL
6956 : find_inferior_ptid (event->ptid));
6957 /* If this is the first time we learn anything
6958 about this process, skip the registers
6959 included in this packet, since we don't yet
6960 know which architecture to use to parse them.
6961 We'll determine the architecture later when
6962 we process the stop reply and retrieve the
6963 target description, via
6964 remote_notice_new_inferior ->
6965 post_create_inferior. */
6966 if (inf == NULL)
6967 {
6968 p = strchrnul (p1 + 1, ';');
6969 p++;
6970 continue;
6971 }
6972
6973 event->arch = inf->gdbarch;
6974 rsa = get_remote_arch_state (event->arch);
6975 }
6976
6977 packet_reg *reg
6978 = packet_reg_from_pnum (event->arch, rsa, pnum);
1f10ba14 6979 cached_reg_t cached_reg;
43ff13b4 6980
1f10ba14
PA
6981 if (reg == NULL)
6982 error (_("Remote sent bad register number %s: %s\n\
8a3fe4f8 6983Packet: '%s'\n"),
1f10ba14 6984 hex_string (pnum), p, buf);
c8e38a49 6985
1f10ba14 6986 cached_reg.num = reg->regnum;
d1dff226 6987 cached_reg.data = (gdb_byte *)
5cd63fda 6988 xmalloc (register_size (event->arch, reg->regnum));
4100683b 6989
1f10ba14
PA
6990 p = p1 + 1;
6991 fieldsize = hex2bin (p, cached_reg.data,
5cd63fda 6992 register_size (event->arch, reg->regnum));
1f10ba14 6993 p += 2 * fieldsize;
5cd63fda 6994 if (fieldsize < register_size (event->arch, reg->regnum))
1f10ba14 6995 warning (_("Remote reply is too short: %s"), buf);
74531fed 6996
1f10ba14
PA
6997 VEC_safe_push (cached_reg_t, event->regcache, &cached_reg);
6998 }
6999 else
7000 {
7001 /* Not a number. Silently skip unknown optional
7002 info. */
8424cc97 7003 p = strchrnul (p1 + 1, ';');
1f10ba14 7004 }
cea39f65 7005 }
c8e38a49 7006
cea39f65
MS
7007 if (*p != ';')
7008 error (_("Remote register badly formatted: %s\nhere: %s"),
7009 buf, p);
7010 ++p;
7011 }
5b5596ff
PA
7012
7013 if (event->ws.kind != TARGET_WAITKIND_IGNORE)
7014 break;
7015
c8e38a49
PA
7016 /* fall through */
7017 case 'S': /* Old style status, just signal only. */
3a09da41
PA
7018 {
7019 int sig;
7020
7021 event->ws.kind = TARGET_WAITKIND_STOPPED;
7022 sig = (fromhex (buf[1]) << 4) + fromhex (buf[2]);
7023 if (GDB_SIGNAL_FIRST <= sig && sig < GDB_SIGNAL_LAST)
7024 event->ws.value.sig = (enum gdb_signal) sig;
7025 else
7026 event->ws.value.sig = GDB_SIGNAL_UNKNOWN;
7027 }
c8e38a49 7028 break;
65706a29
PA
7029 case 'w': /* Thread exited. */
7030 {
256642e8 7031 const char *p;
65706a29
PA
7032 ULONGEST value;
7033
7034 event->ws.kind = TARGET_WAITKIND_THREAD_EXITED;
7035 p = unpack_varlen_hex (&buf[1], &value);
7036 event->ws.value.integer = value;
7037 if (*p != ';')
7038 error (_("stop reply packet badly formatted: %s"), buf);
974eac9d 7039 event->ptid = read_ptid (++p, NULL);
65706a29
PA
7040 break;
7041 }
c8e38a49
PA
7042 case 'W': /* Target exited. */
7043 case 'X':
7044 {
256642e8 7045 const char *p;
c8e38a49
PA
7046 int pid;
7047 ULONGEST value;
82f73884 7048
c8e38a49
PA
7049 /* GDB used to accept only 2 hex chars here. Stubs should
7050 only send more if they detect GDB supports multi-process
7051 support. */
7052 p = unpack_varlen_hex (&buf[1], &value);
82f73884 7053
c8e38a49
PA
7054 if (buf[0] == 'W')
7055 {
7056 /* The remote process exited. */
74531fed
PA
7057 event->ws.kind = TARGET_WAITKIND_EXITED;
7058 event->ws.value.integer = value;
c8e38a49
PA
7059 }
7060 else
7061 {
7062 /* The remote process exited with a signal. */
74531fed 7063 event->ws.kind = TARGET_WAITKIND_SIGNALLED;
3a09da41
PA
7064 if (GDB_SIGNAL_FIRST <= value && value < GDB_SIGNAL_LAST)
7065 event->ws.value.sig = (enum gdb_signal) value;
7066 else
7067 event->ws.value.sig = GDB_SIGNAL_UNKNOWN;
c8e38a49 7068 }
82f73884 7069
c8e38a49
PA
7070 /* If no process is specified, assume inferior_ptid. */
7071 pid = ptid_get_pid (inferior_ptid);
7072 if (*p == '\0')
7073 ;
7074 else if (*p == ';')
7075 {
7076 p++;
7077
0b24eb2d 7078 if (*p == '\0')
82f73884 7079 ;
61012eef 7080 else if (startswith (p, "process:"))
82f73884 7081 {
c8e38a49 7082 ULONGEST upid;
a744cf53 7083
c8e38a49
PA
7084 p += sizeof ("process:") - 1;
7085 unpack_varlen_hex (p, &upid);
7086 pid = upid;
82f73884
PA
7087 }
7088 else
7089 error (_("unknown stop reply packet: %s"), buf);
43ff13b4 7090 }
c8e38a49
PA
7091 else
7092 error (_("unknown stop reply packet: %s"), buf);
74531fed
PA
7093 event->ptid = pid_to_ptid (pid);
7094 }
7095 break;
f2faf941
PA
7096 case 'N':
7097 event->ws.kind = TARGET_WAITKIND_NO_RESUMED;
7098 event->ptid = minus_one_ptid;
7099 break;
74531fed
PA
7100 }
7101
6efcd9a8 7102 if (target_is_non_stop_p () && ptid_equal (event->ptid, null_ptid))
74531fed
PA
7103 error (_("No process or thread specified in stop reply: %s"), buf);
7104}
7105
722247f1
YQ
7106/* When the stub wants to tell GDB about a new notification reply, it
7107 sends a notification (%Stop, for example). Those can come it at
7108 any time, hence, we have to make sure that any pending
7109 putpkt/getpkt sequence we're making is finished, before querying
7110 the stub for more events with the corresponding ack command
7111 (vStopped, for example). E.g., if we started a vStopped sequence
7112 immediately upon receiving the notification, something like this
7113 could happen:
74531fed
PA
7114
7115 1.1) --> Hg 1
7116 1.2) <-- OK
7117 1.3) --> g
7118 1.4) <-- %Stop
7119 1.5) --> vStopped
7120 1.6) <-- (registers reply to step #1.3)
7121
7122 Obviously, the reply in step #1.6 would be unexpected to a vStopped
7123 query.
7124
796cb314 7125 To solve this, whenever we parse a %Stop notification successfully,
74531fed
PA
7126 we mark the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN, and carry on
7127 doing whatever we were doing:
7128
7129 2.1) --> Hg 1
7130 2.2) <-- OK
7131 2.3) --> g
7132 2.4) <-- %Stop
7133 <GDB marks the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN>
7134 2.5) <-- (registers reply to step #2.3)
7135
7136 Eventualy after step #2.5, we return to the event loop, which
7137 notices there's an event on the
7138 REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN event and calls the
7139 associated callback --- the function below. At this point, we're
7140 always safe to start a vStopped sequence. :
7141
7142 2.6) --> vStopped
7143 2.7) <-- T05 thread:2
7144 2.8) --> vStopped
7145 2.9) --> OK
7146*/
7147
722247f1
YQ
7148void
7149remote_notif_get_pending_events (struct notif_client *nc)
74531fed
PA
7150{
7151 struct remote_state *rs = get_remote_state ();
74531fed 7152
f48ff2a7 7153 if (rs->notif_state->pending_event[nc->id] != NULL)
74531fed 7154 {
722247f1
YQ
7155 if (notif_debug)
7156 fprintf_unfiltered (gdb_stdlog,
7157 "notif: process: '%s' ack pending event\n",
7158 nc->name);
74531fed 7159
722247f1 7160 /* acknowledge */
f48ff2a7
YQ
7161 nc->ack (nc, rs->buf, rs->notif_state->pending_event[nc->id]);
7162 rs->notif_state->pending_event[nc->id] = NULL;
74531fed
PA
7163
7164 while (1)
7165 {
7166 getpkt (&rs->buf, &rs->buf_size, 0);
7167 if (strcmp (rs->buf, "OK") == 0)
7168 break;
7169 else
722247f1 7170 remote_notif_ack (nc, rs->buf);
74531fed
PA
7171 }
7172 }
722247f1
YQ
7173 else
7174 {
7175 if (notif_debug)
7176 fprintf_unfiltered (gdb_stdlog,
7177 "notif: process: '%s' no pending reply\n",
7178 nc->name);
7179 }
74531fed
PA
7180}
7181
74531fed
PA
7182/* Called when it is decided that STOP_REPLY holds the info of the
7183 event that is to be returned to the core. This function always
7184 destroys STOP_REPLY. */
7185
7186static ptid_t
7187process_stop_reply (struct stop_reply *stop_reply,
7188 struct target_waitstatus *status)
7189{
7190 ptid_t ptid;
7191
7192 *status = stop_reply->ws;
7193 ptid = stop_reply->ptid;
7194
7195 /* If no thread/process was reported by the stub, assume the current
7196 inferior. */
7197 if (ptid_equal (ptid, null_ptid))
7198 ptid = inferior_ptid;
7199
5f3563ea 7200 if (status->kind != TARGET_WAITKIND_EXITED
f2faf941
PA
7201 && status->kind != TARGET_WAITKIND_SIGNALLED
7202 && status->kind != TARGET_WAITKIND_NO_RESUMED)
74531fed 7203 {
5f3563ea
PA
7204 /* Expedited registers. */
7205 if (stop_reply->regcache)
7206 {
217f1f79 7207 struct regcache *regcache
5cd63fda 7208 = get_thread_arch_regcache (ptid, stop_reply->arch);
5f3563ea
PA
7209 cached_reg_t *reg;
7210 int ix;
7211
7212 for (ix = 0;
d1dff226 7213 VEC_iterate (cached_reg_t, stop_reply->regcache, ix, reg);
5f3563ea 7214 ix++)
d1dff226 7215 {
217f1f79 7216 regcache_raw_supply (regcache, reg->num, reg->data);
d1dff226
AH
7217 xfree (reg->data);
7218 }
7219
5f3563ea
PA
7220 VEC_free (cached_reg_t, stop_reply->regcache);
7221 }
74531fed 7222
1941c569 7223 remote_notice_new_inferior (ptid, 0);
7aabaf9d 7224 remote_thread_info *remote_thr = get_remote_thread_info (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. */
223ffa71 7397 target_terminal::ours_for_output ();
c8e38a49
PA
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;
223ffa71 7402 target_terminal::inferior ();
c8e38a49 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{
ac7936df 7470 struct gdbarch *gdbarch = regcache->arch ();
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 7498 error (_("Could not fetch register \"%s\"; remote failure reply '%s'"),
ac7936df 7499 gdbarch_register_name (regcache->arch (),
27a9c0bf
MS
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{
ac7936df 7563 struct gdbarch *gdbarch = regcache->arch ();
29709017 7564 struct remote_state *rs = get_remote_state ();
5cd63fda 7565 remote_arch_state *rsa = get_remote_arch_state (gdbarch);
29709017
DJ
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 7573 if (buf_len > 2 * rsa->sizeof_g_packet)
fc809827
SM
7574 error (_("Remote 'g' packet reply is too long (expected %ld bytes, got %d "
7575 "bytes): %s"), rsa->sizeof_g_packet, buf_len / 2, rs->buf);
74ca34ce
DJ
7576
7577 /* Save the size of the packet sent to us by the target. It is used
7578 as a heuristic when determining the max size of packets that the
7579 target can safely receive. */
7580 if (rsa->actual_register_packet_size == 0)
7581 rsa->actual_register_packet_size = buf_len;
7582
7583 /* If this is smaller than we guessed the 'g' packet would be,
7584 update our records. A 'g' reply that doesn't include a register's
7585 value implies either that the register is not available, or that
7586 the 'p' packet must be used. */
7587 if (buf_len < 2 * rsa->sizeof_g_packet)
b323314b 7588 {
9dc193c3 7589 long sizeof_g_packet = buf_len / 2;
74ca34ce 7590
4a22f64d 7591 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
b96ec7ac 7592 {
9dc193c3
LF
7593 long offset = rsa->regs[i].offset;
7594 long reg_size = register_size (gdbarch, i);
7595
74ca34ce
DJ
7596 if (rsa->regs[i].pnum == -1)
7597 continue;
7598
9dc193c3 7599 if (offset >= sizeof_g_packet)
74ca34ce 7600 rsa->regs[i].in_g_packet = 0;
9dc193c3
LF
7601 else if (offset + reg_size > sizeof_g_packet)
7602 error (_("Truncated register %d in remote 'g' packet"), i);
b96ec7ac 7603 else
74ca34ce 7604 rsa->regs[i].in_g_packet = 1;
b96ec7ac 7605 }
9dc193c3
LF
7606
7607 /* Looks valid enough, we can assume this is the correct length
7608 for a 'g' packet. It's important not to adjust
7609 rsa->sizeof_g_packet if we have truncated registers otherwise
7610 this "if" won't be run the next time the method is called
7611 with a packet of the same size and one of the internal errors
7612 below will trigger instead. */
7613 rsa->sizeof_g_packet = sizeof_g_packet;
74ca34ce 7614 }
b323314b 7615
224c3ddb 7616 regs = (char *) alloca (rsa->sizeof_g_packet);
c906108c
SS
7617
7618 /* Unimplemented registers read as all bits zero. */
ea9c271d 7619 memset (regs, 0, rsa->sizeof_g_packet);
c906108c 7620
c906108c
SS
7621 /* Reply describes registers byte by byte, each byte encoded as two
7622 hex characters. Suck them all up, then supply them to the
7623 register cacheing/storage mechanism. */
7624
74ca34ce 7625 p = rs->buf;
ea9c271d 7626 for (i = 0; i < rsa->sizeof_g_packet; i++)
c906108c 7627 {
74ca34ce
DJ
7628 if (p[0] == 0 || p[1] == 0)
7629 /* This shouldn't happen - we adjusted sizeof_g_packet above. */
7630 internal_error (__FILE__, __LINE__,
9b20d036 7631 _("unexpected end of 'g' packet reply"));
74ca34ce 7632
c906108c 7633 if (p[0] == 'x' && p[1] == 'x')
c5aa993b 7634 regs[i] = 0; /* 'x' */
c906108c
SS
7635 else
7636 regs[i] = fromhex (p[0]) * 16 + fromhex (p[1]);
7637 p += 2;
7638 }
7639
a744cf53
MS
7640 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
7641 {
7642 struct packet_reg *r = &rsa->regs[i];
9dc193c3 7643 long reg_size = register_size (gdbarch, i);
a744cf53
MS
7644
7645 if (r->in_g_packet)
7646 {
9dc193c3 7647 if ((r->offset + reg_size) * 2 > strlen (rs->buf))
a744cf53
MS
7648 /* This shouldn't happen - we adjusted in_g_packet above. */
7649 internal_error (__FILE__, __LINE__,
9b20d036 7650 _("unexpected end of 'g' packet reply"));
a744cf53
MS
7651 else if (rs->buf[r->offset * 2] == 'x')
7652 {
7653 gdb_assert (r->offset * 2 < strlen (rs->buf));
7654 /* The register isn't available, mark it as such (at
7655 the same time setting the value to zero). */
7656 regcache_raw_supply (regcache, r->regnum, NULL);
7657 }
7658 else
7659 regcache_raw_supply (regcache, r->regnum,
7660 regs + r->offset);
7661 }
7662 }
c906108c
SS
7663}
7664
29709017 7665static void
56be3814 7666fetch_registers_using_g (struct regcache *regcache)
29709017
DJ
7667{
7668 send_g_packet ();
56be3814 7669 process_g_packet (regcache);
29709017
DJ
7670}
7671
e6e4e701
PA
7672/* Make the remote selected traceframe match GDB's selected
7673 traceframe. */
7674
7675static void
7676set_remote_traceframe (void)
7677{
7678 int newnum;
262e1174 7679 struct remote_state *rs = get_remote_state ();
e6e4e701 7680
262e1174 7681 if (rs->remote_traceframe_number == get_traceframe_number ())
e6e4e701
PA
7682 return;
7683
7684 /* Avoid recursion, remote_trace_find calls us again. */
262e1174 7685 rs->remote_traceframe_number = get_traceframe_number ();
e6e4e701
PA
7686
7687 newnum = target_trace_find (tfind_number,
7688 get_traceframe_number (), 0, 0, NULL);
7689
7690 /* Should not happen. If it does, all bets are off. */
7691 if (newnum != get_traceframe_number ())
7692 warning (_("could not set remote traceframe"));
7693}
7694
74ca34ce 7695static void
28439f5e
PA
7696remote_fetch_registers (struct target_ops *ops,
7697 struct regcache *regcache, int regnum)
74ca34ce 7698{
ac7936df 7699 struct gdbarch *gdbarch = regcache->arch ();
5cd63fda 7700 remote_arch_state *rsa = get_remote_arch_state (gdbarch);
74ca34ce
DJ
7701 int i;
7702
e6e4e701 7703 set_remote_traceframe ();
bcc0c096 7704 set_general_thread (regcache_get_ptid (regcache));
74ca34ce
DJ
7705
7706 if (regnum >= 0)
7707 {
5cd63fda 7708 packet_reg *reg = packet_reg_from_regnum (gdbarch, rsa, regnum);
a744cf53 7709
74ca34ce
DJ
7710 gdb_assert (reg != NULL);
7711
7712 /* If this register might be in the 'g' packet, try that first -
7713 we are likely to read more than one register. If this is the
7714 first 'g' packet, we might be overly optimistic about its
7715 contents, so fall back to 'p'. */
7716 if (reg->in_g_packet)
7717 {
56be3814 7718 fetch_registers_using_g (regcache);
74ca34ce
DJ
7719 if (reg->in_g_packet)
7720 return;
7721 }
7722
56be3814 7723 if (fetch_register_using_p (regcache, reg))
74ca34ce
DJ
7724 return;
7725
7726 /* This register is not available. */
56be3814 7727 regcache_raw_supply (regcache, reg->regnum, NULL);
74ca34ce
DJ
7728
7729 return;
7730 }
7731
56be3814 7732 fetch_registers_using_g (regcache);
74ca34ce 7733
5cd63fda 7734 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
74ca34ce 7735 if (!rsa->regs[i].in_g_packet)
56be3814 7736 if (!fetch_register_using_p (regcache, &rsa->regs[i]))
74ca34ce
DJ
7737 {
7738 /* This register is not available. */
56be3814 7739 regcache_raw_supply (regcache, i, NULL);
74ca34ce
DJ
7740 }
7741}
7742
c906108c
SS
7743/* Prepare to store registers. Since we may send them all (using a
7744 'G' request), we have to read out the ones we don't want to change
7745 first. */
7746
c5aa993b 7747static void
f32dbf8c 7748remote_prepare_to_store (struct target_ops *self, struct regcache *regcache)
c906108c 7749{
5cd63fda 7750 remote_arch_state *rsa = get_remote_arch_state (regcache->arch ());
cf0e1e0d 7751 int i;
cf0e1e0d 7752
c906108c 7753 /* Make sure the entire registers array is valid. */
4082afcc 7754 switch (packet_support (PACKET_P))
5a2468f5
JM
7755 {
7756 case PACKET_DISABLE:
7757 case PACKET_SUPPORT_UNKNOWN:
cf0e1e0d 7758 /* Make sure all the necessary registers are cached. */
ac7936df 7759 for (i = 0; i < gdbarch_num_regs (regcache->arch ()); i++)
ea9c271d 7760 if (rsa->regs[i].in_g_packet)
8e368124 7761 regcache_raw_update (regcache, rsa->regs[i].regnum);
5a2468f5
JM
7762 break;
7763 case PACKET_ENABLE:
7764 break;
7765 }
7766}
7767
ad10f812 7768/* Helper: Attempt to store REGNUM using the P packet. Return fail IFF
23860348 7769 packet was not recognized. */
5a2468f5
JM
7770
7771static int
1f4437a4
MS
7772store_register_using_P (const struct regcache *regcache,
7773 struct packet_reg *reg)
5a2468f5 7774{
ac7936df 7775 struct gdbarch *gdbarch = regcache->arch ();
d01949b6 7776 struct remote_state *rs = get_remote_state ();
5a2468f5 7777 /* Try storing a single register. */
6d820c5c 7778 char *buf = rs->buf;
9890e433 7779 gdb_byte *regp = (gdb_byte *) alloca (register_size (gdbarch, reg->regnum));
5a2468f5 7780 char *p;
5a2468f5 7781
4082afcc 7782 if (packet_support (PACKET_P) == PACKET_DISABLE)
74ca34ce
DJ
7783 return 0;
7784
7785 if (reg->pnum == -1)
7786 return 0;
7787
ea9c271d 7788 xsnprintf (buf, get_remote_packet_size (), "P%s=", phex_nz (reg->pnum, 0));
5a2468f5 7789 p = buf + strlen (buf);
56be3814 7790 regcache_raw_collect (regcache, reg->regnum, regp);
4a22f64d 7791 bin2hex (regp, p, register_size (gdbarch, reg->regnum));
1f4437a4
MS
7792 putpkt (rs->buf);
7793 getpkt (&rs->buf, &rs->buf_size, 0);
5a2468f5 7794
74ca34ce
DJ
7795 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_P]))
7796 {
7797 case PACKET_OK:
7798 return 1;
7799 case PACKET_ERROR:
27a9c0bf
MS
7800 error (_("Could not write register \"%s\"; remote failure reply '%s'"),
7801 gdbarch_register_name (gdbarch, reg->regnum), rs->buf);
74ca34ce
DJ
7802 case PACKET_UNKNOWN:
7803 return 0;
7804 default:
7805 internal_error (__FILE__, __LINE__, _("Bad result from packet_ok"));
7806 }
c906108c
SS
7807}
7808
23860348
MS
7809/* Store register REGNUM, or all registers if REGNUM == -1, from the
7810 contents of the register cache buffer. FIXME: ignores errors. */
c906108c
SS
7811
7812static void
56be3814 7813store_registers_using_G (const struct regcache *regcache)
c906108c 7814{
d01949b6 7815 struct remote_state *rs = get_remote_state ();
5cd63fda 7816 remote_arch_state *rsa = get_remote_arch_state (regcache->arch ());
cfd77fa1 7817 gdb_byte *regs;
c906108c
SS
7818 char *p;
7819
193cb69f
AC
7820 /* Extract all the registers in the regcache copying them into a
7821 local buffer. */
7822 {
b323314b 7823 int i;
a744cf53 7824
224c3ddb 7825 regs = (gdb_byte *) alloca (rsa->sizeof_g_packet);
ea9c271d 7826 memset (regs, 0, rsa->sizeof_g_packet);
ac7936df 7827 for (i = 0; i < gdbarch_num_regs (regcache->arch ()); i++)
193cb69f 7828 {
ea9c271d 7829 struct packet_reg *r = &rsa->regs[i];
a744cf53 7830
b323314b 7831 if (r->in_g_packet)
56be3814 7832 regcache_raw_collect (regcache, r->regnum, regs + r->offset);
193cb69f
AC
7833 }
7834 }
c906108c
SS
7835
7836 /* Command describes registers byte by byte,
7837 each byte encoded as two hex characters. */
6d820c5c 7838 p = rs->buf;
193cb69f 7839 *p++ = 'G';
74ca34ce 7840 bin2hex (regs, p, rsa->sizeof_g_packet);
1f4437a4
MS
7841 putpkt (rs->buf);
7842 getpkt (&rs->buf, &rs->buf_size, 0);
7843 if (packet_check_result (rs->buf) == PACKET_ERROR)
27a9c0bf
MS
7844 error (_("Could not write registers; remote failure reply '%s'"),
7845 rs->buf);
c906108c 7846}
74ca34ce
DJ
7847
7848/* Store register REGNUM, or all registers if REGNUM == -1, from the contents
7849 of the register cache buffer. FIXME: ignores errors. */
7850
7851static void
28439f5e
PA
7852remote_store_registers (struct target_ops *ops,
7853 struct regcache *regcache, int regnum)
74ca34ce 7854{
5cd63fda
PA
7855 struct gdbarch *gdbarch = regcache->arch ();
7856 remote_arch_state *rsa = get_remote_arch_state (gdbarch);
74ca34ce
DJ
7857 int i;
7858
e6e4e701 7859 set_remote_traceframe ();
bcc0c096 7860 set_general_thread (regcache_get_ptid (regcache));
74ca34ce
DJ
7861
7862 if (regnum >= 0)
7863 {
5cd63fda 7864 packet_reg *reg = packet_reg_from_regnum (gdbarch, 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
5cd63fda 7888 for (i = 0; i < gdbarch_num_regs (gdbarch); 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;
92ffd475 8214 return (*xfered_len_units != 0) ? TARGET_XFER_OK : TARGET_XFER_EOF;
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 8230{
a121b7c1 8231 const char *packet_format = NULL;
a76d924d
DJ
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);
92ffd475 8308 return (*xfered_len_units != 0) ? TARGET_XFER_OK : TARGET_XFER_EOF;
9217e74e
YQ
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 {
a79b1bc6 8379 std::vector<mem_range> available;
8acf9577
YQ
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 {
a79b1bc6 8387 if (available.empty () || available[0].start != memaddr)
8acf9577
YQ
8388 {
8389 enum target_xfer_status res;
8390
8391 /* Don't read into the traceframe's available
8392 memory. */
a79b1bc6 8393 if (!available.empty ())
8acf9577
YQ
8394 {
8395 LONGEST oldlen = len;
8396
a79b1bc6 8397 len = available[0].start - memaddr;
8acf9577
YQ
8398 gdb_assert (len <= oldlen);
8399 }
8400
8acf9577 8401 /* This goes through the topmost target again. */
b55fbac4 8402 res = remote_xfer_live_readonly_partial (ops, myaddr, memaddr,
124e13d9 8403 len, unit_size, xfered_len);
8acf9577
YQ
8404 if (res == TARGET_XFER_OK)
8405 return TARGET_XFER_OK;
8406 else
8407 {
8408 /* No use trying further, we know some memory starting
8409 at MEMADDR isn't available. */
8410 *xfered_len = len;
92ffd475
PC
8411 return (*xfered_len != 0) ?
8412 TARGET_XFER_UNAVAILABLE : TARGET_XFER_EOF;
8acf9577
YQ
8413 }
8414 }
8415
8416 /* Don't try to read more than how much is available, in
8417 case the target implements the deprecated QTro packet to
8418 cater for older GDBs (the target's knowledge of read-only
8419 sections may be outdated by now). */
a79b1bc6 8420 len = available[0].length;
8acf9577
YQ
8421 }
8422 }
8423
124e13d9 8424 return remote_read_bytes_1 (memaddr, myaddr, len, unit_size, xfered_len);
c906108c 8425}
74531fed 8426
c906108c 8427\f
c906108c 8428
a76d924d
DJ
8429/* Sends a packet with content determined by the printf format string
8430 FORMAT and the remaining arguments, then gets the reply. Returns
8431 whether the packet was a success, a failure, or unknown. */
8432
77b64a49
PA
8433static enum packet_result remote_send_printf (const char *format, ...)
8434 ATTRIBUTE_PRINTF (1, 2);
8435
2c0b251b 8436static enum packet_result
a76d924d
DJ
8437remote_send_printf (const char *format, ...)
8438{
8439 struct remote_state *rs = get_remote_state ();
8440 int max_size = get_remote_packet_size ();
a76d924d 8441 va_list ap;
a744cf53 8442
a76d924d
DJ
8443 va_start (ap, format);
8444
8445 rs->buf[0] = '\0';
8446 if (vsnprintf (rs->buf, max_size, format, ap) >= max_size)
9b20d036 8447 internal_error (__FILE__, __LINE__, _("Too long remote packet."));
a76d924d
DJ
8448
8449 if (putpkt (rs->buf) < 0)
8450 error (_("Communication problem with target."));
8451
8452 rs->buf[0] = '\0';
8453 getpkt (&rs->buf, &rs->buf_size, 0);
8454
8455 return packet_check_result (rs->buf);
8456}
8457
a76d924d
DJ
8458/* Flash writing can take quite some time. We'll set
8459 effectively infinite timeout for flash operations.
8460 In future, we'll need to decide on a better approach. */
8461static const int remote_flash_timeout = 1000;
8462
8463static void
8464remote_flash_erase (struct target_ops *ops,
8465 ULONGEST address, LONGEST length)
8466{
f5656ead 8467 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
a76d924d 8468 enum packet_result ret;
2ec845e7
TT
8469 scoped_restore restore_timeout
8470 = make_scoped_restore (&remote_timeout, remote_flash_timeout);
a76d924d
DJ
8471
8472 ret = remote_send_printf ("vFlashErase:%s,%s",
5af949e3 8473 phex (address, addr_size),
a76d924d
DJ
8474 phex (length, 4));
8475 switch (ret)
8476 {
8477 case PACKET_UNKNOWN:
8478 error (_("Remote target does not support flash erase"));
8479 case PACKET_ERROR:
8480 error (_("Error erasing flash with vFlashErase packet"));
8481 default:
8482 break;
8483 }
a76d924d
DJ
8484}
8485
9b409511
YQ
8486static enum target_xfer_status
8487remote_flash_write (struct target_ops *ops, ULONGEST address,
8488 ULONGEST length, ULONGEST *xfered_len,
8489 const gdb_byte *data)
a76d924d 8490{
2ec845e7
TT
8491 scoped_restore restore_timeout
8492 = make_scoped_restore (&remote_timeout, remote_flash_timeout);
8493 return remote_write_bytes_aux ("vFlashWrite:", address, data, length, 1,
8494 xfered_len,'X', 0);
a76d924d
DJ
8495}
8496
8497static void
8498remote_flash_done (struct target_ops *ops)
8499{
a76d924d 8500 int ret;
a76d924d 8501
2ec845e7
TT
8502 scoped_restore restore_timeout
8503 = make_scoped_restore (&remote_timeout, remote_flash_timeout);
8504
a76d924d 8505 ret = remote_send_printf ("vFlashDone");
a76d924d
DJ
8506
8507 switch (ret)
8508 {
8509 case PACKET_UNKNOWN:
8510 error (_("Remote target does not support vFlashDone"));
8511 case PACKET_ERROR:
8512 error (_("Error finishing flash operation"));
8513 default:
8514 break;
8515 }
8516}
8517
c906108c 8518static void
fba45db2 8519remote_files_info (struct target_ops *ignore)
c906108c
SS
8520{
8521 puts_filtered ("Debugging a target over a serial line.\n");
8522}
8523\f
8524/* Stuff for dealing with the packets which are part of this protocol.
8525 See comment at top of file for details. */
8526
1927e618
PA
8527/* Close/unpush the remote target, and throw a TARGET_CLOSE_ERROR
8528 error to higher layers. Called when a serial error is detected.
8529 The exception message is STRING, followed by a colon and a blank,
d6cb50a2
JK
8530 the system error message for errno at function entry and final dot
8531 for output compatibility with throw_perror_with_name. */
1927e618
PA
8532
8533static void
8534unpush_and_perror (const char *string)
8535{
d6cb50a2 8536 int saved_errno = errno;
1927e618
PA
8537
8538 remote_unpush_target ();
d6cb50a2
JK
8539 throw_error (TARGET_CLOSE_ERROR, "%s: %s.", string,
8540 safe_strerror (saved_errno));
1927e618
PA
8541}
8542
048094ac
PA
8543/* Read a single character from the remote end. The current quit
8544 handler is overridden to avoid quitting in the middle of packet
8545 sequence, as that would break communication with the remote server.
8546 See remote_serial_quit_handler for more detail. */
c906108c
SS
8547
8548static int
fba45db2 8549readchar (int timeout)
c906108c
SS
8550{
8551 int ch;
5d93a237 8552 struct remote_state *rs = get_remote_state ();
048094ac 8553
2ec845e7
TT
8554 {
8555 scoped_restore restore_quit
8556 = make_scoped_restore (&quit_handler, remote_serial_quit_handler);
c906108c 8557
2ec845e7 8558 rs->got_ctrlc_during_io = 0;
c906108c 8559
2ec845e7 8560 ch = serial_readchar (rs->remote_desc, timeout);
048094ac 8561
2ec845e7
TT
8562 if (rs->got_ctrlc_during_io)
8563 set_quit_flag ();
8564 }
048094ac 8565
2acceee2 8566 if (ch >= 0)
0876f84a 8567 return ch;
2acceee2
JM
8568
8569 switch ((enum serial_rc) ch)
c906108c
SS
8570 {
8571 case SERIAL_EOF:
78a095c3 8572 remote_unpush_target ();
598d3636 8573 throw_error (TARGET_CLOSE_ERROR, _("Remote connection closed"));
2acceee2 8574 /* no return */
c906108c 8575 case SERIAL_ERROR:
1927e618
PA
8576 unpush_and_perror (_("Remote communication error. "
8577 "Target disconnected."));
2acceee2 8578 /* no return */
c906108c 8579 case SERIAL_TIMEOUT:
2acceee2 8580 break;
c906108c 8581 }
2acceee2 8582 return ch;
c906108c
SS
8583}
8584
c33e31fd 8585/* Wrapper for serial_write that closes the target and throws if
048094ac
PA
8586 writing fails. The current quit handler is overridden to avoid
8587 quitting in the middle of packet sequence, as that would break
8588 communication with the remote server. See
8589 remote_serial_quit_handler for more detail. */
c33e31fd
PA
8590
8591static void
8592remote_serial_write (const char *str, int len)
8593{
5d93a237 8594 struct remote_state *rs = get_remote_state ();
048094ac 8595
2ec845e7
TT
8596 scoped_restore restore_quit
8597 = make_scoped_restore (&quit_handler, remote_serial_quit_handler);
048094ac
PA
8598
8599 rs->got_ctrlc_during_io = 0;
5d93a237
TT
8600
8601 if (serial_write (rs->remote_desc, str, len))
c33e31fd 8602 {
1927e618
PA
8603 unpush_and_perror (_("Remote communication error. "
8604 "Target disconnected."));
c33e31fd 8605 }
048094ac
PA
8606
8607 if (rs->got_ctrlc_during_io)
8608 set_quit_flag ();
c33e31fd
PA
8609}
8610
6d820c5c
DJ
8611/* Send the command in *BUF to the remote machine, and read the reply
8612 into *BUF. Report an error if we get an error reply. Resize
8613 *BUF using xrealloc if necessary to hold the result, and update
8614 *SIZEOF_BUF. */
c906108c
SS
8615
8616static void
6d820c5c
DJ
8617remote_send (char **buf,
8618 long *sizeof_buf)
c906108c 8619{
6d820c5c 8620 putpkt (*buf);
c2d11a7d 8621 getpkt (buf, sizeof_buf, 0);
c906108c 8622
6d820c5c
DJ
8623 if ((*buf)[0] == 'E')
8624 error (_("Remote failure reply: %s"), *buf);
c906108c
SS
8625}
8626
b3ced9ba
PA
8627/* Return a string representing an escaped version of BUF, of len N.
8628 E.g. \n is converted to \\n, \t to \\t, etc. */
6e5abd65 8629
b3ced9ba 8630static std::string
6e5abd65
PA
8631escape_buffer (const char *buf, int n)
8632{
d7e74731 8633 string_file stb;
6e5abd65 8634
d7e74731
PA
8635 stb.putstrn (buf, n, '\\');
8636 return std::move (stb.string ());
6e5abd65
PA
8637}
8638
c906108c
SS
8639/* Display a null-terminated packet on stdout, for debugging, using C
8640 string notation. */
8641
8642static void
baa336ce 8643print_packet (const char *buf)
c906108c
SS
8644{
8645 puts_filtered ("\"");
43e526b9 8646 fputstr_filtered (buf, '"', gdb_stdout);
c906108c
SS
8647 puts_filtered ("\"");
8648}
8649
8650int
baa336ce 8651putpkt (const char *buf)
c906108c
SS
8652{
8653 return putpkt_binary (buf, strlen (buf));
8654}
8655
8656/* Send a packet to the remote machine, with error checking. The data
23860348 8657 of the packet is in BUF. The string in BUF can be at most
ea9c271d 8658 get_remote_packet_size () - 5 to account for the $, # and checksum,
23860348
MS
8659 and for a possible /0 if we are debugging (remote_debug) and want
8660 to print the sent packet as a string. */
c906108c
SS
8661
8662static int
baa336ce 8663putpkt_binary (const char *buf, int cnt)
c906108c 8664{
2d717e4f 8665 struct remote_state *rs = get_remote_state ();
c906108c
SS
8666 int i;
8667 unsigned char csum = 0;
b80406ac
TT
8668 gdb::def_vector<char> data (cnt + 6);
8669 char *buf2 = data.data ();
085dd6e6 8670
c906108c
SS
8671 int ch;
8672 int tcount = 0;
8673 char *p;
8674
e24a49d8
PA
8675 /* Catch cases like trying to read memory or listing threads while
8676 we're waiting for a stop reply. The remote server wouldn't be
8677 ready to handle this request, so we'd hang and timeout. We don't
8678 have to worry about this in synchronous mode, because in that
8679 case it's not possible to issue a command while the target is
74531fed
PA
8680 running. This is not a problem in non-stop mode, because in that
8681 case, the stub is always ready to process serial input. */
6efcd9a8
PA
8682 if (!target_is_non_stop_p ()
8683 && target_is_async_p ()
8684 && rs->waiting_for_stop_reply)
9597b22a
DE
8685 {
8686 error (_("Cannot execute this command while the target is running.\n"
8687 "Use the \"interrupt\" command to stop the target\n"
8688 "and then try again."));
8689 }
e24a49d8 8690
2d717e4f
DJ
8691 /* We're sending out a new packet. Make sure we don't look at a
8692 stale cached response. */
8693 rs->cached_wait_status = 0;
8694
c906108c
SS
8695 /* Copy the packet into buffer BUF2, encapsulating it
8696 and giving it a checksum. */
8697
c906108c
SS
8698 p = buf2;
8699 *p++ = '$';
8700
8701 for (i = 0; i < cnt; i++)
8702 {
8703 csum += buf[i];
8704 *p++ = buf[i];
8705 }
8706 *p++ = '#';
8707 *p++ = tohex ((csum >> 4) & 0xf);
8708 *p++ = tohex (csum & 0xf);
8709
8710 /* Send it over and over until we get a positive ack. */
8711
8712 while (1)
8713 {
8714 int started_error_output = 0;
8715
8716 if (remote_debug)
8717 {
8718 *p = '\0';
b3ced9ba 8719
6f8976bf
YQ
8720 int len = (int) (p - buf2);
8721
8722 std::string str
8723 = escape_buffer (buf2, std::min (len, REMOTE_DEBUG_MAX_CHAR));
8724
8725 fprintf_unfiltered (gdb_stdlog, "Sending packet: %s", str.c_str ());
8726
8727 if (str.length () > REMOTE_DEBUG_MAX_CHAR)
8728 {
8729 fprintf_unfiltered (gdb_stdlog, "[%zu bytes omitted]",
8730 str.length () - REMOTE_DEBUG_MAX_CHAR);
8731 }
8732
8733 fprintf_unfiltered (gdb_stdlog, "...");
b3ced9ba 8734
0f71a2f6 8735 gdb_flush (gdb_stdlog);
c906108c 8736 }
c33e31fd 8737 remote_serial_write (buf2, p - buf2);
c906108c 8738
a6f3e723
SL
8739 /* If this is a no acks version of the remote protocol, send the
8740 packet and move on. */
8741 if (rs->noack_mode)
8742 break;
8743
74531fed
PA
8744 /* Read until either a timeout occurs (-2) or '+' is read.
8745 Handle any notification that arrives in the mean time. */
c906108c
SS
8746 while (1)
8747 {
8748 ch = readchar (remote_timeout);
8749
c5aa993b 8750 if (remote_debug)
c906108c
SS
8751 {
8752 switch (ch)
8753 {
8754 case '+':
1216fa2c 8755 case '-':
c906108c
SS
8756 case SERIAL_TIMEOUT:
8757 case '$':
74531fed 8758 case '%':
c906108c
SS
8759 if (started_error_output)
8760 {
8761 putchar_unfiltered ('\n');
8762 started_error_output = 0;
8763 }
8764 }
8765 }
8766
8767 switch (ch)
8768 {
8769 case '+':
8770 if (remote_debug)
0f71a2f6 8771 fprintf_unfiltered (gdb_stdlog, "Ack\n");
c906108c 8772 return 1;
1216fa2c
AC
8773 case '-':
8774 if (remote_debug)
8775 fprintf_unfiltered (gdb_stdlog, "Nak\n");
a17d146e 8776 /* FALLTHROUGH */
c906108c 8777 case SERIAL_TIMEOUT:
c5aa993b 8778 tcount++;
c906108c 8779 if (tcount > 3)
b80406ac 8780 return 0;
23860348 8781 break; /* Retransmit buffer. */
c906108c
SS
8782 case '$':
8783 {
40e3f985 8784 if (remote_debug)
2bc416ba 8785 fprintf_unfiltered (gdb_stdlog,
23860348 8786 "Packet instead of Ack, ignoring it\n");
d6f7abdf
AC
8787 /* It's probably an old response sent because an ACK
8788 was lost. Gobble up the packet and ack it so it
8789 doesn't get retransmitted when we resend this
8790 packet. */
6d820c5c 8791 skip_frame ();
c33e31fd 8792 remote_serial_write ("+", 1);
23860348 8793 continue; /* Now, go look for +. */
c906108c 8794 }
74531fed
PA
8795
8796 case '%':
8797 {
8798 int val;
8799
8800 /* If we got a notification, handle it, and go back to looking
8801 for an ack. */
8802 /* We've found the start of a notification. Now
8803 collect the data. */
8804 val = read_frame (&rs->buf, &rs->buf_size);
8805 if (val >= 0)
8806 {
8807 if (remote_debug)
8808 {
b3ced9ba 8809 std::string str = escape_buffer (rs->buf, val);
6e5abd65 8810
6e5abd65
PA
8811 fprintf_unfiltered (gdb_stdlog,
8812 " Notification received: %s\n",
b3ced9ba 8813 str.c_str ());
74531fed 8814 }
5965e028 8815 handle_notification (rs->notif_state, rs->buf);
74531fed
PA
8816 /* We're in sync now, rewait for the ack. */
8817 tcount = 0;
8818 }
8819 else
8820 {
8821 if (remote_debug)
8822 {
8823 if (!started_error_output)
8824 {
8825 started_error_output = 1;
8826 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
8827 }
8828 fputc_unfiltered (ch & 0177, gdb_stdlog);
8829 fprintf_unfiltered (gdb_stdlog, "%s", rs->buf);
8830 }
8831 }
8832 continue;
8833 }
8834 /* fall-through */
c906108c
SS
8835 default:
8836 if (remote_debug)
8837 {
8838 if (!started_error_output)
8839 {
8840 started_error_output = 1;
0f71a2f6 8841 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
c906108c 8842 }
0f71a2f6 8843 fputc_unfiltered (ch & 0177, gdb_stdlog);
c906108c
SS
8844 }
8845 continue;
8846 }
23860348 8847 break; /* Here to retransmit. */
c906108c
SS
8848 }
8849
8850#if 0
8851 /* This is wrong. If doing a long backtrace, the user should be
c5aa993b
JM
8852 able to get out next time we call QUIT, without anything as
8853 violent as interrupt_query. If we want to provide a way out of
8854 here without getting to the next QUIT, it should be based on
8855 hitting ^C twice as in remote_wait. */
c906108c
SS
8856 if (quit_flag)
8857 {
8858 quit_flag = 0;
8859 interrupt_query ();
8860 }
8861#endif
8862 }
a5c0808e 8863
a6f3e723 8864 return 0;
c906108c
SS
8865}
8866
6d820c5c
DJ
8867/* Come here after finding the start of a frame when we expected an
8868 ack. Do our best to discard the rest of this packet. */
8869
8870static void
8871skip_frame (void)
8872{
8873 int c;
8874
8875 while (1)
8876 {
8877 c = readchar (remote_timeout);
8878 switch (c)
8879 {
8880 case SERIAL_TIMEOUT:
8881 /* Nothing we can do. */
8882 return;
8883 case '#':
8884 /* Discard the two bytes of checksum and stop. */
8885 c = readchar (remote_timeout);
8886 if (c >= 0)
8887 c = readchar (remote_timeout);
8888
8889 return;
8890 case '*': /* Run length encoding. */
8891 /* Discard the repeat count. */
8892 c = readchar (remote_timeout);
8893 if (c < 0)
8894 return;
8895 break;
8896 default:
8897 /* A regular character. */
8898 break;
8899 }
8900 }
8901}
8902
c906108c 8903/* Come here after finding the start of the frame. Collect the rest
6d820c5c
DJ
8904 into *BUF, verifying the checksum, length, and handling run-length
8905 compression. NUL terminate the buffer. If there is not enough room,
8906 expand *BUF using xrealloc.
c906108c 8907
c2d11a7d
JM
8908 Returns -1 on error, number of characters in buffer (ignoring the
8909 trailing NULL) on success. (could be extended to return one of the
23860348 8910 SERIAL status indications). */
c2d11a7d
JM
8911
8912static long
6d820c5c
DJ
8913read_frame (char **buf_p,
8914 long *sizeof_buf)
c906108c
SS
8915{
8916 unsigned char csum;
c2d11a7d 8917 long bc;
c906108c 8918 int c;
6d820c5c 8919 char *buf = *buf_p;
a6f3e723 8920 struct remote_state *rs = get_remote_state ();
c906108c
SS
8921
8922 csum = 0;
c2d11a7d 8923 bc = 0;
c906108c
SS
8924
8925 while (1)
8926 {
8927 c = readchar (remote_timeout);
c906108c
SS
8928 switch (c)
8929 {
8930 case SERIAL_TIMEOUT:
8931 if (remote_debug)
0f71a2f6 8932 fputs_filtered ("Timeout in mid-packet, retrying\n", gdb_stdlog);
c2d11a7d 8933 return -1;
c906108c
SS
8934 case '$':
8935 if (remote_debug)
0f71a2f6
JM
8936 fputs_filtered ("Saw new packet start in middle of old one\n",
8937 gdb_stdlog);
23860348 8938 return -1; /* Start a new packet, count retries. */
c906108c
SS
8939 case '#':
8940 {
8941 unsigned char pktcsum;
e1b09194
AC
8942 int check_0 = 0;
8943 int check_1 = 0;
c906108c 8944
c2d11a7d 8945 buf[bc] = '\0';
c906108c 8946
e1b09194
AC
8947 check_0 = readchar (remote_timeout);
8948 if (check_0 >= 0)
8949 check_1 = readchar (remote_timeout);
802188a7 8950
e1b09194
AC
8951 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT)
8952 {
8953 if (remote_debug)
2bc416ba 8954 fputs_filtered ("Timeout in checksum, retrying\n",
23860348 8955 gdb_stdlog);
e1b09194
AC
8956 return -1;
8957 }
8958 else if (check_0 < 0 || check_1 < 0)
40e3f985
FN
8959 {
8960 if (remote_debug)
2bc416ba 8961 fputs_filtered ("Communication error in checksum\n",
23860348 8962 gdb_stdlog);
40e3f985
FN
8963 return -1;
8964 }
c906108c 8965
a6f3e723
SL
8966 /* Don't recompute the checksum; with no ack packets we
8967 don't have any way to indicate a packet retransmission
8968 is necessary. */
8969 if (rs->noack_mode)
8970 return bc;
8971
e1b09194 8972 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1);
c906108c 8973 if (csum == pktcsum)
c2d11a7d 8974 return bc;
c906108c 8975
c5aa993b 8976 if (remote_debug)
c906108c 8977 {
b3ced9ba 8978 std::string str = escape_buffer (buf, bc);
6e5abd65 8979
6e5abd65 8980 fprintf_unfiltered (gdb_stdlog,
3e43a32a
MS
8981 "Bad checksum, sentsum=0x%x, "
8982 "csum=0x%x, buf=%s\n",
b3ced9ba 8983 pktcsum, csum, str.c_str ());
c906108c 8984 }
c2d11a7d 8985 /* Number of characters in buffer ignoring trailing
23860348 8986 NULL. */
c2d11a7d 8987 return -1;
c906108c 8988 }
23860348 8989 case '*': /* Run length encoding. */
c2c6d25f
JM
8990 {
8991 int repeat;
c906108c 8992
a744cf53 8993 csum += c;
b4501125
AC
8994 c = readchar (remote_timeout);
8995 csum += c;
23860348 8996 repeat = c - ' ' + 3; /* Compute repeat count. */
c906108c 8997
23860348 8998 /* The character before ``*'' is repeated. */
c2d11a7d 8999
6d820c5c 9000 if (repeat > 0 && repeat <= 255 && bc > 0)
c2c6d25f 9001 {
6d820c5c
DJ
9002 if (bc + repeat - 1 >= *sizeof_buf - 1)
9003 {
9004 /* Make some more room in the buffer. */
9005 *sizeof_buf += repeat;
224c3ddb 9006 *buf_p = (char *) xrealloc (*buf_p, *sizeof_buf);
6d820c5c
DJ
9007 buf = *buf_p;
9008 }
9009
c2d11a7d
JM
9010 memset (&buf[bc], buf[bc - 1], repeat);
9011 bc += repeat;
c2c6d25f
JM
9012 continue;
9013 }
9014
c2d11a7d 9015 buf[bc] = '\0';
6d820c5c 9016 printf_filtered (_("Invalid run length encoding: %s\n"), buf);
c2d11a7d 9017 return -1;
c2c6d25f 9018 }
c906108c 9019 default:
6d820c5c 9020 if (bc >= *sizeof_buf - 1)
c906108c 9021 {
6d820c5c
DJ
9022 /* Make some more room in the buffer. */
9023 *sizeof_buf *= 2;
224c3ddb 9024 *buf_p = (char *) xrealloc (*buf_p, *sizeof_buf);
6d820c5c 9025 buf = *buf_p;
c906108c
SS
9026 }
9027
6d820c5c
DJ
9028 buf[bc++] = c;
9029 csum += c;
9030 continue;
c906108c
SS
9031 }
9032 }
9033}
9034
9035/* Read a packet from the remote machine, with error checking, and
6d820c5c
DJ
9036 store it in *BUF. Resize *BUF using xrealloc if necessary to hold
9037 the result, and update *SIZEOF_BUF. If FOREVER, wait forever
9038 rather than timing out; this is used (in synchronous mode) to wait
9039 for a target that is is executing user code to stop. */
d9fcf2fb
JM
9040/* FIXME: ezannoni 2000-02-01 this wrapper is necessary so that we
9041 don't have to change all the calls to getpkt to deal with the
9042 return value, because at the moment I don't know what the right
23860348 9043 thing to do it for those. */
c906108c 9044void
6d820c5c
DJ
9045getpkt (char **buf,
9046 long *sizeof_buf,
c2d11a7d 9047 int forever)
d9fcf2fb 9048{
54887903 9049 getpkt_sane (buf, sizeof_buf, forever);
d9fcf2fb
JM
9050}
9051
9052
9053/* Read a packet from the remote machine, with error checking, and
6d820c5c
DJ
9054 store it in *BUF. Resize *BUF using xrealloc if necessary to hold
9055 the result, and update *SIZEOF_BUF. If FOREVER, wait forever
9056 rather than timing out; this is used (in synchronous mode) to wait
9057 for a target that is is executing user code to stop. If FOREVER ==
9058 0, this function is allowed to time out gracefully and return an
74531fed
PA
9059 indication of this to the caller. Otherwise return the number of
9060 bytes read. If EXPECTING_NOTIF, consider receiving a notification
fee9eda9
YQ
9061 enough reason to return to the caller. *IS_NOTIF is an output
9062 boolean that indicates whether *BUF holds a notification or not
9063 (a regular packet). */
74531fed 9064
3172dc30 9065static int
74531fed 9066getpkt_or_notif_sane_1 (char **buf, long *sizeof_buf, int forever,
fee9eda9 9067 int expecting_notif, int *is_notif)
c906108c 9068{
2d717e4f 9069 struct remote_state *rs = get_remote_state ();
c906108c
SS
9070 int c;
9071 int tries;
9072 int timeout;
df4b58fe 9073 int val = -1;
c906108c 9074
2d717e4f
DJ
9075 /* We're reading a new response. Make sure we don't look at a
9076 previously cached response. */
9077 rs->cached_wait_status = 0;
9078
6d820c5c 9079 strcpy (*buf, "timeout");
c906108c
SS
9080
9081 if (forever)
74531fed
PA
9082 timeout = watchdog > 0 ? watchdog : -1;
9083 else if (expecting_notif)
9084 timeout = 0; /* There should already be a char in the buffer. If
9085 not, bail out. */
c906108c
SS
9086 else
9087 timeout = remote_timeout;
9088
9089#define MAX_TRIES 3
9090
74531fed
PA
9091 /* Process any number of notifications, and then return when
9092 we get a packet. */
9093 for (;;)
c906108c 9094 {
d9c43928 9095 /* If we get a timeout or bad checksum, retry up to MAX_TRIES
74531fed
PA
9096 times. */
9097 for (tries = 1; tries <= MAX_TRIES; tries++)
c906108c 9098 {
74531fed
PA
9099 /* This can loop forever if the remote side sends us
9100 characters continuously, but if it pauses, we'll get
9101 SERIAL_TIMEOUT from readchar because of timeout. Then
9102 we'll count that as a retry.
9103
9104 Note that even when forever is set, we will only wait
9105 forever prior to the start of a packet. After that, we
9106 expect characters to arrive at a brisk pace. They should
9107 show up within remote_timeout intervals. */
9108 do
9109 c = readchar (timeout);
9110 while (c != SERIAL_TIMEOUT && c != '$' && c != '%');
c906108c
SS
9111
9112 if (c == SERIAL_TIMEOUT)
9113 {
74531fed
PA
9114 if (expecting_notif)
9115 return -1; /* Don't complain, it's normal to not get
9116 anything in this case. */
9117
23860348 9118 if (forever) /* Watchdog went off? Kill the target. */
c906108c 9119 {
78a095c3 9120 remote_unpush_target ();
598d3636
JK
9121 throw_error (TARGET_CLOSE_ERROR,
9122 _("Watchdog timeout has expired. "
9123 "Target detached."));
c906108c 9124 }
c906108c 9125 if (remote_debug)
0f71a2f6 9126 fputs_filtered ("Timed out.\n", gdb_stdlog);
c906108c 9127 }
74531fed
PA
9128 else
9129 {
9130 /* We've found the start of a packet or notification.
9131 Now collect the data. */
9132 val = read_frame (buf, sizeof_buf);
9133 if (val >= 0)
9134 break;
9135 }
9136
c33e31fd 9137 remote_serial_write ("-", 1);
c906108c 9138 }
c906108c 9139
74531fed
PA
9140 if (tries > MAX_TRIES)
9141 {
9142 /* We have tried hard enough, and just can't receive the
9143 packet/notification. Give up. */
9144 printf_unfiltered (_("Ignoring packet error, continuing...\n"));
c906108c 9145
74531fed
PA
9146 /* Skip the ack char if we're in no-ack mode. */
9147 if (!rs->noack_mode)
c33e31fd 9148 remote_serial_write ("+", 1);
74531fed
PA
9149 return -1;
9150 }
c906108c 9151
74531fed
PA
9152 /* If we got an ordinary packet, return that to our caller. */
9153 if (c == '$')
c906108c
SS
9154 {
9155 if (remote_debug)
43e526b9 9156 {
6f8976bf
YQ
9157 std::string str
9158 = escape_buffer (*buf,
9159 std::min (val, REMOTE_DEBUG_MAX_CHAR));
9160
9161 fprintf_unfiltered (gdb_stdlog, "Packet received: %s",
9162 str.c_str ());
9163
9164 if (str.length () > REMOTE_DEBUG_MAX_CHAR)
9165 {
9166 fprintf_unfiltered (gdb_stdlog, "[%zu bytes omitted]",
9167 str.length () - REMOTE_DEBUG_MAX_CHAR);
9168 }
6e5abd65 9169
6f8976bf 9170 fprintf_unfiltered (gdb_stdlog, "\n");
43e526b9 9171 }
a6f3e723
SL
9172
9173 /* Skip the ack char if we're in no-ack mode. */
9174 if (!rs->noack_mode)
c33e31fd 9175 remote_serial_write ("+", 1);
fee9eda9
YQ
9176 if (is_notif != NULL)
9177 *is_notif = 0;
0876f84a 9178 return val;
c906108c
SS
9179 }
9180
74531fed
PA
9181 /* If we got a notification, handle it, and go back to looking
9182 for a packet. */
9183 else
9184 {
9185 gdb_assert (c == '%');
9186
9187 if (remote_debug)
9188 {
b3ced9ba 9189 std::string str = escape_buffer (*buf, val);
6e5abd65 9190
6e5abd65
PA
9191 fprintf_unfiltered (gdb_stdlog,
9192 " Notification received: %s\n",
b3ced9ba 9193 str.c_str ());
74531fed 9194 }
fee9eda9
YQ
9195 if (is_notif != NULL)
9196 *is_notif = 1;
c906108c 9197
5965e028 9198 handle_notification (rs->notif_state, *buf);
c906108c 9199
74531fed 9200 /* Notifications require no acknowledgement. */
a6f3e723 9201
74531fed 9202 if (expecting_notif)
fee9eda9 9203 return val;
74531fed
PA
9204 }
9205 }
9206}
9207
9208static int
9209getpkt_sane (char **buf, long *sizeof_buf, int forever)
9210{
fee9eda9 9211 return getpkt_or_notif_sane_1 (buf, sizeof_buf, forever, 0, NULL);
74531fed
PA
9212}
9213
9214static int
fee9eda9
YQ
9215getpkt_or_notif_sane (char **buf, long *sizeof_buf, int forever,
9216 int *is_notif)
74531fed 9217{
fee9eda9
YQ
9218 return getpkt_or_notif_sane_1 (buf, sizeof_buf, forever, 1,
9219 is_notif);
c906108c 9220}
74531fed 9221
cbb8991c
DB
9222/* Check whether EVENT is a fork event for the process specified
9223 by the pid passed in DATA, and if it is, kill the fork child. */
9224
9225static int
9226kill_child_of_pending_fork (QUEUE (stop_reply_p) *q,
9227 QUEUE_ITER (stop_reply_p) *iter,
9228 stop_reply_p event,
9229 void *data)
9230{
19ba03f4 9231 struct queue_iter_param *param = (struct queue_iter_param *) data;
cbb8991c
DB
9232 int parent_pid = *(int *) param->input;
9233
9234 if (is_pending_fork_parent (&event->ws, parent_pid, event->ptid))
9235 {
9236 struct remote_state *rs = get_remote_state ();
9237 int child_pid = ptid_get_pid (event->ws.value.related_pid);
9238 int res;
9239
9240 res = remote_vkill (child_pid, rs);
9241 if (res != 0)
9242 error (_("Can't kill fork child process %d"), child_pid);
9243 }
9244
9245 return 1;
9246}
9247
9248/* Kill any new fork children of process PID that haven't been
9249 processed by follow_fork. */
9250
9251static void
9252kill_new_fork_children (int pid, struct remote_state *rs)
9253{
9254 struct thread_info *thread;
9255 struct notif_client *notif = &notif_client_stop;
9256 struct queue_iter_param param;
9257
9258 /* Kill the fork child threads of any threads in process PID
9259 that are stopped at a fork event. */
9260 ALL_NON_EXITED_THREADS (thread)
9261 {
9262 struct target_waitstatus *ws = &thread->pending_follow;
9263
9264 if (is_pending_fork_parent (ws, pid, thread->ptid))
9265 {
9266 struct remote_state *rs = get_remote_state ();
9267 int child_pid = ptid_get_pid (ws->value.related_pid);
9268 int res;
9269
9270 res = remote_vkill (child_pid, rs);
9271 if (res != 0)
9272 error (_("Can't kill fork child process %d"), child_pid);
9273 }
9274 }
9275
9276 /* Check for any pending fork events (not reported or processed yet)
9277 in process PID and kill those fork child threads as well. */
9278 remote_notif_get_pending_events (notif);
9279 param.input = &pid;
9280 param.output = NULL;
9281 QUEUE_iterate (stop_reply_p, stop_reply_queue,
9282 kill_child_of_pending_fork, &param);
9283}
9284
c906108c 9285\f
8020350c
DB
9286/* Target hook to kill the current inferior. */
9287
c906108c 9288static void
7d85a9c0 9289remote_kill (struct target_ops *ops)
43ff13b4 9290{
8020350c
DB
9291 int res = -1;
9292 int pid = ptid_get_pid (inferior_ptid);
9293 struct remote_state *rs = get_remote_state ();
0fdf84ca 9294
8020350c 9295 if (packet_support (PACKET_vKill) != PACKET_DISABLE)
0fdf84ca 9296 {
8020350c
DB
9297 /* If we're stopped while forking and we haven't followed yet,
9298 kill the child task. We need to do this before killing the
9299 parent task because if this is a vfork then the parent will
9300 be sleeping. */
9301 kill_new_fork_children (pid, rs);
9302
9303 res = remote_vkill (pid, rs);
9304 if (res == 0)
0fdf84ca 9305 {
bc1e6c81 9306 target_mourn_inferior (inferior_ptid);
0fdf84ca
PA
9307 return;
9308 }
8020350c 9309 }
0fdf84ca 9310
8020350c
DB
9311 /* If we are in 'target remote' mode and we are killing the only
9312 inferior, then we will tell gdbserver to exit and unpush the
9313 target. */
9314 if (res == -1 && !remote_multi_process_p (rs)
9315 && number_of_live_inferiors () == 1)
9316 {
9317 remote_kill_k ();
9318
9319 /* We've killed the remote end, we get to mourn it. If we are
9320 not in extended mode, mourning the inferior also unpushes
9321 remote_ops from the target stack, which closes the remote
9322 connection. */
bc1e6c81 9323 target_mourn_inferior (inferior_ptid);
8020350c
DB
9324
9325 return;
0fdf84ca 9326 }
43ff13b4 9327
8020350c 9328 error (_("Can't kill process"));
43ff13b4
JM
9329}
9330
8020350c
DB
9331/* Send a kill request to the target using the 'vKill' packet. */
9332
82f73884
PA
9333static int
9334remote_vkill (int pid, struct remote_state *rs)
9335{
4082afcc 9336 if (packet_support (PACKET_vKill) == PACKET_DISABLE)
82f73884
PA
9337 return -1;
9338
9339 /* Tell the remote target to detach. */
bba74b36 9340 xsnprintf (rs->buf, get_remote_packet_size (), "vKill;%x", pid);
82f73884
PA
9341 putpkt (rs->buf);
9342 getpkt (&rs->buf, &rs->buf_size, 0);
9343
4082afcc
PA
9344 switch (packet_ok (rs->buf,
9345 &remote_protocol_packets[PACKET_vKill]))
9346 {
9347 case PACKET_OK:
9348 return 0;
9349 case PACKET_ERROR:
9350 return 1;
9351 case PACKET_UNKNOWN:
9352 return -1;
9353 default:
9354 internal_error (__FILE__, __LINE__, _("Bad result from packet_ok"));
9355 }
82f73884
PA
9356}
9357
8020350c
DB
9358/* Send a kill request to the target using the 'k' packet. */
9359
82f73884 9360static void
8020350c 9361remote_kill_k (void)
82f73884 9362{
8020350c
DB
9363 /* Catch errors so the user can quit from gdb even when we
9364 aren't on speaking terms with the remote system. */
9365 TRY
82f73884 9366 {
82f73884 9367 putpkt ("k");
82f73884 9368 }
8020350c
DB
9369 CATCH (ex, RETURN_MASK_ERROR)
9370 {
9371 if (ex.error == TARGET_CLOSE_ERROR)
9372 {
9373 /* If we got an (EOF) error that caused the target
9374 to go away, then we're done, that's what we wanted.
9375 "k" is susceptible to cause a premature EOF, given
9376 that the remote server isn't actually required to
9377 reply to "k", and it can happen that it doesn't
9378 even get to reply ACK to the "k". */
9379 return;
9380 }
82f73884 9381
8020350c
DB
9382 /* Otherwise, something went wrong. We didn't actually kill
9383 the target. Just propagate the exception, and let the
9384 user or higher layers decide what to do. */
9385 throw_exception (ex);
9386 }
9387 END_CATCH
82f73884
PA
9388}
9389
c906108c 9390static void
20f796c9 9391remote_mourn (struct target_ops *target)
c906108c 9392{
8020350c 9393 struct remote_state *rs = get_remote_state ();
ce5ce7ed 9394
8020350c
DB
9395 /* In 'target remote' mode with one inferior, we close the connection. */
9396 if (!rs->extended && number_of_live_inferiors () <= 1)
9397 {
9398 unpush_target (target);
c906108c 9399
8020350c
DB
9400 /* remote_close takes care of doing most of the clean up. */
9401 generic_mourn_inferior ();
9402 return;
9403 }
c906108c 9404
e24a49d8
PA
9405 /* In case we got here due to an error, but we're going to stay
9406 connected. */
9407 rs->waiting_for_stop_reply = 0;
9408
dc1981d7
PA
9409 /* If the current general thread belonged to the process we just
9410 detached from or has exited, the remote side current general
9411 thread becomes undefined. Considering a case like this:
9412
9413 - We just got here due to a detach.
9414 - The process that we're detaching from happens to immediately
9415 report a global breakpoint being hit in non-stop mode, in the
9416 same thread we had selected before.
9417 - GDB attaches to this process again.
9418 - This event happens to be the next event we handle.
9419
9420 GDB would consider that the current general thread didn't need to
9421 be set on the stub side (with Hg), since for all it knew,
9422 GENERAL_THREAD hadn't changed.
9423
9424 Notice that although in all-stop mode, the remote server always
9425 sets the current thread to the thread reporting the stop event,
9426 that doesn't happen in non-stop mode; in non-stop, the stub *must
9427 not* change the current thread when reporting a breakpoint hit,
9428 due to the decoupling of event reporting and event handling.
9429
9430 To keep things simple, we always invalidate our notion of the
9431 current thread. */
47f8a51d 9432 record_currthread (rs, minus_one_ptid);
dc1981d7 9433
8020350c 9434 /* Call common code to mark the inferior as not running. */
48aa3c27
PA
9435 generic_mourn_inferior ();
9436
d729566a 9437 if (!have_inferiors ())
2d717e4f 9438 {
82f73884
PA
9439 if (!remote_multi_process_p (rs))
9440 {
9441 /* Check whether the target is running now - some remote stubs
9442 automatically restart after kill. */
9443 putpkt ("?");
9444 getpkt (&rs->buf, &rs->buf_size, 0);
9445
9446 if (rs->buf[0] == 'S' || rs->buf[0] == 'T')
9447 {
3e43a32a
MS
9448 /* Assume that the target has been restarted. Set
9449 inferior_ptid so that bits of core GDB realizes
9450 there's something here, e.g., so that the user can
9451 say "kill" again. */
82f73884
PA
9452 inferior_ptid = magic_null_ptid;
9453 }
82f73884 9454 }
2d717e4f
DJ
9455 }
9456}
c906108c 9457
03583c20 9458static int
2bfc0540 9459extended_remote_supports_disable_randomization (struct target_ops *self)
03583c20 9460{
4082afcc 9461 return packet_support (PACKET_QDisableRandomization) == PACKET_ENABLE;
03583c20
UW
9462}
9463
9464static void
9465extended_remote_disable_randomization (int val)
9466{
9467 struct remote_state *rs = get_remote_state ();
9468 char *reply;
9469
bba74b36
YQ
9470 xsnprintf (rs->buf, get_remote_packet_size (), "QDisableRandomization:%x",
9471 val);
03583c20 9472 putpkt (rs->buf);
b6bb3468 9473 reply = remote_get_noisy_reply ();
03583c20
UW
9474 if (*reply == '\0')
9475 error (_("Target does not support QDisableRandomization."));
9476 if (strcmp (reply, "OK") != 0)
9477 error (_("Bogus QDisableRandomization reply from target: %s"), reply);
9478}
9479
2d717e4f 9480static int
7c5ded6a 9481extended_remote_run (const std::string &args)
2d717e4f
DJ
9482{
9483 struct remote_state *rs = get_remote_state ();
2d717e4f 9484 int len;
94585166 9485 const char *remote_exec_file = get_remote_exec_file ();
c906108c 9486
2d717e4f
DJ
9487 /* If the user has disabled vRun support, or we have detected that
9488 support is not available, do not try it. */
4082afcc 9489 if (packet_support (PACKET_vRun) == PACKET_DISABLE)
2d717e4f 9490 return -1;
424163ea 9491
2d717e4f
DJ
9492 strcpy (rs->buf, "vRun;");
9493 len = strlen (rs->buf);
c906108c 9494
2d717e4f
DJ
9495 if (strlen (remote_exec_file) * 2 + len >= get_remote_packet_size ())
9496 error (_("Remote file name too long for run packet"));
9f1b45b0
TT
9497 len += 2 * bin2hex ((gdb_byte *) remote_exec_file, rs->buf + len,
9498 strlen (remote_exec_file));
2d717e4f 9499
7c5ded6a 9500 if (!args.empty ())
2d717e4f 9501 {
2d717e4f 9502 int i;
2d717e4f 9503
773a1edc 9504 gdb_argv argv (args.c_str ());
2d717e4f
DJ
9505 for (i = 0; argv[i] != NULL; i++)
9506 {
9507 if (strlen (argv[i]) * 2 + 1 + len >= get_remote_packet_size ())
9508 error (_("Argument list too long for run packet"));
9509 rs->buf[len++] = ';';
9f1b45b0
TT
9510 len += 2 * bin2hex ((gdb_byte *) argv[i], rs->buf + len,
9511 strlen (argv[i]));
2d717e4f 9512 }
2d717e4f
DJ
9513 }
9514
9515 rs->buf[len++] = '\0';
9516
9517 putpkt (rs->buf);
9518 getpkt (&rs->buf, &rs->buf_size, 0);
9519
4082afcc 9520 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_vRun]))
2d717e4f 9521 {
4082afcc 9522 case PACKET_OK:
3405876a 9523 /* We have a wait response. All is well. */
2d717e4f 9524 return 0;
4082afcc
PA
9525 case PACKET_UNKNOWN:
9526 return -1;
9527 case PACKET_ERROR:
2d717e4f
DJ
9528 if (remote_exec_file[0] == '\0')
9529 error (_("Running the default executable on the remote target failed; "
9530 "try \"set remote exec-file\"?"));
9531 else
9532 error (_("Running \"%s\" on the remote target failed"),
9533 remote_exec_file);
4082afcc
PA
9534 default:
9535 gdb_assert_not_reached (_("bad switch"));
2d717e4f 9536 }
c906108c
SS
9537}
9538
0a2dde4a
SDJ
9539/* Helper function to send set/unset environment packets. ACTION is
9540 either "set" or "unset". PACKET is either "QEnvironmentHexEncoded"
9541 or "QEnvironmentUnsetVariable". VALUE is the variable to be
9542 sent. */
9543
9544static void
9545send_environment_packet (struct remote_state *rs,
9546 const char *action,
9547 const char *packet,
9548 const char *value)
9549{
9550 /* Convert the environment variable to an hex string, which
9551 is the best format to be transmitted over the wire. */
9552 std::string encoded_value = bin2hex ((const gdb_byte *) value,
9553 strlen (value));
9554
9555 xsnprintf (rs->buf, get_remote_packet_size (),
9556 "%s:%s", packet, encoded_value.c_str ());
9557
9558 putpkt (rs->buf);
9559 getpkt (&rs->buf, &rs->buf_size, 0);
9560 if (strcmp (rs->buf, "OK") != 0)
9561 warning (_("Unable to %s environment variable '%s' on remote."),
9562 action, value);
9563}
9564
9565/* Helper function to handle the QEnvironment* packets. */
9566
9567static void
9568extended_remote_environment_support (struct remote_state *rs)
9569{
9570 if (packet_support (PACKET_QEnvironmentReset) != PACKET_DISABLE)
9571 {
9572 putpkt ("QEnvironmentReset");
9573 getpkt (&rs->buf, &rs->buf_size, 0);
9574 if (strcmp (rs->buf, "OK") != 0)
9575 warning (_("Unable to reset environment on remote."));
9576 }
9577
9578 gdb_environ *e = &current_inferior ()->environment;
9579
9580 if (packet_support (PACKET_QEnvironmentHexEncoded) != PACKET_DISABLE)
9581 for (const std::string &el : e->user_set_env ())
9582 send_environment_packet (rs, "set", "QEnvironmentHexEncoded",
9583 el.c_str ());
9584
9585 if (packet_support (PACKET_QEnvironmentUnset) != PACKET_DISABLE)
9586 for (const std::string &el : e->user_unset_env ())
9587 send_environment_packet (rs, "unset", "QEnvironmentUnset", el.c_str ());
9588}
9589
bc3b087d
SDJ
9590/* Helper function to set the current working directory for the
9591 inferior in the remote target. */
9592
9593static void
9594extended_remote_set_inferior_cwd (struct remote_state *rs)
9595{
9596 if (packet_support (PACKET_QSetWorkingDir) != PACKET_DISABLE)
9597 {
9598 const char *inferior_cwd = get_inferior_cwd ();
9599
9600 if (inferior_cwd != NULL)
9601 {
9602 std::string hexpath = bin2hex ((const gdb_byte *) inferior_cwd,
9603 strlen (inferior_cwd));
9604
9605 xsnprintf (rs->buf, get_remote_packet_size (),
9606 "QSetWorkingDir:%s", hexpath.c_str ());
9607 }
9608 else
9609 {
9610 /* An empty inferior_cwd means that the user wants us to
9611 reset the remote server's inferior's cwd. */
9612 xsnprintf (rs->buf, get_remote_packet_size (),
9613 "QSetWorkingDir:");
9614 }
9615
9616 putpkt (rs->buf);
9617 getpkt (&rs->buf, &rs->buf_size, 0);
9618 if (packet_ok (rs->buf,
9619 &remote_protocol_packets[PACKET_QSetWorkingDir])
9620 != PACKET_OK)
9621 error (_("\
9622Remote replied unexpectedly while setting the inferior's working\n\
9623directory: %s"),
9624 rs->buf);
9625
9626 }
9627}
9628
2d717e4f
DJ
9629/* In the extended protocol we want to be able to do things like
9630 "run" and have them basically work as expected. So we need
9631 a special create_inferior function. We support changing the
9632 executable file and the command line arguments, but not the
9633 environment. */
9634
43ff13b4 9635static void
77a19445 9636extended_remote_create_inferior (struct target_ops *ops,
7c5ded6a
SDJ
9637 const char *exec_file,
9638 const std::string &args,
77a19445 9639 char **env, int from_tty)
43ff13b4 9640{
3405876a
PA
9641 int run_worked;
9642 char *stop_reply;
9643 struct remote_state *rs = get_remote_state ();
94585166 9644 const char *remote_exec_file = get_remote_exec_file ();
3405876a 9645
43ff13b4 9646 /* If running asynchronously, register the target file descriptor
23860348 9647 with the event loop. */
75c99385 9648 if (target_can_async_p ())
6a3753b3 9649 target_async (1);
43ff13b4 9650
03583c20 9651 /* Disable address space randomization if requested (and supported). */
2bfc0540 9652 if (extended_remote_supports_disable_randomization (ops))
03583c20
UW
9653 extended_remote_disable_randomization (disable_randomization);
9654
aefd8b33
SDJ
9655 /* If startup-with-shell is on, we inform gdbserver to start the
9656 remote inferior using a shell. */
9657 if (packet_support (PACKET_QStartupWithShell) != PACKET_DISABLE)
9658 {
9659 xsnprintf (rs->buf, get_remote_packet_size (),
9660 "QStartupWithShell:%d", startup_with_shell ? 1 : 0);
9661 putpkt (rs->buf);
9662 getpkt (&rs->buf, &rs->buf_size, 0);
9663 if (strcmp (rs->buf, "OK") != 0)
9664 error (_("\
9665Remote replied unexpectedly while setting startup-with-shell: %s"),
9666 rs->buf);
9667 }
9668
0a2dde4a
SDJ
9669 extended_remote_environment_support (rs);
9670
bc3b087d
SDJ
9671 extended_remote_set_inferior_cwd (rs);
9672
43ff13b4 9673 /* Now restart the remote server. */
3405876a
PA
9674 run_worked = extended_remote_run (args) != -1;
9675 if (!run_worked)
2d717e4f
DJ
9676 {
9677 /* vRun was not supported. Fail if we need it to do what the
9678 user requested. */
9679 if (remote_exec_file[0])
9680 error (_("Remote target does not support \"set remote exec-file\""));
7c5ded6a 9681 if (!args.empty ())
2d717e4f 9682 error (_("Remote target does not support \"set args\" or run <ARGS>"));
43ff13b4 9683
2d717e4f
DJ
9684 /* Fall back to "R". */
9685 extended_remote_restart ();
9686 }
424163ea 9687
6c95b8df
PA
9688 if (!have_inferiors ())
9689 {
9690 /* Clean up from the last time we ran, before we mark the target
9691 running again. This will mark breakpoints uninserted, and
9692 get_offsets may insert breakpoints. */
9693 init_thread_list ();
9694 init_wait_for_inferior ();
9695 }
45280a52 9696
3405876a
PA
9697 /* vRun's success return is a stop reply. */
9698 stop_reply = run_worked ? rs->buf : NULL;
9699 add_current_inferior_and_thread (stop_reply);
c0a2216e 9700
2d717e4f
DJ
9701 /* Get updated offsets, if the stub uses qOffsets. */
9702 get_offsets ();
2d717e4f 9703}
c906108c 9704\f
c5aa993b 9705
b775012e
LM
9706/* Given a location's target info BP_TGT and the packet buffer BUF, output
9707 the list of conditions (in agent expression bytecode format), if any, the
9708 target needs to evaluate. The output is placed into the packet buffer
bba74b36 9709 started from BUF and ended at BUF_END. */
b775012e
LM
9710
9711static int
9712remote_add_target_side_condition (struct gdbarch *gdbarch,
bba74b36
YQ
9713 struct bp_target_info *bp_tgt, char *buf,
9714 char *buf_end)
b775012e 9715{
3cde5c42 9716 if (bp_tgt->conditions.empty ())
b775012e
LM
9717 return 0;
9718
9719 buf += strlen (buf);
bba74b36 9720 xsnprintf (buf, buf_end - buf, "%s", ";");
b775012e
LM
9721 buf++;
9722
83621223 9723 /* Send conditions to the target. */
d538e36d 9724 for (agent_expr *aexpr : bp_tgt->conditions)
b775012e 9725 {
bba74b36 9726 xsnprintf (buf, buf_end - buf, "X%x,", aexpr->len);
b775012e 9727 buf += strlen (buf);
3cde5c42 9728 for (int i = 0; i < aexpr->len; ++i)
b775012e
LM
9729 buf = pack_hex_byte (buf, aexpr->buf[i]);
9730 *buf = '\0';
9731 }
b775012e
LM
9732 return 0;
9733}
9734
d3ce09f5
SS
9735static void
9736remote_add_target_side_commands (struct gdbarch *gdbarch,
9737 struct bp_target_info *bp_tgt, char *buf)
9738{
3cde5c42 9739 if (bp_tgt->tcommands.empty ())
d3ce09f5
SS
9740 return;
9741
9742 buf += strlen (buf);
9743
9744 sprintf (buf, ";cmds:%x,", bp_tgt->persist);
9745 buf += strlen (buf);
9746
9747 /* Concatenate all the agent expressions that are commands into the
9748 cmds parameter. */
df97be55 9749 for (agent_expr *aexpr : bp_tgt->tcommands)
d3ce09f5
SS
9750 {
9751 sprintf (buf, "X%x,", aexpr->len);
9752 buf += strlen (buf);
3cde5c42 9753 for (int i = 0; i < aexpr->len; ++i)
d3ce09f5
SS
9754 buf = pack_hex_byte (buf, aexpr->buf[i]);
9755 *buf = '\0';
9756 }
d3ce09f5
SS
9757}
9758
8181d85f
DJ
9759/* Insert a breakpoint. On targets that have software breakpoint
9760 support, we ask the remote target to do the work; on targets
9761 which don't, we insert a traditional memory breakpoint. */
c906108c
SS
9762
9763static int
3db08215
MM
9764remote_insert_breakpoint (struct target_ops *ops,
9765 struct gdbarch *gdbarch,
a6d9a66e 9766 struct bp_target_info *bp_tgt)
c906108c 9767{
d471ea57
AC
9768 /* Try the "Z" s/w breakpoint packet if it is not already disabled.
9769 If it succeeds, then set the support to PACKET_ENABLE. If it
9770 fails, and the user has explicitly requested the Z support then
23860348 9771 report an error, otherwise, mark it disabled and go on. */
802188a7 9772
4082afcc 9773 if (packet_support (PACKET_Z0) != PACKET_DISABLE)
96baa820 9774 {
0d5ed153 9775 CORE_ADDR addr = bp_tgt->reqstd_address;
4fff2411 9776 struct remote_state *rs;
bba74b36 9777 char *p, *endbuf;
4fff2411 9778
28439a30
PA
9779 /* Make sure the remote is pointing at the right process, if
9780 necessary. */
9781 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
9782 set_general_process ();
9783
4fff2411
JZ
9784 rs = get_remote_state ();
9785 p = rs->buf;
bba74b36 9786 endbuf = rs->buf + get_remote_packet_size ();
802188a7 9787
96baa820
JM
9788 *(p++) = 'Z';
9789 *(p++) = '0';
9790 *(p++) = ',';
7c0f6dcc 9791 addr = (ULONGEST) remote_address_masked (addr);
8181d85f 9792 p += hexnumstr (p, addr);
579c6ad9 9793 xsnprintf (p, endbuf - p, ",%d", bp_tgt->kind);
802188a7 9794
efcc2da7 9795 if (remote_supports_cond_breakpoints (ops))
bba74b36 9796 remote_add_target_side_condition (gdbarch, bp_tgt, p, endbuf);
b775012e 9797
78eff0ec 9798 if (remote_can_run_breakpoint_commands (ops))
d3ce09f5
SS
9799 remote_add_target_side_commands (gdbarch, bp_tgt, p);
9800
6d820c5c
DJ
9801 putpkt (rs->buf);
9802 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 9803
6d820c5c 9804 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0]))
96baa820 9805 {
d471ea57
AC
9806 case PACKET_ERROR:
9807 return -1;
9808 case PACKET_OK:
9809 return 0;
9810 case PACKET_UNKNOWN:
9811 break;
96baa820
JM
9812 }
9813 }
c906108c 9814
0000e5cc
PA
9815 /* If this breakpoint has target-side commands but this stub doesn't
9816 support Z0 packets, throw error. */
3cde5c42 9817 if (!bp_tgt->tcommands.empty ())
0000e5cc
PA
9818 throw_error (NOT_SUPPORTED_ERROR, _("\
9819Target doesn't support breakpoints that have target side commands."));
9820
3db08215 9821 return memory_insert_breakpoint (ops, gdbarch, bp_tgt);
c906108c
SS
9822}
9823
9824static int
3db08215
MM
9825remote_remove_breakpoint (struct target_ops *ops,
9826 struct gdbarch *gdbarch,
73971819
PA
9827 struct bp_target_info *bp_tgt,
9828 enum remove_bp_reason reason)
c906108c 9829{
8181d85f 9830 CORE_ADDR addr = bp_tgt->placed_address;
d01949b6 9831 struct remote_state *rs = get_remote_state ();
96baa820 9832
4082afcc 9833 if (packet_support (PACKET_Z0) != PACKET_DISABLE)
96baa820 9834 {
6d820c5c 9835 char *p = rs->buf;
bba74b36 9836 char *endbuf = rs->buf + get_remote_packet_size ();
802188a7 9837
28439a30
PA
9838 /* Make sure the remote is pointing at the right process, if
9839 necessary. */
9840 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
9841 set_general_process ();
9842
96baa820
JM
9843 *(p++) = 'z';
9844 *(p++) = '0';
9845 *(p++) = ',';
9846
8181d85f
DJ
9847 addr = (ULONGEST) remote_address_masked (bp_tgt->placed_address);
9848 p += hexnumstr (p, addr);
579c6ad9 9849 xsnprintf (p, endbuf - p, ",%d", bp_tgt->kind);
802188a7 9850
6d820c5c
DJ
9851 putpkt (rs->buf);
9852 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 9853
6d820c5c 9854 return (rs->buf[0] == 'E');
96baa820
JM
9855 }
9856
73971819 9857 return memory_remove_breakpoint (ops, gdbarch, bp_tgt, reason);
c906108c
SS
9858}
9859
f486487f 9860static enum Z_packet_type
d471ea57
AC
9861watchpoint_to_Z_packet (int type)
9862{
9863 switch (type)
9864 {
9865 case hw_write:
bb858e6a 9866 return Z_PACKET_WRITE_WP;
d471ea57
AC
9867 break;
9868 case hw_read:
bb858e6a 9869 return Z_PACKET_READ_WP;
d471ea57
AC
9870 break;
9871 case hw_access:
bb858e6a 9872 return Z_PACKET_ACCESS_WP;
d471ea57
AC
9873 break;
9874 default:
8e65ff28 9875 internal_error (__FILE__, __LINE__,
e2e0b3e5 9876 _("hw_bp_to_z: bad watchpoint type %d"), type);
d471ea57
AC
9877 }
9878}
9879
3c3bea1c 9880static int
f486487f
SM
9881remote_insert_watchpoint (struct target_ops *self, CORE_ADDR addr, int len,
9882 enum target_hw_bp_type type, struct expression *cond)
96baa820 9883{
d01949b6 9884 struct remote_state *rs = get_remote_state ();
bba74b36 9885 char *endbuf = rs->buf + get_remote_packet_size ();
e514a9d6 9886 char *p;
d471ea57 9887 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
96baa820 9888
4082afcc 9889 if (packet_support (PACKET_Z0 + packet) == PACKET_DISABLE)
85d721b8 9890 return 1;
802188a7 9891
28439a30
PA
9892 /* Make sure the remote is pointing at the right process, if
9893 necessary. */
9894 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
9895 set_general_process ();
9896
bba74b36 9897 xsnprintf (rs->buf, endbuf - rs->buf, "Z%x,", packet);
6d820c5c 9898 p = strchr (rs->buf, '\0');
96baa820
JM
9899 addr = remote_address_masked (addr);
9900 p += hexnumstr (p, (ULONGEST) addr);
bba74b36 9901 xsnprintf (p, endbuf - p, ",%x", len);
802188a7 9902
6d820c5c
DJ
9903 putpkt (rs->buf);
9904 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 9905
6d820c5c 9906 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0 + packet]))
d471ea57
AC
9907 {
9908 case PACKET_ERROR:
d471ea57 9909 return -1;
85d721b8
PA
9910 case PACKET_UNKNOWN:
9911 return 1;
d471ea57
AC
9912 case PACKET_OK:
9913 return 0;
9914 }
8e65ff28 9915 internal_error (__FILE__, __LINE__,
e2e0b3e5 9916 _("remote_insert_watchpoint: reached end of function"));
96baa820
JM
9917}
9918
283002cf
MR
9919static int
9920remote_watchpoint_addr_within_range (struct target_ops *target, CORE_ADDR addr,
9921 CORE_ADDR start, int length)
9922{
9923 CORE_ADDR diff = remote_address_masked (addr - start);
9924
9925 return diff < length;
9926}
9927
d471ea57 9928
3c3bea1c 9929static int
f486487f
SM
9930remote_remove_watchpoint (struct target_ops *self, CORE_ADDR addr, int len,
9931 enum target_hw_bp_type type, struct expression *cond)
96baa820 9932{
d01949b6 9933 struct remote_state *rs = get_remote_state ();
bba74b36 9934 char *endbuf = rs->buf + get_remote_packet_size ();
e514a9d6 9935 char *p;
d471ea57
AC
9936 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
9937
4082afcc 9938 if (packet_support (PACKET_Z0 + packet) == PACKET_DISABLE)
5cffb350 9939 return -1;
802188a7 9940
28439a30
PA
9941 /* Make sure the remote is pointing at the right process, if
9942 necessary. */
9943 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
9944 set_general_process ();
9945
bba74b36 9946 xsnprintf (rs->buf, endbuf - rs->buf, "z%x,", packet);
6d820c5c 9947 p = strchr (rs->buf, '\0');
96baa820
JM
9948 addr = remote_address_masked (addr);
9949 p += hexnumstr (p, (ULONGEST) addr);
bba74b36 9950 xsnprintf (p, endbuf - p, ",%x", len);
6d820c5c
DJ
9951 putpkt (rs->buf);
9952 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 9953
6d820c5c 9954 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0 + packet]))
d471ea57
AC
9955 {
9956 case PACKET_ERROR:
9957 case PACKET_UNKNOWN:
9958 return -1;
9959 case PACKET_OK:
9960 return 0;
9961 }
8e65ff28 9962 internal_error (__FILE__, __LINE__,
e2e0b3e5 9963 _("remote_remove_watchpoint: reached end of function"));
96baa820
JM
9964}
9965
3c3bea1c 9966
501eef12 9967int remote_hw_watchpoint_limit = -1;
480a3f21 9968int remote_hw_watchpoint_length_limit = -1;
501eef12 9969int remote_hw_breakpoint_limit = -1;
d471ea57 9970
480a3f21 9971static int
31568a15
TT
9972remote_region_ok_for_hw_watchpoint (struct target_ops *self,
9973 CORE_ADDR addr, int len)
480a3f21
PW
9974{
9975 if (remote_hw_watchpoint_length_limit == 0)
9976 return 0;
9977 else if (remote_hw_watchpoint_length_limit < 0)
9978 return 1;
9979 else if (len <= remote_hw_watchpoint_length_limit)
9980 return 1;
9981 else
9982 return 0;
9983}
9984
b9362cc7 9985static int
5461485a 9986remote_check_watch_resources (struct target_ops *self,
f486487f 9987 enum bptype type, int cnt, int ot)
96baa820 9988{
3c3bea1c
GS
9989 if (type == bp_hardware_breakpoint)
9990 {
9991 if (remote_hw_breakpoint_limit == 0)
9992 return 0;
501eef12
AC
9993 else if (remote_hw_breakpoint_limit < 0)
9994 return 1;
3c3bea1c
GS
9995 else if (cnt <= remote_hw_breakpoint_limit)
9996 return 1;
9997 }
9998 else
9999 {
10000 if (remote_hw_watchpoint_limit == 0)
10001 return 0;
501eef12
AC
10002 else if (remote_hw_watchpoint_limit < 0)
10003 return 1;
3c3bea1c
GS
10004 else if (ot)
10005 return -1;
10006 else if (cnt <= remote_hw_watchpoint_limit)
10007 return 1;
10008 }
10009 return -1;
10010}
10011
f7e6eed5
PA
10012/* The to_stopped_by_sw_breakpoint method of target remote. */
10013
10014static int
10015remote_stopped_by_sw_breakpoint (struct target_ops *ops)
10016{
799a2abe 10017 struct thread_info *thread = inferior_thread ();
f7e6eed5 10018
799a2abe 10019 return (thread->priv != NULL
7aabaf9d
SM
10020 && (get_remote_thread_info (thread)->stop_reason
10021 == TARGET_STOPPED_BY_SW_BREAKPOINT));
f7e6eed5
PA
10022}
10023
10024/* The to_supports_stopped_by_sw_breakpoint method of target
10025 remote. */
10026
10027static int
10028remote_supports_stopped_by_sw_breakpoint (struct target_ops *ops)
10029{
f7e6eed5
PA
10030 return (packet_support (PACKET_swbreak_feature) == PACKET_ENABLE);
10031}
10032
10033/* The to_stopped_by_hw_breakpoint method of target remote. */
10034
10035static int
10036remote_stopped_by_hw_breakpoint (struct target_ops *ops)
10037{
799a2abe 10038 struct thread_info *thread = inferior_thread ();
f7e6eed5 10039
799a2abe 10040 return (thread->priv != NULL
7aabaf9d
SM
10041 && (get_remote_thread_info (thread)->stop_reason
10042 == TARGET_STOPPED_BY_HW_BREAKPOINT));
f7e6eed5
PA
10043}
10044
10045/* The to_supports_stopped_by_hw_breakpoint method of target
10046 remote. */
10047
10048static int
10049remote_supports_stopped_by_hw_breakpoint (struct target_ops *ops)
10050{
f7e6eed5
PA
10051 return (packet_support (PACKET_hwbreak_feature) == PACKET_ENABLE);
10052}
10053
b9362cc7 10054static int
6a109b6b 10055remote_stopped_by_watchpoint (struct target_ops *ops)
3c3bea1c 10056{
799a2abe 10057 struct thread_info *thread = inferior_thread ();
ee154bee 10058
799a2abe 10059 return (thread->priv != NULL
7aabaf9d
SM
10060 && (get_remote_thread_info (thread)->stop_reason
10061 == TARGET_STOPPED_BY_WATCHPOINT));
3c3bea1c
GS
10062}
10063
4aa7a7f5
JJ
10064static int
10065remote_stopped_data_address (struct target_ops *target, CORE_ADDR *addr_p)
3c3bea1c 10066{
799a2abe 10067 struct thread_info *thread = inferior_thread ();
a744cf53 10068
799a2abe 10069 if (thread->priv != NULL
7aabaf9d
SM
10070 && (get_remote_thread_info (thread)->stop_reason
10071 == TARGET_STOPPED_BY_WATCHPOINT))
4aa7a7f5 10072 {
7aabaf9d 10073 *addr_p = get_remote_thread_info (thread)->watch_data_address;
799a2abe 10074 return 1;
4aa7a7f5
JJ
10075 }
10076
799a2abe 10077 return 0;
3c3bea1c
GS
10078}
10079
10080
10081static int
23a26771 10082remote_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *gdbarch,
a6d9a66e 10083 struct bp_target_info *bp_tgt)
3c3bea1c 10084{
0d5ed153 10085 CORE_ADDR addr = bp_tgt->reqstd_address;
4fff2411 10086 struct remote_state *rs;
bba74b36 10087 char *p, *endbuf;
dd61ec5c 10088 char *message;
3c3bea1c 10089
4082afcc 10090 if (packet_support (PACKET_Z1) == PACKET_DISABLE)
5cffb350 10091 return -1;
2bc416ba 10092
28439a30
PA
10093 /* Make sure the remote is pointing at the right process, if
10094 necessary. */
10095 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10096 set_general_process ();
10097
4fff2411
JZ
10098 rs = get_remote_state ();
10099 p = rs->buf;
bba74b36 10100 endbuf = rs->buf + get_remote_packet_size ();
4fff2411 10101
96baa820
JM
10102 *(p++) = 'Z';
10103 *(p++) = '1';
10104 *(p++) = ',';
802188a7 10105
0d5ed153 10106 addr = remote_address_masked (addr);
96baa820 10107 p += hexnumstr (p, (ULONGEST) addr);
579c6ad9 10108 xsnprintf (p, endbuf - p, ",%x", bp_tgt->kind);
96baa820 10109
efcc2da7 10110 if (remote_supports_cond_breakpoints (self))
bba74b36 10111 remote_add_target_side_condition (gdbarch, bp_tgt, p, endbuf);
b775012e 10112
78eff0ec 10113 if (remote_can_run_breakpoint_commands (self))
d3ce09f5
SS
10114 remote_add_target_side_commands (gdbarch, bp_tgt, p);
10115
6d820c5c
DJ
10116 putpkt (rs->buf);
10117 getpkt (&rs->buf, &rs->buf_size, 0);
96baa820 10118
6d820c5c 10119 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z1]))
d471ea57
AC
10120 {
10121 case PACKET_ERROR:
dd61ec5c
MW
10122 if (rs->buf[1] == '.')
10123 {
10124 message = strchr (rs->buf + 2, '.');
10125 if (message)
0316657e 10126 error (_("Remote failure reply: %s"), message + 1);
dd61ec5c
MW
10127 }
10128 return -1;
d471ea57
AC
10129 case PACKET_UNKNOWN:
10130 return -1;
10131 case PACKET_OK:
10132 return 0;
10133 }
8e65ff28 10134 internal_error (__FILE__, __LINE__,
e2e0b3e5 10135 _("remote_insert_hw_breakpoint: reached end of function"));
96baa820
JM
10136}
10137
d471ea57 10138
802188a7 10139static int
a64dc96c 10140remote_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *gdbarch,
a6d9a66e 10141 struct bp_target_info *bp_tgt)
96baa820 10142{
8181d85f 10143 CORE_ADDR addr;
d01949b6 10144 struct remote_state *rs = get_remote_state ();
6d820c5c 10145 char *p = rs->buf;
bba74b36 10146 char *endbuf = rs->buf + get_remote_packet_size ();
c8189ed1 10147
4082afcc 10148 if (packet_support (PACKET_Z1) == PACKET_DISABLE)
5cffb350 10149 return -1;
802188a7 10150
28439a30
PA
10151 /* Make sure the remote is pointing at the right process, if
10152 necessary. */
10153 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10154 set_general_process ();
10155
96baa820
JM
10156 *(p++) = 'z';
10157 *(p++) = '1';
10158 *(p++) = ',';
802188a7 10159
8181d85f 10160 addr = remote_address_masked (bp_tgt->placed_address);
96baa820 10161 p += hexnumstr (p, (ULONGEST) addr);
579c6ad9 10162 xsnprintf (p, endbuf - p, ",%x", bp_tgt->kind);
96baa820 10163
6d820c5c
DJ
10164 putpkt (rs->buf);
10165 getpkt (&rs->buf, &rs->buf_size, 0);
802188a7 10166
6d820c5c 10167 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z1]))
d471ea57
AC
10168 {
10169 case PACKET_ERROR:
10170 case PACKET_UNKNOWN:
10171 return -1;
10172 case PACKET_OK:
10173 return 0;
10174 }
8e65ff28 10175 internal_error (__FILE__, __LINE__,
e2e0b3e5 10176 _("remote_remove_hw_breakpoint: reached end of function"));
96baa820 10177}
96baa820 10178
4a5e7a5b
PA
10179/* Verify memory using the "qCRC:" request. */
10180
10181static int
10182remote_verify_memory (struct target_ops *ops,
10183 const gdb_byte *data, CORE_ADDR lma, ULONGEST size)
10184{
10185 struct remote_state *rs = get_remote_state ();
10186 unsigned long host_crc, target_crc;
10187 char *tmp;
10188
936d2992
PA
10189 /* It doesn't make sense to use qCRC if the remote target is
10190 connected but not running. */
10191 if (target_has_execution && packet_support (PACKET_qCRC) != PACKET_DISABLE)
10192 {
10193 enum packet_result result;
28439a30 10194
936d2992
PA
10195 /* Make sure the remote is pointing at the right process. */
10196 set_general_process ();
4a5e7a5b 10197
936d2992
PA
10198 /* FIXME: assumes lma can fit into long. */
10199 xsnprintf (rs->buf, get_remote_packet_size (), "qCRC:%lx,%lx",
10200 (long) lma, (long) size);
10201 putpkt (rs->buf);
4a5e7a5b 10202
936d2992
PA
10203 /* Be clever; compute the host_crc before waiting for target
10204 reply. */
10205 host_crc = xcrc32 (data, size, 0xffffffff);
10206
10207 getpkt (&rs->buf, &rs->buf_size, 0);
4a5e7a5b 10208
936d2992
PA
10209 result = packet_ok (rs->buf,
10210 &remote_protocol_packets[PACKET_qCRC]);
10211 if (result == PACKET_ERROR)
10212 return -1;
10213 else if (result == PACKET_OK)
10214 {
10215 for (target_crc = 0, tmp = &rs->buf[1]; *tmp; tmp++)
10216 target_crc = target_crc * 16 + fromhex (*tmp);
4a5e7a5b 10217
936d2992
PA
10218 return (host_crc == target_crc);
10219 }
10220 }
4a5e7a5b 10221
936d2992 10222 return simple_verify_memory (ops, data, lma, size);
4a5e7a5b
PA
10223}
10224
c906108c
SS
10225/* compare-sections command
10226
10227 With no arguments, compares each loadable section in the exec bfd
10228 with the same memory range on the target, and reports mismatches.
4a5e7a5b 10229 Useful for verifying the image on the target against the exec file. */
e514a9d6 10230
c906108c 10231static void
ac88e2de 10232compare_sections_command (const char *args, int from_tty)
c906108c
SS
10233{
10234 asection *s;
ce359b09 10235 const char *sectname;
c906108c
SS
10236 bfd_size_type size;
10237 bfd_vma lma;
10238 int matched = 0;
10239 int mismatched = 0;
4a5e7a5b 10240 int res;
95cf3b38 10241 int read_only = 0;
c906108c
SS
10242
10243 if (!exec_bfd)
8a3fe4f8 10244 error (_("command cannot be used without an exec file"));
c906108c 10245
28439a30
PA
10246 /* Make sure the remote is pointing at the right process. */
10247 set_general_process ();
10248
95cf3b38
DT
10249 if (args != NULL && strcmp (args, "-r") == 0)
10250 {
10251 read_only = 1;
10252 args = NULL;
10253 }
10254
c5aa993b 10255 for (s = exec_bfd->sections; s; s = s->next)
c906108c
SS
10256 {
10257 if (!(s->flags & SEC_LOAD))
0df8b418 10258 continue; /* Skip non-loadable section. */
c906108c 10259
95cf3b38
DT
10260 if (read_only && (s->flags & SEC_READONLY) == 0)
10261 continue; /* Skip writeable sections */
10262
2c500098 10263 size = bfd_get_section_size (s);
c906108c 10264 if (size == 0)
0df8b418 10265 continue; /* Skip zero-length section. */
c906108c 10266
ce359b09 10267 sectname = bfd_get_section_name (exec_bfd, s);
c906108c 10268 if (args && strcmp (args, sectname) != 0)
0df8b418 10269 continue; /* Not the section selected by user. */
c906108c 10270
0df8b418 10271 matched = 1; /* Do this section. */
c906108c 10272 lma = s->lma;
c906108c 10273
b80406ac
TT
10274 gdb::byte_vector sectdata (size);
10275 bfd_get_section_contents (exec_bfd, s, sectdata.data (), 0, size);
c906108c 10276
b80406ac 10277 res = target_verify_memory (sectdata.data (), lma, size);
4a5e7a5b
PA
10278
10279 if (res == -1)
5af949e3 10280 error (_("target memory fault, section %s, range %s -- %s"), sectname,
f5656ead
TT
10281 paddress (target_gdbarch (), lma),
10282 paddress (target_gdbarch (), lma + size));
c906108c 10283
5af949e3 10284 printf_filtered ("Section %s, range %s -- %s: ", sectname,
f5656ead
TT
10285 paddress (target_gdbarch (), lma),
10286 paddress (target_gdbarch (), lma + size));
4a5e7a5b 10287 if (res)
c906108c
SS
10288 printf_filtered ("matched.\n");
10289 else
c5aa993b
JM
10290 {
10291 printf_filtered ("MIS-MATCHED!\n");
10292 mismatched++;
10293 }
c906108c
SS
10294 }
10295 if (mismatched > 0)
936d2992 10296 warning (_("One or more sections of the target image does not match\n\
8a3fe4f8 10297the loaded file\n"));
c906108c 10298 if (args && !matched)
a3f17187 10299 printf_filtered (_("No loaded section named '%s'.\n"), args);
c906108c
SS
10300}
10301
0e7f50da
UW
10302/* Write LEN bytes from WRITEBUF into OBJECT_NAME/ANNEX at OFFSET
10303 into remote target. The number of bytes written to the remote
10304 target is returned, or -1 for error. */
10305
9b409511 10306static enum target_xfer_status
0e7f50da
UW
10307remote_write_qxfer (struct target_ops *ops, const char *object_name,
10308 const char *annex, const gdb_byte *writebuf,
9b409511 10309 ULONGEST offset, LONGEST len, ULONGEST *xfered_len,
0e7f50da
UW
10310 struct packet_config *packet)
10311{
10312 int i, buf_len;
10313 ULONGEST n;
0e7f50da
UW
10314 struct remote_state *rs = get_remote_state ();
10315 int max_size = get_memory_write_packet_size ();
10316
7cc244de 10317 if (packet_config_support (packet) == PACKET_DISABLE)
2ed4b548 10318 return TARGET_XFER_E_IO;
0e7f50da
UW
10319
10320 /* Insert header. */
10321 i = snprintf (rs->buf, max_size,
10322 "qXfer:%s:write:%s:%s:",
10323 object_name, annex ? annex : "",
10324 phex_nz (offset, sizeof offset));
10325 max_size -= (i + 1);
10326
10327 /* Escape as much data as fits into rs->buf. */
10328 buf_len = remote_escape_output
124e13d9 10329 (writebuf, len, 1, (gdb_byte *) rs->buf + i, &max_size, max_size);
0e7f50da
UW
10330
10331 if (putpkt_binary (rs->buf, i + buf_len) < 0
10332 || getpkt_sane (&rs->buf, &rs->buf_size, 0) < 0
10333 || packet_ok (rs->buf, packet) != PACKET_OK)
2ed4b548 10334 return TARGET_XFER_E_IO;
0e7f50da
UW
10335
10336 unpack_varlen_hex (rs->buf, &n);
9b409511
YQ
10337
10338 *xfered_len = n;
92ffd475 10339 return (*xfered_len != 0) ? TARGET_XFER_OK : TARGET_XFER_EOF;
0e7f50da
UW
10340}
10341
0876f84a
DJ
10342/* Read OBJECT_NAME/ANNEX from the remote target using a qXfer packet.
10343 Data at OFFSET, of up to LEN bytes, is read into READBUF; the
10344 number of bytes read is returned, or 0 for EOF, or -1 for error.
10345 The number of bytes read may be less than LEN without indicating an
10346 EOF. PACKET is checked and updated to indicate whether the remote
10347 target supports this object. */
10348
9b409511 10349static enum target_xfer_status
0876f84a
DJ
10350remote_read_qxfer (struct target_ops *ops, const char *object_name,
10351 const char *annex,
10352 gdb_byte *readbuf, ULONGEST offset, LONGEST len,
9b409511 10353 ULONGEST *xfered_len,
0876f84a
DJ
10354 struct packet_config *packet)
10355{
0876f84a 10356 struct remote_state *rs = get_remote_state ();
0876f84a
DJ
10357 LONGEST i, n, packet_len;
10358
7cc244de 10359 if (packet_config_support (packet) == PACKET_DISABLE)
2ed4b548 10360 return TARGET_XFER_E_IO;
0876f84a
DJ
10361
10362 /* Check whether we've cached an end-of-object packet that matches
10363 this request. */
8e88304f 10364 if (rs->finished_object)
0876f84a 10365 {
8e88304f
TT
10366 if (strcmp (object_name, rs->finished_object) == 0
10367 && strcmp (annex ? annex : "", rs->finished_annex) == 0
10368 && offset == rs->finished_offset)
9b409511
YQ
10369 return TARGET_XFER_EOF;
10370
0876f84a
DJ
10371
10372 /* Otherwise, we're now reading something different. Discard
10373 the cache. */
8e88304f
TT
10374 xfree (rs->finished_object);
10375 xfree (rs->finished_annex);
10376 rs->finished_object = NULL;
10377 rs->finished_annex = NULL;
0876f84a
DJ
10378 }
10379
10380 /* Request only enough to fit in a single packet. The actual data
10381 may not, since we don't know how much of it will need to be escaped;
10382 the target is free to respond with slightly less data. We subtract
10383 five to account for the response type and the protocol frame. */
768adc05 10384 n = std::min<LONGEST> (get_remote_packet_size () - 5, len);
0876f84a
DJ
10385 snprintf (rs->buf, get_remote_packet_size () - 4, "qXfer:%s:read:%s:%s,%s",
10386 object_name, annex ? annex : "",
10387 phex_nz (offset, sizeof offset),
10388 phex_nz (n, sizeof n));
10389 i = putpkt (rs->buf);
10390 if (i < 0)
2ed4b548 10391 return TARGET_XFER_E_IO;
0876f84a
DJ
10392
10393 rs->buf[0] = '\0';
10394 packet_len = getpkt_sane (&rs->buf, &rs->buf_size, 0);
10395 if (packet_len < 0 || packet_ok (rs->buf, packet) != PACKET_OK)
2ed4b548 10396 return TARGET_XFER_E_IO;
0876f84a
DJ
10397
10398 if (rs->buf[0] != 'l' && rs->buf[0] != 'm')
10399 error (_("Unknown remote qXfer reply: %s"), rs->buf);
10400
10401 /* 'm' means there is (or at least might be) more data after this
10402 batch. That does not make sense unless there's at least one byte
10403 of data in this reply. */
10404 if (rs->buf[0] == 'm' && packet_len == 1)
10405 error (_("Remote qXfer reply contained no data."));
10406
10407 /* Got some data. */
bc20a4af
PA
10408 i = remote_unescape_input ((gdb_byte *) rs->buf + 1,
10409 packet_len - 1, readbuf, n);
0876f84a
DJ
10410
10411 /* 'l' is an EOF marker, possibly including a final block of data,
0e7f50da
UW
10412 or possibly empty. If we have the final block of a non-empty
10413 object, record this fact to bypass a subsequent partial read. */
10414 if (rs->buf[0] == 'l' && offset + i > 0)
0876f84a 10415 {
8e88304f
TT
10416 rs->finished_object = xstrdup (object_name);
10417 rs->finished_annex = xstrdup (annex ? annex : "");
10418 rs->finished_offset = offset + i;
0876f84a
DJ
10419 }
10420
9b409511
YQ
10421 if (i == 0)
10422 return TARGET_XFER_EOF;
10423 else
10424 {
10425 *xfered_len = i;
10426 return TARGET_XFER_OK;
10427 }
0876f84a
DJ
10428}
10429
9b409511 10430static enum target_xfer_status
4b8a223f 10431remote_xfer_partial (struct target_ops *ops, enum target_object object,
961cb7b5 10432 const char *annex, gdb_byte *readbuf,
9b409511
YQ
10433 const gdb_byte *writebuf, ULONGEST offset, ULONGEST len,
10434 ULONGEST *xfered_len)
c906108c 10435{
82f73884 10436 struct remote_state *rs;
c906108c 10437 int i;
6d820c5c 10438 char *p2;
1e3ff5ad 10439 char query_type;
124e13d9 10440 int unit_size = gdbarch_addressable_memory_unit_size (target_gdbarch ());
c906108c 10441
e6e4e701 10442 set_remote_traceframe ();
82f73884
PA
10443 set_general_thread (inferior_ptid);
10444
10445 rs = get_remote_state ();
10446
b2182ed2 10447 /* Handle memory using the standard memory routines. */
21e3b9b9
DJ
10448 if (object == TARGET_OBJECT_MEMORY)
10449 {
2d717e4f
DJ
10450 /* If the remote target is connected but not running, we should
10451 pass this request down to a lower stratum (e.g. the executable
10452 file). */
10453 if (!target_has_execution)
9b409511 10454 return TARGET_XFER_EOF;
2d717e4f 10455
21e3b9b9 10456 if (writebuf != NULL)
124e13d9
SM
10457 return remote_write_bytes (offset, writebuf, len, unit_size,
10458 xfered_len);
21e3b9b9 10459 else
124e13d9
SM
10460 return remote_read_bytes (ops, offset, readbuf, len, unit_size,
10461 xfered_len);
21e3b9b9
DJ
10462 }
10463
0df8b418 10464 /* Handle SPU memory using qxfer packets. */
0e7f50da
UW
10465 if (object == TARGET_OBJECT_SPU)
10466 {
10467 if (readbuf)
10468 return remote_read_qxfer (ops, "spu", annex, readbuf, offset, len,
9b409511
YQ
10469 xfered_len, &remote_protocol_packets
10470 [PACKET_qXfer_spu_read]);
0e7f50da
UW
10471 else
10472 return remote_write_qxfer (ops, "spu", annex, writebuf, offset, len,
9b409511
YQ
10473 xfered_len, &remote_protocol_packets
10474 [PACKET_qXfer_spu_write]);
0e7f50da
UW
10475 }
10476
4aa995e1
PA
10477 /* Handle extra signal info using qxfer packets. */
10478 if (object == TARGET_OBJECT_SIGNAL_INFO)
10479 {
10480 if (readbuf)
10481 return remote_read_qxfer (ops, "siginfo", annex, readbuf, offset, len,
9b409511 10482 xfered_len, &remote_protocol_packets
4aa995e1
PA
10483 [PACKET_qXfer_siginfo_read]);
10484 else
3e43a32a 10485 return remote_write_qxfer (ops, "siginfo", annex,
9b409511 10486 writebuf, offset, len, xfered_len,
4aa995e1
PA
10487 &remote_protocol_packets
10488 [PACKET_qXfer_siginfo_write]);
10489 }
10490
0fb4aa4b
PA
10491 if (object == TARGET_OBJECT_STATIC_TRACE_DATA)
10492 {
10493 if (readbuf)
3e43a32a 10494 return remote_read_qxfer (ops, "statictrace", annex,
9b409511 10495 readbuf, offset, len, xfered_len,
0fb4aa4b
PA
10496 &remote_protocol_packets
10497 [PACKET_qXfer_statictrace_read]);
10498 else
2ed4b548 10499 return TARGET_XFER_E_IO;
0fb4aa4b
PA
10500 }
10501
a76d924d
DJ
10502 /* Only handle flash writes. */
10503 if (writebuf != NULL)
10504 {
a76d924d
DJ
10505 switch (object)
10506 {
10507 case TARGET_OBJECT_FLASH:
9b409511
YQ
10508 return remote_flash_write (ops, offset, len, xfered_len,
10509 writebuf);
a76d924d
DJ
10510
10511 default:
2ed4b548 10512 return TARGET_XFER_E_IO;
a76d924d
DJ
10513 }
10514 }
4b8a223f 10515
1e3ff5ad
AC
10516 /* Map pre-existing objects onto letters. DO NOT do this for new
10517 objects!!! Instead specify new query packets. */
10518 switch (object)
c906108c 10519 {
1e3ff5ad
AC
10520 case TARGET_OBJECT_AVR:
10521 query_type = 'R';
10522 break;
802188a7
RM
10523
10524 case TARGET_OBJECT_AUXV:
0876f84a
DJ
10525 gdb_assert (annex == NULL);
10526 return remote_read_qxfer (ops, "auxv", annex, readbuf, offset, len,
9b409511 10527 xfered_len,
0876f84a 10528 &remote_protocol_packets[PACKET_qXfer_auxv]);
802188a7 10529
23181151
DJ
10530 case TARGET_OBJECT_AVAILABLE_FEATURES:
10531 return remote_read_qxfer
9b409511 10532 (ops, "features", annex, readbuf, offset, len, xfered_len,
23181151
DJ
10533 &remote_protocol_packets[PACKET_qXfer_features]);
10534
cfa9d6d9
DJ
10535 case TARGET_OBJECT_LIBRARIES:
10536 return remote_read_qxfer
9b409511 10537 (ops, "libraries", annex, readbuf, offset, len, xfered_len,
cfa9d6d9
DJ
10538 &remote_protocol_packets[PACKET_qXfer_libraries]);
10539
2268b414
JK
10540 case TARGET_OBJECT_LIBRARIES_SVR4:
10541 return remote_read_qxfer
9b409511 10542 (ops, "libraries-svr4", annex, readbuf, offset, len, xfered_len,
2268b414
JK
10543 &remote_protocol_packets[PACKET_qXfer_libraries_svr4]);
10544
fd79ecee
DJ
10545 case TARGET_OBJECT_MEMORY_MAP:
10546 gdb_assert (annex == NULL);
10547 return remote_read_qxfer (ops, "memory-map", annex, readbuf, offset, len,
9b409511 10548 xfered_len,
fd79ecee
DJ
10549 &remote_protocol_packets[PACKET_qXfer_memory_map]);
10550
07e059b5
VP
10551 case TARGET_OBJECT_OSDATA:
10552 /* Should only get here if we're connected. */
5d93a237 10553 gdb_assert (rs->remote_desc);
07e059b5 10554 return remote_read_qxfer
9b409511 10555 (ops, "osdata", annex, readbuf, offset, len, xfered_len,
07e059b5
VP
10556 &remote_protocol_packets[PACKET_qXfer_osdata]);
10557
dc146f7c
VP
10558 case TARGET_OBJECT_THREADS:
10559 gdb_assert (annex == NULL);
10560 return remote_read_qxfer (ops, "threads", annex, readbuf, offset, len,
9b409511 10561 xfered_len,
dc146f7c
VP
10562 &remote_protocol_packets[PACKET_qXfer_threads]);
10563
b3b9301e
PA
10564 case TARGET_OBJECT_TRACEFRAME_INFO:
10565 gdb_assert (annex == NULL);
10566 return remote_read_qxfer
9b409511 10567 (ops, "traceframe-info", annex, readbuf, offset, len, xfered_len,
b3b9301e 10568 &remote_protocol_packets[PACKET_qXfer_traceframe_info]);
78d85199
YQ
10569
10570 case TARGET_OBJECT_FDPIC:
10571 return remote_read_qxfer (ops, "fdpic", annex, readbuf, offset, len,
9b409511 10572 xfered_len,
78d85199 10573 &remote_protocol_packets[PACKET_qXfer_fdpic]);
169081d0
TG
10574
10575 case TARGET_OBJECT_OPENVMS_UIB:
10576 return remote_read_qxfer (ops, "uib", annex, readbuf, offset, len,
9b409511 10577 xfered_len,
169081d0
TG
10578 &remote_protocol_packets[PACKET_qXfer_uib]);
10579
9accd112
MM
10580 case TARGET_OBJECT_BTRACE:
10581 return remote_read_qxfer (ops, "btrace", annex, readbuf, offset, len,
9b409511 10582 xfered_len,
9accd112
MM
10583 &remote_protocol_packets[PACKET_qXfer_btrace]);
10584
f4abbc16
MM
10585 case TARGET_OBJECT_BTRACE_CONF:
10586 return remote_read_qxfer (ops, "btrace-conf", annex, readbuf, offset,
10587 len, xfered_len,
10588 &remote_protocol_packets[PACKET_qXfer_btrace_conf]);
10589
c78fa86a
GB
10590 case TARGET_OBJECT_EXEC_FILE:
10591 return remote_read_qxfer (ops, "exec-file", annex, readbuf, offset,
10592 len, xfered_len,
10593 &remote_protocol_packets[PACKET_qXfer_exec_file]);
10594
1e3ff5ad 10595 default:
2ed4b548 10596 return TARGET_XFER_E_IO;
c906108c
SS
10597 }
10598
0df8b418 10599 /* Minimum outbuf size is get_remote_packet_size (). If LEN is not
24b06219 10600 large enough let the caller deal with it. */
ea9c271d 10601 if (len < get_remote_packet_size ())
2ed4b548 10602 return TARGET_XFER_E_IO;
ea9c271d 10603 len = get_remote_packet_size ();
1e3ff5ad 10604
23860348 10605 /* Except for querying the minimum buffer size, target must be open. */
5d93a237 10606 if (!rs->remote_desc)
8a3fe4f8 10607 error (_("remote query is only available after target open"));
c906108c 10608
1e3ff5ad 10609 gdb_assert (annex != NULL);
4b8a223f 10610 gdb_assert (readbuf != NULL);
c906108c 10611
6d820c5c 10612 p2 = rs->buf;
c906108c
SS
10613 *p2++ = 'q';
10614 *p2++ = query_type;
10615
23860348
MS
10616 /* We used one buffer char for the remote protocol q command and
10617 another for the query type. As the remote protocol encapsulation
10618 uses 4 chars plus one extra in case we are debugging
10619 (remote_debug), we have PBUFZIZ - 7 left to pack the query
10620 string. */
c906108c 10621 i = 0;
ea9c271d 10622 while (annex[i] && (i < (get_remote_packet_size () - 8)))
c906108c 10623 {
1e3ff5ad
AC
10624 /* Bad caller may have sent forbidden characters. */
10625 gdb_assert (isprint (annex[i]) && annex[i] != '$' && annex[i] != '#');
10626 *p2++ = annex[i];
c906108c
SS
10627 i++;
10628 }
1e3ff5ad
AC
10629 *p2 = '\0';
10630 gdb_assert (annex[i] == '\0');
c906108c 10631
6d820c5c 10632 i = putpkt (rs->buf);
c5aa993b 10633 if (i < 0)
2ed4b548 10634 return TARGET_XFER_E_IO;
c906108c 10635
6d820c5c
DJ
10636 getpkt (&rs->buf, &rs->buf_size, 0);
10637 strcpy ((char *) readbuf, rs->buf);
c906108c 10638
9b409511 10639 *xfered_len = strlen ((char *) readbuf);
92ffd475 10640 return (*xfered_len != 0) ? TARGET_XFER_OK : TARGET_XFER_EOF;
c906108c
SS
10641}
10642
09c98b44
DB
10643/* Implementation of to_get_memory_xfer_limit. */
10644
10645static ULONGEST
10646remote_get_memory_xfer_limit (struct target_ops *ops)
10647{
10648 return get_memory_write_packet_size ();
10649}
10650
08388c79
DE
10651static int
10652remote_search_memory (struct target_ops* ops,
10653 CORE_ADDR start_addr, ULONGEST search_space_len,
10654 const gdb_byte *pattern, ULONGEST pattern_len,
10655 CORE_ADDR *found_addrp)
10656{
f5656ead 10657 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
08388c79
DE
10658 struct remote_state *rs = get_remote_state ();
10659 int max_size = get_memory_write_packet_size ();
10660 struct packet_config *packet =
10661 &remote_protocol_packets[PACKET_qSearch_memory];
0df8b418
MS
10662 /* Number of packet bytes used to encode the pattern;
10663 this could be more than PATTERN_LEN due to escape characters. */
08388c79 10664 int escaped_pattern_len;
0df8b418 10665 /* Amount of pattern that was encodable in the packet. */
08388c79
DE
10666 int used_pattern_len;
10667 int i;
10668 int found;
10669 ULONGEST found_addr;
10670
7cc244de
PA
10671 /* Don't go to the target if we don't have to. This is done before
10672 checking packet_config_support to avoid the possibility that a
10673 success for this edge case means the facility works in
10674 general. */
08388c79
DE
10675 if (pattern_len > search_space_len)
10676 return 0;
10677 if (pattern_len == 0)
10678 {
10679 *found_addrp = start_addr;
10680 return 1;
10681 }
10682
10683 /* If we already know the packet isn't supported, fall back to the simple
10684 way of searching memory. */
10685
4082afcc 10686 if (packet_config_support (packet) == PACKET_DISABLE)
08388c79
DE
10687 {
10688 /* Target doesn't provided special support, fall back and use the
10689 standard support (copy memory and do the search here). */
10690 return simple_search_memory (ops, start_addr, search_space_len,
10691 pattern, pattern_len, found_addrp);
10692 }
10693
28439a30
PA
10694 /* Make sure the remote is pointing at the right process. */
10695 set_general_process ();
10696
08388c79
DE
10697 /* Insert header. */
10698 i = snprintf (rs->buf, max_size,
10699 "qSearch:memory:%s;%s;",
5af949e3 10700 phex_nz (start_addr, addr_size),
08388c79
DE
10701 phex_nz (search_space_len, sizeof (search_space_len)));
10702 max_size -= (i + 1);
10703
10704 /* Escape as much data as fits into rs->buf. */
10705 escaped_pattern_len =
124e13d9 10706 remote_escape_output (pattern, pattern_len, 1, (gdb_byte *) rs->buf + i,
08388c79
DE
10707 &used_pattern_len, max_size);
10708
10709 /* Bail if the pattern is too large. */
10710 if (used_pattern_len != pattern_len)
9b20d036 10711 error (_("Pattern is too large to transmit to remote target."));
08388c79
DE
10712
10713 if (putpkt_binary (rs->buf, i + escaped_pattern_len) < 0
10714 || getpkt_sane (&rs->buf, &rs->buf_size, 0) < 0
10715 || packet_ok (rs->buf, packet) != PACKET_OK)
10716 {
10717 /* The request may not have worked because the command is not
10718 supported. If so, fall back to the simple way. */
7cc244de 10719 if (packet_config_support (packet) == PACKET_DISABLE)
08388c79
DE
10720 {
10721 return simple_search_memory (ops, start_addr, search_space_len,
10722 pattern, pattern_len, found_addrp);
10723 }
10724 return -1;
10725 }
10726
10727 if (rs->buf[0] == '0')
10728 found = 0;
10729 else if (rs->buf[0] == '1')
10730 {
10731 found = 1;
10732 if (rs->buf[1] != ',')
10e0fa18 10733 error (_("Unknown qSearch:memory reply: %s"), rs->buf);
08388c79
DE
10734 unpack_varlen_hex (rs->buf + 2, &found_addr);
10735 *found_addrp = found_addr;
10736 }
10737 else
10e0fa18 10738 error (_("Unknown qSearch:memory reply: %s"), rs->buf);
08388c79
DE
10739
10740 return found;
10741}
10742
96baa820 10743static void
a30bf1f1 10744remote_rcmd (struct target_ops *self, const char *command,
d9fcf2fb 10745 struct ui_file *outbuf)
96baa820 10746{
d01949b6 10747 struct remote_state *rs = get_remote_state ();
2e9f7625 10748 char *p = rs->buf;
96baa820 10749
5d93a237 10750 if (!rs->remote_desc)
8a3fe4f8 10751 error (_("remote rcmd is only available after target open"));
96baa820 10752
23860348 10753 /* Send a NULL command across as an empty command. */
7be570e7
JM
10754 if (command == NULL)
10755 command = "";
10756
23860348 10757 /* The query prefix. */
2e9f7625
DJ
10758 strcpy (rs->buf, "qRcmd,");
10759 p = strchr (rs->buf, '\0');
96baa820 10760
3e43a32a
MS
10761 if ((strlen (rs->buf) + strlen (command) * 2 + 8/*misc*/)
10762 > get_remote_packet_size ())
8a3fe4f8 10763 error (_("\"monitor\" command ``%s'' is too long."), command);
96baa820 10764
23860348 10765 /* Encode the actual command. */
a30bf1f1 10766 bin2hex ((const gdb_byte *) command, p, strlen (command));
96baa820 10767
6d820c5c 10768 if (putpkt (rs->buf) < 0)
8a3fe4f8 10769 error (_("Communication problem with target."));
96baa820
JM
10770
10771 /* get/display the response */
10772 while (1)
10773 {
2e9f7625
DJ
10774 char *buf;
10775
00bf0b85 10776 /* XXX - see also remote_get_noisy_reply(). */
5b37825d 10777 QUIT; /* Allow user to bail out with ^C. */
2e9f7625 10778 rs->buf[0] = '\0';
5b37825d
PW
10779 if (getpkt_sane (&rs->buf, &rs->buf_size, 0) == -1)
10780 {
10781 /* Timeout. Continue to (try to) read responses.
10782 This is better than stopping with an error, assuming the stub
10783 is still executing the (long) monitor command.
10784 If needed, the user can interrupt gdb using C-c, obtaining
10785 an effect similar to stop on timeout. */
10786 continue;
10787 }
2e9f7625 10788 buf = rs->buf;
96baa820 10789 if (buf[0] == '\0')
8a3fe4f8 10790 error (_("Target does not support this command."));
96baa820
JM
10791 if (buf[0] == 'O' && buf[1] != 'K')
10792 {
23860348 10793 remote_console_output (buf + 1); /* 'O' message from stub. */
96baa820
JM
10794 continue;
10795 }
10796 if (strcmp (buf, "OK") == 0)
10797 break;
7be570e7
JM
10798 if (strlen (buf) == 3 && buf[0] == 'E'
10799 && isdigit (buf[1]) && isdigit (buf[2]))
10800 {
8a3fe4f8 10801 error (_("Protocol error with Rcmd"));
7be570e7 10802 }
96baa820
JM
10803 for (p = buf; p[0] != '\0' && p[1] != '\0'; p += 2)
10804 {
10805 char c = (fromhex (p[0]) << 4) + fromhex (p[1]);
a744cf53 10806
96baa820
JM
10807 fputc_unfiltered (c, outbuf);
10808 }
10809 break;
10810 }
10811}
10812
a664f67e 10813static std::vector<mem_region>
fd79ecee
DJ
10814remote_memory_map (struct target_ops *ops)
10815{
a664f67e 10816 std::vector<mem_region> result;
b7b030ad
TT
10817 gdb::unique_xmalloc_ptr<char> text
10818 = target_read_stralloc (&current_target, TARGET_OBJECT_MEMORY_MAP, NULL);
fd79ecee
DJ
10819
10820 if (text)
b7b030ad 10821 result = parse_memory_map (text.get ());
fd79ecee
DJ
10822
10823 return result;
10824}
10825
c906108c 10826static void
ac88e2de 10827packet_command (const char *args, int from_tty)
c906108c 10828{
d01949b6 10829 struct remote_state *rs = get_remote_state ();
c906108c 10830
5d93a237 10831 if (!rs->remote_desc)
8a3fe4f8 10832 error (_("command can only be used with remote target"));
c906108c 10833
c5aa993b 10834 if (!args)
8a3fe4f8 10835 error (_("remote-packet command requires packet text as argument"));
c906108c
SS
10836
10837 puts_filtered ("sending: ");
10838 print_packet (args);
10839 puts_filtered ("\n");
10840 putpkt (args);
10841
6d820c5c 10842 getpkt (&rs->buf, &rs->buf_size, 0);
c906108c 10843 puts_filtered ("received: ");
6d820c5c 10844 print_packet (rs->buf);
c906108c
SS
10845 puts_filtered ("\n");
10846}
10847
10848#if 0
23860348 10849/* --------- UNIT_TEST for THREAD oriented PACKETS ------------------- */
c906108c 10850
a14ed312 10851static void display_thread_info (struct gdb_ext_thread_info *info);
c906108c 10852
a14ed312 10853static void threadset_test_cmd (char *cmd, int tty);
c906108c 10854
a14ed312 10855static void threadalive_test (char *cmd, int tty);
c906108c 10856
a14ed312 10857static void threadlist_test_cmd (char *cmd, int tty);
c906108c 10858
23860348 10859int get_and_display_threadinfo (threadref *ref);
c906108c 10860
a14ed312 10861static void threadinfo_test_cmd (char *cmd, int tty);
c906108c 10862
23860348 10863static int thread_display_step (threadref *ref, void *context);
c906108c 10864
a14ed312 10865static void threadlist_update_test_cmd (char *cmd, int tty);
c906108c 10866
a14ed312 10867static void init_remote_threadtests (void);
c906108c 10868
23860348 10869#define SAMPLE_THREAD 0x05060708 /* Truncated 64 bit threadid. */
c906108c
SS
10870
10871static void
0b39b52e 10872threadset_test_cmd (const char *cmd, int tty)
c906108c
SS
10873{
10874 int sample_thread = SAMPLE_THREAD;
10875
a3f17187 10876 printf_filtered (_("Remote threadset test\n"));
79d7f229 10877 set_general_thread (sample_thread);
c906108c
SS
10878}
10879
10880
10881static void
0b39b52e 10882threadalive_test (const char *cmd, int tty)
c906108c
SS
10883{
10884 int sample_thread = SAMPLE_THREAD;
79d7f229 10885 int pid = ptid_get_pid (inferior_ptid);
ba348170 10886 ptid_t ptid = ptid_build (pid, sample_thread, 0);
c906108c 10887
79d7f229 10888 if (remote_thread_alive (ptid))
c906108c
SS
10889 printf_filtered ("PASS: Thread alive test\n");
10890 else
10891 printf_filtered ("FAIL: Thread alive test\n");
10892}
10893
23860348 10894void output_threadid (char *title, threadref *ref);
c906108c
SS
10895
10896void
fba45db2 10897output_threadid (char *title, threadref *ref)
c906108c
SS
10898{
10899 char hexid[20];
10900
23860348 10901 pack_threadid (&hexid[0], ref); /* Convert threead id into hex. */
c906108c
SS
10902 hexid[16] = 0;
10903 printf_filtered ("%s %s\n", title, (&hexid[0]));
10904}
10905
10906static void
0b39b52e 10907threadlist_test_cmd (const char *cmd, int tty)
c906108c
SS
10908{
10909 int startflag = 1;
10910 threadref nextthread;
10911 int done, result_count;
10912 threadref threadlist[3];
10913
10914 printf_filtered ("Remote Threadlist test\n");
10915 if (!remote_get_threadlist (startflag, &nextthread, 3, &done,
10916 &result_count, &threadlist[0]))
10917 printf_filtered ("FAIL: threadlist test\n");
10918 else
10919 {
10920 threadref *scan = threadlist;
10921 threadref *limit = scan + result_count;
10922
10923 while (scan < limit)
10924 output_threadid (" thread ", scan++);
10925 }
10926}
10927
10928void
fba45db2 10929display_thread_info (struct gdb_ext_thread_info *info)
c906108c
SS
10930{
10931 output_threadid ("Threadid: ", &info->threadid);
10932 printf_filtered ("Name: %s\n ", info->shortname);
10933 printf_filtered ("State: %s\n", info->display);
10934 printf_filtered ("other: %s\n\n", info->more_display);
10935}
10936
10937int
fba45db2 10938get_and_display_threadinfo (threadref *ref)
c906108c
SS
10939{
10940 int result;
10941 int set;
10942 struct gdb_ext_thread_info threadinfo;
10943
10944 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
10945 | TAG_MOREDISPLAY | TAG_DISPLAY;
10946 if (0 != (result = remote_get_threadinfo (ref, set, &threadinfo)))
10947 display_thread_info (&threadinfo);
10948 return result;
10949}
10950
10951static void
0b39b52e 10952threadinfo_test_cmd (const char *cmd, int tty)
c906108c
SS
10953{
10954 int athread = SAMPLE_THREAD;
10955 threadref thread;
10956 int set;
10957
10958 int_to_threadref (&thread, athread);
10959 printf_filtered ("Remote Threadinfo test\n");
10960 if (!get_and_display_threadinfo (&thread))
10961 printf_filtered ("FAIL cannot get thread info\n");
10962}
10963
10964static int
fba45db2 10965thread_display_step (threadref *ref, void *context)
c906108c
SS
10966{
10967 /* output_threadid(" threadstep ",ref); *//* simple test */
10968 return get_and_display_threadinfo (ref);
10969}
10970
10971static void
0b39b52e 10972threadlist_update_test_cmd (const char *cmd, int tty)
c906108c
SS
10973{
10974 printf_filtered ("Remote Threadlist update test\n");
10975 remote_threadlist_iterator (thread_display_step, 0, CRAZY_MAX_THREADS);
10976}
10977
10978static void
10979init_remote_threadtests (void)
10980{
3e43a32a
MS
10981 add_com ("tlist", class_obscure, threadlist_test_cmd,
10982 _("Fetch and print the remote list of "
10983 "thread identifiers, one pkt only"));
c906108c 10984 add_com ("tinfo", class_obscure, threadinfo_test_cmd,
1bedd215 10985 _("Fetch and display info about one thread"));
c906108c 10986 add_com ("tset", class_obscure, threadset_test_cmd,
1bedd215 10987 _("Test setting to a different thread"));
c906108c 10988 add_com ("tupd", class_obscure, threadlist_update_test_cmd,
1bedd215 10989 _("Iterate through updating all remote thread info"));
c906108c 10990 add_com ("talive", class_obscure, threadalive_test,
1bedd215 10991 _(" Remote thread alive test "));
c906108c
SS
10992}
10993
10994#endif /* 0 */
10995
f3fb8c85
MS
10996/* Convert a thread ID to a string. Returns the string in a static
10997 buffer. */
10998
7a114964 10999static const char *
117de6a9 11000remote_pid_to_str (struct target_ops *ops, ptid_t ptid)
f3fb8c85 11001{
79d7f229 11002 static char buf[64];
82f73884 11003 struct remote_state *rs = get_remote_state ();
f3fb8c85 11004
7cee1e54
PA
11005 if (ptid_equal (ptid, null_ptid))
11006 return normal_pid_to_str (ptid);
11007 else if (ptid_is_pid (ptid))
ecd0ada5
PA
11008 {
11009 /* Printing an inferior target id. */
11010
11011 /* When multi-process extensions are off, there's no way in the
11012 remote protocol to know the remote process id, if there's any
11013 at all. There's one exception --- when we're connected with
11014 target extended-remote, and we manually attached to a process
11015 with "attach PID". We don't record anywhere a flag that
11016 allows us to distinguish that case from the case of
11017 connecting with extended-remote and the stub already being
11018 attached to a process, and reporting yes to qAttached, hence
11019 no smart special casing here. */
11020 if (!remote_multi_process_p (rs))
11021 {
11022 xsnprintf (buf, sizeof buf, "Remote target");
11023 return buf;
11024 }
11025
11026 return normal_pid_to_str (ptid);
82f73884 11027 }
ecd0ada5 11028 else
79d7f229 11029 {
ecd0ada5
PA
11030 if (ptid_equal (magic_null_ptid, ptid))
11031 xsnprintf (buf, sizeof buf, "Thread <main>");
8020350c 11032 else if (remote_multi_process_p (rs))
de0d863e
DB
11033 if (ptid_get_lwp (ptid) == 0)
11034 return normal_pid_to_str (ptid);
11035 else
11036 xsnprintf (buf, sizeof buf, "Thread %d.%ld",
11037 ptid_get_pid (ptid), ptid_get_lwp (ptid));
ecd0ada5
PA
11038 else
11039 xsnprintf (buf, sizeof buf, "Thread %ld",
ba348170 11040 ptid_get_lwp (ptid));
79d7f229
PA
11041 return buf;
11042 }
f3fb8c85
MS
11043}
11044
38691318
KB
11045/* Get the address of the thread local variable in OBJFILE which is
11046 stored at OFFSET within the thread local storage for thread PTID. */
11047
11048static CORE_ADDR
117de6a9
PA
11049remote_get_thread_local_address (struct target_ops *ops,
11050 ptid_t ptid, CORE_ADDR lm, CORE_ADDR offset)
38691318 11051{
4082afcc 11052 if (packet_support (PACKET_qGetTLSAddr) != PACKET_DISABLE)
38691318
KB
11053 {
11054 struct remote_state *rs = get_remote_state ();
6d820c5c 11055 char *p = rs->buf;
82f73884 11056 char *endp = rs->buf + get_remote_packet_size ();
571dd617 11057 enum packet_result result;
38691318
KB
11058
11059 strcpy (p, "qGetTLSAddr:");
11060 p += strlen (p);
82f73884 11061 p = write_ptid (p, endp, ptid);
38691318
KB
11062 *p++ = ',';
11063 p += hexnumstr (p, offset);
11064 *p++ = ',';
11065 p += hexnumstr (p, lm);
11066 *p++ = '\0';
11067
6d820c5c
DJ
11068 putpkt (rs->buf);
11069 getpkt (&rs->buf, &rs->buf_size, 0);
3e43a32a
MS
11070 result = packet_ok (rs->buf,
11071 &remote_protocol_packets[PACKET_qGetTLSAddr]);
571dd617 11072 if (result == PACKET_OK)
38691318
KB
11073 {
11074 ULONGEST result;
11075
6d820c5c 11076 unpack_varlen_hex (rs->buf, &result);
38691318
KB
11077 return result;
11078 }
571dd617 11079 else if (result == PACKET_UNKNOWN)
109c3e39
AC
11080 throw_error (TLS_GENERIC_ERROR,
11081 _("Remote target doesn't support qGetTLSAddr packet"));
38691318 11082 else
109c3e39
AC
11083 throw_error (TLS_GENERIC_ERROR,
11084 _("Remote target failed to process qGetTLSAddr request"));
38691318
KB
11085 }
11086 else
109c3e39
AC
11087 throw_error (TLS_GENERIC_ERROR,
11088 _("TLS not supported or disabled on this target"));
38691318
KB
11089 /* Not reached. */
11090 return 0;
11091}
11092
711e434b
PM
11093/* Provide thread local base, i.e. Thread Information Block address.
11094 Returns 1 if ptid is found and thread_local_base is non zero. */
11095
70221824 11096static int
bd7ae0f5 11097remote_get_tib_address (struct target_ops *self, ptid_t ptid, CORE_ADDR *addr)
711e434b 11098{
4082afcc 11099 if (packet_support (PACKET_qGetTIBAddr) != PACKET_DISABLE)
711e434b
PM
11100 {
11101 struct remote_state *rs = get_remote_state ();
11102 char *p = rs->buf;
11103 char *endp = rs->buf + get_remote_packet_size ();
11104 enum packet_result result;
11105
11106 strcpy (p, "qGetTIBAddr:");
11107 p += strlen (p);
11108 p = write_ptid (p, endp, ptid);
11109 *p++ = '\0';
11110
11111 putpkt (rs->buf);
11112 getpkt (&rs->buf, &rs->buf_size, 0);
11113 result = packet_ok (rs->buf,
11114 &remote_protocol_packets[PACKET_qGetTIBAddr]);
11115 if (result == PACKET_OK)
11116 {
11117 ULONGEST result;
11118
11119 unpack_varlen_hex (rs->buf, &result);
11120 if (addr)
11121 *addr = (CORE_ADDR) result;
11122 return 1;
11123 }
11124 else if (result == PACKET_UNKNOWN)
11125 error (_("Remote target doesn't support qGetTIBAddr packet"));
11126 else
11127 error (_("Remote target failed to process qGetTIBAddr request"));
11128 }
11129 else
11130 error (_("qGetTIBAddr not supported or disabled on this target"));
11131 /* Not reached. */
11132 return 0;
11133}
11134
29709017
DJ
11135/* Support for inferring a target description based on the current
11136 architecture and the size of a 'g' packet. While the 'g' packet
11137 can have any size (since optional registers can be left off the
11138 end), some sizes are easily recognizable given knowledge of the
11139 approximate architecture. */
11140
11141struct remote_g_packet_guess
11142{
11143 int bytes;
11144 const struct target_desc *tdesc;
11145};
11146typedef struct remote_g_packet_guess remote_g_packet_guess_s;
11147DEF_VEC_O(remote_g_packet_guess_s);
11148
11149struct remote_g_packet_data
11150{
11151 VEC(remote_g_packet_guess_s) *guesses;
11152};
11153
11154static struct gdbarch_data *remote_g_packet_data_handle;
11155
11156static void *
11157remote_g_packet_data_init (struct obstack *obstack)
11158{
11159 return OBSTACK_ZALLOC (obstack, struct remote_g_packet_data);
11160}
11161
11162void
11163register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes,
11164 const struct target_desc *tdesc)
11165{
11166 struct remote_g_packet_data *data
19ba03f4
SM
11167 = ((struct remote_g_packet_data *)
11168 gdbarch_data (gdbarch, remote_g_packet_data_handle));
29709017
DJ
11169 struct remote_g_packet_guess new_guess, *guess;
11170 int ix;
11171
11172 gdb_assert (tdesc != NULL);
11173
11174 for (ix = 0;
11175 VEC_iterate (remote_g_packet_guess_s, data->guesses, ix, guess);
11176 ix++)
11177 if (guess->bytes == bytes)
11178 internal_error (__FILE__, __LINE__,
9b20d036 11179 _("Duplicate g packet description added for size %d"),
29709017
DJ
11180 bytes);
11181
11182 new_guess.bytes = bytes;
11183 new_guess.tdesc = tdesc;
11184 VEC_safe_push (remote_g_packet_guess_s, data->guesses, &new_guess);
11185}
11186
d962ef82
DJ
11187/* Return 1 if remote_read_description would do anything on this target
11188 and architecture, 0 otherwise. */
11189
11190static int
11191remote_read_description_p (struct target_ops *target)
11192{
11193 struct remote_g_packet_data *data
19ba03f4
SM
11194 = ((struct remote_g_packet_data *)
11195 gdbarch_data (target_gdbarch (), remote_g_packet_data_handle));
d962ef82
DJ
11196
11197 if (!VEC_empty (remote_g_packet_guess_s, data->guesses))
11198 return 1;
11199
11200 return 0;
11201}
11202
29709017
DJ
11203static const struct target_desc *
11204remote_read_description (struct target_ops *target)
11205{
11206 struct remote_g_packet_data *data
19ba03f4
SM
11207 = ((struct remote_g_packet_data *)
11208 gdbarch_data (target_gdbarch (), remote_g_packet_data_handle));
29709017 11209
d962ef82
DJ
11210 /* Do not try this during initial connection, when we do not know
11211 whether there is a running but stopped thread. */
11212 if (!target_has_execution || ptid_equal (inferior_ptid, null_ptid))
2117c711 11213 return target->beneath->to_read_description (target->beneath);
d962ef82 11214
29709017
DJ
11215 if (!VEC_empty (remote_g_packet_guess_s, data->guesses))
11216 {
11217 struct remote_g_packet_guess *guess;
11218 int ix;
11219 int bytes = send_g_packet ();
11220
11221 for (ix = 0;
11222 VEC_iterate (remote_g_packet_guess_s, data->guesses, ix, guess);
11223 ix++)
11224 if (guess->bytes == bytes)
11225 return guess->tdesc;
11226
11227 /* We discard the g packet. A minor optimization would be to
11228 hold on to it, and fill the register cache once we have selected
11229 an architecture, but it's too tricky to do safely. */
11230 }
11231
2117c711 11232 return target->beneath->to_read_description (target->beneath);
29709017
DJ
11233}
11234
a6b151f1
DJ
11235/* Remote file transfer support. This is host-initiated I/O, not
11236 target-initiated; for target-initiated, see remote-fileio.c. */
11237
11238/* If *LEFT is at least the length of STRING, copy STRING to
11239 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11240 decrease *LEFT. Otherwise raise an error. */
11241
11242static void
a121b7c1 11243remote_buffer_add_string (char **buffer, int *left, const char *string)
a6b151f1
DJ
11244{
11245 int len = strlen (string);
11246
11247 if (len > *left)
11248 error (_("Packet too long for target."));
11249
11250 memcpy (*buffer, string, len);
11251 *buffer += len;
11252 *left -= len;
11253
11254 /* NUL-terminate the buffer as a convenience, if there is
11255 room. */
11256 if (*left)
11257 **buffer = '\0';
11258}
11259
11260/* If *LEFT is large enough, hex encode LEN bytes from BYTES into
11261 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11262 decrease *LEFT. Otherwise raise an error. */
11263
11264static void
11265remote_buffer_add_bytes (char **buffer, int *left, const gdb_byte *bytes,
11266 int len)
11267{
11268 if (2 * len > *left)
11269 error (_("Packet too long for target."));
11270
11271 bin2hex (bytes, *buffer, len);
11272 *buffer += 2 * len;
11273 *left -= 2 * len;
11274
11275 /* NUL-terminate the buffer as a convenience, if there is
11276 room. */
11277 if (*left)
11278 **buffer = '\0';
11279}
11280
11281/* If *LEFT is large enough, convert VALUE to hex and add it to
11282 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11283 decrease *LEFT. Otherwise raise an error. */
11284
11285static void
11286remote_buffer_add_int (char **buffer, int *left, ULONGEST value)
11287{
11288 int len = hexnumlen (value);
11289
11290 if (len > *left)
11291 error (_("Packet too long for target."));
11292
11293 hexnumstr (*buffer, value);
11294 *buffer += len;
11295 *left -= len;
11296
11297 /* NUL-terminate the buffer as a convenience, if there is
11298 room. */
11299 if (*left)
11300 **buffer = '\0';
11301}
11302
11303/* Parse an I/O result packet from BUFFER. Set RETCODE to the return
11304 value, *REMOTE_ERRNO to the remote error number or zero if none
11305 was included, and *ATTACHMENT to point to the start of the annex
11306 if any. The length of the packet isn't needed here; there may
11307 be NUL bytes in BUFFER, but they will be after *ATTACHMENT.
11308
11309 Return 0 if the packet could be parsed, -1 if it could not. If
11310 -1 is returned, the other variables may not be initialized. */
11311
11312static int
11313remote_hostio_parse_result (char *buffer, int *retcode,
11314 int *remote_errno, char **attachment)
11315{
11316 char *p, *p2;
11317
11318 *remote_errno = 0;
11319 *attachment = NULL;
11320
11321 if (buffer[0] != 'F')
11322 return -1;
11323
11324 errno = 0;
11325 *retcode = strtol (&buffer[1], &p, 16);
11326 if (errno != 0 || p == &buffer[1])
11327 return -1;
11328
11329 /* Check for ",errno". */
11330 if (*p == ',')
11331 {
11332 errno = 0;
11333 *remote_errno = strtol (p + 1, &p2, 16);
11334 if (errno != 0 || p + 1 == p2)
11335 return -1;
11336 p = p2;
11337 }
11338
11339 /* Check for ";attachment". If there is no attachment, the
11340 packet should end here. */
11341 if (*p == ';')
11342 {
11343 *attachment = p + 1;
11344 return 0;
11345 }
11346 else if (*p == '\0')
11347 return 0;
11348 else
11349 return -1;
11350}
11351
11352/* Send a prepared I/O packet to the target and read its response.
11353 The prepared packet is in the global RS->BUF before this function
11354 is called, and the answer is there when we return.
11355
11356 COMMAND_BYTES is the length of the request to send, which may include
11357 binary data. WHICH_PACKET is the packet configuration to check
11358 before attempting a packet. If an error occurs, *REMOTE_ERRNO
11359 is set to the error number and -1 is returned. Otherwise the value
11360 returned by the function is returned.
11361
11362 ATTACHMENT and ATTACHMENT_LEN should be non-NULL if and only if an
11363 attachment is expected; an error will be reported if there's a
11364 mismatch. If one is found, *ATTACHMENT will be set to point into
11365 the packet buffer and *ATTACHMENT_LEN will be set to the
11366 attachment's length. */
11367
11368static int
11369remote_hostio_send_command (int command_bytes, int which_packet,
11370 int *remote_errno, char **attachment,
11371 int *attachment_len)
11372{
11373 struct remote_state *rs = get_remote_state ();
11374 int ret, bytes_read;
11375 char *attachment_tmp;
11376
5d93a237 11377 if (!rs->remote_desc
4082afcc 11378 || packet_support (which_packet) == PACKET_DISABLE)
a6b151f1
DJ
11379 {
11380 *remote_errno = FILEIO_ENOSYS;
11381 return -1;
11382 }
11383
11384 putpkt_binary (rs->buf, command_bytes);
11385 bytes_read = getpkt_sane (&rs->buf, &rs->buf_size, 0);
11386
11387 /* If it timed out, something is wrong. Don't try to parse the
11388 buffer. */
11389 if (bytes_read < 0)
11390 {
11391 *remote_errno = FILEIO_EINVAL;
11392 return -1;
11393 }
11394
11395 switch (packet_ok (rs->buf, &remote_protocol_packets[which_packet]))
11396 {
11397 case PACKET_ERROR:
11398 *remote_errno = FILEIO_EINVAL;
11399 return -1;
11400 case PACKET_UNKNOWN:
11401 *remote_errno = FILEIO_ENOSYS;
11402 return -1;
11403 case PACKET_OK:
11404 break;
11405 }
11406
11407 if (remote_hostio_parse_result (rs->buf, &ret, remote_errno,
11408 &attachment_tmp))
11409 {
11410 *remote_errno = FILEIO_EINVAL;
11411 return -1;
11412 }
11413
11414 /* Make sure we saw an attachment if and only if we expected one. */
11415 if ((attachment_tmp == NULL && attachment != NULL)
11416 || (attachment_tmp != NULL && attachment == NULL))
11417 {
11418 *remote_errno = FILEIO_EINVAL;
11419 return -1;
11420 }
11421
11422 /* If an attachment was found, it must point into the packet buffer;
11423 work out how many bytes there were. */
11424 if (attachment_tmp != NULL)
11425 {
11426 *attachment = attachment_tmp;
11427 *attachment_len = bytes_read - (*attachment - rs->buf);
11428 }
11429
11430 return ret;
11431}
11432
80152258
PA
11433/* Invalidate the readahead cache. */
11434
11435static void
11436readahead_cache_invalidate (void)
11437{
11438 struct remote_state *rs = get_remote_state ();
11439
11440 rs->readahead_cache.fd = -1;
11441}
11442
11443/* Invalidate the readahead cache if it is holding data for FD. */
11444
11445static void
11446readahead_cache_invalidate_fd (int fd)
11447{
11448 struct remote_state *rs = get_remote_state ();
11449
11450 if (rs->readahead_cache.fd == fd)
11451 rs->readahead_cache.fd = -1;
11452}
11453
15a201c8
GB
11454/* Set the filesystem remote_hostio functions that take FILENAME
11455 arguments will use. Return 0 on success, or -1 if an error
11456 occurs (and set *REMOTE_ERRNO). */
11457
11458static int
11459remote_hostio_set_filesystem (struct inferior *inf, int *remote_errno)
11460{
11461 struct remote_state *rs = get_remote_state ();
11462 int required_pid = (inf == NULL || inf->fake_pid_p) ? 0 : inf->pid;
11463 char *p = rs->buf;
11464 int left = get_remote_packet_size () - 1;
11465 char arg[9];
11466 int ret;
11467
11468 if (packet_support (PACKET_vFile_setfs) == PACKET_DISABLE)
11469 return 0;
11470
11471 if (rs->fs_pid != -1 && required_pid == rs->fs_pid)
11472 return 0;
11473
11474 remote_buffer_add_string (&p, &left, "vFile:setfs:");
11475
11476 xsnprintf (arg, sizeof (arg), "%x", required_pid);
11477 remote_buffer_add_string (&p, &left, arg);
11478
11479 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_setfs,
11480 remote_errno, NULL, NULL);
11481
11482 if (packet_support (PACKET_vFile_setfs) == PACKET_DISABLE)
11483 return 0;
11484
11485 if (ret == 0)
11486 rs->fs_pid = required_pid;
11487
11488 return ret;
11489}
11490
12e2a5fd 11491/* Implementation of to_fileio_open. */
a6b151f1
DJ
11492
11493static int
cd897586 11494remote_hostio_open (struct target_ops *self,
07c138c8 11495 struct inferior *inf, const char *filename,
4313b8c0
GB
11496 int flags, int mode, int warn_if_slow,
11497 int *remote_errno)
a6b151f1
DJ
11498{
11499 struct remote_state *rs = get_remote_state ();
11500 char *p = rs->buf;
11501 int left = get_remote_packet_size () - 1;
11502
4313b8c0
GB
11503 if (warn_if_slow)
11504 {
11505 static int warning_issued = 0;
11506
11507 printf_unfiltered (_("Reading %s from remote target...\n"),
11508 filename);
11509
11510 if (!warning_issued)
11511 {
11512 warning (_("File transfers from remote targets can be slow."
11513 " Use \"set sysroot\" to access files locally"
11514 " instead."));
11515 warning_issued = 1;
11516 }
11517 }
11518
15a201c8
GB
11519 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
11520 return -1;
11521
a6b151f1
DJ
11522 remote_buffer_add_string (&p, &left, "vFile:open:");
11523
11524 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
11525 strlen (filename));
11526 remote_buffer_add_string (&p, &left, ",");
11527
11528 remote_buffer_add_int (&p, &left, flags);
11529 remote_buffer_add_string (&p, &left, ",");
11530
11531 remote_buffer_add_int (&p, &left, mode);
11532
11533 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_open,
11534 remote_errno, NULL, NULL);
11535}
11536
12e2a5fd 11537/* Implementation of to_fileio_pwrite. */
a6b151f1
DJ
11538
11539static int
0d866f62
TT
11540remote_hostio_pwrite (struct target_ops *self,
11541 int fd, const gdb_byte *write_buf, int len,
a6b151f1
DJ
11542 ULONGEST offset, int *remote_errno)
11543{
11544 struct remote_state *rs = get_remote_state ();
11545 char *p = rs->buf;
11546 int left = get_remote_packet_size ();
11547 int out_len;
11548
80152258
PA
11549 readahead_cache_invalidate_fd (fd);
11550
a6b151f1
DJ
11551 remote_buffer_add_string (&p, &left, "vFile:pwrite:");
11552
11553 remote_buffer_add_int (&p, &left, fd);
11554 remote_buffer_add_string (&p, &left, ",");
11555
11556 remote_buffer_add_int (&p, &left, offset);
11557 remote_buffer_add_string (&p, &left, ",");
11558
124e13d9 11559 p += remote_escape_output (write_buf, len, 1, (gdb_byte *) p, &out_len,
a6b151f1
DJ
11560 get_remote_packet_size () - (p - rs->buf));
11561
11562 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_pwrite,
11563 remote_errno, NULL, NULL);
11564}
11565
80152258
PA
11566/* Helper for the implementation of to_fileio_pread. Read the file
11567 from the remote side with vFile:pread. */
a6b151f1
DJ
11568
11569static int
80152258
PA
11570remote_hostio_pread_vFile (struct target_ops *self,
11571 int fd, gdb_byte *read_buf, int len,
11572 ULONGEST offset, int *remote_errno)
a6b151f1
DJ
11573{
11574 struct remote_state *rs = get_remote_state ();
11575 char *p = rs->buf;
11576 char *attachment;
11577 int left = get_remote_packet_size ();
11578 int ret, attachment_len;
11579 int read_len;
11580
11581 remote_buffer_add_string (&p, &left, "vFile:pread:");
11582
11583 remote_buffer_add_int (&p, &left, fd);
11584 remote_buffer_add_string (&p, &left, ",");
11585
11586 remote_buffer_add_int (&p, &left, len);
11587 remote_buffer_add_string (&p, &left, ",");
11588
11589 remote_buffer_add_int (&p, &left, offset);
11590
11591 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_pread,
11592 remote_errno, &attachment,
11593 &attachment_len);
11594
11595 if (ret < 0)
11596 return ret;
11597
bc20a4af 11598 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
a6b151f1
DJ
11599 read_buf, len);
11600 if (read_len != ret)
11601 error (_("Read returned %d, but %d bytes."), ret, (int) read_len);
11602
11603 return ret;
11604}
11605
80152258
PA
11606/* Serve pread from the readahead cache. Returns number of bytes
11607 read, or 0 if the request can't be served from the cache. */
11608
11609static int
11610remote_hostio_pread_from_cache (struct remote_state *rs,
11611 int fd, gdb_byte *read_buf, size_t len,
11612 ULONGEST offset)
11613{
11614 struct readahead_cache *cache = &rs->readahead_cache;
11615
11616 if (cache->fd == fd
11617 && cache->offset <= offset
11618 && offset < cache->offset + cache->bufsize)
11619 {
11620 ULONGEST max = cache->offset + cache->bufsize;
11621
11622 if (offset + len > max)
11623 len = max - offset;
11624
11625 memcpy (read_buf, cache->buf + offset - cache->offset, len);
11626 return len;
11627 }
11628
11629 return 0;
11630}
11631
11632/* Implementation of to_fileio_pread. */
11633
11634static int
11635remote_hostio_pread (struct target_ops *self,
11636 int fd, gdb_byte *read_buf, int len,
11637 ULONGEST offset, int *remote_errno)
11638{
11639 int ret;
11640 struct remote_state *rs = get_remote_state ();
11641 struct readahead_cache *cache = &rs->readahead_cache;
11642
11643 ret = remote_hostio_pread_from_cache (rs, fd, read_buf, len, offset);
11644 if (ret > 0)
11645 {
11646 cache->hit_count++;
11647
11648 if (remote_debug)
11649 fprintf_unfiltered (gdb_stdlog, "readahead cache hit %s\n",
11650 pulongest (cache->hit_count));
11651 return ret;
11652 }
11653
11654 cache->miss_count++;
11655 if (remote_debug)
11656 fprintf_unfiltered (gdb_stdlog, "readahead cache miss %s\n",
11657 pulongest (cache->miss_count));
11658
11659 cache->fd = fd;
11660 cache->offset = offset;
11661 cache->bufsize = get_remote_packet_size ();
224c3ddb 11662 cache->buf = (gdb_byte *) xrealloc (cache->buf, cache->bufsize);
80152258
PA
11663
11664 ret = remote_hostio_pread_vFile (self, cache->fd, cache->buf, cache->bufsize,
11665 cache->offset, remote_errno);
11666 if (ret <= 0)
11667 {
11668 readahead_cache_invalidate_fd (fd);
11669 return ret;
11670 }
11671
11672 cache->bufsize = ret;
11673 return remote_hostio_pread_from_cache (rs, fd, read_buf, len, offset);
11674}
11675
12e2a5fd 11676/* Implementation of to_fileio_close. */
a6b151f1
DJ
11677
11678static int
df39ea25 11679remote_hostio_close (struct target_ops *self, int fd, int *remote_errno)
a6b151f1
DJ
11680{
11681 struct remote_state *rs = get_remote_state ();
11682 char *p = rs->buf;
11683 int left = get_remote_packet_size () - 1;
11684
80152258
PA
11685 readahead_cache_invalidate_fd (fd);
11686
a6b151f1
DJ
11687 remote_buffer_add_string (&p, &left, "vFile:close:");
11688
11689 remote_buffer_add_int (&p, &left, fd);
11690
11691 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_close,
11692 remote_errno, NULL, NULL);
11693}
11694
12e2a5fd 11695/* Implementation of to_fileio_unlink. */
a6b151f1
DJ
11696
11697static int
dbbca37d 11698remote_hostio_unlink (struct target_ops *self,
07c138c8
GB
11699 struct inferior *inf, const char *filename,
11700 int *remote_errno)
a6b151f1
DJ
11701{
11702 struct remote_state *rs = get_remote_state ();
11703 char *p = rs->buf;
11704 int left = get_remote_packet_size () - 1;
11705
15a201c8
GB
11706 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
11707 return -1;
11708
a6b151f1
DJ
11709 remote_buffer_add_string (&p, &left, "vFile:unlink:");
11710
11711 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
11712 strlen (filename));
11713
11714 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_unlink,
11715 remote_errno, NULL, NULL);
11716}
11717
12e2a5fd 11718/* Implementation of to_fileio_readlink. */
b9e7b9c3
UW
11719
11720static char *
fab5aa7c 11721remote_hostio_readlink (struct target_ops *self,
07c138c8
GB
11722 struct inferior *inf, const char *filename,
11723 int *remote_errno)
b9e7b9c3
UW
11724{
11725 struct remote_state *rs = get_remote_state ();
11726 char *p = rs->buf;
11727 char *attachment;
11728 int left = get_remote_packet_size ();
11729 int len, attachment_len;
11730 int read_len;
11731 char *ret;
11732
15a201c8
GB
11733 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
11734 return NULL;
11735
b9e7b9c3
UW
11736 remote_buffer_add_string (&p, &left, "vFile:readlink:");
11737
11738 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
11739 strlen (filename));
11740
11741 len = remote_hostio_send_command (p - rs->buf, PACKET_vFile_readlink,
11742 remote_errno, &attachment,
11743 &attachment_len);
11744
11745 if (len < 0)
11746 return NULL;
11747
224c3ddb 11748 ret = (char *) xmalloc (len + 1);
b9e7b9c3 11749
bc20a4af
PA
11750 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
11751 (gdb_byte *) ret, len);
b9e7b9c3
UW
11752 if (read_len != len)
11753 error (_("Readlink returned %d, but %d bytes."), len, read_len);
11754
11755 ret[len] = '\0';
11756 return ret;
11757}
11758
12e2a5fd 11759/* Implementation of to_fileio_fstat. */
0a93529c
GB
11760
11761static int
11762remote_hostio_fstat (struct target_ops *self,
11763 int fd, struct stat *st,
11764 int *remote_errno)
11765{
11766 struct remote_state *rs = get_remote_state ();
11767 char *p = rs->buf;
11768 int left = get_remote_packet_size ();
11769 int attachment_len, ret;
11770 char *attachment;
11771 struct fio_stat fst;
11772 int read_len;
11773
464b0089
GB
11774 remote_buffer_add_string (&p, &left, "vFile:fstat:");
11775
11776 remote_buffer_add_int (&p, &left, fd);
11777
11778 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_fstat,
11779 remote_errno, &attachment,
11780 &attachment_len);
11781 if (ret < 0)
0a93529c 11782 {
464b0089
GB
11783 if (*remote_errno != FILEIO_ENOSYS)
11784 return ret;
11785
0a93529c
GB
11786 /* Strictly we should return -1, ENOSYS here, but when
11787 "set sysroot remote:" was implemented in August 2008
11788 BFD's need for a stat function was sidestepped with
11789 this hack. This was not remedied until March 2015
11790 so we retain the previous behavior to avoid breaking
11791 compatibility.
11792
11793 Note that the memset is a March 2015 addition; older
11794 GDBs set st_size *and nothing else* so the structure
11795 would have garbage in all other fields. This might
11796 break something but retaining the previous behavior
11797 here would be just too wrong. */
11798
11799 memset (st, 0, sizeof (struct stat));
11800 st->st_size = INT_MAX;
11801 return 0;
11802 }
11803
0a93529c
GB
11804 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
11805 (gdb_byte *) &fst, sizeof (fst));
11806
11807 if (read_len != ret)
11808 error (_("vFile:fstat returned %d, but %d bytes."), ret, read_len);
11809
11810 if (read_len != sizeof (fst))
11811 error (_("vFile:fstat returned %d bytes, but expecting %d."),
11812 read_len, (int) sizeof (fst));
11813
11814 remote_fileio_to_host_stat (&fst, st);
11815
11816 return 0;
11817}
11818
12e2a5fd 11819/* Implementation of to_filesystem_is_local. */
e3dd7556
GB
11820
11821static int
11822remote_filesystem_is_local (struct target_ops *self)
11823{
11824 /* Valgrind GDB presents itself as a remote target but works
11825 on the local filesystem: it does not implement remote get
11826 and users are not expected to set a sysroot. To handle
11827 this case we treat the remote filesystem as local if the
11828 sysroot is exactly TARGET_SYSROOT_PREFIX and if the stub
11829 does not support vFile:open. */
a3be80c3 11830 if (strcmp (gdb_sysroot, TARGET_SYSROOT_PREFIX) == 0)
e3dd7556
GB
11831 {
11832 enum packet_support ps = packet_support (PACKET_vFile_open);
11833
11834 if (ps == PACKET_SUPPORT_UNKNOWN)
11835 {
11836 int fd, remote_errno;
11837
11838 /* Try opening a file to probe support. The supplied
11839 filename is irrelevant, we only care about whether
11840 the stub recognizes the packet or not. */
07c138c8 11841 fd = remote_hostio_open (self, NULL, "just probing",
4313b8c0 11842 FILEIO_O_RDONLY, 0700, 0,
e3dd7556
GB
11843 &remote_errno);
11844
11845 if (fd >= 0)
11846 remote_hostio_close (self, fd, &remote_errno);
11847
11848 ps = packet_support (PACKET_vFile_open);
11849 }
11850
11851 if (ps == PACKET_DISABLE)
11852 {
11853 static int warning_issued = 0;
11854
11855 if (!warning_issued)
11856 {
11857 warning (_("remote target does not support file"
11858 " transfer, attempting to access files"
11859 " from local filesystem."));
11860 warning_issued = 1;
11861 }
11862
11863 return 1;
11864 }
11865 }
11866
11867 return 0;
11868}
11869
a6b151f1
DJ
11870static int
11871remote_fileio_errno_to_host (int errnum)
11872{
11873 switch (errnum)
11874 {
11875 case FILEIO_EPERM:
11876 return EPERM;
11877 case FILEIO_ENOENT:
11878 return ENOENT;
11879 case FILEIO_EINTR:
11880 return EINTR;
11881 case FILEIO_EIO:
11882 return EIO;
11883 case FILEIO_EBADF:
11884 return EBADF;
11885 case FILEIO_EACCES:
11886 return EACCES;
11887 case FILEIO_EFAULT:
11888 return EFAULT;
11889 case FILEIO_EBUSY:
11890 return EBUSY;
11891 case FILEIO_EEXIST:
11892 return EEXIST;
11893 case FILEIO_ENODEV:
11894 return ENODEV;
11895 case FILEIO_ENOTDIR:
11896 return ENOTDIR;
11897 case FILEIO_EISDIR:
11898 return EISDIR;
11899 case FILEIO_EINVAL:
11900 return EINVAL;
11901 case FILEIO_ENFILE:
11902 return ENFILE;
11903 case FILEIO_EMFILE:
11904 return EMFILE;
11905 case FILEIO_EFBIG:
11906 return EFBIG;
11907 case FILEIO_ENOSPC:
11908 return ENOSPC;
11909 case FILEIO_ESPIPE:
11910 return ESPIPE;
11911 case FILEIO_EROFS:
11912 return EROFS;
11913 case FILEIO_ENOSYS:
11914 return ENOSYS;
11915 case FILEIO_ENAMETOOLONG:
11916 return ENAMETOOLONG;
11917 }
11918 return -1;
11919}
11920
11921static char *
11922remote_hostio_error (int errnum)
11923{
11924 int host_error = remote_fileio_errno_to_host (errnum);
11925
11926 if (host_error == -1)
11927 error (_("Unknown remote I/O error %d"), errnum);
11928 else
11929 error (_("Remote I/O error: %s"), safe_strerror (host_error));
11930}
11931
a6b151f1
DJ
11932static void
11933remote_hostio_close_cleanup (void *opaque)
11934{
11935 int fd = *(int *) opaque;
11936 int remote_errno;
11937
df39ea25 11938 remote_hostio_close (find_target_at (process_stratum), fd, &remote_errno);
a6b151f1
DJ
11939}
11940
11941void
11942remote_file_put (const char *local_file, const char *remote_file, int from_tty)
11943{
11944 struct cleanup *back_to, *close_cleanup;
11945 int retcode, fd, remote_errno, bytes, io_size;
a6b151f1
DJ
11946 gdb_byte *buffer;
11947 int bytes_in_buffer;
11948 int saw_eof;
11949 ULONGEST offset;
5d93a237 11950 struct remote_state *rs = get_remote_state ();
a6b151f1 11951
5d93a237 11952 if (!rs->remote_desc)
a6b151f1
DJ
11953 error (_("command can only be used with remote target"));
11954
d419f42d 11955 gdb_file_up file = gdb_fopen_cloexec (local_file, "rb");
a6b151f1
DJ
11956 if (file == NULL)
11957 perror_with_name (local_file);
a6b151f1 11958
07c138c8 11959 fd = remote_hostio_open (find_target_at (process_stratum), NULL,
cd897586 11960 remote_file, (FILEIO_O_WRONLY | FILEIO_O_CREAT
a6b151f1 11961 | FILEIO_O_TRUNC),
4313b8c0 11962 0700, 0, &remote_errno);
a6b151f1
DJ
11963 if (fd == -1)
11964 remote_hostio_error (remote_errno);
11965
11966 /* Send up to this many bytes at once. They won't all fit in the
11967 remote packet limit, so we'll transfer slightly fewer. */
11968 io_size = get_remote_packet_size ();
224c3ddb 11969 buffer = (gdb_byte *) xmalloc (io_size);
d419f42d 11970 back_to = make_cleanup (xfree, buffer);
a6b151f1
DJ
11971
11972 close_cleanup = make_cleanup (remote_hostio_close_cleanup, &fd);
11973
11974 bytes_in_buffer = 0;
11975 saw_eof = 0;
11976 offset = 0;
11977 while (bytes_in_buffer || !saw_eof)
11978 {
11979 if (!saw_eof)
11980 {
3e43a32a
MS
11981 bytes = fread (buffer + bytes_in_buffer, 1,
11982 io_size - bytes_in_buffer,
d419f42d 11983 file.get ());
a6b151f1
DJ
11984 if (bytes == 0)
11985 {
d419f42d 11986 if (ferror (file.get ()))
a6b151f1
DJ
11987 error (_("Error reading %s."), local_file);
11988 else
11989 {
11990 /* EOF. Unless there is something still in the
11991 buffer from the last iteration, we are done. */
11992 saw_eof = 1;
11993 if (bytes_in_buffer == 0)
11994 break;
11995 }
11996 }
11997 }
11998 else
11999 bytes = 0;
12000
12001 bytes += bytes_in_buffer;
12002 bytes_in_buffer = 0;
12003
0d866f62
TT
12004 retcode = remote_hostio_pwrite (find_target_at (process_stratum),
12005 fd, buffer, bytes,
3e43a32a 12006 offset, &remote_errno);
a6b151f1
DJ
12007
12008 if (retcode < 0)
12009 remote_hostio_error (remote_errno);
12010 else if (retcode == 0)
12011 error (_("Remote write of %d bytes returned 0!"), bytes);
12012 else if (retcode < bytes)
12013 {
12014 /* Short write. Save the rest of the read data for the next
12015 write. */
12016 bytes_in_buffer = bytes - retcode;
12017 memmove (buffer, buffer + retcode, bytes_in_buffer);
12018 }
12019
12020 offset += retcode;
12021 }
12022
12023 discard_cleanups (close_cleanup);
df39ea25 12024 if (remote_hostio_close (find_target_at (process_stratum), fd, &remote_errno))
a6b151f1
DJ
12025 remote_hostio_error (remote_errno);
12026
12027 if (from_tty)
12028 printf_filtered (_("Successfully sent file \"%s\".\n"), local_file);
12029 do_cleanups (back_to);
12030}
12031
12032void
12033remote_file_get (const char *remote_file, const char *local_file, int from_tty)
12034{
12035 struct cleanup *back_to, *close_cleanup;
cea39f65 12036 int fd, remote_errno, bytes, io_size;
a6b151f1
DJ
12037 gdb_byte *buffer;
12038 ULONGEST offset;
5d93a237 12039 struct remote_state *rs = get_remote_state ();
a6b151f1 12040
5d93a237 12041 if (!rs->remote_desc)
a6b151f1
DJ
12042 error (_("command can only be used with remote target"));
12043
07c138c8 12044 fd = remote_hostio_open (find_target_at (process_stratum), NULL,
4313b8c0
GB
12045 remote_file, FILEIO_O_RDONLY, 0, 0,
12046 &remote_errno);
a6b151f1
DJ
12047 if (fd == -1)
12048 remote_hostio_error (remote_errno);
12049
d419f42d 12050 gdb_file_up file = gdb_fopen_cloexec (local_file, "wb");
a6b151f1
DJ
12051 if (file == NULL)
12052 perror_with_name (local_file);
a6b151f1
DJ
12053
12054 /* Send up to this many bytes at once. They won't all fit in the
12055 remote packet limit, so we'll transfer slightly fewer. */
12056 io_size = get_remote_packet_size ();
224c3ddb 12057 buffer = (gdb_byte *) xmalloc (io_size);
d419f42d 12058 back_to = make_cleanup (xfree, buffer);
a6b151f1
DJ
12059
12060 close_cleanup = make_cleanup (remote_hostio_close_cleanup, &fd);
12061
12062 offset = 0;
12063 while (1)
12064 {
a3be983c
TT
12065 bytes = remote_hostio_pread (find_target_at (process_stratum),
12066 fd, buffer, io_size, offset, &remote_errno);
a6b151f1
DJ
12067 if (bytes == 0)
12068 /* Success, but no bytes, means end-of-file. */
12069 break;
12070 if (bytes == -1)
12071 remote_hostio_error (remote_errno);
12072
12073 offset += bytes;
12074
d419f42d 12075 bytes = fwrite (buffer, 1, bytes, file.get ());
a6b151f1
DJ
12076 if (bytes == 0)
12077 perror_with_name (local_file);
12078 }
12079
12080 discard_cleanups (close_cleanup);
df39ea25 12081 if (remote_hostio_close (find_target_at (process_stratum), fd, &remote_errno))
a6b151f1
DJ
12082 remote_hostio_error (remote_errno);
12083
12084 if (from_tty)
12085 printf_filtered (_("Successfully fetched file \"%s\".\n"), remote_file);
12086 do_cleanups (back_to);
12087}
12088
12089void
12090remote_file_delete (const char *remote_file, int from_tty)
12091{
12092 int retcode, remote_errno;
5d93a237 12093 struct remote_state *rs = get_remote_state ();
a6b151f1 12094
5d93a237 12095 if (!rs->remote_desc)
a6b151f1
DJ
12096 error (_("command can only be used with remote target"));
12097
dbbca37d 12098 retcode = remote_hostio_unlink (find_target_at (process_stratum),
07c138c8 12099 NULL, remote_file, &remote_errno);
a6b151f1
DJ
12100 if (retcode == -1)
12101 remote_hostio_error (remote_errno);
12102
12103 if (from_tty)
12104 printf_filtered (_("Successfully deleted file \"%s\".\n"), remote_file);
12105}
12106
12107static void
ac88e2de 12108remote_put_command (const char *args, int from_tty)
a6b151f1 12109{
d1a41061
PP
12110 if (args == NULL)
12111 error_no_arg (_("file to put"));
12112
773a1edc 12113 gdb_argv argv (args);
a6b151f1
DJ
12114 if (argv[0] == NULL || argv[1] == NULL || argv[2] != NULL)
12115 error (_("Invalid parameters to remote put"));
12116
12117 remote_file_put (argv[0], argv[1], from_tty);
a6b151f1
DJ
12118}
12119
12120static void
ac88e2de 12121remote_get_command (const char *args, int from_tty)
a6b151f1 12122{
d1a41061
PP
12123 if (args == NULL)
12124 error_no_arg (_("file to get"));
12125
773a1edc 12126 gdb_argv argv (args);
a6b151f1
DJ
12127 if (argv[0] == NULL || argv[1] == NULL || argv[2] != NULL)
12128 error (_("Invalid parameters to remote get"));
12129
12130 remote_file_get (argv[0], argv[1], from_tty);
a6b151f1
DJ
12131}
12132
12133static void
ac88e2de 12134remote_delete_command (const char *args, int from_tty)
a6b151f1 12135{
d1a41061
PP
12136 if (args == NULL)
12137 error_no_arg (_("file to delete"));
12138
773a1edc 12139 gdb_argv argv (args);
a6b151f1
DJ
12140 if (argv[0] == NULL || argv[1] != NULL)
12141 error (_("Invalid parameters to remote delete"));
12142
12143 remote_file_delete (argv[0], from_tty);
a6b151f1
DJ
12144}
12145
12146static void
981a3fb3 12147remote_command (const char *args, int from_tty)
a6b151f1 12148{
635c7e8a 12149 help_list (remote_cmdlist, "remote ", all_commands, gdb_stdout);
a6b151f1
DJ
12150}
12151
b2175913 12152static int
19db3e69 12153remote_can_execute_reverse (struct target_ops *self)
b2175913 12154{
4082afcc
PA
12155 if (packet_support (PACKET_bs) == PACKET_ENABLE
12156 || packet_support (PACKET_bc) == PACKET_ENABLE)
40ab02ce
MS
12157 return 1;
12158 else
12159 return 0;
b2175913
MS
12160}
12161
74531fed 12162static int
2a9a2795 12163remote_supports_non_stop (struct target_ops *self)
74531fed
PA
12164{
12165 return 1;
12166}
12167
03583c20 12168static int
2bfc0540 12169remote_supports_disable_randomization (struct target_ops *self)
03583c20
UW
12170{
12171 /* Only supported in extended mode. */
12172 return 0;
12173}
12174
8a305172 12175static int
86ce2668 12176remote_supports_multi_process (struct target_ops *self)
8a305172
PA
12177{
12178 struct remote_state *rs = get_remote_state ();
a744cf53 12179
8020350c 12180 return remote_multi_process_p (rs);
8a305172
PA
12181}
12182
70221824 12183static int
782b2b07
SS
12184remote_supports_cond_tracepoints (void)
12185{
4082afcc 12186 return packet_support (PACKET_ConditionalTracepoints) == PACKET_ENABLE;
782b2b07
SS
12187}
12188
3788aec7 12189static int
efcc2da7 12190remote_supports_cond_breakpoints (struct target_ops *self)
3788aec7 12191{
4082afcc 12192 return packet_support (PACKET_ConditionalBreakpoints) == PACKET_ENABLE;
3788aec7
LM
12193}
12194
70221824 12195static int
7a697b8d
SS
12196remote_supports_fast_tracepoints (void)
12197{
4082afcc 12198 return packet_support (PACKET_FastTracepoints) == PACKET_ENABLE;
7a697b8d
SS
12199}
12200
0fb4aa4b
PA
12201static int
12202remote_supports_static_tracepoints (void)
12203{
4082afcc 12204 return packet_support (PACKET_StaticTracepoints) == PACKET_ENABLE;
0fb4aa4b
PA
12205}
12206
1e4d1764
YQ
12207static int
12208remote_supports_install_in_trace (void)
12209{
4082afcc 12210 return packet_support (PACKET_InstallInTrace) == PACKET_ENABLE;
1e4d1764
YQ
12211}
12212
d248b706 12213static int
7d178d6a 12214remote_supports_enable_disable_tracepoint (struct target_ops *self)
d248b706 12215{
4082afcc
PA
12216 return (packet_support (PACKET_EnableDisableTracepoints_feature)
12217 == PACKET_ENABLE);
d248b706
KY
12218}
12219
3065dfb6 12220static int
6de37a3a 12221remote_supports_string_tracing (struct target_ops *self)
3065dfb6 12222{
4082afcc 12223 return packet_support (PACKET_tracenz_feature) == PACKET_ENABLE;
3065dfb6
SS
12224}
12225
d3ce09f5 12226static int
78eff0ec 12227remote_can_run_breakpoint_commands (struct target_ops *self)
d3ce09f5 12228{
4082afcc 12229 return packet_support (PACKET_BreakpointCommands) == PACKET_ENABLE;
d3ce09f5
SS
12230}
12231
35b1e5cc 12232static void
ecae04e1 12233remote_trace_init (struct target_ops *self)
35b1e5cc 12234{
b6bb3468
PA
12235 struct remote_state *rs = get_remote_state ();
12236
35b1e5cc 12237 putpkt ("QTinit");
b6bb3468
PA
12238 remote_get_noisy_reply ();
12239 if (strcmp (rs->buf, "OK") != 0)
35b1e5cc
SS
12240 error (_("Target does not support this command."));
12241}
12242
409873ef
SS
12243/* Recursive routine to walk through command list including loops, and
12244 download packets for each command. */
12245
12246static void
12247remote_download_command_source (int num, ULONGEST addr,
12248 struct command_line *cmds)
12249{
12250 struct remote_state *rs = get_remote_state ();
12251 struct command_line *cmd;
12252
12253 for (cmd = cmds; cmd; cmd = cmd->next)
12254 {
0df8b418 12255 QUIT; /* Allow user to bail out with ^C. */
409873ef
SS
12256 strcpy (rs->buf, "QTDPsrc:");
12257 encode_source_string (num, addr, "cmd", cmd->line,
12258 rs->buf + strlen (rs->buf),
12259 rs->buf_size - strlen (rs->buf));
12260 putpkt (rs->buf);
b6bb3468
PA
12261 remote_get_noisy_reply ();
12262 if (strcmp (rs->buf, "OK"))
409873ef
SS
12263 warning (_("Target does not support source download."));
12264
12265 if (cmd->control_type == while_control
12266 || cmd->control_type == while_stepping_control)
12267 {
12268 remote_download_command_source (num, addr, *cmd->body_list);
12269
0df8b418 12270 QUIT; /* Allow user to bail out with ^C. */
409873ef
SS
12271 strcpy (rs->buf, "QTDPsrc:");
12272 encode_source_string (num, addr, "cmd", "end",
12273 rs->buf + strlen (rs->buf),
12274 rs->buf_size - strlen (rs->buf));
12275 putpkt (rs->buf);
b6bb3468
PA
12276 remote_get_noisy_reply ();
12277 if (strcmp (rs->buf, "OK"))
409873ef
SS
12278 warning (_("Target does not support source download."));
12279 }
12280 }
12281}
12282
35b1e5cc 12283static void
548f7808 12284remote_download_tracepoint (struct target_ops *self, struct bp_location *loc)
35b1e5cc 12285{
bba74b36 12286#define BUF_SIZE 2048
e8ba3115 12287
35b1e5cc 12288 CORE_ADDR tpaddr;
409873ef 12289 char addrbuf[40];
bba74b36 12290 char buf[BUF_SIZE];
b44ec619
SM
12291 std::vector<std::string> tdp_actions;
12292 std::vector<std::string> stepping_actions;
35b1e5cc 12293 char *pkt;
e8ba3115 12294 struct breakpoint *b = loc->owner;
d9b3f62e 12295 struct tracepoint *t = (struct tracepoint *) b;
b6bb3468 12296 struct remote_state *rs = get_remote_state ();
35b1e5cc 12297
dc673c81 12298 encode_actions_rsp (loc, &tdp_actions, &stepping_actions);
e8ba3115
YQ
12299
12300 tpaddr = loc->address;
12301 sprintf_vma (addrbuf, tpaddr);
bba74b36
YQ
12302 xsnprintf (buf, BUF_SIZE, "QTDP:%x:%s:%c:%lx:%x", b->number,
12303 addrbuf, /* address */
12304 (b->enable_state == bp_enabled ? 'E' : 'D'),
12305 t->step_count, t->pass_count);
e8ba3115
YQ
12306 /* Fast tracepoints are mostly handled by the target, but we can
12307 tell the target how big of an instruction block should be moved
12308 around. */
12309 if (b->type == bp_fast_tracepoint)
12310 {
12311 /* Only test for support at download time; we may not know
12312 target capabilities at definition time. */
12313 if (remote_supports_fast_tracepoints ())
35b1e5cc 12314 {
6b940e6a
PL
12315 if (gdbarch_fast_tracepoint_valid_at (loc->gdbarch, tpaddr,
12316 NULL))
bba74b36 12317 xsnprintf (buf + strlen (buf), BUF_SIZE - strlen (buf), ":F%x",
6b940e6a 12318 gdb_insn_length (loc->gdbarch, tpaddr));
35b1e5cc 12319 else
e8ba3115
YQ
12320 /* If it passed validation at definition but fails now,
12321 something is very wrong. */
12322 internal_error (__FILE__, __LINE__,
12323 _("Fast tracepoint not "
12324 "valid during download"));
35b1e5cc 12325 }
e8ba3115
YQ
12326 else
12327 /* Fast tracepoints are functionally identical to regular
12328 tracepoints, so don't take lack of support as a reason to
12329 give up on the trace run. */
12330 warning (_("Target does not support fast tracepoints, "
12331 "downloading %d as regular tracepoint"), b->number);
12332 }
12333 else if (b->type == bp_static_tracepoint)
12334 {
12335 /* Only test for support at download time; we may not know
12336 target capabilities at definition time. */
12337 if (remote_supports_static_tracepoints ())
0fb4aa4b 12338 {
e8ba3115 12339 struct static_tracepoint_marker marker;
0fb4aa4b 12340
e8ba3115
YQ
12341 if (target_static_tracepoint_marker_at (tpaddr, &marker))
12342 strcat (buf, ":S");
0fb4aa4b 12343 else
e8ba3115 12344 error (_("Static tracepoint not valid during download"));
0fb4aa4b 12345 }
e8ba3115
YQ
12346 else
12347 /* Fast tracepoints are functionally identical to regular
12348 tracepoints, so don't take lack of support as a reason
12349 to give up on the trace run. */
12350 error (_("Target does not support static tracepoints"));
12351 }
12352 /* If the tracepoint has a conditional, make it into an agent
12353 expression and append to the definition. */
12354 if (loc->cond)
12355 {
12356 /* Only test support at download time, we may not know target
12357 capabilities at definition time. */
12358 if (remote_supports_cond_tracepoints ())
35b1e5cc 12359 {
833177a4 12360 agent_expr_up aexpr = gen_eval_for_expr (tpaddr, loc->cond.get ());
bba74b36
YQ
12361 xsnprintf (buf + strlen (buf), BUF_SIZE - strlen (buf), ":X%x,",
12362 aexpr->len);
e8ba3115 12363 pkt = buf + strlen (buf);
b44ec619 12364 for (int ndx = 0; ndx < aexpr->len; ++ndx)
e8ba3115
YQ
12365 pkt = pack_hex_byte (pkt, aexpr->buf[ndx]);
12366 *pkt = '\0';
35b1e5cc 12367 }
e8ba3115
YQ
12368 else
12369 warning (_("Target does not support conditional tracepoints, "
12370 "ignoring tp %d cond"), b->number);
12371 }
35b1e5cc 12372
d9b3f62e 12373 if (b->commands || *default_collect)
e8ba3115
YQ
12374 strcat (buf, "-");
12375 putpkt (buf);
b6bb3468
PA
12376 remote_get_noisy_reply ();
12377 if (strcmp (rs->buf, "OK"))
e8ba3115 12378 error (_("Target does not support tracepoints."));
35b1e5cc 12379
e8ba3115 12380 /* do_single_steps (t); */
b44ec619
SM
12381 for (auto action_it = tdp_actions.begin ();
12382 action_it != tdp_actions.end (); action_it++)
e8ba3115 12383 {
b44ec619
SM
12384 QUIT; /* Allow user to bail out with ^C. */
12385
12386 bool has_more = (action_it != tdp_actions.end ()
12387 || !stepping_actions.empty ());
12388
12389 xsnprintf (buf, BUF_SIZE, "QTDP:-%x:%s:%s%c",
12390 b->number, addrbuf, /* address */
12391 action_it->c_str (),
12392 has_more ? '-' : 0);
12393 putpkt (buf);
12394 remote_get_noisy_reply ();
12395 if (strcmp (rs->buf, "OK"))
12396 error (_("Error on target while setting tracepoints."));
e8ba3115 12397 }
409873ef 12398
b44ec619
SM
12399 for (auto action_it = stepping_actions.begin ();
12400 action_it != stepping_actions.end (); action_it++)
12401 {
12402 QUIT; /* Allow user to bail out with ^C. */
12403
12404 bool is_first = action_it == stepping_actions.begin ();
12405 bool has_more = action_it != stepping_actions.end ();
12406
12407 xsnprintf (buf, BUF_SIZE, "QTDP:-%x:%s:%s%s%s",
12408 b->number, addrbuf, /* address */
12409 is_first ? "S" : "",
12410 action_it->c_str (),
12411 has_more ? "-" : "");
12412 putpkt (buf);
12413 remote_get_noisy_reply ();
12414 if (strcmp (rs->buf, "OK"))
12415 error (_("Error on target while setting tracepoints."));
12416 }
12417
4082afcc 12418 if (packet_support (PACKET_TracepointSource) == PACKET_ENABLE)
e8ba3115 12419 {
f00aae0f 12420 if (b->location != NULL)
409873ef 12421 {
e8ba3115 12422 strcpy (buf, "QTDPsrc:");
f00aae0f 12423 encode_source_string (b->number, loc->address, "at",
d28cd78a 12424 event_location_to_string (b->location.get ()),
f00aae0f 12425 buf + strlen (buf), 2048 - strlen (buf));
e8ba3115 12426 putpkt (buf);
b6bb3468
PA
12427 remote_get_noisy_reply ();
12428 if (strcmp (rs->buf, "OK"))
e8ba3115 12429 warning (_("Target does not support source download."));
409873ef 12430 }
e8ba3115
YQ
12431 if (b->cond_string)
12432 {
12433 strcpy (buf, "QTDPsrc:");
12434 encode_source_string (b->number, loc->address,
12435 "cond", b->cond_string, buf + strlen (buf),
12436 2048 - strlen (buf));
12437 putpkt (buf);
b6bb3468
PA
12438 remote_get_noisy_reply ();
12439 if (strcmp (rs->buf, "OK"))
e8ba3115
YQ
12440 warning (_("Target does not support source download."));
12441 }
12442 remote_download_command_source (b->number, loc->address,
12443 breakpoint_commands (b));
35b1e5cc 12444 }
35b1e5cc
SS
12445}
12446
1e4d1764 12447static int
a52a8357 12448remote_can_download_tracepoint (struct target_ops *self)
1e4d1764 12449{
1e51243a
PA
12450 struct remote_state *rs = get_remote_state ();
12451 struct trace_status *ts;
12452 int status;
12453
12454 /* Don't try to install tracepoints until we've relocated our
12455 symbols, and fetched and merged the target's tracepoint list with
12456 ours. */
12457 if (rs->starting_up)
12458 return 0;
12459
12460 ts = current_trace_status ();
8bd200f1 12461 status = remote_get_trace_status (self, ts);
1e4d1764
YQ
12462
12463 if (status == -1 || !ts->running_known || !ts->running)
12464 return 0;
12465
12466 /* If we are in a tracing experiment, but remote stub doesn't support
12467 installing tracepoint in trace, we have to return. */
12468 if (!remote_supports_install_in_trace ())
12469 return 0;
12470
12471 return 1;
12472}
12473
12474
35b1e5cc 12475static void
559d2b81
TT
12476remote_download_trace_state_variable (struct target_ops *self,
12477 struct trace_state_variable *tsv)
35b1e5cc
SS
12478{
12479 struct remote_state *rs = get_remote_state ();
00bf0b85 12480 char *p;
35b1e5cc 12481
bba74b36
YQ
12482 xsnprintf (rs->buf, get_remote_packet_size (), "QTDV:%x:%s:%x:",
12483 tsv->number, phex ((ULONGEST) tsv->initial_value, 8),
12484 tsv->builtin);
00bf0b85
SS
12485 p = rs->buf + strlen (rs->buf);
12486 if ((p - rs->buf) + strlen (tsv->name) * 2 >= get_remote_packet_size ())
12487 error (_("Trace state variable name too long for tsv definition packet"));
9f1b45b0 12488 p += 2 * bin2hex ((gdb_byte *) (tsv->name), p, strlen (tsv->name));
00bf0b85 12489 *p++ = '\0';
35b1e5cc 12490 putpkt (rs->buf);
b6bb3468
PA
12491 remote_get_noisy_reply ();
12492 if (*rs->buf == '\0')
ad91cd99 12493 error (_("Target does not support this command."));
b6bb3468 12494 if (strcmp (rs->buf, "OK") != 0)
ad91cd99 12495 error (_("Error on target while downloading trace state variable."));
35b1e5cc
SS
12496}
12497
d248b706 12498static void
46670d57
TT
12499remote_enable_tracepoint (struct target_ops *self,
12500 struct bp_location *location)
d248b706
KY
12501{
12502 struct remote_state *rs = get_remote_state ();
12503 char addr_buf[40];
12504
12505 sprintf_vma (addr_buf, location->address);
bba74b36
YQ
12506 xsnprintf (rs->buf, get_remote_packet_size (), "QTEnable:%x:%s",
12507 location->owner->number, addr_buf);
d248b706 12508 putpkt (rs->buf);
b6bb3468 12509 remote_get_noisy_reply ();
d248b706
KY
12510 if (*rs->buf == '\0')
12511 error (_("Target does not support enabling tracepoints while a trace run is ongoing."));
12512 if (strcmp (rs->buf, "OK") != 0)
12513 error (_("Error on target while enabling tracepoint."));
12514}
12515
12516static void
780b049c
TT
12517remote_disable_tracepoint (struct target_ops *self,
12518 struct bp_location *location)
d248b706
KY
12519{
12520 struct remote_state *rs = get_remote_state ();
12521 char addr_buf[40];
12522
12523 sprintf_vma (addr_buf, location->address);
bba74b36
YQ
12524 xsnprintf (rs->buf, get_remote_packet_size (), "QTDisable:%x:%s",
12525 location->owner->number, addr_buf);
d248b706 12526 putpkt (rs->buf);
b6bb3468 12527 remote_get_noisy_reply ();
d248b706
KY
12528 if (*rs->buf == '\0')
12529 error (_("Target does not support disabling tracepoints while a trace run is ongoing."));
12530 if (strcmp (rs->buf, "OK") != 0)
12531 error (_("Error on target while disabling tracepoint."));
12532}
12533
35b1e5cc 12534static void
583f9a86 12535remote_trace_set_readonly_regions (struct target_ops *self)
35b1e5cc
SS
12536{
12537 asection *s;
81b9b86e 12538 bfd *abfd = NULL;
35b1e5cc 12539 bfd_size_type size;
608bcef2 12540 bfd_vma vma;
35b1e5cc 12541 int anysecs = 0;
c2fa21f1 12542 int offset = 0;
35b1e5cc
SS
12543
12544 if (!exec_bfd)
12545 return; /* No information to give. */
12546
b6bb3468
PA
12547 struct remote_state *rs = get_remote_state ();
12548
12549 strcpy (rs->buf, "QTro");
12550 offset = strlen (rs->buf);
35b1e5cc
SS
12551 for (s = exec_bfd->sections; s; s = s->next)
12552 {
12553 char tmp1[40], tmp2[40];
c2fa21f1 12554 int sec_length;
35b1e5cc
SS
12555
12556 if ((s->flags & SEC_LOAD) == 0 ||
0df8b418 12557 /* (s->flags & SEC_CODE) == 0 || */
35b1e5cc
SS
12558 (s->flags & SEC_READONLY) == 0)
12559 continue;
12560
12561 anysecs = 1;
81b9b86e 12562 vma = bfd_get_section_vma (abfd, s);
35b1e5cc 12563 size = bfd_get_section_size (s);
608bcef2
HZ
12564 sprintf_vma (tmp1, vma);
12565 sprintf_vma (tmp2, vma + size);
c2fa21f1 12566 sec_length = 1 + strlen (tmp1) + 1 + strlen (tmp2);
b6bb3468 12567 if (offset + sec_length + 1 > rs->buf_size)
c2fa21f1 12568 {
4082afcc 12569 if (packet_support (PACKET_qXfer_traceframe_info) != PACKET_ENABLE)
864ac8a7 12570 warning (_("\
c2fa21f1
HZ
12571Too many sections for read-only sections definition packet."));
12572 break;
12573 }
b6bb3468 12574 xsnprintf (rs->buf + offset, rs->buf_size - offset, ":%s,%s",
bba74b36 12575 tmp1, tmp2);
c2fa21f1 12576 offset += sec_length;
35b1e5cc
SS
12577 }
12578 if (anysecs)
12579 {
b6bb3468
PA
12580 putpkt (rs->buf);
12581 getpkt (&rs->buf, &rs->buf_size, 0);
35b1e5cc
SS
12582 }
12583}
12584
12585static void
e2d1aae3 12586remote_trace_start (struct target_ops *self)
35b1e5cc 12587{
b6bb3468
PA
12588 struct remote_state *rs = get_remote_state ();
12589
35b1e5cc 12590 putpkt ("QTStart");
b6bb3468
PA
12591 remote_get_noisy_reply ();
12592 if (*rs->buf == '\0')
ad91cd99 12593 error (_("Target does not support this command."));
b6bb3468
PA
12594 if (strcmp (rs->buf, "OK") != 0)
12595 error (_("Bogus reply from target: %s"), rs->buf);
35b1e5cc
SS
12596}
12597
12598static int
8bd200f1 12599remote_get_trace_status (struct target_ops *self, struct trace_status *ts)
35b1e5cc 12600{
953b98d1 12601 /* Initialize it just to avoid a GCC false warning. */
f652de6f 12602 char *p = NULL;
0df8b418 12603 /* FIXME we need to get register block size some other way. */
00bf0b85 12604 extern int trace_regblock_size;
bd3eecc3 12605 enum packet_result result;
b6bb3468 12606 struct remote_state *rs = get_remote_state ();
bd3eecc3 12607
4082afcc 12608 if (packet_support (PACKET_qTStatus) == PACKET_DISABLE)
bd3eecc3 12609 return -1;
a744cf53 12610
5cd63fda
PA
12611 trace_regblock_size
12612 = get_remote_arch_state (target_gdbarch ())->sizeof_g_packet;
00bf0b85 12613
049dc89b
JK
12614 putpkt ("qTStatus");
12615
492d29ea 12616 TRY
67f41397 12617 {
b6bb3468 12618 p = remote_get_noisy_reply ();
67f41397 12619 }
492d29ea 12620 CATCH (ex, RETURN_MASK_ERROR)
67f41397 12621 {
598d3636
JK
12622 if (ex.error != TARGET_CLOSE_ERROR)
12623 {
12624 exception_fprintf (gdb_stderr, ex, "qTStatus: ");
12625 return -1;
12626 }
12627 throw_exception (ex);
67f41397 12628 }
492d29ea 12629 END_CATCH
00bf0b85 12630
bd3eecc3
PA
12631 result = packet_ok (p, &remote_protocol_packets[PACKET_qTStatus]);
12632
00bf0b85 12633 /* If the remote target doesn't do tracing, flag it. */
bd3eecc3 12634 if (result == PACKET_UNKNOWN)
00bf0b85 12635 return -1;
35b1e5cc 12636
00bf0b85 12637 /* We're working with a live target. */
f5911ea1 12638 ts->filename = NULL;
00bf0b85 12639
00bf0b85 12640 if (*p++ != 'T')
b6bb3468 12641 error (_("Bogus trace status reply from target: %s"), rs->buf);
35b1e5cc 12642
84cebc4a
YQ
12643 /* Function 'parse_trace_status' sets default value of each field of
12644 'ts' at first, so we don't have to do it here. */
00bf0b85
SS
12645 parse_trace_status (p, ts);
12646
12647 return ts->running;
35b1e5cc
SS
12648}
12649
70221824 12650static void
db90e85c 12651remote_get_tracepoint_status (struct target_ops *self, struct breakpoint *bp,
f196051f
SS
12652 struct uploaded_tp *utp)
12653{
12654 struct remote_state *rs = get_remote_state ();
f196051f
SS
12655 char *reply;
12656 struct bp_location *loc;
12657 struct tracepoint *tp = (struct tracepoint *) bp;
bba74b36 12658 size_t size = get_remote_packet_size ();
f196051f
SS
12659
12660 if (tp)
12661 {
c1fc2657 12662 tp->hit_count = 0;
f196051f 12663 tp->traceframe_usage = 0;
c1fc2657 12664 for (loc = tp->loc; loc; loc = loc->next)
f196051f
SS
12665 {
12666 /* If the tracepoint was never downloaded, don't go asking for
12667 any status. */
12668 if (tp->number_on_target == 0)
12669 continue;
bba74b36
YQ
12670 xsnprintf (rs->buf, size, "qTP:%x:%s", tp->number_on_target,
12671 phex_nz (loc->address, 0));
f196051f 12672 putpkt (rs->buf);
b6bb3468 12673 reply = remote_get_noisy_reply ();
f196051f
SS
12674 if (reply && *reply)
12675 {
12676 if (*reply == 'V')
12677 parse_tracepoint_status (reply + 1, bp, utp);
12678 }
12679 }
12680 }
12681 else if (utp)
12682 {
12683 utp->hit_count = 0;
12684 utp->traceframe_usage = 0;
bba74b36
YQ
12685 xsnprintf (rs->buf, size, "qTP:%x:%s", utp->number,
12686 phex_nz (utp->addr, 0));
f196051f 12687 putpkt (rs->buf);
b6bb3468 12688 reply = remote_get_noisy_reply ();
f196051f
SS
12689 if (reply && *reply)
12690 {
12691 if (*reply == 'V')
12692 parse_tracepoint_status (reply + 1, bp, utp);
12693 }
12694 }
12695}
12696
35b1e5cc 12697static void
74499f1b 12698remote_trace_stop (struct target_ops *self)
35b1e5cc 12699{
b6bb3468
PA
12700 struct remote_state *rs = get_remote_state ();
12701
35b1e5cc 12702 putpkt ("QTStop");
b6bb3468
PA
12703 remote_get_noisy_reply ();
12704 if (*rs->buf == '\0')
ad91cd99 12705 error (_("Target does not support this command."));
b6bb3468
PA
12706 if (strcmp (rs->buf, "OK") != 0)
12707 error (_("Bogus reply from target: %s"), rs->buf);
35b1e5cc
SS
12708}
12709
12710static int
bd4c6793
TT
12711remote_trace_find (struct target_ops *self,
12712 enum trace_find_type type, int num,
cc5925ad 12713 CORE_ADDR addr1, CORE_ADDR addr2,
35b1e5cc
SS
12714 int *tpp)
12715{
12716 struct remote_state *rs = get_remote_state ();
bba74b36 12717 char *endbuf = rs->buf + get_remote_packet_size ();
35b1e5cc
SS
12718 char *p, *reply;
12719 int target_frameno = -1, target_tracept = -1;
12720
e6e4e701
PA
12721 /* Lookups other than by absolute frame number depend on the current
12722 trace selected, so make sure it is correct on the remote end
12723 first. */
12724 if (type != tfind_number)
12725 set_remote_traceframe ();
12726
35b1e5cc
SS
12727 p = rs->buf;
12728 strcpy (p, "QTFrame:");
12729 p = strchr (p, '\0');
12730 switch (type)
12731 {
12732 case tfind_number:
bba74b36 12733 xsnprintf (p, endbuf - p, "%x", num);
35b1e5cc
SS
12734 break;
12735 case tfind_pc:
bba74b36 12736 xsnprintf (p, endbuf - p, "pc:%s", phex_nz (addr1, 0));
35b1e5cc
SS
12737 break;
12738 case tfind_tp:
bba74b36 12739 xsnprintf (p, endbuf - p, "tdp:%x", num);
35b1e5cc
SS
12740 break;
12741 case tfind_range:
bba74b36
YQ
12742 xsnprintf (p, endbuf - p, "range:%s:%s", phex_nz (addr1, 0),
12743 phex_nz (addr2, 0));
35b1e5cc
SS
12744 break;
12745 case tfind_outside:
bba74b36
YQ
12746 xsnprintf (p, endbuf - p, "outside:%s:%s", phex_nz (addr1, 0),
12747 phex_nz (addr2, 0));
35b1e5cc
SS
12748 break;
12749 default:
9b20d036 12750 error (_("Unknown trace find type %d"), type);
35b1e5cc
SS
12751 }
12752
12753 putpkt (rs->buf);
b6bb3468 12754 reply = remote_get_noisy_reply ();
ad91cd99
PA
12755 if (*reply == '\0')
12756 error (_("Target does not support this command."));
35b1e5cc
SS
12757
12758 while (reply && *reply)
12759 switch (*reply)
12760 {
12761 case 'F':
f197e0f1
VP
12762 p = ++reply;
12763 target_frameno = (int) strtol (p, &reply, 16);
12764 if (reply == p)
12765 error (_("Unable to parse trace frame number"));
e6e4e701
PA
12766 /* Don't update our remote traceframe number cache on failure
12767 to select a remote traceframe. */
f197e0f1
VP
12768 if (target_frameno == -1)
12769 return -1;
35b1e5cc
SS
12770 break;
12771 case 'T':
f197e0f1
VP
12772 p = ++reply;
12773 target_tracept = (int) strtol (p, &reply, 16);
12774 if (reply == p)
12775 error (_("Unable to parse tracepoint number"));
35b1e5cc
SS
12776 break;
12777 case 'O': /* "OK"? */
12778 if (reply[1] == 'K' && reply[2] == '\0')
12779 reply += 2;
12780 else
12781 error (_("Bogus reply from target: %s"), reply);
12782 break;
12783 default:
12784 error (_("Bogus reply from target: %s"), reply);
12785 }
12786 if (tpp)
12787 *tpp = target_tracept;
e6e4e701 12788
262e1174 12789 rs->remote_traceframe_number = target_frameno;
35b1e5cc
SS
12790 return target_frameno;
12791}
12792
12793static int
4011015b
TT
12794remote_get_trace_state_variable_value (struct target_ops *self,
12795 int tsvnum, LONGEST *val)
35b1e5cc
SS
12796{
12797 struct remote_state *rs = get_remote_state ();
12798 char *reply;
12799 ULONGEST uval;
12800
e6e4e701
PA
12801 set_remote_traceframe ();
12802
bba74b36 12803 xsnprintf (rs->buf, get_remote_packet_size (), "qTV:%x", tsvnum);
35b1e5cc 12804 putpkt (rs->buf);
b6bb3468 12805 reply = remote_get_noisy_reply ();
35b1e5cc
SS
12806 if (reply && *reply)
12807 {
12808 if (*reply == 'V')
12809 {
12810 unpack_varlen_hex (reply + 1, &uval);
12811 *val = (LONGEST) uval;
12812 return 1;
12813 }
12814 }
12815 return 0;
12816}
12817
00bf0b85 12818static int
dc3decaf 12819remote_save_trace_data (struct target_ops *self, const char *filename)
00bf0b85
SS
12820{
12821 struct remote_state *rs = get_remote_state ();
12822 char *p, *reply;
12823
12824 p = rs->buf;
12825 strcpy (p, "QTSave:");
12826 p += strlen (p);
12827 if ((p - rs->buf) + strlen (filename) * 2 >= get_remote_packet_size ())
12828 error (_("Remote file name too long for trace save packet"));
9f1b45b0 12829 p += 2 * bin2hex ((gdb_byte *) filename, p, strlen (filename));
00bf0b85
SS
12830 *p++ = '\0';
12831 putpkt (rs->buf);
b6bb3468 12832 reply = remote_get_noisy_reply ();
d6c5869f 12833 if (*reply == '\0')
ad91cd99
PA
12834 error (_("Target does not support this command."));
12835 if (strcmp (reply, "OK") != 0)
12836 error (_("Bogus reply from target: %s"), reply);
00bf0b85
SS
12837 return 0;
12838}
12839
12840/* This is basically a memory transfer, but needs to be its own packet
12841 because we don't know how the target actually organizes its trace
12842 memory, plus we want to be able to ask for as much as possible, but
12843 not be unhappy if we don't get as much as we ask for. */
12844
12845static LONGEST
88ee6f45
TT
12846remote_get_raw_trace_data (struct target_ops *self,
12847 gdb_byte *buf, ULONGEST offset, LONGEST len)
00bf0b85
SS
12848{
12849 struct remote_state *rs = get_remote_state ();
12850 char *reply;
12851 char *p;
12852 int rslt;
12853
12854 p = rs->buf;
12855 strcpy (p, "qTBuffer:");
12856 p += strlen (p);
12857 p += hexnumstr (p, offset);
12858 *p++ = ',';
12859 p += hexnumstr (p, len);
12860 *p++ = '\0';
12861
12862 putpkt (rs->buf);
b6bb3468 12863 reply = remote_get_noisy_reply ();
00bf0b85
SS
12864 if (reply && *reply)
12865 {
12866 /* 'l' by itself means we're at the end of the buffer and
12867 there is nothing more to get. */
12868 if (*reply == 'l')
12869 return 0;
12870
12871 /* Convert the reply into binary. Limit the number of bytes to
12872 convert according to our passed-in buffer size, rather than
12873 what was returned in the packet; if the target is
12874 unexpectedly generous and gives us a bigger reply than we
12875 asked for, we don't want to crash. */
b6bb3468 12876 rslt = hex2bin (reply, buf, len);
00bf0b85
SS
12877 return rslt;
12878 }
12879
12880 /* Something went wrong, flag as an error. */
12881 return -1;
12882}
12883
35b1e5cc 12884static void
37b25738 12885remote_set_disconnected_tracing (struct target_ops *self, int val)
35b1e5cc
SS
12886{
12887 struct remote_state *rs = get_remote_state ();
12888
4082afcc 12889 if (packet_support (PACKET_DisconnectedTracing_feature) == PACKET_ENABLE)
33da3f1c 12890 {
ad91cd99
PA
12891 char *reply;
12892
bba74b36 12893 xsnprintf (rs->buf, get_remote_packet_size (), "QTDisconnected:%x", val);
33da3f1c 12894 putpkt (rs->buf);
b6bb3468 12895 reply = remote_get_noisy_reply ();
ad91cd99 12896 if (*reply == '\0')
33da3f1c 12897 error (_("Target does not support this command."));
ad91cd99
PA
12898 if (strcmp (reply, "OK") != 0)
12899 error (_("Bogus reply from target: %s"), reply);
33da3f1c
SS
12900 }
12901 else if (val)
12902 warning (_("Target does not support disconnected tracing."));
35b1e5cc
SS
12903}
12904
dc146f7c
VP
12905static int
12906remote_core_of_thread (struct target_ops *ops, ptid_t ptid)
12907{
12908 struct thread_info *info = find_thread_ptid (ptid);
a744cf53 12909
7aabaf9d
SM
12910 if (info != NULL && info->priv != NULL)
12911 return get_remote_thread_info (info)->core;
12912
dc146f7c
VP
12913 return -1;
12914}
12915
4daf5ac0 12916static void
736d5b1f 12917remote_set_circular_trace_buffer (struct target_ops *self, int val)
4daf5ac0
SS
12918{
12919 struct remote_state *rs = get_remote_state ();
ad91cd99 12920 char *reply;
4daf5ac0 12921
bba74b36 12922 xsnprintf (rs->buf, get_remote_packet_size (), "QTBuffer:circular:%x", val);
4daf5ac0 12923 putpkt (rs->buf);
b6bb3468 12924 reply = remote_get_noisy_reply ();
ad91cd99 12925 if (*reply == '\0')
4daf5ac0 12926 error (_("Target does not support this command."));
ad91cd99
PA
12927 if (strcmp (reply, "OK") != 0)
12928 error (_("Bogus reply from target: %s"), reply);
4daf5ac0
SS
12929}
12930
2098b393 12931static traceframe_info_up
a893e81f 12932remote_traceframe_info (struct target_ops *self)
b3b9301e 12933{
b7b030ad
TT
12934 gdb::unique_xmalloc_ptr<char> text
12935 = target_read_stralloc (&current_target, TARGET_OBJECT_TRACEFRAME_INFO,
12936 NULL);
b3b9301e 12937 if (text != NULL)
b7b030ad 12938 return parse_traceframe_info (text.get ());
b3b9301e
PA
12939
12940 return NULL;
12941}
12942
405f8e94
SS
12943/* Handle the qTMinFTPILen packet. Returns the minimum length of
12944 instruction on which a fast tracepoint may be placed. Returns -1
12945 if the packet is not supported, and 0 if the minimum instruction
12946 length is unknown. */
12947
12948static int
0e67620a 12949remote_get_min_fast_tracepoint_insn_len (struct target_ops *self)
405f8e94
SS
12950{
12951 struct remote_state *rs = get_remote_state ();
12952 char *reply;
12953
e886a173
PA
12954 /* If we're not debugging a process yet, the IPA can't be
12955 loaded. */
12956 if (!target_has_execution)
12957 return 0;
12958
12959 /* Make sure the remote is pointing at the right process. */
12960 set_general_process ();
12961
bba74b36 12962 xsnprintf (rs->buf, get_remote_packet_size (), "qTMinFTPILen");
405f8e94 12963 putpkt (rs->buf);
b6bb3468 12964 reply = remote_get_noisy_reply ();
405f8e94
SS
12965 if (*reply == '\0')
12966 return -1;
12967 else
12968 {
12969 ULONGEST min_insn_len;
12970
12971 unpack_varlen_hex (reply, &min_insn_len);
12972
12973 return (int) min_insn_len;
12974 }
12975}
12976
f6f899bf 12977static void
4da384be 12978remote_set_trace_buffer_size (struct target_ops *self, LONGEST val)
f6f899bf 12979{
4082afcc 12980 if (packet_support (PACKET_QTBuffer_size) != PACKET_DISABLE)
f6f899bf
HAQ
12981 {
12982 struct remote_state *rs = get_remote_state ();
12983 char *buf = rs->buf;
12984 char *endbuf = rs->buf + get_remote_packet_size ();
12985 enum packet_result result;
12986
12987 gdb_assert (val >= 0 || val == -1);
12988 buf += xsnprintf (buf, endbuf - buf, "QTBuffer:size:");
12989 /* Send -1 as literal "-1" to avoid host size dependency. */
12990 if (val < 0)
12991 {
12992 *buf++ = '-';
12993 buf += hexnumstr (buf, (ULONGEST) -val);
12994 }
12995 else
12996 buf += hexnumstr (buf, (ULONGEST) val);
12997
12998 putpkt (rs->buf);
b6bb3468 12999 remote_get_noisy_reply ();
f6f899bf
HAQ
13000 result = packet_ok (rs->buf,
13001 &remote_protocol_packets[PACKET_QTBuffer_size]);
13002
13003 if (result != PACKET_OK)
13004 warning (_("Bogus reply from target: %s"), rs->buf);
13005 }
13006}
13007
f196051f 13008static int
d9e68a2c
TT
13009remote_set_trace_notes (struct target_ops *self,
13010 const char *user, const char *notes,
ca623f82 13011 const char *stop_notes)
f196051f
SS
13012{
13013 struct remote_state *rs = get_remote_state ();
13014 char *reply;
13015 char *buf = rs->buf;
13016 char *endbuf = rs->buf + get_remote_packet_size ();
13017 int nbytes;
13018
13019 buf += xsnprintf (buf, endbuf - buf, "QTNotes:");
13020 if (user)
13021 {
13022 buf += xsnprintf (buf, endbuf - buf, "user:");
9f1b45b0 13023 nbytes = bin2hex ((gdb_byte *) user, buf, strlen (user));
f196051f
SS
13024 buf += 2 * nbytes;
13025 *buf++ = ';';
13026 }
13027 if (notes)
13028 {
13029 buf += xsnprintf (buf, endbuf - buf, "notes:");
9f1b45b0 13030 nbytes = bin2hex ((gdb_byte *) notes, buf, strlen (notes));
f196051f
SS
13031 buf += 2 * nbytes;
13032 *buf++ = ';';
13033 }
13034 if (stop_notes)
13035 {
13036 buf += xsnprintf (buf, endbuf - buf, "tstop:");
9f1b45b0 13037 nbytes = bin2hex ((gdb_byte *) stop_notes, buf, strlen (stop_notes));
f196051f
SS
13038 buf += 2 * nbytes;
13039 *buf++ = ';';
13040 }
13041 /* Ensure the buffer is terminated. */
13042 *buf = '\0';
13043
13044 putpkt (rs->buf);
b6bb3468 13045 reply = remote_get_noisy_reply ();
f196051f
SS
13046 if (*reply == '\0')
13047 return 0;
13048
13049 if (strcmp (reply, "OK") != 0)
13050 error (_("Bogus reply from target: %s"), reply);
13051
13052 return 1;
13053}
13054
d1feda86 13055static int
2c152180 13056remote_use_agent (struct target_ops *self, int use)
d1feda86 13057{
4082afcc 13058 if (packet_support (PACKET_QAgent) != PACKET_DISABLE)
d1feda86
YQ
13059 {
13060 struct remote_state *rs = get_remote_state ();
13061
13062 /* If the stub supports QAgent. */
bba74b36 13063 xsnprintf (rs->buf, get_remote_packet_size (), "QAgent:%d", use);
d1feda86
YQ
13064 putpkt (rs->buf);
13065 getpkt (&rs->buf, &rs->buf_size, 0);
13066
13067 if (strcmp (rs->buf, "OK") == 0)
13068 {
13069 use_agent = use;
13070 return 1;
13071 }
13072 }
13073
13074 return 0;
13075}
13076
13077static int
fe38f897 13078remote_can_use_agent (struct target_ops *self)
d1feda86 13079{
4082afcc 13080 return (packet_support (PACKET_QAgent) != PACKET_DISABLE);
d1feda86
YQ
13081}
13082
9accd112
MM
13083struct btrace_target_info
13084{
13085 /* The ptid of the traced thread. */
13086 ptid_t ptid;
f4abbc16
MM
13087
13088 /* The obtained branch trace configuration. */
13089 struct btrace_config conf;
9accd112
MM
13090};
13091
f4abbc16
MM
13092/* Reset our idea of our target's btrace configuration. */
13093
13094static void
13095remote_btrace_reset (void)
13096{
13097 struct remote_state *rs = get_remote_state ();
13098
13099 memset (&rs->btrace_config, 0, sizeof (rs->btrace_config));
13100}
13101
9accd112
MM
13102/* Check whether the target supports branch tracing. */
13103
13104static int
043c3577 13105remote_supports_btrace (struct target_ops *self, enum btrace_format format)
9accd112 13106{
4082afcc 13107 if (packet_support (PACKET_Qbtrace_off) != PACKET_ENABLE)
9accd112 13108 return 0;
4082afcc 13109 if (packet_support (PACKET_qXfer_btrace) != PACKET_ENABLE)
9accd112
MM
13110 return 0;
13111
043c3577
MM
13112 switch (format)
13113 {
13114 case BTRACE_FORMAT_NONE:
13115 return 0;
13116
13117 case BTRACE_FORMAT_BTS:
13118 return (packet_support (PACKET_Qbtrace_bts) == PACKET_ENABLE);
b20a6524
MM
13119
13120 case BTRACE_FORMAT_PT:
13121 /* The trace is decoded on the host. Even if our target supports it,
13122 we still need to have libipt to decode the trace. */
13123#if defined (HAVE_LIBIPT)
13124 return (packet_support (PACKET_Qbtrace_pt) == PACKET_ENABLE);
13125#else /* !defined (HAVE_LIBIPT) */
13126 return 0;
13127#endif /* !defined (HAVE_LIBIPT) */
043c3577
MM
13128 }
13129
13130 internal_error (__FILE__, __LINE__, _("Unknown branch trace format"));
9accd112
MM
13131}
13132
f4abbc16
MM
13133/* Synchronize the configuration with the target. */
13134
13135static void
13136btrace_sync_conf (const struct btrace_config *conf)
13137{
d33501a5
MM
13138 struct packet_config *packet;
13139 struct remote_state *rs;
13140 char *buf, *pos, *endbuf;
13141
13142 rs = get_remote_state ();
13143 buf = rs->buf;
13144 endbuf = buf + get_remote_packet_size ();
13145
13146 packet = &remote_protocol_packets[PACKET_Qbtrace_conf_bts_size];
13147 if (packet_config_support (packet) == PACKET_ENABLE
13148 && conf->bts.size != rs->btrace_config.bts.size)
13149 {
13150 pos = buf;
13151 pos += xsnprintf (pos, endbuf - pos, "%s=0x%x", packet->name,
13152 conf->bts.size);
13153
13154 putpkt (buf);
13155 getpkt (&buf, &rs->buf_size, 0);
13156
13157 if (packet_ok (buf, packet) == PACKET_ERROR)
13158 {
13159 if (buf[0] == 'E' && buf[1] == '.')
13160 error (_("Failed to configure the BTS buffer size: %s"), buf + 2);
13161 else
13162 error (_("Failed to configure the BTS buffer size."));
13163 }
13164
13165 rs->btrace_config.bts.size = conf->bts.size;
13166 }
b20a6524
MM
13167
13168 packet = &remote_protocol_packets[PACKET_Qbtrace_conf_pt_size];
13169 if (packet_config_support (packet) == PACKET_ENABLE
13170 && conf->pt.size != rs->btrace_config.pt.size)
13171 {
13172 pos = buf;
13173 pos += xsnprintf (pos, endbuf - pos, "%s=0x%x", packet->name,
13174 conf->pt.size);
13175
13176 putpkt (buf);
13177 getpkt (&buf, &rs->buf_size, 0);
13178
13179 if (packet_ok (buf, packet) == PACKET_ERROR)
13180 {
13181 if (buf[0] == 'E' && buf[1] == '.')
13182 error (_("Failed to configure the trace buffer size: %s"), buf + 2);
13183 else
13184 error (_("Failed to configure the trace buffer size."));
13185 }
13186
13187 rs->btrace_config.pt.size = conf->pt.size;
13188 }
f4abbc16
MM
13189}
13190
13191/* Read the current thread's btrace configuration from the target and
13192 store it into CONF. */
13193
13194static void
13195btrace_read_config (struct btrace_config *conf)
13196{
b7b030ad
TT
13197 gdb::unique_xmalloc_ptr<char> xml
13198 = target_read_stralloc (&current_target, TARGET_OBJECT_BTRACE_CONF, "");
f4abbc16 13199 if (xml != NULL)
b7b030ad 13200 parse_xml_btrace_conf (conf, xml.get ());
f4abbc16
MM
13201}
13202
c0272db5
TW
13203/* Maybe reopen target btrace. */
13204
13205static void
13206remote_btrace_maybe_reopen (void)
13207{
13208 struct remote_state *rs = get_remote_state ();
c0272db5
TW
13209 struct thread_info *tp;
13210 int btrace_target_pushed = 0;
13211 int warned = 0;
13212
5ed8105e
PA
13213 scoped_restore_current_thread restore_thread;
13214
c0272db5
TW
13215 ALL_NON_EXITED_THREADS (tp)
13216 {
13217 set_general_thread (tp->ptid);
13218
13219 memset (&rs->btrace_config, 0x00, sizeof (struct btrace_config));
13220 btrace_read_config (&rs->btrace_config);
13221
13222 if (rs->btrace_config.format == BTRACE_FORMAT_NONE)
13223 continue;
13224
13225#if !defined (HAVE_LIBIPT)
13226 if (rs->btrace_config.format == BTRACE_FORMAT_PT)
13227 {
13228 if (!warned)
13229 {
13230 warned = 1;
13231 warning (_("GDB does not support Intel Processor Trace. "
13232 "\"record\" will not work in this session."));
13233 }
13234
13235 continue;
13236 }
13237#endif /* !defined (HAVE_LIBIPT) */
13238
13239 /* Push target, once, but before anything else happens. This way our
13240 changes to the threads will be cleaned up by unpushing the target
13241 in case btrace_read_config () throws. */
13242 if (!btrace_target_pushed)
13243 {
13244 btrace_target_pushed = 1;
13245 record_btrace_push_target ();
13246 printf_filtered (_("Target is recording using %s.\n"),
13247 btrace_format_string (rs->btrace_config.format));
13248 }
13249
13250 tp->btrace.target = XCNEW (struct btrace_target_info);
13251 tp->btrace.target->ptid = tp->ptid;
13252 tp->btrace.target->conf = rs->btrace_config;
13253 }
c0272db5
TW
13254}
13255
9accd112
MM
13256/* Enable branch tracing. */
13257
13258static struct btrace_target_info *
f4abbc16
MM
13259remote_enable_btrace (struct target_ops *self, ptid_t ptid,
13260 const struct btrace_config *conf)
9accd112
MM
13261{
13262 struct btrace_target_info *tinfo = NULL;
b20a6524 13263 struct packet_config *packet = NULL;
9accd112
MM
13264 struct remote_state *rs = get_remote_state ();
13265 char *buf = rs->buf;
13266 char *endbuf = rs->buf + get_remote_packet_size ();
13267
b20a6524
MM
13268 switch (conf->format)
13269 {
13270 case BTRACE_FORMAT_BTS:
13271 packet = &remote_protocol_packets[PACKET_Qbtrace_bts];
13272 break;
13273
13274 case BTRACE_FORMAT_PT:
13275 packet = &remote_protocol_packets[PACKET_Qbtrace_pt];
13276 break;
13277 }
13278
13279 if (packet == NULL || packet_config_support (packet) != PACKET_ENABLE)
9accd112
MM
13280 error (_("Target does not support branch tracing."));
13281
f4abbc16
MM
13282 btrace_sync_conf (conf);
13283
9accd112
MM
13284 set_general_thread (ptid);
13285
13286 buf += xsnprintf (buf, endbuf - buf, "%s", packet->name);
13287 putpkt (rs->buf);
13288 getpkt (&rs->buf, &rs->buf_size, 0);
13289
13290 if (packet_ok (rs->buf, packet) == PACKET_ERROR)
13291 {
13292 if (rs->buf[0] == 'E' && rs->buf[1] == '.')
13293 error (_("Could not enable branch tracing for %s: %s"),
13294 target_pid_to_str (ptid), rs->buf + 2);
13295 else
13296 error (_("Could not enable branch tracing for %s."),
13297 target_pid_to_str (ptid));
13298 }
13299
8d749320 13300 tinfo = XCNEW (struct btrace_target_info);
9accd112
MM
13301 tinfo->ptid = ptid;
13302
f4abbc16
MM
13303 /* If we fail to read the configuration, we lose some information, but the
13304 tracing itself is not impacted. */
492d29ea
PA
13305 TRY
13306 {
13307 btrace_read_config (&tinfo->conf);
13308 }
13309 CATCH (err, RETURN_MASK_ERROR)
13310 {
13311 if (err.message != NULL)
13312 warning ("%s", err.message);
13313 }
13314 END_CATCH
f4abbc16 13315
9accd112
MM
13316 return tinfo;
13317}
13318
13319/* Disable branch tracing. */
13320
13321static void
25e95349
TT
13322remote_disable_btrace (struct target_ops *self,
13323 struct btrace_target_info *tinfo)
9accd112
MM
13324{
13325 struct packet_config *packet = &remote_protocol_packets[PACKET_Qbtrace_off];
13326 struct remote_state *rs = get_remote_state ();
13327 char *buf = rs->buf;
13328 char *endbuf = rs->buf + get_remote_packet_size ();
13329
4082afcc 13330 if (packet_config_support (packet) != PACKET_ENABLE)
9accd112
MM
13331 error (_("Target does not support branch tracing."));
13332
13333 set_general_thread (tinfo->ptid);
13334
13335 buf += xsnprintf (buf, endbuf - buf, "%s", packet->name);
13336 putpkt (rs->buf);
13337 getpkt (&rs->buf, &rs->buf_size, 0);
13338
13339 if (packet_ok (rs->buf, packet) == PACKET_ERROR)
13340 {
13341 if (rs->buf[0] == 'E' && rs->buf[1] == '.')
13342 error (_("Could not disable branch tracing for %s: %s"),
13343 target_pid_to_str (tinfo->ptid), rs->buf + 2);
13344 else
13345 error (_("Could not disable branch tracing for %s."),
13346 target_pid_to_str (tinfo->ptid));
13347 }
13348
13349 xfree (tinfo);
13350}
13351
13352/* Teardown branch tracing. */
13353
13354static void
1777056d
TT
13355remote_teardown_btrace (struct target_ops *self,
13356 struct btrace_target_info *tinfo)
9accd112
MM
13357{
13358 /* We must not talk to the target during teardown. */
13359 xfree (tinfo);
13360}
13361
13362/* Read the branch trace. */
13363
969c39fb 13364static enum btrace_error
39c49f83 13365remote_read_btrace (struct target_ops *self,
734b0e4b 13366 struct btrace_data *btrace,
969c39fb 13367 struct btrace_target_info *tinfo,
9accd112
MM
13368 enum btrace_read_type type)
13369{
13370 struct packet_config *packet = &remote_protocol_packets[PACKET_qXfer_btrace];
9accd112 13371 const char *annex;
9accd112 13372
4082afcc 13373 if (packet_config_support (packet) != PACKET_ENABLE)
9accd112
MM
13374 error (_("Target does not support branch tracing."));
13375
13376#if !defined(HAVE_LIBEXPAT)
13377 error (_("Cannot process branch tracing result. XML parsing not supported."));
13378#endif
13379
13380 switch (type)
13381 {
864089d2 13382 case BTRACE_READ_ALL:
9accd112
MM
13383 annex = "all";
13384 break;
864089d2 13385 case BTRACE_READ_NEW:
9accd112
MM
13386 annex = "new";
13387 break;
969c39fb
MM
13388 case BTRACE_READ_DELTA:
13389 annex = "delta";
13390 break;
9accd112
MM
13391 default:
13392 internal_error (__FILE__, __LINE__,
13393 _("Bad branch tracing read type: %u."),
13394 (unsigned int) type);
13395 }
13396
b7b030ad
TT
13397 gdb::unique_xmalloc_ptr<char> xml
13398 = target_read_stralloc (&current_target, TARGET_OBJECT_BTRACE, annex);
969c39fb
MM
13399 if (xml == NULL)
13400 return BTRACE_ERR_UNKNOWN;
9accd112 13401
b7b030ad 13402 parse_xml_btrace (btrace, xml.get ());
9accd112 13403
969c39fb 13404 return BTRACE_ERR_NONE;
9accd112
MM
13405}
13406
f4abbc16
MM
13407static const struct btrace_config *
13408remote_btrace_conf (struct target_ops *self,
13409 const struct btrace_target_info *tinfo)
13410{
13411 return &tinfo->conf;
13412}
13413
ced63ec0 13414static int
5436ff03 13415remote_augmented_libraries_svr4_read (struct target_ops *self)
ced63ec0 13416{
4082afcc
PA
13417 return (packet_support (PACKET_augmented_libraries_svr4_read_feature)
13418 == PACKET_ENABLE);
ced63ec0
GB
13419}
13420
9dd130a0
TT
13421/* Implementation of to_load. */
13422
13423static void
9cbe5fff 13424remote_load (struct target_ops *self, const char *name, int from_tty)
9dd130a0
TT
13425{
13426 generic_load (name, from_tty);
13427}
13428
c78fa86a
GB
13429/* Accepts an integer PID; returns a string representing a file that
13430 can be opened on the remote side to get the symbols for the child
13431 process. Returns NULL if the operation is not supported. */
13432
13433static char *
13434remote_pid_to_exec_file (struct target_ops *self, int pid)
13435{
b7b030ad 13436 static gdb::unique_xmalloc_ptr<char> filename;
835205d0
GB
13437 struct inferior *inf;
13438 char *annex = NULL;
c78fa86a
GB
13439
13440 if (packet_support (PACKET_qXfer_exec_file) != PACKET_ENABLE)
13441 return NULL;
13442
835205d0
GB
13443 inf = find_inferior_pid (pid);
13444 if (inf == NULL)
13445 internal_error (__FILE__, __LINE__,
13446 _("not currently attached to process %d"), pid);
13447
13448 if (!inf->fake_pid_p)
13449 {
13450 const int annex_size = 9;
13451
224c3ddb 13452 annex = (char *) alloca (annex_size);
835205d0
GB
13453 xsnprintf (annex, annex_size, "%x", pid);
13454 }
13455
c78fa86a
GB
13456 filename = target_read_stralloc (&current_target,
13457 TARGET_OBJECT_EXEC_FILE, annex);
13458
b7b030ad 13459 return filename.get ();
c78fa86a
GB
13460}
13461
750ce8d1
YQ
13462/* Implement the to_can_do_single_step target_ops method. */
13463
13464static int
13465remote_can_do_single_step (struct target_ops *ops)
13466{
13467 /* We can only tell whether target supports single step or not by
13468 supported s and S vCont actions if the stub supports vContSupported
13469 feature. If the stub doesn't support vContSupported feature,
13470 we have conservatively to think target doesn't supports single
13471 step. */
13472 if (packet_support (PACKET_vContSupported) == PACKET_ENABLE)
13473 {
13474 struct remote_state *rs = get_remote_state ();
13475
13476 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
13477 remote_vcont_probe (rs);
13478
13479 return rs->supports_vCont.s && rs->supports_vCont.S;
13480 }
13481 else
13482 return 0;
13483}
13484
3a00c802
PA
13485/* Implementation of the to_execution_direction method for the remote
13486 target. */
13487
13488static enum exec_direction_kind
13489remote_execution_direction (struct target_ops *self)
13490{
13491 struct remote_state *rs = get_remote_state ();
13492
13493 return rs->last_resume_exec_dir;
13494}
13495
f6327dcb
KB
13496/* Return pointer to the thread_info struct which corresponds to
13497 THREAD_HANDLE (having length HANDLE_LEN). */
13498
13499static struct thread_info *
13500remote_thread_handle_to_thread_info (struct target_ops *ops,
13501 const gdb_byte *thread_handle,
13502 int handle_len,
13503 struct inferior *inf)
13504{
13505 struct thread_info *tp;
13506
13507 ALL_NON_EXITED_THREADS (tp)
13508 {
7aabaf9d 13509 remote_thread_info *priv = get_remote_thread_info (tp);
f6327dcb
KB
13510
13511 if (tp->inf == inf && priv != NULL)
13512 {
7aabaf9d 13513 if (handle_len != priv->thread_handle.size ())
f6327dcb 13514 error (_("Thread handle size mismatch: %d vs %zu (from remote)"),
7aabaf9d
SM
13515 handle_len, priv->thread_handle.size ());
13516 if (memcmp (thread_handle, priv->thread_handle.data (),
f6327dcb
KB
13517 handle_len) == 0)
13518 return tp;
13519 }
13520 }
13521
13522 return NULL;
13523}
13524
c906108c 13525static void
fba45db2 13526init_remote_ops (void)
c906108c 13527{
c5aa993b 13528 remote_ops.to_shortname = "remote";
c906108c 13529 remote_ops.to_longname = "Remote serial target in gdb-specific protocol";
c5aa993b 13530 remote_ops.to_doc =
c906108c 13531 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
0d06e24b
JM
13532Specify the serial device it is connected to\n\
13533(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.).";
c5aa993b
JM
13534 remote_ops.to_open = remote_open;
13535 remote_ops.to_close = remote_close;
c906108c 13536 remote_ops.to_detach = remote_detach;
6ad8ae5c 13537 remote_ops.to_disconnect = remote_disconnect;
c5aa993b 13538 remote_ops.to_resume = remote_resume;
85ad3aaf 13539 remote_ops.to_commit_resume = remote_commit_resume;
c906108c
SS
13540 remote_ops.to_wait = remote_wait;
13541 remote_ops.to_fetch_registers = remote_fetch_registers;
13542 remote_ops.to_store_registers = remote_store_registers;
13543 remote_ops.to_prepare_to_store = remote_prepare_to_store;
c5aa993b 13544 remote_ops.to_files_info = remote_files_info;
c906108c
SS
13545 remote_ops.to_insert_breakpoint = remote_insert_breakpoint;
13546 remote_ops.to_remove_breakpoint = remote_remove_breakpoint;
f7e6eed5
PA
13547 remote_ops.to_stopped_by_sw_breakpoint = remote_stopped_by_sw_breakpoint;
13548 remote_ops.to_supports_stopped_by_sw_breakpoint = remote_supports_stopped_by_sw_breakpoint;
13549 remote_ops.to_stopped_by_hw_breakpoint = remote_stopped_by_hw_breakpoint;
13550 remote_ops.to_supports_stopped_by_hw_breakpoint = remote_supports_stopped_by_hw_breakpoint;
3c3bea1c
GS
13551 remote_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint;
13552 remote_ops.to_stopped_data_address = remote_stopped_data_address;
283002cf
MR
13553 remote_ops.to_watchpoint_addr_within_range =
13554 remote_watchpoint_addr_within_range;
3c3bea1c
GS
13555 remote_ops.to_can_use_hw_breakpoint = remote_check_watch_resources;
13556 remote_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint;
13557 remote_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint;
480a3f21
PW
13558 remote_ops.to_region_ok_for_hw_watchpoint
13559 = remote_region_ok_for_hw_watchpoint;
3c3bea1c
GS
13560 remote_ops.to_insert_watchpoint = remote_insert_watchpoint;
13561 remote_ops.to_remove_watchpoint = remote_remove_watchpoint;
c5aa993b 13562 remote_ops.to_kill = remote_kill;
9dd130a0 13563 remote_ops.to_load = remote_load;
c906108c 13564 remote_ops.to_mourn_inferior = remote_mourn;
2455069d 13565 remote_ops.to_pass_signals = remote_pass_signals;
82075af2 13566 remote_ops.to_set_syscall_catchpoint = remote_set_syscall_catchpoint;
9b224c5e 13567 remote_ops.to_program_signals = remote_program_signals;
c906108c 13568 remote_ops.to_thread_alive = remote_thread_alive;
79efa585 13569 remote_ops.to_thread_name = remote_thread_name;
e8032dde 13570 remote_ops.to_update_thread_list = remote_update_thread_list;
0caabb7e 13571 remote_ops.to_pid_to_str = remote_pid_to_str;
cf759d3b 13572 remote_ops.to_extra_thread_info = remote_threads_extra_info;
10760264 13573 remote_ops.to_get_ada_task_ptid = remote_get_ada_task_ptid;
c906108c 13574 remote_ops.to_stop = remote_stop;
bfedc46a 13575 remote_ops.to_interrupt = remote_interrupt;
93692b58 13576 remote_ops.to_pass_ctrlc = remote_pass_ctrlc;
4b8a223f 13577 remote_ops.to_xfer_partial = remote_xfer_partial;
09c98b44 13578 remote_ops.to_get_memory_xfer_limit = remote_get_memory_xfer_limit;
96baa820 13579 remote_ops.to_rcmd = remote_rcmd;
c78fa86a 13580 remote_ops.to_pid_to_exec_file = remote_pid_to_exec_file;
49d03eab 13581 remote_ops.to_log_command = serial_log_command;
38691318 13582 remote_ops.to_get_thread_local_address = remote_get_thread_local_address;
c906108c 13583 remote_ops.to_stratum = process_stratum;
c35b1492
PA
13584 remote_ops.to_has_all_memory = default_child_has_all_memory;
13585 remote_ops.to_has_memory = default_child_has_memory;
13586 remote_ops.to_has_stack = default_child_has_stack;
13587 remote_ops.to_has_registers = default_child_has_registers;
13588 remote_ops.to_has_execution = default_child_has_execution;
3e43a32a 13589 remote_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */
b2175913 13590 remote_ops.to_can_execute_reverse = remote_can_execute_reverse;
c5aa993b 13591 remote_ops.to_magic = OPS_MAGIC;
fd79ecee 13592 remote_ops.to_memory_map = remote_memory_map;
a76d924d
DJ
13593 remote_ops.to_flash_erase = remote_flash_erase;
13594 remote_ops.to_flash_done = remote_flash_done;
29709017 13595 remote_ops.to_read_description = remote_read_description;
08388c79 13596 remote_ops.to_search_memory = remote_search_memory;
75c99385
PA
13597 remote_ops.to_can_async_p = remote_can_async_p;
13598 remote_ops.to_is_async_p = remote_is_async_p;
13599 remote_ops.to_async = remote_async;
65706a29 13600 remote_ops.to_thread_events = remote_thread_events;
750ce8d1 13601 remote_ops.to_can_do_single_step = remote_can_do_single_step;
75c99385
PA
13602 remote_ops.to_terminal_inferior = remote_terminal_inferior;
13603 remote_ops.to_terminal_ours = remote_terminal_ours;
74531fed 13604 remote_ops.to_supports_non_stop = remote_supports_non_stop;
8a305172 13605 remote_ops.to_supports_multi_process = remote_supports_multi_process;
03583c20
UW
13606 remote_ops.to_supports_disable_randomization
13607 = remote_supports_disable_randomization;
4bd7dc42 13608 remote_ops.to_filesystem_is_local = remote_filesystem_is_local;
7313baad
UW
13609 remote_ops.to_fileio_open = remote_hostio_open;
13610 remote_ops.to_fileio_pwrite = remote_hostio_pwrite;
13611 remote_ops.to_fileio_pread = remote_hostio_pread;
9b15c1f0 13612 remote_ops.to_fileio_fstat = remote_hostio_fstat;
7313baad
UW
13613 remote_ops.to_fileio_close = remote_hostio_close;
13614 remote_ops.to_fileio_unlink = remote_hostio_unlink;
b9e7b9c3 13615 remote_ops.to_fileio_readlink = remote_hostio_readlink;
d248b706 13616 remote_ops.to_supports_enable_disable_tracepoint = remote_supports_enable_disable_tracepoint;
3065dfb6 13617 remote_ops.to_supports_string_tracing = remote_supports_string_tracing;
b775012e 13618 remote_ops.to_supports_evaluation_of_breakpoint_conditions = remote_supports_cond_breakpoints;
d3ce09f5 13619 remote_ops.to_can_run_breakpoint_commands = remote_can_run_breakpoint_commands;
35b1e5cc
SS
13620 remote_ops.to_trace_init = remote_trace_init;
13621 remote_ops.to_download_tracepoint = remote_download_tracepoint;
1e4d1764 13622 remote_ops.to_can_download_tracepoint = remote_can_download_tracepoint;
3e43a32a
MS
13623 remote_ops.to_download_trace_state_variable
13624 = remote_download_trace_state_variable;
d248b706
KY
13625 remote_ops.to_enable_tracepoint = remote_enable_tracepoint;
13626 remote_ops.to_disable_tracepoint = remote_disable_tracepoint;
35b1e5cc
SS
13627 remote_ops.to_trace_set_readonly_regions = remote_trace_set_readonly_regions;
13628 remote_ops.to_trace_start = remote_trace_start;
13629 remote_ops.to_get_trace_status = remote_get_trace_status;
f196051f 13630 remote_ops.to_get_tracepoint_status = remote_get_tracepoint_status;
35b1e5cc
SS
13631 remote_ops.to_trace_stop = remote_trace_stop;
13632 remote_ops.to_trace_find = remote_trace_find;
3e43a32a
MS
13633 remote_ops.to_get_trace_state_variable_value
13634 = remote_get_trace_state_variable_value;
00bf0b85
SS
13635 remote_ops.to_save_trace_data = remote_save_trace_data;
13636 remote_ops.to_upload_tracepoints = remote_upload_tracepoints;
3e43a32a
MS
13637 remote_ops.to_upload_trace_state_variables
13638 = remote_upload_trace_state_variables;
00bf0b85 13639 remote_ops.to_get_raw_trace_data = remote_get_raw_trace_data;
405f8e94 13640 remote_ops.to_get_min_fast_tracepoint_insn_len = remote_get_min_fast_tracepoint_insn_len;
35b1e5cc 13641 remote_ops.to_set_disconnected_tracing = remote_set_disconnected_tracing;
4daf5ac0 13642 remote_ops.to_set_circular_trace_buffer = remote_set_circular_trace_buffer;
f6f899bf 13643 remote_ops.to_set_trace_buffer_size = remote_set_trace_buffer_size;
f196051f 13644 remote_ops.to_set_trace_notes = remote_set_trace_notes;
dc146f7c 13645 remote_ops.to_core_of_thread = remote_core_of_thread;
4a5e7a5b 13646 remote_ops.to_verify_memory = remote_verify_memory;
711e434b 13647 remote_ops.to_get_tib_address = remote_get_tib_address;
d914c394 13648 remote_ops.to_set_permissions = remote_set_permissions;
0fb4aa4b
PA
13649 remote_ops.to_static_tracepoint_marker_at
13650 = remote_static_tracepoint_marker_at;
13651 remote_ops.to_static_tracepoint_markers_by_strid
13652 = remote_static_tracepoint_markers_by_strid;
b3b9301e 13653 remote_ops.to_traceframe_info = remote_traceframe_info;
d1feda86
YQ
13654 remote_ops.to_use_agent = remote_use_agent;
13655 remote_ops.to_can_use_agent = remote_can_use_agent;
9accd112
MM
13656 remote_ops.to_supports_btrace = remote_supports_btrace;
13657 remote_ops.to_enable_btrace = remote_enable_btrace;
13658 remote_ops.to_disable_btrace = remote_disable_btrace;
13659 remote_ops.to_teardown_btrace = remote_teardown_btrace;
13660 remote_ops.to_read_btrace = remote_read_btrace;
f4abbc16 13661 remote_ops.to_btrace_conf = remote_btrace_conf;
ced63ec0
GB
13662 remote_ops.to_augmented_libraries_svr4_read =
13663 remote_augmented_libraries_svr4_read;
8020350c
DB
13664 remote_ops.to_follow_fork = remote_follow_fork;
13665 remote_ops.to_follow_exec = remote_follow_exec;
13666 remote_ops.to_insert_fork_catchpoint = remote_insert_fork_catchpoint;
13667 remote_ops.to_remove_fork_catchpoint = remote_remove_fork_catchpoint;
13668 remote_ops.to_insert_vfork_catchpoint = remote_insert_vfork_catchpoint;
13669 remote_ops.to_remove_vfork_catchpoint = remote_remove_vfork_catchpoint;
13670 remote_ops.to_insert_exec_catchpoint = remote_insert_exec_catchpoint;
13671 remote_ops.to_remove_exec_catchpoint = remote_remove_exec_catchpoint;
3a00c802 13672 remote_ops.to_execution_direction = remote_execution_direction;
f6327dcb
KB
13673 remote_ops.to_thread_handle_to_thread_info =
13674 remote_thread_handle_to_thread_info;
c906108c
SS
13675}
13676
13677/* Set up the extended remote vector by making a copy of the standard
13678 remote vector and adding to it. */
13679
13680static void
fba45db2 13681init_extended_remote_ops (void)
c906108c
SS
13682{
13683 extended_remote_ops = remote_ops;
13684
0f71a2f6 13685 extended_remote_ops.to_shortname = "extended-remote";
c5aa993b 13686 extended_remote_ops.to_longname =
c906108c 13687 "Extended remote serial target in gdb-specific protocol";
c5aa993b 13688 extended_remote_ops.to_doc =
c906108c 13689 "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
39237dd1
PA
13690Specify the serial device it is connected to (e.g. /dev/ttya).";
13691 extended_remote_ops.to_open = extended_remote_open;
c906108c 13692 extended_remote_ops.to_create_inferior = extended_remote_create_inferior;
2d717e4f
DJ
13693 extended_remote_ops.to_detach = extended_remote_detach;
13694 extended_remote_ops.to_attach = extended_remote_attach;
b9c1d481 13695 extended_remote_ops.to_post_attach = extended_remote_post_attach;
03583c20
UW
13696 extended_remote_ops.to_supports_disable_randomization
13697 = extended_remote_supports_disable_randomization;
0f71a2f6
JM
13698}
13699
6426a772 13700static int
6a109b6b 13701remote_can_async_p (struct target_ops *ops)
6426a772 13702{
5d93a237
TT
13703 struct remote_state *rs = get_remote_state ();
13704
3015c064
SM
13705 /* We don't go async if the user has explicitly prevented it with the
13706 "maint set target-async" command. */
c6ebd6cf 13707 if (!target_async_permitted)
75c99385
PA
13708 return 0;
13709
23860348 13710 /* We're async whenever the serial device is. */
5d93a237 13711 return serial_can_async_p (rs->remote_desc);
6426a772
JM
13712}
13713
13714static int
6a109b6b 13715remote_is_async_p (struct target_ops *ops)
6426a772 13716{
5d93a237
TT
13717 struct remote_state *rs = get_remote_state ();
13718
c6ebd6cf 13719 if (!target_async_permitted)
75c99385
PA
13720 /* We only enable async when the user specifically asks for it. */
13721 return 0;
13722
23860348 13723 /* We're async whenever the serial device is. */
5d93a237 13724 return serial_is_async_p (rs->remote_desc);
6426a772
JM
13725}
13726
2acceee2
JM
13727/* Pass the SERIAL event on and up to the client. One day this code
13728 will be able to delay notifying the client of an event until the
23860348 13729 point where an entire packet has been received. */
2acceee2 13730
2acceee2
JM
13731static serial_event_ftype remote_async_serial_handler;
13732
6426a772 13733static void
819cc324 13734remote_async_serial_handler (struct serial *scb, void *context)
6426a772 13735{
2acceee2
JM
13736 /* Don't propogate error information up to the client. Instead let
13737 the client find out about the error by querying the target. */
6a3753b3 13738 inferior_event_handler (INF_REG_EVENT, NULL);
2acceee2
JM
13739}
13740
74531fed
PA
13741static void
13742remote_async_inferior_event_handler (gdb_client_data data)
13743{
13744 inferior_event_handler (INF_REG_EVENT, NULL);
13745}
13746
2acceee2 13747static void
6a3753b3 13748remote_async (struct target_ops *ops, int enable)
2acceee2 13749{
5d93a237
TT
13750 struct remote_state *rs = get_remote_state ();
13751
6a3753b3 13752 if (enable)
2acceee2 13753 {
88b496c3 13754 serial_async (rs->remote_desc, remote_async_serial_handler, rs);
b7d2e916
PA
13755
13756 /* If there are pending events in the stop reply queue tell the
13757 event loop to process them. */
13758 if (!QUEUE_is_empty (stop_reply_p, stop_reply_queue))
13759 mark_async_event_handler (remote_async_inferior_event_token);
6efcd9a8
PA
13760 /* For simplicity, below we clear the pending events token
13761 without remembering whether it is marked, so here we always
13762 mark it. If there's actually no pending notification to
13763 process, this ends up being a no-op (other than a spurious
13764 event-loop wakeup). */
13765 if (target_is_non_stop_p ())
13766 mark_async_event_handler (rs->notif_state->get_pending_events_token);
2acceee2
JM
13767 }
13768 else
b7d2e916
PA
13769 {
13770 serial_async (rs->remote_desc, NULL, NULL);
6efcd9a8
PA
13771 /* If the core is disabling async, it doesn't want to be
13772 disturbed with target events. Clear all async event sources
13773 too. */
b7d2e916 13774 clear_async_event_handler (remote_async_inferior_event_token);
6efcd9a8
PA
13775 if (target_is_non_stop_p ())
13776 clear_async_event_handler (rs->notif_state->get_pending_events_token);
b7d2e916 13777 }
6426a772
JM
13778}
13779
65706a29
PA
13780/* Implementation of the to_thread_events method. */
13781
13782static void
13783remote_thread_events (struct target_ops *ops, int enable)
13784{
13785 struct remote_state *rs = get_remote_state ();
13786 size_t size = get_remote_packet_size ();
65706a29
PA
13787
13788 if (packet_support (PACKET_QThreadEvents) == PACKET_DISABLE)
13789 return;
13790
13791 xsnprintf (rs->buf, size, "QThreadEvents:%x", enable ? 1 : 0);
13792 putpkt (rs->buf);
13793 getpkt (&rs->buf, &rs->buf_size, 0);
13794
13795 switch (packet_ok (rs->buf,
13796 &remote_protocol_packets[PACKET_QThreadEvents]))
13797 {
13798 case PACKET_OK:
13799 if (strcmp (rs->buf, "OK") != 0)
13800 error (_("Remote refused setting thread events: %s"), rs->buf);
13801 break;
13802 case PACKET_ERROR:
13803 warning (_("Remote failure reply: %s"), rs->buf);
13804 break;
13805 case PACKET_UNKNOWN:
13806 break;
13807 }
13808}
13809
5a2468f5 13810static void
981a3fb3 13811set_remote_cmd (const char *args, int from_tty)
5a2468f5 13812{
635c7e8a 13813 help_list (remote_set_cmdlist, "set remote ", all_commands, gdb_stdout);
5a2468f5
JM
13814}
13815
d471ea57 13816static void
981a3fb3 13817show_remote_cmd (const char *args, int from_tty)
d471ea57 13818{
37a105a1 13819 /* We can't just use cmd_show_list here, because we want to skip
427c3a89 13820 the redundant "show remote Z-packet" and the legacy aliases. */
37a105a1 13821 struct cmd_list_element *list = remote_show_cmdlist;
79a45e25 13822 struct ui_out *uiout = current_uiout;
37a105a1 13823
2e783024 13824 ui_out_emit_tuple tuple_emitter (uiout, "showlist");
37a105a1
DJ
13825 for (; list != NULL; list = list->next)
13826 if (strcmp (list->name, "Z-packet") == 0)
13827 continue;
427c3a89
DJ
13828 else if (list->type == not_set_cmd)
13829 /* Alias commands are exactly like the original, except they
13830 don't have the normal type. */
13831 continue;
13832 else
37a105a1 13833 {
2e783024 13834 ui_out_emit_tuple option_emitter (uiout, "option");
a744cf53 13835
112e8700
SM
13836 uiout->field_string ("name", list->name);
13837 uiout->text (": ");
427c3a89 13838 if (list->type == show_cmd)
f5c4fcd9 13839 do_show_command (NULL, from_tty, list);
427c3a89
DJ
13840 else
13841 cmd_func (list, NULL, from_tty);
37a105a1 13842 }
d471ea57 13843}
5a2468f5 13844
0f71a2f6 13845
23860348 13846/* Function to be called whenever a new objfile (shlib) is detected. */
dc8acb97
MS
13847static void
13848remote_new_objfile (struct objfile *objfile)
13849{
5d93a237
TT
13850 struct remote_state *rs = get_remote_state ();
13851
13852 if (rs->remote_desc != 0) /* Have a remote connection. */
36d25514 13853 remote_check_symbols ();
dc8acb97
MS
13854}
13855
00bf0b85
SS
13856/* Pull all the tracepoints defined on the target and create local
13857 data structures representing them. We don't want to create real
13858 tracepoints yet, we don't want to mess up the user's existing
13859 collection. */
13860
13861static int
ab6617cc 13862remote_upload_tracepoints (struct target_ops *self, struct uploaded_tp **utpp)
d5551862 13863{
00bf0b85
SS
13864 struct remote_state *rs = get_remote_state ();
13865 char *p;
d5551862 13866
00bf0b85
SS
13867 /* Ask for a first packet of tracepoint definition. */
13868 putpkt ("qTfP");
13869 getpkt (&rs->buf, &rs->buf_size, 0);
13870 p = rs->buf;
13871 while (*p && *p != 'l')
d5551862 13872 {
00bf0b85
SS
13873 parse_tracepoint_definition (p, utpp);
13874 /* Ask for another packet of tracepoint definition. */
13875 putpkt ("qTsP");
13876 getpkt (&rs->buf, &rs->buf_size, 0);
13877 p = rs->buf;
d5551862 13878 }
00bf0b85 13879 return 0;
d5551862
SS
13880}
13881
00bf0b85 13882static int
181e3713
TT
13883remote_upload_trace_state_variables (struct target_ops *self,
13884 struct uploaded_tsv **utsvp)
d5551862 13885{
00bf0b85 13886 struct remote_state *rs = get_remote_state ();
d5551862 13887 char *p;
d5551862 13888
00bf0b85
SS
13889 /* Ask for a first packet of variable definition. */
13890 putpkt ("qTfV");
d5551862
SS
13891 getpkt (&rs->buf, &rs->buf_size, 0);
13892 p = rs->buf;
00bf0b85 13893 while (*p && *p != 'l')
d5551862 13894 {
00bf0b85
SS
13895 parse_tsv_definition (p, utsvp);
13896 /* Ask for another packet of variable definition. */
13897 putpkt ("qTsV");
d5551862
SS
13898 getpkt (&rs->buf, &rs->buf_size, 0);
13899 p = rs->buf;
13900 }
00bf0b85 13901 return 0;
d5551862
SS
13902}
13903
c1e36e3e
PA
13904/* The "set/show range-stepping" show hook. */
13905
13906static void
13907show_range_stepping (struct ui_file *file, int from_tty,
13908 struct cmd_list_element *c,
13909 const char *value)
13910{
13911 fprintf_filtered (file,
13912 _("Debugger's willingness to use range stepping "
13913 "is %s.\n"), value);
13914}
13915
13916/* The "set/show range-stepping" set hook. */
13917
13918static void
eb4c3f4a 13919set_range_stepping (const char *ignore_args, int from_tty,
c1e36e3e
PA
13920 struct cmd_list_element *c)
13921{
5d93a237
TT
13922 struct remote_state *rs = get_remote_state ();
13923
c1e36e3e
PA
13924 /* Whene enabling, check whether range stepping is actually
13925 supported by the target, and warn if not. */
13926 if (use_range_stepping)
13927 {
5d93a237 13928 if (rs->remote_desc != NULL)
c1e36e3e 13929 {
4082afcc 13930 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
c1e36e3e
PA
13931 remote_vcont_probe (rs);
13932
4082afcc 13933 if (packet_support (PACKET_vCont) == PACKET_ENABLE
c1e36e3e
PA
13934 && rs->supports_vCont.r)
13935 return;
13936 }
13937
13938 warning (_("Range stepping is not supported by the current target"));
13939 }
13940}
13941
c906108c 13942void
fba45db2 13943_initialize_remote (void)
c906108c 13944{
9a7071a8 13945 struct cmd_list_element *cmd;
6f937416 13946 const char *cmd_name;
ea9c271d 13947
0f71a2f6 13948 /* architecture specific data */
2bc416ba 13949 remote_gdbarch_data_handle =
23860348 13950 gdbarch_data_register_post_init (init_remote_state);
29709017
DJ
13951 remote_g_packet_data_handle =
13952 gdbarch_data_register_pre_init (remote_g_packet_data_init);
d01949b6 13953
94585166
DB
13954 remote_pspace_data
13955 = register_program_space_data_with_cleanup (NULL,
13956 remote_pspace_data_cleanup);
13957
ea9c271d
DJ
13958 /* Initialize the per-target state. At the moment there is only one
13959 of these, not one per target. Only one target is active at a
cf792862
TT
13960 time. */
13961 remote_state = new_remote_state ();
ea9c271d 13962
c906108c
SS
13963 init_remote_ops ();
13964 add_target (&remote_ops);
13965
13966 init_extended_remote_ops ();
13967 add_target (&extended_remote_ops);
cce74817 13968
dc8acb97 13969 /* Hook into new objfile notification. */
06d3b283 13970 observer_attach_new_objfile (remote_new_objfile);
5f4cf0bb
YQ
13971 /* We're no longer interested in notification events of an inferior
13972 when it exits. */
13973 observer_attach_inferior_exit (discard_pending_stop_replies);
dc8acb97 13974
c906108c
SS
13975#if 0
13976 init_remote_threadtests ();
13977#endif
13978
722247f1 13979 stop_reply_queue = QUEUE_alloc (stop_reply_p, stop_reply_xfree);
23860348 13980 /* set/show remote ... */
d471ea57 13981
1bedd215 13982 add_prefix_cmd ("remote", class_maintenance, set_remote_cmd, _("\
5a2468f5
JM
13983Remote protocol specific variables\n\
13984Configure various remote-protocol specific variables such as\n\
1bedd215 13985the packets being used"),
cff3e48b 13986 &remote_set_cmdlist, "set remote ",
23860348 13987 0 /* allow-unknown */, &setlist);
1bedd215 13988 add_prefix_cmd ("remote", class_maintenance, show_remote_cmd, _("\
5a2468f5
JM
13989Remote protocol specific variables\n\
13990Configure various remote-protocol specific variables such as\n\
1bedd215 13991the packets being used"),
cff3e48b 13992 &remote_show_cmdlist, "show remote ",
23860348 13993 0 /* allow-unknown */, &showlist);
5a2468f5 13994
1a966eab
AC
13995 add_cmd ("compare-sections", class_obscure, compare_sections_command, _("\
13996Compare section data on target to the exec file.\n\
95cf3b38
DT
13997Argument is a single section name (default: all loaded sections).\n\
13998To compare only read-only loaded sections, specify the -r option."),
c906108c
SS
13999 &cmdlist);
14000
1a966eab
AC
14001 add_cmd ("packet", class_maintenance, packet_command, _("\
14002Send an arbitrary packet to a remote target.\n\
c906108c
SS
14003 maintenance packet TEXT\n\
14004If GDB is talking to an inferior via the GDB serial protocol, then\n\
14005this command sends the string TEXT to the inferior, and displays the\n\
14006response packet. GDB supplies the initial `$' character, and the\n\
1a966eab 14007terminating `#' character and checksum."),
c906108c
SS
14008 &maintenancelist);
14009
7915a72c
AC
14010 add_setshow_boolean_cmd ("remotebreak", no_class, &remote_break, _("\
14011Set whether to send break if interrupted."), _("\
14012Show whether to send break if interrupted."), _("\
14013If set, a break, instead of a cntrl-c, is sent to the remote target."),
9a7071a8 14014 set_remotebreak, show_remotebreak,
e707bbc2 14015 &setlist, &showlist);
9a7071a8
JB
14016 cmd_name = "remotebreak";
14017 cmd = lookup_cmd (&cmd_name, setlist, "", -1, 1);
14018 deprecate_cmd (cmd, "set remote interrupt-sequence");
14019 cmd_name = "remotebreak"; /* needed because lookup_cmd updates the pointer */
14020 cmd = lookup_cmd (&cmd_name, showlist, "", -1, 1);
14021 deprecate_cmd (cmd, "show remote interrupt-sequence");
14022
14023 add_setshow_enum_cmd ("interrupt-sequence", class_support,
3e43a32a
MS
14024 interrupt_sequence_modes, &interrupt_sequence_mode,
14025 _("\
9a7071a8
JB
14026Set interrupt sequence to remote target."), _("\
14027Show interrupt sequence to remote target."), _("\
14028Valid value is \"Ctrl-C\", \"BREAK\" or \"BREAK-g\". The default is \"Ctrl-C\"."),
14029 NULL, show_interrupt_sequence,
14030 &remote_set_cmdlist,
14031 &remote_show_cmdlist);
14032
14033 add_setshow_boolean_cmd ("interrupt-on-connect", class_support,
14034 &interrupt_on_connect, _("\
14035Set whether interrupt-sequence is sent to remote target when gdb connects to."), _(" \
14036Show whether interrupt-sequence is sent to remote target when gdb connects to."), _(" \
14037If set, interrupt sequence is sent to remote target."),
14038 NULL, NULL,
14039 &remote_set_cmdlist, &remote_show_cmdlist);
c906108c 14040
23860348 14041 /* Install commands for configuring memory read/write packets. */
11cf8741 14042
1a966eab
AC
14043 add_cmd ("remotewritesize", no_class, set_memory_write_packet_size, _("\
14044Set the maximum number of bytes per memory write packet (deprecated)."),
11cf8741 14045 &setlist);
1a966eab
AC
14046 add_cmd ("remotewritesize", no_class, show_memory_write_packet_size, _("\
14047Show the maximum number of bytes per memory write packet (deprecated)."),
11cf8741
JM
14048 &showlist);
14049 add_cmd ("memory-write-packet-size", no_class,
1a966eab
AC
14050 set_memory_write_packet_size, _("\
14051Set the maximum number of bytes per memory-write packet.\n\
14052Specify the number of bytes in a packet or 0 (zero) for the\n\
14053default packet size. The actual limit is further reduced\n\
14054dependent on the target. Specify ``fixed'' to disable the\n\
14055further restriction and ``limit'' to enable that restriction."),
11cf8741
JM
14056 &remote_set_cmdlist);
14057 add_cmd ("memory-read-packet-size", no_class,
1a966eab
AC
14058 set_memory_read_packet_size, _("\
14059Set the maximum number of bytes per memory-read packet.\n\
14060Specify the number of bytes in a packet or 0 (zero) for the\n\
14061default packet size. The actual limit is further reduced\n\
14062dependent on the target. Specify ``fixed'' to disable the\n\
14063further restriction and ``limit'' to enable that restriction."),
11cf8741
JM
14064 &remote_set_cmdlist);
14065 add_cmd ("memory-write-packet-size", no_class,
14066 show_memory_write_packet_size,
1a966eab 14067 _("Show the maximum number of bytes per memory-write packet."),
11cf8741
JM
14068 &remote_show_cmdlist);
14069 add_cmd ("memory-read-packet-size", no_class,
14070 show_memory_read_packet_size,
1a966eab 14071 _("Show the maximum number of bytes per memory-read packet."),
11cf8741 14072 &remote_show_cmdlist);
c906108c 14073
b3f42336 14074 add_setshow_zinteger_cmd ("hardware-watchpoint-limit", no_class,
7915a72c
AC
14075 &remote_hw_watchpoint_limit, _("\
14076Set the maximum number of target hardware watchpoints."), _("\
14077Show the maximum number of target hardware watchpoints."), _("\
14078Specify a negative limit for unlimited."),
3e43a32a
MS
14079 NULL, NULL, /* FIXME: i18n: The maximum
14080 number of target hardware
14081 watchpoints is %s. */
b3f42336 14082 &remote_set_cmdlist, &remote_show_cmdlist);
480a3f21
PW
14083 add_setshow_zinteger_cmd ("hardware-watchpoint-length-limit", no_class,
14084 &remote_hw_watchpoint_length_limit, _("\
14085Set the maximum length (in bytes) of a target hardware watchpoint."), _("\
14086Show the maximum length (in bytes) of a target hardware watchpoint."), _("\
14087Specify a negative limit for unlimited."),
14088 NULL, NULL, /* FIXME: i18n: The maximum
14089 length (in bytes) of a target
14090 hardware watchpoint is %s. */
14091 &remote_set_cmdlist, &remote_show_cmdlist);
b3f42336 14092 add_setshow_zinteger_cmd ("hardware-breakpoint-limit", no_class,
7915a72c
AC
14093 &remote_hw_breakpoint_limit, _("\
14094Set the maximum number of target hardware breakpoints."), _("\
14095Show the maximum number of target hardware breakpoints."), _("\
14096Specify a negative limit for unlimited."),
3e43a32a
MS
14097 NULL, NULL, /* FIXME: i18n: The maximum
14098 number of target hardware
14099 breakpoints is %s. */
b3f42336 14100 &remote_set_cmdlist, &remote_show_cmdlist);
501eef12 14101
1b493192
PA
14102 add_setshow_zuinteger_cmd ("remoteaddresssize", class_obscure,
14103 &remote_address_size, _("\
4d28ad1e
AC
14104Set the maximum size of the address (in bits) in a memory packet."), _("\
14105Show the maximum size of the address (in bits) in a memory packet."), NULL,
1b493192
PA
14106 NULL,
14107 NULL, /* FIXME: i18n: */
14108 &setlist, &showlist);
c906108c 14109
ca4f7f8b
PA
14110 init_all_packet_configs ();
14111
444abaca 14112 add_packet_config_cmd (&remote_protocol_packets[PACKET_X],
bb572ddd 14113 "X", "binary-download", 1);
0f71a2f6 14114
444abaca 14115 add_packet_config_cmd (&remote_protocol_packets[PACKET_vCont],
bb572ddd 14116 "vCont", "verbose-resume", 0);
506fb367 14117
89be2091
DJ
14118 add_packet_config_cmd (&remote_protocol_packets[PACKET_QPassSignals],
14119 "QPassSignals", "pass-signals", 0);
14120
82075af2
JS
14121 add_packet_config_cmd (&remote_protocol_packets[PACKET_QCatchSyscalls],
14122 "QCatchSyscalls", "catch-syscalls", 0);
14123
9b224c5e
PA
14124 add_packet_config_cmd (&remote_protocol_packets[PACKET_QProgramSignals],
14125 "QProgramSignals", "program-signals", 0);
14126
bc3b087d
SDJ
14127 add_packet_config_cmd (&remote_protocol_packets[PACKET_QSetWorkingDir],
14128 "QSetWorkingDir", "set-working-dir", 0);
14129
aefd8b33
SDJ
14130 add_packet_config_cmd (&remote_protocol_packets[PACKET_QStartupWithShell],
14131 "QStartupWithShell", "startup-with-shell", 0);
14132
0a2dde4a
SDJ
14133 add_packet_config_cmd (&remote_protocol_packets
14134 [PACKET_QEnvironmentHexEncoded],
14135 "QEnvironmentHexEncoded", "environment-hex-encoded",
14136 0);
14137
14138 add_packet_config_cmd (&remote_protocol_packets[PACKET_QEnvironmentReset],
14139 "QEnvironmentReset", "environment-reset",
14140 0);
14141
14142 add_packet_config_cmd (&remote_protocol_packets[PACKET_QEnvironmentUnset],
14143 "QEnvironmentUnset", "environment-unset",
14144 0);
14145
444abaca 14146 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSymbol],
bb572ddd 14147 "qSymbol", "symbol-lookup", 0);
dc8acb97 14148
444abaca 14149 add_packet_config_cmd (&remote_protocol_packets[PACKET_P],
bb572ddd 14150 "P", "set-register", 1);
d471ea57 14151
444abaca 14152 add_packet_config_cmd (&remote_protocol_packets[PACKET_p],
bb572ddd 14153 "p", "fetch-register", 1);
b96ec7ac 14154
444abaca 14155 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z0],
bb572ddd 14156 "Z0", "software-breakpoint", 0);
d471ea57 14157
444abaca 14158 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z1],
bb572ddd 14159 "Z1", "hardware-breakpoint", 0);
d471ea57 14160
444abaca 14161 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z2],
bb572ddd 14162 "Z2", "write-watchpoint", 0);
d471ea57 14163
444abaca 14164 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z3],
bb572ddd 14165 "Z3", "read-watchpoint", 0);
d471ea57 14166
444abaca 14167 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z4],
bb572ddd 14168 "Z4", "access-watchpoint", 0);
d471ea57 14169
0876f84a
DJ
14170 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_auxv],
14171 "qXfer:auxv:read", "read-aux-vector", 0);
802188a7 14172
c78fa86a
GB
14173 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_exec_file],
14174 "qXfer:exec-file:read", "pid-to-exec-file", 0);
14175
23181151
DJ
14176 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_features],
14177 "qXfer:features:read", "target-features", 0);
14178
cfa9d6d9
DJ
14179 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_libraries],
14180 "qXfer:libraries:read", "library-info", 0);
14181
2268b414
JK
14182 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_libraries_svr4],
14183 "qXfer:libraries-svr4:read", "library-info-svr4", 0);
14184
fd79ecee
DJ
14185 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_memory_map],
14186 "qXfer:memory-map:read", "memory-map", 0);
14187
0e7f50da
UW
14188 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_spu_read],
14189 "qXfer:spu:read", "read-spu-object", 0);
14190
14191 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_spu_write],
14192 "qXfer:spu:write", "write-spu-object", 0);
14193
07e059b5
VP
14194 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_osdata],
14195 "qXfer:osdata:read", "osdata", 0);
14196
dc146f7c
VP
14197 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_threads],
14198 "qXfer:threads:read", "threads", 0);
14199
4aa995e1
PA
14200 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_siginfo_read],
14201 "qXfer:siginfo:read", "read-siginfo-object", 0);
14202
14203 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_siginfo_write],
14204 "qXfer:siginfo:write", "write-siginfo-object", 0);
14205
b3b9301e
PA
14206 add_packet_config_cmd
14207 (&remote_protocol_packets[PACKET_qXfer_traceframe_info],
eb9fe518 14208 "qXfer:traceframe-info:read", "traceframe-info", 0);
b3b9301e 14209
169081d0
TG
14210 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_uib],
14211 "qXfer:uib:read", "unwind-info-block", 0);
14212
444abaca 14213 add_packet_config_cmd (&remote_protocol_packets[PACKET_qGetTLSAddr],
38691318 14214 "qGetTLSAddr", "get-thread-local-storage-address",
38691318
KB
14215 0);
14216
711e434b
PM
14217 add_packet_config_cmd (&remote_protocol_packets[PACKET_qGetTIBAddr],
14218 "qGetTIBAddr", "get-thread-information-block-address",
14219 0);
14220
40ab02ce
MS
14221 add_packet_config_cmd (&remote_protocol_packets[PACKET_bc],
14222 "bc", "reverse-continue", 0);
14223
14224 add_packet_config_cmd (&remote_protocol_packets[PACKET_bs],
14225 "bs", "reverse-step", 0);
14226
be2a5f71
DJ
14227 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSupported],
14228 "qSupported", "supported-packets", 0);
14229
08388c79
DE
14230 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSearch_memory],
14231 "qSearch:memory", "search-memory", 0);
14232
bd3eecc3
PA
14233 add_packet_config_cmd (&remote_protocol_packets[PACKET_qTStatus],
14234 "qTStatus", "trace-status", 0);
14235
15a201c8
GB
14236 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_setfs],
14237 "vFile:setfs", "hostio-setfs", 0);
14238
a6b151f1
DJ
14239 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_open],
14240 "vFile:open", "hostio-open", 0);
14241
14242 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_pread],
14243 "vFile:pread", "hostio-pread", 0);
14244
14245 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_pwrite],
14246 "vFile:pwrite", "hostio-pwrite", 0);
14247
14248 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_close],
14249 "vFile:close", "hostio-close", 0);
14250
14251 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_unlink],
14252 "vFile:unlink", "hostio-unlink", 0);
14253
b9e7b9c3
UW
14254 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_readlink],
14255 "vFile:readlink", "hostio-readlink", 0);
14256
0a93529c
GB
14257 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_fstat],
14258 "vFile:fstat", "hostio-fstat", 0);
14259
2d717e4f
DJ
14260 add_packet_config_cmd (&remote_protocol_packets[PACKET_vAttach],
14261 "vAttach", "attach", 0);
14262
14263 add_packet_config_cmd (&remote_protocol_packets[PACKET_vRun],
14264 "vRun", "run", 0);
14265
a6f3e723
SL
14266 add_packet_config_cmd (&remote_protocol_packets[PACKET_QStartNoAckMode],
14267 "QStartNoAckMode", "noack", 0);
14268
82f73884
PA
14269 add_packet_config_cmd (&remote_protocol_packets[PACKET_vKill],
14270 "vKill", "kill", 0);
14271
0b16c5cf
PA
14272 add_packet_config_cmd (&remote_protocol_packets[PACKET_qAttached],
14273 "qAttached", "query-attached", 0);
14274
782b2b07 14275 add_packet_config_cmd (&remote_protocol_packets[PACKET_ConditionalTracepoints],
3e43a32a
MS
14276 "ConditionalTracepoints",
14277 "conditional-tracepoints", 0);
3788aec7
LM
14278
14279 add_packet_config_cmd (&remote_protocol_packets[PACKET_ConditionalBreakpoints],
14280 "ConditionalBreakpoints",
14281 "conditional-breakpoints", 0);
14282
d3ce09f5
SS
14283 add_packet_config_cmd (&remote_protocol_packets[PACKET_BreakpointCommands],
14284 "BreakpointCommands",
14285 "breakpoint-commands", 0);
14286
7a697b8d
SS
14287 add_packet_config_cmd (&remote_protocol_packets[PACKET_FastTracepoints],
14288 "FastTracepoints", "fast-tracepoints", 0);
782b2b07 14289
409873ef
SS
14290 add_packet_config_cmd (&remote_protocol_packets[PACKET_TracepointSource],
14291 "TracepointSource", "TracepointSource", 0);
14292
d914c394
SS
14293 add_packet_config_cmd (&remote_protocol_packets[PACKET_QAllow],
14294 "QAllow", "allow", 0);
14295
0fb4aa4b
PA
14296 add_packet_config_cmd (&remote_protocol_packets[PACKET_StaticTracepoints],
14297 "StaticTracepoints", "static-tracepoints", 0);
14298
1e4d1764
YQ
14299 add_packet_config_cmd (&remote_protocol_packets[PACKET_InstallInTrace],
14300 "InstallInTrace", "install-in-trace", 0);
14301
0fb4aa4b
PA
14302 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_statictrace_read],
14303 "qXfer:statictrace:read", "read-sdata-object", 0);
14304
78d85199
YQ
14305 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_fdpic],
14306 "qXfer:fdpic:read", "read-fdpic-loadmap", 0);
14307
03583c20
UW
14308 add_packet_config_cmd (&remote_protocol_packets[PACKET_QDisableRandomization],
14309 "QDisableRandomization", "disable-randomization", 0);
14310
d1feda86
YQ
14311 add_packet_config_cmd (&remote_protocol_packets[PACKET_QAgent],
14312 "QAgent", "agent", 0);
14313
f6f899bf
HAQ
14314 add_packet_config_cmd (&remote_protocol_packets[PACKET_QTBuffer_size],
14315 "QTBuffer:size", "trace-buffer-size", 0);
14316
9accd112
MM
14317 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_off],
14318 "Qbtrace:off", "disable-btrace", 0);
14319
14320 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_bts],
b20a6524
MM
14321 "Qbtrace:bts", "enable-btrace-bts", 0);
14322
14323 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_pt],
14324 "Qbtrace:pt", "enable-btrace-pt", 0);
9accd112
MM
14325
14326 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_btrace],
14327 "qXfer:btrace", "read-btrace", 0);
14328
f4abbc16
MM
14329 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_btrace_conf],
14330 "qXfer:btrace-conf", "read-btrace-conf", 0);
14331
d33501a5
MM
14332 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_conf_bts_size],
14333 "Qbtrace-conf:bts:size", "btrace-conf-bts-size", 0);
14334
73b8c1fd
PA
14335 add_packet_config_cmd (&remote_protocol_packets[PACKET_multiprocess_feature],
14336 "multiprocess-feature", "multiprocess-feature", 0);
14337
f7e6eed5
PA
14338 add_packet_config_cmd (&remote_protocol_packets[PACKET_swbreak_feature],
14339 "swbreak-feature", "swbreak-feature", 0);
14340
14341 add_packet_config_cmd (&remote_protocol_packets[PACKET_hwbreak_feature],
14342 "hwbreak-feature", "hwbreak-feature", 0);
14343
89245bc0
DB
14344 add_packet_config_cmd (&remote_protocol_packets[PACKET_fork_event_feature],
14345 "fork-event-feature", "fork-event-feature", 0);
14346
14347 add_packet_config_cmd (&remote_protocol_packets[PACKET_vfork_event_feature],
14348 "vfork-event-feature", "vfork-event-feature", 0);
14349
b20a6524
MM
14350 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_conf_pt_size],
14351 "Qbtrace-conf:pt:size", "btrace-conf-pt-size", 0);
14352
750ce8d1
YQ
14353 add_packet_config_cmd (&remote_protocol_packets[PACKET_vContSupported],
14354 "vContSupported", "verbose-resume-supported", 0);
14355
94585166
DB
14356 add_packet_config_cmd (&remote_protocol_packets[PACKET_exec_event_feature],
14357 "exec-event-feature", "exec-event-feature", 0);
14358
de979965
PA
14359 add_packet_config_cmd (&remote_protocol_packets[PACKET_vCtrlC],
14360 "vCtrlC", "ctrl-c", 0);
14361
65706a29
PA
14362 add_packet_config_cmd (&remote_protocol_packets[PACKET_QThreadEvents],
14363 "QThreadEvents", "thread-events", 0);
14364
f2faf941
PA
14365 add_packet_config_cmd (&remote_protocol_packets[PACKET_no_resumed],
14366 "N stop reply", "no-resumed-stop-reply", 0);
14367
0b736949
DB
14368 /* Assert that we've registered "set remote foo-packet" commands
14369 for all packet configs. */
ca4f7f8b
PA
14370 {
14371 int i;
14372
14373 for (i = 0; i < PACKET_MAX; i++)
14374 {
14375 /* Ideally all configs would have a command associated. Some
14376 still don't though. */
14377 int excepted;
14378
14379 switch (i)
14380 {
14381 case PACKET_QNonStop:
ca4f7f8b
PA
14382 case PACKET_EnableDisableTracepoints_feature:
14383 case PACKET_tracenz_feature:
14384 case PACKET_DisconnectedTracing_feature:
14385 case PACKET_augmented_libraries_svr4_read_feature:
936d2992
PA
14386 case PACKET_qCRC:
14387 /* Additions to this list need to be well justified:
14388 pre-existing packets are OK; new packets are not. */
ca4f7f8b
PA
14389 excepted = 1;
14390 break;
14391 default:
14392 excepted = 0;
14393 break;
14394 }
14395
14396 /* This catches both forgetting to add a config command, and
14397 forgetting to remove a packet from the exception list. */
14398 gdb_assert (excepted == (remote_protocol_packets[i].name == NULL));
14399 }
14400 }
14401
37a105a1
DJ
14402 /* Keep the old ``set remote Z-packet ...'' working. Each individual
14403 Z sub-packet has its own set and show commands, but users may
14404 have sets to this variable in their .gdbinit files (or in their
14405 documentation). */
e9e68a56 14406 add_setshow_auto_boolean_cmd ("Z-packet", class_obscure,
7915a72c
AC
14407 &remote_Z_packet_detect, _("\
14408Set use of remote protocol `Z' packets"), _("\
14409Show use of remote protocol `Z' packets "), _("\
3b64bf98 14410When set, GDB will attempt to use the remote breakpoint and watchpoint\n\
7915a72c 14411packets."),
e9e68a56 14412 set_remote_protocol_Z_packet_cmd,
3e43a32a
MS
14413 show_remote_protocol_Z_packet_cmd,
14414 /* FIXME: i18n: Use of remote protocol
14415 `Z' packets is %s. */
e9e68a56 14416 &remote_set_cmdlist, &remote_show_cmdlist);
449092f6 14417
a6b151f1
DJ
14418 add_prefix_cmd ("remote", class_files, remote_command, _("\
14419Manipulate files on the remote system\n\
14420Transfer files to and from the remote target system."),
14421 &remote_cmdlist, "remote ",
14422 0 /* allow-unknown */, &cmdlist);
14423
14424 add_cmd ("put", class_files, remote_put_command,
14425 _("Copy a local file to the remote system."),
14426 &remote_cmdlist);
14427
14428 add_cmd ("get", class_files, remote_get_command,
14429 _("Copy a remote file to the local system."),
14430 &remote_cmdlist);
14431
14432 add_cmd ("delete", class_files, remote_delete_command,
14433 _("Delete a remote file."),
14434 &remote_cmdlist);
14435
2d717e4f 14436 add_setshow_string_noescape_cmd ("exec-file", class_files,
94585166 14437 &remote_exec_file_var, _("\
2d717e4f 14438Set the remote pathname for \"run\""), _("\
94585166
DB
14439Show the remote pathname for \"run\""), NULL,
14440 set_remote_exec_file,
14441 show_remote_exec_file,
14442 &remote_set_cmdlist,
14443 &remote_show_cmdlist);
2d717e4f 14444
c1e36e3e
PA
14445 add_setshow_boolean_cmd ("range-stepping", class_run,
14446 &use_range_stepping, _("\
14447Enable or disable range stepping."), _("\
14448Show whether target-assisted range stepping is enabled."), _("\
14449If on, and the target supports it, when stepping a source line, GDB\n\
14450tells the target to step the corresponding range of addresses itself instead\n\
14451of issuing multiple single-steps. This speeds up source level\n\
14452stepping. If off, GDB always issues single-steps, even if range\n\
14453stepping is supported by the target. The default is on."),
14454 set_range_stepping,
14455 show_range_stepping,
14456 &setlist,
14457 &showlist);
14458
449092f6
CV
14459 /* Eventually initialize fileio. See fileio.c */
14460 initialize_remote_fileio (remote_set_cmdlist, remote_show_cmdlist);
79d7f229 14461
ba348170 14462 /* Take advantage of the fact that the TID field is not used, to tag
79d7f229 14463 special ptids with it set to != 0. */
ba348170
PA
14464 magic_null_ptid = ptid_build (42000, -1, 1);
14465 not_sent_ptid = ptid_build (42000, -2, 1);
14466 any_thread_ptid = ptid_build (42000, 0, 1);
c906108c 14467}
This page took 3.389398 seconds and 4 git commands to generate.