1 /* Remote target communications for serial-line targets in custom GDB protocol
3 Copyright (C) 1988-2018 Free Software Foundation, Inc.
5 This file is part of GDB.
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
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
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.
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
20 /* See the GDB User Guide for details of the GDB remote protocol. */
30 /*#include "terminal.h" */
33 #include "gdb-stabs.h"
34 #include "gdbthread.h"
36 #include "remote-notif.h"
39 #include "observable.h"
41 #include "cli/cli-decode.h"
42 #include "cli/cli-setshow.h"
43 #include "target-descriptions.h"
45 #include "filestuff.h"
50 #include "gdb_sys_time.h"
52 #include "event-loop.h"
53 #include "event-top.h"
59 #include "gdbcore.h" /* for exec_bfd */
61 #include "remote-fileio.h"
62 #include "gdb/fileio.h"
64 #include "xml-support.h"
66 #include "memory-map.h"
68 #include "tracepoint.h"
73 #include "record-btrace.h"
75 #include "common/scoped_restore.h"
77 #include "common/byte-vector.h"
78 #include <unordered_map>
80 /* The remote target. */
82 static const char remote_doc[] = N_("\
83 Use a remote computer via a serial line, using a gdb-specific protocol.\n\
84 Specify the serial device it is connected to\n\
85 (e.g. /dev/ttyS0, /dev/ttya, COM1, etc.).");
87 #define OPAQUETHREADBYTES 8
89 /* a 64 bit opaque identifier */
90 typedef unsigned char threadref[OPAQUETHREADBYTES];
92 struct gdb_ext_thread_info;
93 struct threads_listing_context;
94 typedef int (*rmt_thread_action) (threadref *ref, void *context);
95 struct protocol_feature;
99 static void stop_reply_xfree (struct stop_reply *);
101 struct stop_reply_deleter
103 void operator() (stop_reply *r) const
105 stop_reply_xfree (r);
109 typedef std::unique_ptr<stop_reply, stop_reply_deleter> stop_reply_up;
111 /* Generic configuration support for packets the stub optionally
112 supports. Allows the user to specify the use of the packet as well
113 as allowing GDB to auto-detect support in the remote stub. */
117 PACKET_SUPPORT_UNKNOWN = 0,
122 /* Analyze a packet's return value and update the packet config
132 struct threads_listing_context;
134 /* Stub vCont actions support.
136 Each field is a boolean flag indicating whether the stub reports
137 support for the corresponding action. */
139 struct vCont_action_support
154 /* About this many threadisds fit in a packet. */
156 #define MAXTHREADLISTRESULTS 32
158 /* Data for the vFile:pread readahead cache. */
160 struct readahead_cache
162 /* Invalidate the readahead cache. */
165 /* Invalidate the readahead cache if it is holding data for FD. */
166 void invalidate_fd (int fd);
168 /* Serve pread from the readahead cache. Returns number of bytes
169 read, or 0 if the request can't be served from the cache. */
170 int pread (int fd, gdb_byte *read_buf, size_t len, ULONGEST offset);
172 /* The file descriptor for the file that is being cached. -1 if the
176 /* The offset into the file that the cache buffer corresponds
180 /* The buffer holding the cache contents. */
181 gdb_byte *buf = nullptr;
182 /* The buffer's size. We try to read as much as fits into a packet
186 /* Cache hit and miss counters. */
187 ULONGEST hit_count = 0;
188 ULONGEST miss_count = 0;
191 /* Description of the remote protocol for a given architecture. */
195 long offset; /* Offset into G packet. */
196 long regnum; /* GDB's internal register number. */
197 LONGEST pnum; /* Remote protocol register number. */
198 int in_g_packet; /* Always part of G packet. */
199 /* long size in bytes; == register_size (target_gdbarch (), regnum);
201 /* char *name; == gdbarch_register_name (target_gdbarch (), regnum);
205 struct remote_arch_state
207 explicit remote_arch_state (struct gdbarch *gdbarch);
209 /* Description of the remote protocol registers. */
210 long sizeof_g_packet;
212 /* Description of the remote protocol registers indexed by REGNUM
213 (making an array gdbarch_num_regs in size). */
214 std::unique_ptr<packet_reg[]> regs;
216 /* This is the size (in chars) of the first response to the ``g''
217 packet. It is used as a heuristic when determining the maximum
218 size of memory-read and memory-write packets. A target will
219 typically only reserve a buffer large enough to hold the ``g''
220 packet. The size does not include packet overhead (headers and
222 long actual_register_packet_size;
224 /* This is the maximum size (in chars) of a non read/write packet.
225 It is also used as a cap on the size of read/write packets. */
226 long remote_packet_size;
229 /* Description of the remote protocol state for the currently
230 connected target. This is per-target state, and independent of the
231 selected architecture. */
240 /* Get the remote arch state for GDBARCH. */
241 struct remote_arch_state *get_remote_arch_state (struct gdbarch *gdbarch);
245 /* A buffer to use for incoming packets, and its current size. The
246 buffer is grown dynamically for larger incoming packets.
247 Outgoing packets may also be constructed in this buffer.
248 BUF_SIZE is always at least REMOTE_PACKET_SIZE;
249 REMOTE_PACKET_SIZE should be used to limit the length of outgoing
254 /* True if we're going through initial connection setup (finding out
255 about the remote side's threads, relocating symbols, etc.). */
256 bool starting_up = false;
258 /* If we negotiated packet size explicitly (and thus can bypass
259 heuristics for the largest packet size that will not overflow
260 a buffer in the stub), this will be set to that packet size.
261 Otherwise zero, meaning to use the guessed size. */
262 long explicit_packet_size = 0;
264 /* remote_wait is normally called when the target is running and
265 waits for a stop reply packet. But sometimes we need to call it
266 when the target is already stopped. We can send a "?" packet
267 and have remote_wait read the response. Or, if we already have
268 the response, we can stash it in BUF and tell remote_wait to
269 skip calling getpkt. This flag is set when BUF contains a
270 stop reply packet and the target is not waiting. */
271 int cached_wait_status = 0;
273 /* True, if in no ack mode. That is, neither GDB nor the stub will
274 expect acks from each other. The connection is assumed to be
276 bool noack_mode = false;
278 /* True if we're connected in extended remote mode. */
279 bool extended = false;
281 /* True if we resumed the target and we're waiting for the target to
282 stop. In the mean time, we can't start another command/query.
283 The remote server wouldn't be ready to process it, so we'd
284 timeout waiting for a reply that would never come and eventually
285 we'd close the connection. This can happen in asynchronous mode
286 because we allow GDB commands while the target is running. */
287 bool waiting_for_stop_reply = false;
289 /* The status of the stub support for the various vCont actions. */
290 vCont_action_support supports_vCont;
292 /* True if the user has pressed Ctrl-C, but the target hasn't
293 responded to that. */
294 bool ctrlc_pending_p = false;
296 /* True if we saw a Ctrl-C while reading or writing from/to the
297 remote descriptor. At that point it is not safe to send a remote
298 interrupt packet, so we instead remember we saw the Ctrl-C and
299 process it once we're done with sending/receiving the current
300 packet, which should be shortly. If however that takes too long,
301 and the user presses Ctrl-C again, we offer to disconnect. */
302 bool got_ctrlc_during_io = false;
304 /* Descriptor for I/O to remote machine. Initialize it to NULL so that
305 remote_open knows that we don't have a file open when the program
307 struct serial *remote_desc = nullptr;
309 /* These are the threads which we last sent to the remote system. The
310 TID member will be -1 for all or -2 for not sent yet. */
311 ptid_t general_thread = null_ptid;
312 ptid_t continue_thread = null_ptid;
314 /* This is the traceframe which we last selected on the remote system.
315 It will be -1 if no traceframe is selected. */
316 int remote_traceframe_number = -1;
318 char *last_pass_packet = nullptr;
320 /* The last QProgramSignals packet sent to the target. We bypass
321 sending a new program signals list down to the target if the new
322 packet is exactly the same as the last we sent. IOW, we only let
323 the target know about program signals list changes. */
324 char *last_program_signals_packet = nullptr;
326 gdb_signal last_sent_signal = GDB_SIGNAL_0;
328 bool last_sent_step = false;
330 /* The execution direction of the last resume we got. */
331 exec_direction_kind last_resume_exec_dir = EXEC_FORWARD;
333 char *finished_object = nullptr;
334 char *finished_annex = nullptr;
335 ULONGEST finished_offset = 0;
337 /* Should we try the 'ThreadInfo' query packet?
339 This variable (NOT available to the user: auto-detect only!)
340 determines whether GDB will use the new, simpler "ThreadInfo"
341 query or the older, more complex syntax for thread queries.
342 This is an auto-detect variable (set to true at each connect,
343 and set to false when the target fails to recognize it). */
344 bool use_threadinfo_query = false;
345 bool use_threadextra_query = false;
347 threadref echo_nextthread {};
348 threadref nextthread {};
349 threadref resultthreadlist[MAXTHREADLISTRESULTS] {};
351 /* The state of remote notification. */
352 struct remote_notif_state *notif_state = nullptr;
354 /* The branch trace configuration. */
355 struct btrace_config btrace_config {};
357 /* The argument to the last "vFile:setfs:" packet we sent, used
358 to avoid sending repeated unnecessary "vFile:setfs:" packets.
359 Initialized to -1 to indicate that no "vFile:setfs:" packet
360 has yet been sent. */
363 /* A readahead cache for vFile:pread. Often, reading a binary
364 involves a sequence of small reads. E.g., when parsing an ELF
365 file. A readahead cache helps mostly the case of remote
366 debugging on a connection with higher latency, due to the
367 request/reply nature of the RSP. We only cache data for a single
368 file descriptor at a time. */
369 struct readahead_cache readahead_cache;
371 /* The list of already fetched and acknowledged stop events. This
372 queue is used for notification Stop, and other notifications
373 don't need queue for their events, because the notification
374 events of Stop can't be consumed immediately, so that events
375 should be queued first, and be consumed by remote_wait_{ns,as}
376 one per time. Other notifications can consume their events
377 immediately, so queue is not needed for them. */
378 std::vector<stop_reply_up> stop_reply_queue;
380 /* Asynchronous signal handle registered as event loop source for
381 when we have pending events ready to be passed to the core. */
382 struct async_event_handler *remote_async_inferior_event_token = nullptr;
384 /* FIXME: cagney/1999-09-23: Even though getpkt was called with
385 ``forever'' still use the normal timeout mechanism. This is
386 currently used by the ASYNC code to guarentee that target reads
387 during the initial connect always time-out. Once getpkt has been
388 modified to return a timeout indication and, in turn
389 remote_wait()/wait_for_inferior() have gained a timeout parameter
391 int wait_forever_enabled_p = 1;
394 /* Mapping of remote protocol data for each gdbarch. Usually there
395 is only one entry here, though we may see more with stubs that
396 support multi-process. */
397 std::unordered_map<struct gdbarch *, remote_arch_state>
401 static const target_info remote_target_info = {
403 N_("Remote serial target in gdb-specific protocol"),
407 class remote_target : public target_ops
412 to_stratum = process_stratum;
414 ~remote_target () override;
416 const target_info &info () const override
417 { return remote_target_info; }
419 thread_control_capabilities get_thread_control_capabilities () override
420 { return tc_schedlock; }
422 /* Open a remote connection. */
423 static void open (const char *, int);
425 void close () override;
427 void detach (inferior *, int) override;
428 void disconnect (const char *, int) override;
430 void commit_resume () override;
431 void resume (ptid_t, int, enum gdb_signal) override;
432 ptid_t wait (ptid_t, struct target_waitstatus *, int) override;
434 void fetch_registers (struct regcache *, int) override;
435 void store_registers (struct regcache *, int) override;
436 void prepare_to_store (struct regcache *) override;
438 void files_info () override;
440 int insert_breakpoint (struct gdbarch *, struct bp_target_info *) override;
442 int remove_breakpoint (struct gdbarch *, struct bp_target_info *,
443 enum remove_bp_reason) override;
446 bool stopped_by_sw_breakpoint () override;
447 bool supports_stopped_by_sw_breakpoint () override;
449 bool stopped_by_hw_breakpoint () override;
451 bool supports_stopped_by_hw_breakpoint () override;
453 bool stopped_by_watchpoint () override;
455 bool stopped_data_address (CORE_ADDR *) override;
457 bool watchpoint_addr_within_range (CORE_ADDR, CORE_ADDR, int) override;
459 int can_use_hw_breakpoint (enum bptype, int, int) override;
461 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
463 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
465 int region_ok_for_hw_watchpoint (CORE_ADDR, int) override;
467 int insert_watchpoint (CORE_ADDR, int, enum target_hw_bp_type,
468 struct expression *) override;
470 int remove_watchpoint (CORE_ADDR, int, enum target_hw_bp_type,
471 struct expression *) override;
473 void kill () override;
475 void load (const char *, int) override;
477 void mourn_inferior () override;
479 void pass_signals (int, unsigned char *) override;
481 int set_syscall_catchpoint (int, bool, int,
482 gdb::array_view<const int>) override;
484 void program_signals (int, unsigned char *) override;
486 bool thread_alive (ptid_t ptid) override;
488 const char *thread_name (struct thread_info *) override;
490 void update_thread_list () override;
492 const char *pid_to_str (ptid_t) override;
494 const char *extra_thread_info (struct thread_info *) override;
496 ptid_t get_ada_task_ptid (long lwp, long thread) override;
498 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
500 inferior *inf) override;
502 void stop (ptid_t) override;
504 void interrupt () override;
506 void pass_ctrlc () override;
508 enum target_xfer_status xfer_partial (enum target_object object,
511 const gdb_byte *writebuf,
512 ULONGEST offset, ULONGEST len,
513 ULONGEST *xfered_len) override;
515 ULONGEST get_memory_xfer_limit () override;
517 void rcmd (const char *command, struct ui_file *output) override;
519 char *pid_to_exec_file (int pid) override;
521 void log_command (const char *cmd) override
523 serial_log_command (this, cmd);
526 CORE_ADDR get_thread_local_address (ptid_t ptid,
527 CORE_ADDR load_module_addr,
528 CORE_ADDR offset) override;
530 bool has_all_memory () override { return default_child_has_all_memory (); }
531 bool has_memory () override { return default_child_has_memory (); }
532 bool has_stack () override { return default_child_has_stack (); }
533 bool has_registers () override { return default_child_has_registers (); }
534 bool has_execution (ptid_t ptid) override { return default_child_has_execution (ptid); }
536 bool can_execute_reverse () override;
538 std::vector<mem_region> memory_map () override;
540 void flash_erase (ULONGEST address, LONGEST length) override;
542 void flash_done () override;
544 const struct target_desc *read_description () override;
546 int search_memory (CORE_ADDR start_addr, ULONGEST search_space_len,
547 const gdb_byte *pattern, ULONGEST pattern_len,
548 CORE_ADDR *found_addrp) override;
550 bool can_async_p () override;
552 bool is_async_p () override;
554 void async (int) override;
556 void thread_events (int) override;
558 int can_do_single_step () override;
560 void terminal_inferior () override;
562 void terminal_ours () override;
564 bool supports_non_stop () override;
566 bool supports_multi_process () override;
568 bool supports_disable_randomization () override;
570 bool filesystem_is_local () override;
573 int fileio_open (struct inferior *inf, const char *filename,
574 int flags, int mode, int warn_if_slow,
575 int *target_errno) override;
577 int fileio_pwrite (int fd, const gdb_byte *write_buf, int len,
578 ULONGEST offset, int *target_errno) override;
580 int fileio_pread (int fd, gdb_byte *read_buf, int len,
581 ULONGEST offset, int *target_errno) override;
583 int fileio_fstat (int fd, struct stat *sb, int *target_errno) override;
585 int fileio_close (int fd, int *target_errno) override;
587 int fileio_unlink (struct inferior *inf,
588 const char *filename,
589 int *target_errno) override;
591 gdb::optional<std::string>
592 fileio_readlink (struct inferior *inf,
593 const char *filename,
594 int *target_errno) override;
596 bool supports_enable_disable_tracepoint () override;
598 bool supports_string_tracing () override;
600 bool supports_evaluation_of_breakpoint_conditions () override;
602 bool can_run_breakpoint_commands () override;
604 void trace_init () override;
606 void download_tracepoint (struct bp_location *location) override;
608 bool can_download_tracepoint () override;
610 void download_trace_state_variable (const trace_state_variable &tsv) override;
612 void enable_tracepoint (struct bp_location *location) override;
614 void disable_tracepoint (struct bp_location *location) override;
616 void trace_set_readonly_regions () override;
618 void trace_start () override;
620 int get_trace_status (struct trace_status *ts) override;
622 void get_tracepoint_status (struct breakpoint *tp, struct uploaded_tp *utp)
625 void trace_stop () override;
627 int trace_find (enum trace_find_type type, int num,
628 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) override;
630 bool get_trace_state_variable_value (int tsv, LONGEST *val) override;
632 int save_trace_data (const char *filename) override;
634 int upload_tracepoints (struct uploaded_tp **utpp) override;
636 int upload_trace_state_variables (struct uploaded_tsv **utsvp) override;
638 LONGEST get_raw_trace_data (gdb_byte *buf, ULONGEST offset, LONGEST len) override;
640 int get_min_fast_tracepoint_insn_len () override;
642 void set_disconnected_tracing (int val) override;
644 void set_circular_trace_buffer (int val) override;
646 void set_trace_buffer_size (LONGEST val) override;
648 bool set_trace_notes (const char *user, const char *notes,
649 const char *stopnotes) override;
651 int core_of_thread (ptid_t ptid) override;
653 int verify_memory (const gdb_byte *data,
654 CORE_ADDR memaddr, ULONGEST size) override;
657 bool get_tib_address (ptid_t ptid, CORE_ADDR *addr) override;
659 void set_permissions () override;
661 bool static_tracepoint_marker_at (CORE_ADDR,
662 struct static_tracepoint_marker *marker)
665 std::vector<static_tracepoint_marker>
666 static_tracepoint_markers_by_strid (const char *id) override;
668 traceframe_info_up traceframe_info () override;
670 bool use_agent (bool use) override;
671 bool can_use_agent () override;
673 struct btrace_target_info *enable_btrace (ptid_t ptid,
674 const struct btrace_config *conf) override;
676 void disable_btrace (struct btrace_target_info *tinfo) override;
678 void teardown_btrace (struct btrace_target_info *tinfo) override;
680 enum btrace_error read_btrace (struct btrace_data *data,
681 struct btrace_target_info *btinfo,
682 enum btrace_read_type type) override;
684 const struct btrace_config *btrace_conf (const struct btrace_target_info *) override;
685 bool augmented_libraries_svr4_read () override;
686 int follow_fork (int, int) override;
687 void follow_exec (struct inferior *, char *) override;
688 int insert_fork_catchpoint (int) override;
689 int remove_fork_catchpoint (int) override;
690 int insert_vfork_catchpoint (int) override;
691 int remove_vfork_catchpoint (int) override;
692 int insert_exec_catchpoint (int) override;
693 int remove_exec_catchpoint (int) override;
694 enum exec_direction_kind execution_direction () override;
696 public: /* Remote specific methods. */
698 void remote_download_command_source (int num, ULONGEST addr,
699 struct command_line *cmds);
701 void remote_file_put (const char *local_file, const char *remote_file,
703 void remote_file_get (const char *remote_file, const char *local_file,
705 void remote_file_delete (const char *remote_file, int from_tty);
707 int remote_hostio_pread (int fd, gdb_byte *read_buf, int len,
708 ULONGEST offset, int *remote_errno);
709 int remote_hostio_pwrite (int fd, const gdb_byte *write_buf, int len,
710 ULONGEST offset, int *remote_errno);
711 int remote_hostio_pread_vFile (int fd, gdb_byte *read_buf, int len,
712 ULONGEST offset, int *remote_errno);
714 int remote_hostio_send_command (int command_bytes, int which_packet,
715 int *remote_errno, char **attachment,
716 int *attachment_len);
717 int remote_hostio_set_filesystem (struct inferior *inf,
719 /* We should get rid of this and use fileio_open directly. */
720 int remote_hostio_open (struct inferior *inf, const char *filename,
721 int flags, int mode, int warn_if_slow,
723 int remote_hostio_close (int fd, int *remote_errno);
725 int remote_hostio_unlink (inferior *inf, const char *filename,
728 struct remote_state *get_remote_state ();
730 long get_remote_packet_size (void);
731 long get_memory_packet_size (struct memory_packet_config *config);
733 long get_memory_write_packet_size ();
734 long get_memory_read_packet_size ();
736 char *append_pending_thread_resumptions (char *p, char *endp,
738 static void open_1 (const char *name, int from_tty, int extended_p);
739 void start_remote (int from_tty, int extended_p);
740 void remote_detach_1 (struct inferior *inf, int from_tty);
742 char *append_resumption (char *p, char *endp,
743 ptid_t ptid, int step, gdb_signal siggnal);
744 int remote_resume_with_vcont (ptid_t ptid, int step,
747 void add_current_inferior_and_thread (char *wait_status);
749 ptid_t wait_ns (ptid_t ptid, struct target_waitstatus *status,
751 ptid_t wait_as (ptid_t ptid, target_waitstatus *status,
754 ptid_t process_stop_reply (struct stop_reply *stop_reply,
755 target_waitstatus *status);
757 void remote_notice_new_inferior (ptid_t currthread, int executing);
759 void process_initial_stop_replies (int from_tty);
761 thread_info *remote_add_thread (ptid_t ptid, bool running, bool executing);
763 void btrace_sync_conf (const btrace_config *conf);
765 void remote_btrace_maybe_reopen ();
767 void remove_new_fork_children (threads_listing_context *context);
768 void kill_new_fork_children (int pid);
769 void discard_pending_stop_replies (struct inferior *inf);
770 int stop_reply_queue_length ();
772 void check_pending_events_prevent_wildcard_vcont
773 (int *may_global_wildcard_vcont);
775 void discard_pending_stop_replies_in_queue ();
776 struct stop_reply *remote_notif_remove_queued_reply (ptid_t ptid);
777 struct stop_reply *queued_stop_reply (ptid_t ptid);
778 int peek_stop_reply (ptid_t ptid);
779 void remote_parse_stop_reply (char *buf, stop_reply *event);
781 void remote_stop_ns (ptid_t ptid);
782 void remote_interrupt_as ();
783 void remote_interrupt_ns ();
785 char *remote_get_noisy_reply ();
786 int remote_query_attached (int pid);
787 inferior *remote_add_inferior (int fake_pid_p, int pid, int attached,
790 ptid_t remote_current_thread (ptid_t oldpid);
791 ptid_t get_current_thread (char *wait_status);
793 void set_thread (ptid_t ptid, int gen);
794 void set_general_thread (ptid_t ptid);
795 void set_continue_thread (ptid_t ptid);
796 void set_general_process ();
798 char *write_ptid (char *buf, const char *endbuf, ptid_t ptid);
800 int remote_unpack_thread_info_response (char *pkt, threadref *expectedref,
801 gdb_ext_thread_info *info);
802 int remote_get_threadinfo (threadref *threadid, int fieldset,
803 gdb_ext_thread_info *info);
805 int parse_threadlist_response (char *pkt, int result_limit,
806 threadref *original_echo,
807 threadref *resultlist,
809 int remote_get_threadlist (int startflag, threadref *nextthread,
810 int result_limit, int *done, int *result_count,
811 threadref *threadlist);
813 int remote_threadlist_iterator (rmt_thread_action stepfunction,
814 void *context, int looplimit);
816 int remote_get_threads_with_ql (threads_listing_context *context);
817 int remote_get_threads_with_qxfer (threads_listing_context *context);
818 int remote_get_threads_with_qthreadinfo (threads_listing_context *context);
820 void extended_remote_restart ();
824 void remote_check_symbols ();
826 void remote_supported_packet (const struct protocol_feature *feature,
827 enum packet_support support,
828 const char *argument);
830 void remote_query_supported ();
832 void remote_packet_size (const protocol_feature *feature,
833 packet_support support, const char *value);
835 void remote_serial_quit_handler ();
837 void remote_detach_pid (int pid);
839 void remote_vcont_probe ();
841 void remote_resume_with_hc (ptid_t ptid, int step,
844 void send_interrupt_sequence ();
845 void interrupt_query ();
847 void remote_notif_get_pending_events (notif_client *nc);
849 int fetch_register_using_p (struct regcache *regcache,
851 int send_g_packet ();
852 void process_g_packet (struct regcache *regcache);
853 void fetch_registers_using_g (struct regcache *regcache);
854 int store_register_using_P (const struct regcache *regcache,
856 void store_registers_using_G (const struct regcache *regcache);
858 void set_remote_traceframe ();
860 void check_binary_download (CORE_ADDR addr);
862 target_xfer_status remote_write_bytes_aux (const char *header,
864 const gdb_byte *myaddr,
867 ULONGEST *xfered_len_units,
871 target_xfer_status remote_write_bytes (CORE_ADDR memaddr,
872 const gdb_byte *myaddr, ULONGEST len,
873 int unit_size, ULONGEST *xfered_len);
875 target_xfer_status remote_read_bytes_1 (CORE_ADDR memaddr, gdb_byte *myaddr,
877 int unit_size, ULONGEST *xfered_len_units);
879 target_xfer_status remote_xfer_live_readonly_partial (gdb_byte *readbuf,
883 ULONGEST *xfered_len);
885 target_xfer_status remote_read_bytes (CORE_ADDR memaddr,
886 gdb_byte *myaddr, ULONGEST len,
888 ULONGEST *xfered_len);
890 packet_result remote_send_printf (const char *format, ...)
891 ATTRIBUTE_PRINTF (2, 3);
893 target_xfer_status remote_flash_write (ULONGEST address,
894 ULONGEST length, ULONGEST *xfered_len,
895 const gdb_byte *data);
897 int readchar (int timeout);
899 void remote_serial_write (const char *str, int len);
901 int putpkt (const char *buf);
902 int putpkt_binary (const char *buf, int cnt);
905 long read_frame (char **buf_p, long *sizeof_buf);
906 void getpkt (char **buf, long *sizeof_buf, int forever);
907 int getpkt_or_notif_sane_1 (char **buf, long *sizeof_buf, int forever,
908 int expecting_notif, int *is_notif);
909 int getpkt_sane (char **buf, long *sizeof_buf, int forever);
910 int getpkt_or_notif_sane (char **buf, long *sizeof_buf, int forever,
912 int remote_vkill (int pid);
913 void remote_kill_k ();
915 void extended_remote_disable_randomization (int val);
916 int extended_remote_run (const std::string &args);
918 void send_environment_packet (const char *action,
922 void extended_remote_environment_support ();
923 void extended_remote_set_inferior_cwd ();
925 target_xfer_status remote_write_qxfer (const char *object_name,
927 const gdb_byte *writebuf,
928 ULONGEST offset, LONGEST len,
929 ULONGEST *xfered_len,
930 struct packet_config *packet);
932 target_xfer_status remote_read_qxfer (const char *object_name,
934 gdb_byte *readbuf, ULONGEST offset,
936 ULONGEST *xfered_len,
937 struct packet_config *packet);
939 void push_stop_reply (struct stop_reply *new_event);
941 bool vcont_r_supported ();
943 void packet_command (const char *args, int from_tty);
945 private: /* data fields */
947 /* The remote state. Don't reference this directly. Use the
948 get_remote_state method instead. */
949 remote_state m_remote_state;
952 static const target_info extended_remote_target_info = {
954 N_("Extended remote serial target in gdb-specific protocol"),
958 /* Set up the extended remote target by extending the standard remote
959 target and adding to it. */
961 class extended_remote_target final : public remote_target
964 const target_info &info () const override
965 { return extended_remote_target_info; }
967 /* Open an extended-remote connection. */
968 static void open (const char *, int);
970 bool can_create_inferior () override { return true; }
971 void create_inferior (const char *, const std::string &,
972 char **, int) override;
974 void detach (inferior *, int) override;
976 bool can_attach () override { return true; }
977 void attach (const char *, int) override;
979 void post_attach (int) override;
980 bool supports_disable_randomization () override;
983 /* Per-program-space data key. */
984 static const struct program_space_data *remote_pspace_data;
986 /* The variable registered as the control variable used by the
987 remote exec-file commands. While the remote exec-file setting is
988 per-program-space, the set/show machinery uses this as the
989 location of the remote exec-file value. */
990 static char *remote_exec_file_var;
992 /* The size to align memory write packets, when practical. The protocol
993 does not guarantee any alignment, and gdb will generate short
994 writes and unaligned writes, but even as a best-effort attempt this
995 can improve bulk transfers. For instance, if a write is misaligned
996 relative to the target's data bus, the stub may need to make an extra
997 round trip fetching data from the target. This doesn't make a
998 huge difference, but it's easy to do, so we try to be helpful.
1000 The alignment chosen is arbitrary; usually data bus width is
1001 important here, not the possibly larger cache line size. */
1002 enum { REMOTE_ALIGN_WRITES = 16 };
1004 /* Prototypes for local functions. */
1006 static int hexnumlen (ULONGEST num);
1008 static int stubhex (int ch);
1010 static int hexnumstr (char *, ULONGEST);
1012 static int hexnumnstr (char *, ULONGEST, int);
1014 static CORE_ADDR remote_address_masked (CORE_ADDR);
1016 static void print_packet (const char *);
1018 static int stub_unpack_int (char *buff, int fieldlength);
1020 struct packet_config;
1022 static void show_packet_config_cmd (struct packet_config *config);
1024 static void show_remote_protocol_packet_cmd (struct ui_file *file,
1026 struct cmd_list_element *c,
1029 static ptid_t read_ptid (const char *buf, const char **obuf);
1031 static void remote_async_inferior_event_handler (gdb_client_data);
1033 static int remote_read_description_p (struct target_ops *target);
1035 static void remote_console_output (char *msg);
1037 static void remote_btrace_reset (remote_state *rs);
1039 static void remote_unpush_and_throw (void);
1043 static struct cmd_list_element *remote_cmdlist;
1045 /* For "set remote" and "show remote". */
1047 static struct cmd_list_element *remote_set_cmdlist;
1048 static struct cmd_list_element *remote_show_cmdlist;
1050 /* Controls whether GDB is willing to use range stepping. */
1052 static int use_range_stepping = 1;
1054 /* The max number of chars in debug output. The rest of chars are
1057 #define REMOTE_DEBUG_MAX_CHAR 512
1059 /* Private data that we'll store in (struct thread_info)->priv. */
1060 struct remote_thread_info : public private_thread_info
1066 /* Thread handle, perhaps a pthread_t or thread_t value, stored as a
1067 sequence of bytes. */
1068 gdb::byte_vector thread_handle;
1070 /* Whether the target stopped for a breakpoint/watchpoint. */
1071 enum target_stop_reason stop_reason = TARGET_STOPPED_BY_NO_REASON;
1073 /* This is set to the data address of the access causing the target
1074 to stop for a watchpoint. */
1075 CORE_ADDR watch_data_address = 0;
1077 /* Fields used by the vCont action coalescing implemented in
1078 remote_resume / remote_commit_resume. remote_resume stores each
1079 thread's last resume request in these fields, so that a later
1080 remote_commit_resume knows which is the proper action for this
1081 thread to include in the vCont packet. */
1083 /* True if the last target_resume call for this thread was a step
1084 request, false if a continue request. */
1085 int last_resume_step = 0;
1087 /* The signal specified in the last target_resume call for this
1089 gdb_signal last_resume_sig = GDB_SIGNAL_0;
1091 /* Whether this thread was already vCont-resumed on the remote
1093 int vcont_resumed = 0;
1096 remote_state::remote_state ()
1098 /* The default buffer size is unimportant; it will be expanded
1099 whenever a larger buffer is needed. */
1100 this->buf_size = 400;
1101 this->buf = (char *) xmalloc (this->buf_size);
1104 remote_state::~remote_state ()
1106 xfree (this->last_pass_packet);
1107 xfree (this->last_program_signals_packet);
1109 xfree (this->finished_object);
1110 xfree (this->finished_annex);
1113 /* Utility: generate error from an incoming stub packet. */
1115 trace_error (char *buf)
1118 return; /* not an error msg */
1121 case '1': /* malformed packet error */
1122 if (*++buf == '0') /* general case: */
1123 error (_("remote.c: error in outgoing packet."));
1125 error (_("remote.c: error in outgoing packet at field #%ld."),
1126 strtol (buf, NULL, 16));
1128 error (_("Target returns error code '%s'."), buf);
1132 /* Utility: wait for reply from stub, while accepting "O" packets. */
1135 remote_target::remote_get_noisy_reply ()
1137 struct remote_state *rs = get_remote_state ();
1139 do /* Loop on reply from remote stub. */
1143 QUIT; /* Allow user to bail out with ^C. */
1144 getpkt (&rs->buf, &rs->buf_size, 0);
1148 else if (startswith (buf, "qRelocInsn:"))
1151 CORE_ADDR from, to, org_to;
1153 int adjusted_size = 0;
1156 p = buf + strlen ("qRelocInsn:");
1157 pp = unpack_varlen_hex (p, &ul);
1159 error (_("invalid qRelocInsn packet: %s"), buf);
1163 unpack_varlen_hex (p, &ul);
1170 gdbarch_relocate_instruction (target_gdbarch (), &to, from);
1173 CATCH (ex, RETURN_MASK_ALL)
1175 if (ex.error == MEMORY_ERROR)
1177 /* Propagate memory errors silently back to the
1178 target. The stub may have limited the range of
1179 addresses we can write to, for example. */
1183 /* Something unexpectedly bad happened. Be verbose
1184 so we can tell what, and propagate the error back
1185 to the stub, so it doesn't get stuck waiting for
1187 exception_fprintf (gdb_stderr, ex,
1188 _("warning: relocating instruction: "));
1196 adjusted_size = to - org_to;
1198 xsnprintf (buf, rs->buf_size, "qRelocInsn:%x", adjusted_size);
1202 else if (buf[0] == 'O' && buf[1] != 'K')
1203 remote_console_output (buf + 1); /* 'O' message from stub */
1205 return buf; /* Here's the actual reply. */
1210 struct remote_arch_state *
1211 remote_state::get_remote_arch_state (struct gdbarch *gdbarch)
1213 remote_arch_state *rsa;
1215 auto it = this->m_arch_states.find (gdbarch);
1216 if (it == this->m_arch_states.end ())
1218 auto p = this->m_arch_states.emplace (std::piecewise_construct,
1219 std::forward_as_tuple (gdbarch),
1220 std::forward_as_tuple (gdbarch));
1221 rsa = &p.first->second;
1223 /* Make sure that the packet buffer is plenty big enough for
1224 this architecture. */
1225 if (this->buf_size < rsa->remote_packet_size)
1227 this->buf_size = 2 * rsa->remote_packet_size;
1228 this->buf = (char *) xrealloc (this->buf, this->buf_size);
1237 /* Fetch the global remote target state. */
1240 remote_target::get_remote_state ()
1242 /* Make sure that the remote architecture state has been
1243 initialized, because doing so might reallocate rs->buf. Any
1244 function which calls getpkt also needs to be mindful of changes
1245 to rs->buf, but this call limits the number of places which run
1247 m_remote_state.get_remote_arch_state (target_gdbarch ());
1249 return &m_remote_state;
1252 /* Cleanup routine for the remote module's pspace data. */
1255 remote_pspace_data_cleanup (struct program_space *pspace, void *arg)
1257 char *remote_exec_file = (char *) arg;
1259 xfree (remote_exec_file);
1262 /* Fetch the remote exec-file from the current program space. */
1265 get_remote_exec_file (void)
1267 char *remote_exec_file;
1270 = (char *) program_space_data (current_program_space,
1271 remote_pspace_data);
1272 if (remote_exec_file == NULL)
1275 return remote_exec_file;
1278 /* Set the remote exec file for PSPACE. */
1281 set_pspace_remote_exec_file (struct program_space *pspace,
1282 char *remote_exec_file)
1284 char *old_file = (char *) program_space_data (pspace, remote_pspace_data);
1287 set_program_space_data (pspace, remote_pspace_data,
1288 xstrdup (remote_exec_file));
1291 /* The "set/show remote exec-file" set command hook. */
1294 set_remote_exec_file (const char *ignored, int from_tty,
1295 struct cmd_list_element *c)
1297 gdb_assert (remote_exec_file_var != NULL);
1298 set_pspace_remote_exec_file (current_program_space, remote_exec_file_var);
1301 /* The "set/show remote exec-file" show command hook. */
1304 show_remote_exec_file (struct ui_file *file, int from_tty,
1305 struct cmd_list_element *cmd, const char *value)
1307 fprintf_filtered (file, "%s\n", remote_exec_file_var);
1311 compare_pnums (const void *lhs_, const void *rhs_)
1313 const struct packet_reg * const *lhs
1314 = (const struct packet_reg * const *) lhs_;
1315 const struct packet_reg * const *rhs
1316 = (const struct packet_reg * const *) rhs_;
1318 if ((*lhs)->pnum < (*rhs)->pnum)
1320 else if ((*lhs)->pnum == (*rhs)->pnum)
1327 map_regcache_remote_table (struct gdbarch *gdbarch, struct packet_reg *regs)
1329 int regnum, num_remote_regs, offset;
1330 struct packet_reg **remote_regs;
1332 for (regnum = 0; regnum < gdbarch_num_regs (gdbarch); regnum++)
1334 struct packet_reg *r = ®s[regnum];
1336 if (register_size (gdbarch, regnum) == 0)
1337 /* Do not try to fetch zero-sized (placeholder) registers. */
1340 r->pnum = gdbarch_remote_register_number (gdbarch, regnum);
1345 /* Define the g/G packet format as the contents of each register
1346 with a remote protocol number, in order of ascending protocol
1349 remote_regs = XALLOCAVEC (struct packet_reg *, gdbarch_num_regs (gdbarch));
1350 for (num_remote_regs = 0, regnum = 0;
1351 regnum < gdbarch_num_regs (gdbarch);
1353 if (regs[regnum].pnum != -1)
1354 remote_regs[num_remote_regs++] = ®s[regnum];
1356 qsort (remote_regs, num_remote_regs, sizeof (struct packet_reg *),
1359 for (regnum = 0, offset = 0; regnum < num_remote_regs; regnum++)
1361 remote_regs[regnum]->in_g_packet = 1;
1362 remote_regs[regnum]->offset = offset;
1363 offset += register_size (gdbarch, remote_regs[regnum]->regnum);
1369 /* Given the architecture described by GDBARCH, return the remote
1370 protocol register's number and the register's offset in the g/G
1371 packets of GDB register REGNUM, in PNUM and POFFSET respectively.
1372 If the target does not have a mapping for REGNUM, return false,
1373 otherwise, return true. */
1376 remote_register_number_and_offset (struct gdbarch *gdbarch, int regnum,
1377 int *pnum, int *poffset)
1379 gdb_assert (regnum < gdbarch_num_regs (gdbarch));
1381 std::vector<packet_reg> regs (gdbarch_num_regs (gdbarch));
1383 map_regcache_remote_table (gdbarch, regs.data ());
1385 *pnum = regs[regnum].pnum;
1386 *poffset = regs[regnum].offset;
1391 remote_arch_state::remote_arch_state (struct gdbarch *gdbarch)
1393 /* Use the architecture to build a regnum<->pnum table, which will be
1394 1:1 unless a feature set specifies otherwise. */
1395 this->regs.reset (new packet_reg [gdbarch_num_regs (gdbarch)] ());
1397 /* Record the maximum possible size of the g packet - it may turn out
1399 this->sizeof_g_packet
1400 = map_regcache_remote_table (gdbarch, this->regs.get ());
1402 /* Default maximum number of characters in a packet body. Many
1403 remote stubs have a hardwired buffer size of 400 bytes
1404 (c.f. BUFMAX in m68k-stub.c and i386-stub.c). BUFMAX-1 is used
1405 as the maximum packet-size to ensure that the packet and an extra
1406 NUL character can always fit in the buffer. This stops GDB
1407 trashing stubs that try to squeeze an extra NUL into what is
1408 already a full buffer (As of 1999-12-04 that was most stubs). */
1409 this->remote_packet_size = 400 - 1;
1411 /* This one is filled in when a ``g'' packet is received. */
1412 this->actual_register_packet_size = 0;
1414 /* Should rsa->sizeof_g_packet needs more space than the
1415 default, adjust the size accordingly. Remember that each byte is
1416 encoded as two characters. 32 is the overhead for the packet
1417 header / footer. NOTE: cagney/1999-10-26: I suspect that 8
1418 (``$NN:G...#NN'') is a better guess, the below has been padded a
1420 if (this->sizeof_g_packet > ((this->remote_packet_size - 32) / 2))
1421 this->remote_packet_size = (this->sizeof_g_packet * 2 + 32);
1424 /* Get a pointer to the current remote target. If not connected to a
1425 remote target, return NULL. */
1427 static remote_target *
1428 get_current_remote_target ()
1430 target_ops *proc_target = find_target_at (process_stratum);
1431 return dynamic_cast<remote_target *> (proc_target);
1434 /* Return the current allowed size of a remote packet. This is
1435 inferred from the current architecture, and should be used to
1436 limit the length of outgoing packets. */
1438 remote_target::get_remote_packet_size ()
1440 struct remote_state *rs = get_remote_state ();
1441 remote_arch_state *rsa = rs->get_remote_arch_state (target_gdbarch ());
1443 if (rs->explicit_packet_size)
1444 return rs->explicit_packet_size;
1446 return rsa->remote_packet_size;
1449 static struct packet_reg *
1450 packet_reg_from_regnum (struct gdbarch *gdbarch, struct remote_arch_state *rsa,
1453 if (regnum < 0 && regnum >= gdbarch_num_regs (gdbarch))
1457 struct packet_reg *r = &rsa->regs[regnum];
1459 gdb_assert (r->regnum == regnum);
1464 static struct packet_reg *
1465 packet_reg_from_pnum (struct gdbarch *gdbarch, struct remote_arch_state *rsa,
1470 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
1472 struct packet_reg *r = &rsa->regs[i];
1474 if (r->pnum == pnum)
1480 /* Allow the user to specify what sequence to send to the remote
1481 when he requests a program interruption: Although ^C is usually
1482 what remote systems expect (this is the default, here), it is
1483 sometimes preferable to send a break. On other systems such
1484 as the Linux kernel, a break followed by g, which is Magic SysRq g
1485 is required in order to interrupt the execution. */
1486 const char interrupt_sequence_control_c[] = "Ctrl-C";
1487 const char interrupt_sequence_break[] = "BREAK";
1488 const char interrupt_sequence_break_g[] = "BREAK-g";
1489 static const char *const interrupt_sequence_modes[] =
1491 interrupt_sequence_control_c,
1492 interrupt_sequence_break,
1493 interrupt_sequence_break_g,
1496 static const char *interrupt_sequence_mode = interrupt_sequence_control_c;
1499 show_interrupt_sequence (struct ui_file *file, int from_tty,
1500 struct cmd_list_element *c,
1503 if (interrupt_sequence_mode == interrupt_sequence_control_c)
1504 fprintf_filtered (file,
1505 _("Send the ASCII ETX character (Ctrl-c) "
1506 "to the remote target to interrupt the "
1507 "execution of the program.\n"));
1508 else if (interrupt_sequence_mode == interrupt_sequence_break)
1509 fprintf_filtered (file,
1510 _("send a break signal to the remote target "
1511 "to interrupt the execution of the program.\n"));
1512 else if (interrupt_sequence_mode == interrupt_sequence_break_g)
1513 fprintf_filtered (file,
1514 _("Send a break signal and 'g' a.k.a. Magic SysRq g to "
1515 "the remote target to interrupt the execution "
1516 "of Linux kernel.\n"));
1518 internal_error (__FILE__, __LINE__,
1519 _("Invalid value for interrupt_sequence_mode: %s."),
1520 interrupt_sequence_mode);
1523 /* This boolean variable specifies whether interrupt_sequence is sent
1524 to the remote target when gdb connects to it.
1525 This is mostly needed when you debug the Linux kernel: The Linux kernel
1526 expects BREAK g which is Magic SysRq g for connecting gdb. */
1527 static int interrupt_on_connect = 0;
1529 /* This variable is used to implement the "set/show remotebreak" commands.
1530 Since these commands are now deprecated in favor of "set/show remote
1531 interrupt-sequence", it no longer has any effect on the code. */
1532 static int remote_break;
1535 set_remotebreak (const char *args, int from_tty, struct cmd_list_element *c)
1538 interrupt_sequence_mode = interrupt_sequence_break;
1540 interrupt_sequence_mode = interrupt_sequence_control_c;
1544 show_remotebreak (struct ui_file *file, int from_tty,
1545 struct cmd_list_element *c,
1550 /* This variable sets the number of bits in an address that are to be
1551 sent in a memory ("M" or "m") packet. Normally, after stripping
1552 leading zeros, the entire address would be sent. This variable
1553 restricts the address to REMOTE_ADDRESS_SIZE bits. HISTORY: The
1554 initial implementation of remote.c restricted the address sent in
1555 memory packets to ``host::sizeof long'' bytes - (typically 32
1556 bits). Consequently, for 64 bit targets, the upper 32 bits of an
1557 address was never sent. Since fixing this bug may cause a break in
1558 some remote targets this variable is principly provided to
1559 facilitate backward compatibility. */
1561 static unsigned int remote_address_size;
1564 /* User configurable variables for the number of characters in a
1565 memory read/write packet. MIN (rsa->remote_packet_size,
1566 rsa->sizeof_g_packet) is the default. Some targets need smaller
1567 values (fifo overruns, et.al.) and some users need larger values
1568 (speed up transfers). The variables ``preferred_*'' (the user
1569 request), ``current_*'' (what was actually set) and ``forced_*''
1570 (Positive - a soft limit, negative - a hard limit). */
1572 struct memory_packet_config
1579 /* The default max memory-write-packet-size, when the setting is
1580 "fixed". The 16k is historical. (It came from older GDB's using
1581 alloca for buffers and the knowledge (folklore?) that some hosts
1582 don't cope very well with large alloca calls.) */
1583 #define DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED 16384
1585 /* The minimum remote packet size for memory transfers. Ensures we
1586 can write at least one byte. */
1587 #define MIN_MEMORY_PACKET_SIZE 20
1589 /* Get the memory packet size, assuming it is fixed. */
1592 get_fixed_memory_packet_size (struct memory_packet_config *config)
1594 gdb_assert (config->fixed_p);
1596 if (config->size <= 0)
1597 return DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED;
1599 return config->size;
1602 /* Compute the current size of a read/write packet. Since this makes
1603 use of ``actual_register_packet_size'' the computation is dynamic. */
1606 remote_target::get_memory_packet_size (struct memory_packet_config *config)
1608 struct remote_state *rs = get_remote_state ();
1609 remote_arch_state *rsa = rs->get_remote_arch_state (target_gdbarch ());
1612 if (config->fixed_p)
1613 what_they_get = get_fixed_memory_packet_size (config);
1616 what_they_get = get_remote_packet_size ();
1617 /* Limit the packet to the size specified by the user. */
1618 if (config->size > 0
1619 && what_they_get > config->size)
1620 what_they_get = config->size;
1622 /* Limit it to the size of the targets ``g'' response unless we have
1623 permission from the stub to use a larger packet size. */
1624 if (rs->explicit_packet_size == 0
1625 && rsa->actual_register_packet_size > 0
1626 && what_they_get > rsa->actual_register_packet_size)
1627 what_they_get = rsa->actual_register_packet_size;
1629 if (what_they_get < MIN_MEMORY_PACKET_SIZE)
1630 what_they_get = MIN_MEMORY_PACKET_SIZE;
1632 /* Make sure there is room in the global buffer for this packet
1633 (including its trailing NUL byte). */
1634 if (rs->buf_size < what_they_get + 1)
1636 rs->buf_size = 2 * what_they_get;
1637 rs->buf = (char *) xrealloc (rs->buf, 2 * what_they_get);
1640 return what_they_get;
1643 /* Update the size of a read/write packet. If they user wants
1644 something really big then do a sanity check. */
1647 set_memory_packet_size (const char *args, struct memory_packet_config *config)
1649 int fixed_p = config->fixed_p;
1650 long size = config->size;
1653 error (_("Argument required (integer, `fixed' or `limited')."));
1654 else if (strcmp (args, "hard") == 0
1655 || strcmp (args, "fixed") == 0)
1657 else if (strcmp (args, "soft") == 0
1658 || strcmp (args, "limit") == 0)
1664 size = strtoul (args, &end, 0);
1666 error (_("Invalid %s (bad syntax)."), config->name);
1668 /* Instead of explicitly capping the size of a packet to or
1669 disallowing it, the user is allowed to set the size to
1670 something arbitrarily large. */
1674 if (fixed_p && !config->fixed_p)
1676 /* So that the query shows the correct value. */
1677 long query_size = (size <= 0
1678 ? DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED
1681 if (! query (_("The target may not be able to correctly handle a %s\n"
1682 "of %ld bytes. Change the packet size? "),
1683 config->name, query_size))
1684 error (_("Packet size not changed."));
1686 /* Update the config. */
1687 config->fixed_p = fixed_p;
1688 config->size = size;
1692 show_memory_packet_size (struct memory_packet_config *config)
1694 if (config->size == 0)
1695 printf_filtered (_("The %s is 0 (default). "), config->name);
1697 printf_filtered (_("The %s is %ld. "), config->name, config->size);
1698 if (config->fixed_p)
1699 printf_filtered (_("Packets are fixed at %ld bytes.\n"),
1700 get_fixed_memory_packet_size (config));
1703 remote_target *remote = get_current_remote_target ();
1706 printf_filtered (_("Packets are limited to %ld bytes.\n"),
1707 remote->get_memory_packet_size (config));
1709 puts_filtered ("The actual limit will be further reduced "
1710 "dependent on the target.\n");
1714 static struct memory_packet_config memory_write_packet_config =
1716 "memory-write-packet-size",
1720 set_memory_write_packet_size (const char *args, int from_tty)
1722 set_memory_packet_size (args, &memory_write_packet_config);
1726 show_memory_write_packet_size (const char *args, int from_tty)
1728 show_memory_packet_size (&memory_write_packet_config);
1731 /* Show the number of hardware watchpoints that can be used. */
1734 show_hardware_watchpoint_limit (struct ui_file *file, int from_tty,
1735 struct cmd_list_element *c,
1738 fprintf_filtered (file, _("The maximum number of target hardware "
1739 "watchpoints is %s.\n"), value);
1742 /* Show the length limit (in bytes) for hardware watchpoints. */
1745 show_hardware_watchpoint_length_limit (struct ui_file *file, int from_tty,
1746 struct cmd_list_element *c,
1749 fprintf_filtered (file, _("The maximum length (in bytes) of a target "
1750 "hardware watchpoint is %s.\n"), value);
1753 /* Show the number of hardware breakpoints that can be used. */
1756 show_hardware_breakpoint_limit (struct ui_file *file, int from_tty,
1757 struct cmd_list_element *c,
1760 fprintf_filtered (file, _("The maximum number of target hardware "
1761 "breakpoints is %s.\n"), value);
1765 remote_target::get_memory_write_packet_size ()
1767 return get_memory_packet_size (&memory_write_packet_config);
1770 static struct memory_packet_config memory_read_packet_config =
1772 "memory-read-packet-size",
1776 set_memory_read_packet_size (const char *args, int from_tty)
1778 set_memory_packet_size (args, &memory_read_packet_config);
1782 show_memory_read_packet_size (const char *args, int from_tty)
1784 show_memory_packet_size (&memory_read_packet_config);
1788 remote_target::get_memory_read_packet_size ()
1790 long size = get_memory_packet_size (&memory_read_packet_config);
1792 /* FIXME: cagney/1999-11-07: Functions like getpkt() need to get an
1793 extra buffer size argument before the memory read size can be
1794 increased beyond this. */
1795 if (size > get_remote_packet_size ())
1796 size = get_remote_packet_size ();
1802 struct packet_config
1807 /* If auto, GDB auto-detects support for this packet or feature,
1808 either through qSupported, or by trying the packet and looking
1809 at the response. If true, GDB assumes the target supports this
1810 packet. If false, the packet is disabled. Configs that don't
1811 have an associated command always have this set to auto. */
1812 enum auto_boolean detect;
1814 /* Does the target support this packet? */
1815 enum packet_support support;
1818 static enum packet_support packet_config_support (struct packet_config *config);
1819 static enum packet_support packet_support (int packet);
1822 show_packet_config_cmd (struct packet_config *config)
1824 const char *support = "internal-error";
1826 switch (packet_config_support (config))
1829 support = "enabled";
1831 case PACKET_DISABLE:
1832 support = "disabled";
1834 case PACKET_SUPPORT_UNKNOWN:
1835 support = "unknown";
1838 switch (config->detect)
1840 case AUTO_BOOLEAN_AUTO:
1841 printf_filtered (_("Support for the `%s' packet "
1842 "is auto-detected, currently %s.\n"),
1843 config->name, support);
1845 case AUTO_BOOLEAN_TRUE:
1846 case AUTO_BOOLEAN_FALSE:
1847 printf_filtered (_("Support for the `%s' packet is currently %s.\n"),
1848 config->name, support);
1854 add_packet_config_cmd (struct packet_config *config, const char *name,
1855 const char *title, int legacy)
1861 config->name = name;
1862 config->title = title;
1863 set_doc = xstrprintf ("Set use of remote protocol `%s' (%s) packet",
1865 show_doc = xstrprintf ("Show current use of remote "
1866 "protocol `%s' (%s) packet",
1868 /* set/show TITLE-packet {auto,on,off} */
1869 cmd_name = xstrprintf ("%s-packet", title);
1870 add_setshow_auto_boolean_cmd (cmd_name, class_obscure,
1871 &config->detect, set_doc,
1872 show_doc, NULL, /* help_doc */
1874 show_remote_protocol_packet_cmd,
1875 &remote_set_cmdlist, &remote_show_cmdlist);
1876 /* The command code copies the documentation strings. */
1879 /* set/show remote NAME-packet {auto,on,off} -- legacy. */
1884 legacy_name = xstrprintf ("%s-packet", name);
1885 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
1886 &remote_set_cmdlist);
1887 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0,
1888 &remote_show_cmdlist);
1892 static enum packet_result
1893 packet_check_result (const char *buf)
1897 /* The stub recognized the packet request. Check that the
1898 operation succeeded. */
1900 && isxdigit (buf[1]) && isxdigit (buf[2])
1902 /* "Enn" - definitly an error. */
1903 return PACKET_ERROR;
1905 /* Always treat "E." as an error. This will be used for
1906 more verbose error messages, such as E.memtypes. */
1907 if (buf[0] == 'E' && buf[1] == '.')
1908 return PACKET_ERROR;
1910 /* The packet may or may not be OK. Just assume it is. */
1914 /* The stub does not support the packet. */
1915 return PACKET_UNKNOWN;
1918 static enum packet_result
1919 packet_ok (const char *buf, struct packet_config *config)
1921 enum packet_result result;
1923 if (config->detect != AUTO_BOOLEAN_TRUE
1924 && config->support == PACKET_DISABLE)
1925 internal_error (__FILE__, __LINE__,
1926 _("packet_ok: attempt to use a disabled packet"));
1928 result = packet_check_result (buf);
1933 /* The stub recognized the packet request. */
1934 if (config->support == PACKET_SUPPORT_UNKNOWN)
1937 fprintf_unfiltered (gdb_stdlog,
1938 "Packet %s (%s) is supported\n",
1939 config->name, config->title);
1940 config->support = PACKET_ENABLE;
1943 case PACKET_UNKNOWN:
1944 /* The stub does not support the packet. */
1945 if (config->detect == AUTO_BOOLEAN_AUTO
1946 && config->support == PACKET_ENABLE)
1948 /* If the stub previously indicated that the packet was
1949 supported then there is a protocol error. */
1950 error (_("Protocol error: %s (%s) conflicting enabled responses."),
1951 config->name, config->title);
1953 else if (config->detect == AUTO_BOOLEAN_TRUE)
1955 /* The user set it wrong. */
1956 error (_("Enabled packet %s (%s) not recognized by stub"),
1957 config->name, config->title);
1961 fprintf_unfiltered (gdb_stdlog,
1962 "Packet %s (%s) is NOT supported\n",
1963 config->name, config->title);
1964 config->support = PACKET_DISABLE;
1985 PACKET_vFile_pwrite,
1987 PACKET_vFile_unlink,
1988 PACKET_vFile_readlink,
1991 PACKET_qXfer_features,
1992 PACKET_qXfer_exec_file,
1993 PACKET_qXfer_libraries,
1994 PACKET_qXfer_libraries_svr4,
1995 PACKET_qXfer_memory_map,
1996 PACKET_qXfer_spu_read,
1997 PACKET_qXfer_spu_write,
1998 PACKET_qXfer_osdata,
1999 PACKET_qXfer_threads,
2000 PACKET_qXfer_statictrace_read,
2001 PACKET_qXfer_traceframe_info,
2007 PACKET_QPassSignals,
2008 PACKET_QCatchSyscalls,
2009 PACKET_QProgramSignals,
2010 PACKET_QSetWorkingDir,
2011 PACKET_QStartupWithShell,
2012 PACKET_QEnvironmentHexEncoded,
2013 PACKET_QEnvironmentReset,
2014 PACKET_QEnvironmentUnset,
2016 PACKET_qSearch_memory,
2019 PACKET_QStartNoAckMode,
2021 PACKET_qXfer_siginfo_read,
2022 PACKET_qXfer_siginfo_write,
2025 /* Support for conditional tracepoints. */
2026 PACKET_ConditionalTracepoints,
2028 /* Support for target-side breakpoint conditions. */
2029 PACKET_ConditionalBreakpoints,
2031 /* Support for target-side breakpoint commands. */
2032 PACKET_BreakpointCommands,
2034 /* Support for fast tracepoints. */
2035 PACKET_FastTracepoints,
2037 /* Support for static tracepoints. */
2038 PACKET_StaticTracepoints,
2040 /* Support for installing tracepoints while a trace experiment is
2042 PACKET_InstallInTrace,
2046 PACKET_TracepointSource,
2049 PACKET_QDisableRandomization,
2051 PACKET_QTBuffer_size,
2055 PACKET_qXfer_btrace,
2057 /* Support for the QNonStop packet. */
2060 /* Support for the QThreadEvents packet. */
2061 PACKET_QThreadEvents,
2063 /* Support for multi-process extensions. */
2064 PACKET_multiprocess_feature,
2066 /* Support for enabling and disabling tracepoints while a trace
2067 experiment is running. */
2068 PACKET_EnableDisableTracepoints_feature,
2070 /* Support for collecting strings using the tracenz bytecode. */
2071 PACKET_tracenz_feature,
2073 /* Support for continuing to run a trace experiment while GDB is
2075 PACKET_DisconnectedTracing_feature,
2077 /* Support for qXfer:libraries-svr4:read with a non-empty annex. */
2078 PACKET_augmented_libraries_svr4_read_feature,
2080 /* Support for the qXfer:btrace-conf:read packet. */
2081 PACKET_qXfer_btrace_conf,
2083 /* Support for the Qbtrace-conf:bts:size packet. */
2084 PACKET_Qbtrace_conf_bts_size,
2086 /* Support for swbreak+ feature. */
2087 PACKET_swbreak_feature,
2089 /* Support for hwbreak+ feature. */
2090 PACKET_hwbreak_feature,
2092 /* Support for fork events. */
2093 PACKET_fork_event_feature,
2095 /* Support for vfork events. */
2096 PACKET_vfork_event_feature,
2098 /* Support for the Qbtrace-conf:pt:size packet. */
2099 PACKET_Qbtrace_conf_pt_size,
2101 /* Support for exec events. */
2102 PACKET_exec_event_feature,
2104 /* Support for query supported vCont actions. */
2105 PACKET_vContSupported,
2107 /* Support remote CTRL-C. */
2110 /* Support TARGET_WAITKIND_NO_RESUMED. */
2116 static struct packet_config remote_protocol_packets[PACKET_MAX];
2118 /* Returns the packet's corresponding "set remote foo-packet" command
2119 state. See struct packet_config for more details. */
2121 static enum auto_boolean
2122 packet_set_cmd_state (int packet)
2124 return remote_protocol_packets[packet].detect;
2127 /* Returns whether a given packet or feature is supported. This takes
2128 into account the state of the corresponding "set remote foo-packet"
2129 command, which may be used to bypass auto-detection. */
2131 static enum packet_support
2132 packet_config_support (struct packet_config *config)
2134 switch (config->detect)
2136 case AUTO_BOOLEAN_TRUE:
2137 return PACKET_ENABLE;
2138 case AUTO_BOOLEAN_FALSE:
2139 return PACKET_DISABLE;
2140 case AUTO_BOOLEAN_AUTO:
2141 return config->support;
2143 gdb_assert_not_reached (_("bad switch"));
2147 /* Same as packet_config_support, but takes the packet's enum value as
2150 static enum packet_support
2151 packet_support (int packet)
2153 struct packet_config *config = &remote_protocol_packets[packet];
2155 return packet_config_support (config);
2159 show_remote_protocol_packet_cmd (struct ui_file *file, int from_tty,
2160 struct cmd_list_element *c,
2163 struct packet_config *packet;
2165 for (packet = remote_protocol_packets;
2166 packet < &remote_protocol_packets[PACKET_MAX];
2169 if (&packet->detect == c->var)
2171 show_packet_config_cmd (packet);
2175 internal_error (__FILE__, __LINE__, _("Could not find config for %s"),
2179 /* Should we try one of the 'Z' requests? */
2183 Z_PACKET_SOFTWARE_BP,
2184 Z_PACKET_HARDWARE_BP,
2191 /* For compatibility with older distributions. Provide a ``set remote
2192 Z-packet ...'' command that updates all the Z packet types. */
2194 static enum auto_boolean remote_Z_packet_detect;
2197 set_remote_protocol_Z_packet_cmd (const char *args, int from_tty,
2198 struct cmd_list_element *c)
2202 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
2203 remote_protocol_packets[PACKET_Z0 + i].detect = remote_Z_packet_detect;
2207 show_remote_protocol_Z_packet_cmd (struct ui_file *file, int from_tty,
2208 struct cmd_list_element *c,
2213 for (i = 0; i < NR_Z_PACKET_TYPES; i++)
2215 show_packet_config_cmd (&remote_protocol_packets[PACKET_Z0 + i]);
2219 /* Returns true if the multi-process extensions are in effect. */
2222 remote_multi_process_p (struct remote_state *rs)
2224 return packet_support (PACKET_multiprocess_feature) == PACKET_ENABLE;
2227 /* Returns true if fork events are supported. */
2230 remote_fork_event_p (struct remote_state *rs)
2232 return packet_support (PACKET_fork_event_feature) == PACKET_ENABLE;
2235 /* Returns true if vfork events are supported. */
2238 remote_vfork_event_p (struct remote_state *rs)
2240 return packet_support (PACKET_vfork_event_feature) == PACKET_ENABLE;
2243 /* Returns true if exec events are supported. */
2246 remote_exec_event_p (struct remote_state *rs)
2248 return packet_support (PACKET_exec_event_feature) == PACKET_ENABLE;
2251 /* Insert fork catchpoint target routine. If fork events are enabled
2252 then return success, nothing more to do. */
2255 remote_target::insert_fork_catchpoint (int pid)
2257 struct remote_state *rs = get_remote_state ();
2259 return !remote_fork_event_p (rs);
2262 /* Remove fork catchpoint target routine. Nothing to do, just
2266 remote_target::remove_fork_catchpoint (int pid)
2271 /* Insert vfork catchpoint target routine. If vfork events are enabled
2272 then return success, nothing more to do. */
2275 remote_target::insert_vfork_catchpoint (int pid)
2277 struct remote_state *rs = get_remote_state ();
2279 return !remote_vfork_event_p (rs);
2282 /* Remove vfork catchpoint target routine. Nothing to do, just
2286 remote_target::remove_vfork_catchpoint (int pid)
2291 /* Insert exec catchpoint target routine. If exec events are
2292 enabled, just return success. */
2295 remote_target::insert_exec_catchpoint (int pid)
2297 struct remote_state *rs = get_remote_state ();
2299 return !remote_exec_event_p (rs);
2302 /* Remove exec catchpoint target routine. Nothing to do, just
2306 remote_target::remove_exec_catchpoint (int pid)
2313 static ptid_t magic_null_ptid;
2314 static ptid_t not_sent_ptid;
2315 static ptid_t any_thread_ptid;
2317 /* Find out if the stub attached to PID (and hence GDB should offer to
2318 detach instead of killing it when bailing out). */
2321 remote_target::remote_query_attached (int pid)
2323 struct remote_state *rs = get_remote_state ();
2324 size_t size = get_remote_packet_size ();
2326 if (packet_support (PACKET_qAttached) == PACKET_DISABLE)
2329 if (remote_multi_process_p (rs))
2330 xsnprintf (rs->buf, size, "qAttached:%x", pid);
2332 xsnprintf (rs->buf, size, "qAttached");
2335 getpkt (&rs->buf, &rs->buf_size, 0);
2337 switch (packet_ok (rs->buf,
2338 &remote_protocol_packets[PACKET_qAttached]))
2341 if (strcmp (rs->buf, "1") == 0)
2345 warning (_("Remote failure reply: %s"), rs->buf);
2347 case PACKET_UNKNOWN:
2354 /* Add PID to GDB's inferior table. If FAKE_PID_P is true, then PID
2355 has been invented by GDB, instead of reported by the target. Since
2356 we can be connected to a remote system before before knowing about
2357 any inferior, mark the target with execution when we find the first
2358 inferior. If ATTACHED is 1, then we had just attached to this
2359 inferior. If it is 0, then we just created this inferior. If it
2360 is -1, then try querying the remote stub to find out if it had
2361 attached to the inferior or not. If TRY_OPEN_EXEC is true then
2362 attempt to open this inferior's executable as the main executable
2363 if no main executable is open already. */
2366 remote_target::remote_add_inferior (int fake_pid_p, int pid, int attached,
2369 struct inferior *inf;
2371 /* Check whether this process we're learning about is to be
2372 considered attached, or if is to be considered to have been
2373 spawned by the stub. */
2375 attached = remote_query_attached (pid);
2377 if (gdbarch_has_global_solist (target_gdbarch ()))
2379 /* If the target shares code across all inferiors, then every
2380 attach adds a new inferior. */
2381 inf = add_inferior (pid);
2383 /* ... and every inferior is bound to the same program space.
2384 However, each inferior may still have its own address
2386 inf->aspace = maybe_new_address_space ();
2387 inf->pspace = current_program_space;
2391 /* In the traditional debugging scenario, there's a 1-1 match
2392 between program/address spaces. We simply bind the inferior
2393 to the program space's address space. */
2394 inf = current_inferior ();
2395 inferior_appeared (inf, pid);
2398 inf->attach_flag = attached;
2399 inf->fake_pid_p = fake_pid_p;
2401 /* If no main executable is currently open then attempt to
2402 open the file that was executed to create this inferior. */
2403 if (try_open_exec && get_exec_file (0) == NULL)
2404 exec_file_locate_attach (pid, 0, 1);
2409 static remote_thread_info *get_remote_thread_info (thread_info *thread);
2410 static remote_thread_info *get_remote_thread_info (ptid_t ptid);
2412 /* Add thread PTID to GDB's thread list. Tag it as executing/running
2413 according to RUNNING. */
2416 remote_target::remote_add_thread (ptid_t ptid, bool running, bool executing)
2418 struct remote_state *rs = get_remote_state ();
2419 struct thread_info *thread;
2421 /* GDB historically didn't pull threads in the initial connection
2422 setup. If the remote target doesn't even have a concept of
2423 threads (e.g., a bare-metal target), even if internally we
2424 consider that a single-threaded target, mentioning a new thread
2425 might be confusing to the user. Be silent then, preserving the
2426 age old behavior. */
2427 if (rs->starting_up)
2428 thread = add_thread_silent (ptid);
2430 thread = add_thread (ptid);
2432 get_remote_thread_info (thread)->vcont_resumed = executing;
2433 set_executing (ptid, executing);
2434 set_running (ptid, running);
2439 /* Come here when we learn about a thread id from the remote target.
2440 It may be the first time we hear about such thread, so take the
2441 opportunity to add it to GDB's thread list. In case this is the
2442 first time we're noticing its corresponding inferior, add it to
2443 GDB's inferior list as well. EXECUTING indicates whether the
2444 thread is (internally) executing or stopped. */
2447 remote_target::remote_notice_new_inferior (ptid_t currthread, int executing)
2449 /* In non-stop mode, we assume new found threads are (externally)
2450 running until proven otherwise with a stop reply. In all-stop,
2451 we can only get here if all threads are stopped. */
2452 int running = target_is_non_stop_p () ? 1 : 0;
2454 /* If this is a new thread, add it to GDB's thread list.
2455 If we leave it up to WFI to do this, bad things will happen. */
2457 thread_info *tp = find_thread_ptid (currthread);
2458 if (tp != NULL && tp->state == THREAD_EXITED)
2460 /* We're seeing an event on a thread id we knew had exited.
2461 This has to be a new thread reusing the old id. Add it. */
2462 remote_add_thread (currthread, running, executing);
2466 if (!in_thread_list (currthread))
2468 struct inferior *inf = NULL;
2469 int pid = currthread.pid ();
2471 if (inferior_ptid.is_pid ()
2472 && pid == inferior_ptid.pid ())
2474 /* inferior_ptid has no thread member yet. This can happen
2475 with the vAttach -> remote_wait,"TAAthread:" path if the
2476 stub doesn't support qC. This is the first stop reported
2477 after an attach, so this is the main thread. Update the
2478 ptid in the thread list. */
2479 if (in_thread_list (ptid_t (pid)))
2480 thread_change_ptid (inferior_ptid, currthread);
2483 remote_add_thread (currthread, running, executing);
2484 inferior_ptid = currthread;
2489 if (magic_null_ptid == inferior_ptid)
2491 /* inferior_ptid is not set yet. This can happen with the
2492 vRun -> remote_wait,"TAAthread:" path if the stub
2493 doesn't support qC. This is the first stop reported
2494 after an attach, so this is the main thread. Update the
2495 ptid in the thread list. */
2496 thread_change_ptid (inferior_ptid, currthread);
2500 /* When connecting to a target remote, or to a target
2501 extended-remote which already was debugging an inferior, we
2502 may not know about it yet. Add it before adding its child
2503 thread, so notifications are emitted in a sensible order. */
2504 if (find_inferior_pid (currthread.pid ()) == NULL)
2506 struct remote_state *rs = get_remote_state ();
2507 int fake_pid_p = !remote_multi_process_p (rs);
2509 inf = remote_add_inferior (fake_pid_p,
2510 currthread.pid (), -1, 1);
2513 /* This is really a new thread. Add it. */
2514 thread_info *new_thr
2515 = remote_add_thread (currthread, running, executing);
2517 /* If we found a new inferior, let the common code do whatever
2518 it needs to with it (e.g., read shared libraries, insert
2519 breakpoints), unless we're just setting up an all-stop
2523 struct remote_state *rs = get_remote_state ();
2525 if (!rs->starting_up)
2526 notice_new_inferior (new_thr, executing, 0);
2531 /* Return THREAD's private thread data, creating it if necessary. */
2533 static remote_thread_info *
2534 get_remote_thread_info (thread_info *thread)
2536 gdb_assert (thread != NULL);
2538 if (thread->priv == NULL)
2539 thread->priv.reset (new remote_thread_info);
2541 return static_cast<remote_thread_info *> (thread->priv.get ());
2544 static remote_thread_info *
2545 get_remote_thread_info (ptid_t ptid)
2547 thread_info *thr = find_thread_ptid (ptid);
2548 return get_remote_thread_info (thr);
2551 /* Call this function as a result of
2552 1) A halt indication (T packet) containing a thread id
2553 2) A direct query of currthread
2554 3) Successful execution of set thread */
2557 record_currthread (struct remote_state *rs, ptid_t currthread)
2559 rs->general_thread = currthread;
2562 /* If 'QPassSignals' is supported, tell the remote stub what signals
2563 it can simply pass through to the inferior without reporting. */
2566 remote_target::pass_signals (int numsigs, unsigned char *pass_signals)
2568 if (packet_support (PACKET_QPassSignals) != PACKET_DISABLE)
2570 char *pass_packet, *p;
2572 struct remote_state *rs = get_remote_state ();
2574 gdb_assert (numsigs < 256);
2575 for (i = 0; i < numsigs; i++)
2577 if (pass_signals[i])
2580 pass_packet = (char *) xmalloc (count * 3 + strlen ("QPassSignals:") + 1);
2581 strcpy (pass_packet, "QPassSignals:");
2582 p = pass_packet + strlen (pass_packet);
2583 for (i = 0; i < numsigs; i++)
2585 if (pass_signals[i])
2588 *p++ = tohex (i >> 4);
2589 *p++ = tohex (i & 15);
2598 if (!rs->last_pass_packet || strcmp (rs->last_pass_packet, pass_packet))
2600 putpkt (pass_packet);
2601 getpkt (&rs->buf, &rs->buf_size, 0);
2602 packet_ok (rs->buf, &remote_protocol_packets[PACKET_QPassSignals]);
2603 if (rs->last_pass_packet)
2604 xfree (rs->last_pass_packet);
2605 rs->last_pass_packet = pass_packet;
2608 xfree (pass_packet);
2612 /* If 'QCatchSyscalls' is supported, tell the remote stub
2613 to report syscalls to GDB. */
2616 remote_target::set_syscall_catchpoint (int pid, bool needed, int any_count,
2617 gdb::array_view<const int> syscall_counts)
2619 const char *catch_packet;
2620 enum packet_result result;
2623 if (packet_support (PACKET_QCatchSyscalls) == PACKET_DISABLE)
2625 /* Not supported. */
2629 if (needed && any_count == 0)
2631 /* Count how many syscalls are to be caught. */
2632 for (size_t i = 0; i < syscall_counts.size (); i++)
2634 if (syscall_counts[i] != 0)
2641 fprintf_unfiltered (gdb_stdlog,
2642 "remote_set_syscall_catchpoint "
2643 "pid %d needed %d any_count %d n_sysno %d\n",
2644 pid, needed, any_count, n_sysno);
2647 std::string built_packet;
2650 /* Prepare a packet with the sysno list, assuming max 8+1
2651 characters for a sysno. If the resulting packet size is too
2652 big, fallback on the non-selective packet. */
2653 const int maxpktsz = strlen ("QCatchSyscalls:1") + n_sysno * 9 + 1;
2654 built_packet.reserve (maxpktsz);
2655 built_packet = "QCatchSyscalls:1";
2658 /* Add in each syscall to be caught. */
2659 for (size_t i = 0; i < syscall_counts.size (); i++)
2661 if (syscall_counts[i] != 0)
2662 string_appendf (built_packet, ";%zx", i);
2665 if (built_packet.size () > get_remote_packet_size ())
2667 /* catch_packet too big. Fallback to less efficient
2668 non selective mode, with GDB doing the filtering. */
2669 catch_packet = "QCatchSyscalls:1";
2672 catch_packet = built_packet.c_str ();
2675 catch_packet = "QCatchSyscalls:0";
2677 struct remote_state *rs = get_remote_state ();
2679 putpkt (catch_packet);
2680 getpkt (&rs->buf, &rs->buf_size, 0);
2681 result = packet_ok (rs->buf, &remote_protocol_packets[PACKET_QCatchSyscalls]);
2682 if (result == PACKET_OK)
2688 /* If 'QProgramSignals' is supported, tell the remote stub what
2689 signals it should pass through to the inferior when detaching. */
2692 remote_target::program_signals (int numsigs, unsigned char *signals)
2694 if (packet_support (PACKET_QProgramSignals) != PACKET_DISABLE)
2698 struct remote_state *rs = get_remote_state ();
2700 gdb_assert (numsigs < 256);
2701 for (i = 0; i < numsigs; i++)
2706 packet = (char *) xmalloc (count * 3 + strlen ("QProgramSignals:") + 1);
2707 strcpy (packet, "QProgramSignals:");
2708 p = packet + strlen (packet);
2709 for (i = 0; i < numsigs; i++)
2711 if (signal_pass_state (i))
2714 *p++ = tohex (i >> 4);
2715 *p++ = tohex (i & 15);
2724 if (!rs->last_program_signals_packet
2725 || strcmp (rs->last_program_signals_packet, packet) != 0)
2728 getpkt (&rs->buf, &rs->buf_size, 0);
2729 packet_ok (rs->buf, &remote_protocol_packets[PACKET_QProgramSignals]);
2730 xfree (rs->last_program_signals_packet);
2731 rs->last_program_signals_packet = packet;
2738 /* If PTID is MAGIC_NULL_PTID, don't set any thread. If PTID is
2739 MINUS_ONE_PTID, set the thread to -1, so the stub returns the
2740 thread. If GEN is set, set the general thread, if not, then set
2741 the step/continue thread. */
2743 remote_target::set_thread (ptid_t ptid, int gen)
2745 struct remote_state *rs = get_remote_state ();
2746 ptid_t state = gen ? rs->general_thread : rs->continue_thread;
2747 char *buf = rs->buf;
2748 char *endbuf = rs->buf + get_remote_packet_size ();
2754 *buf++ = gen ? 'g' : 'c';
2755 if (ptid == magic_null_ptid)
2756 xsnprintf (buf, endbuf - buf, "0");
2757 else if (ptid == any_thread_ptid)
2758 xsnprintf (buf, endbuf - buf, "0");
2759 else if (ptid == minus_one_ptid)
2760 xsnprintf (buf, endbuf - buf, "-1");
2762 write_ptid (buf, endbuf, ptid);
2764 getpkt (&rs->buf, &rs->buf_size, 0);
2766 rs->general_thread = ptid;
2768 rs->continue_thread = ptid;
2772 remote_target::set_general_thread (ptid_t ptid)
2774 set_thread (ptid, 1);
2778 remote_target::set_continue_thread (ptid_t ptid)
2780 set_thread (ptid, 0);
2783 /* Change the remote current process. Which thread within the process
2784 ends up selected isn't important, as long as it is the same process
2785 as what INFERIOR_PTID points to.
2787 This comes from that fact that there is no explicit notion of
2788 "selected process" in the protocol. The selected process for
2789 general operations is the process the selected general thread
2793 remote_target::set_general_process ()
2795 struct remote_state *rs = get_remote_state ();
2797 /* If the remote can't handle multiple processes, don't bother. */
2798 if (!remote_multi_process_p (rs))
2801 /* We only need to change the remote current thread if it's pointing
2802 at some other process. */
2803 if (rs->general_thread.pid () != inferior_ptid.pid ())
2804 set_general_thread (inferior_ptid);
2808 /* Return nonzero if this is the main thread that we made up ourselves
2809 to model non-threaded targets as single-threaded. */
2812 remote_thread_always_alive (ptid_t ptid)
2814 if (ptid == magic_null_ptid)
2815 /* The main thread is always alive. */
2818 if (ptid.pid () != 0 && ptid.lwp () == 0)
2819 /* The main thread is always alive. This can happen after a
2820 vAttach, if the remote side doesn't support
2827 /* Return nonzero if the thread PTID is still alive on the remote
2831 remote_target::thread_alive (ptid_t ptid)
2833 struct remote_state *rs = get_remote_state ();
2836 /* Check if this is a thread that we made up ourselves to model
2837 non-threaded targets as single-threaded. */
2838 if (remote_thread_always_alive (ptid))
2842 endp = rs->buf + get_remote_packet_size ();
2845 write_ptid (p, endp, ptid);
2848 getpkt (&rs->buf, &rs->buf_size, 0);
2849 return (rs->buf[0] == 'O' && rs->buf[1] == 'K');
2852 /* Return a pointer to a thread name if we know it and NULL otherwise.
2853 The thread_info object owns the memory for the name. */
2856 remote_target::thread_name (struct thread_info *info)
2858 if (info->priv != NULL)
2860 const std::string &name = get_remote_thread_info (info)->name;
2861 return !name.empty () ? name.c_str () : NULL;
2867 /* About these extended threadlist and threadinfo packets. They are
2868 variable length packets but, the fields within them are often fixed
2869 length. They are redundent enough to send over UDP as is the
2870 remote protocol in general. There is a matching unit test module
2873 /* WARNING: This threadref data structure comes from the remote O.S.,
2874 libstub protocol encoding, and remote.c. It is not particularly
2877 /* Right now, the internal structure is int. We want it to be bigger.
2878 Plan to fix this. */
2880 typedef int gdb_threadref; /* Internal GDB thread reference. */
2882 /* gdb_ext_thread_info is an internal GDB data structure which is
2883 equivalent to the reply of the remote threadinfo packet. */
2885 struct gdb_ext_thread_info
2887 threadref threadid; /* External form of thread reference. */
2888 int active; /* Has state interesting to GDB?
2890 char display[256]; /* Brief state display, name,
2891 blocked/suspended. */
2892 char shortname[32]; /* To be used to name threads. */
2893 char more_display[256]; /* Long info, statistics, queue depth,
2897 /* The volume of remote transfers can be limited by submitting
2898 a mask containing bits specifying the desired information.
2899 Use a union of these values as the 'selection' parameter to
2900 get_thread_info. FIXME: Make these TAG names more thread specific. */
2902 #define TAG_THREADID 1
2903 #define TAG_EXISTS 2
2904 #define TAG_DISPLAY 4
2905 #define TAG_THREADNAME 8
2906 #define TAG_MOREDISPLAY 16
2908 #define BUF_THREAD_ID_SIZE (OPAQUETHREADBYTES * 2)
2910 static char *unpack_nibble (char *buf, int *val);
2912 static char *unpack_byte (char *buf, int *value);
2914 static char *pack_int (char *buf, int value);
2916 static char *unpack_int (char *buf, int *value);
2918 static char *unpack_string (char *src, char *dest, int length);
2920 static char *pack_threadid (char *pkt, threadref *id);
2922 static char *unpack_threadid (char *inbuf, threadref *id);
2924 void int_to_threadref (threadref *id, int value);
2926 static int threadref_to_int (threadref *ref);
2928 static void copy_threadref (threadref *dest, threadref *src);
2930 static int threadmatch (threadref *dest, threadref *src);
2932 static char *pack_threadinfo_request (char *pkt, int mode,
2935 static char *pack_threadlist_request (char *pkt, int startflag,
2937 threadref *nextthread);
2939 static int remote_newthread_step (threadref *ref, void *context);
2942 /* Write a PTID to BUF. ENDBUF points to one-passed-the-end of the
2943 buffer we're allowed to write to. Returns
2944 BUF+CHARACTERS_WRITTEN. */
2947 remote_target::write_ptid (char *buf, const char *endbuf, ptid_t ptid)
2950 struct remote_state *rs = get_remote_state ();
2952 if (remote_multi_process_p (rs))
2956 buf += xsnprintf (buf, endbuf - buf, "p-%x.", -pid);
2958 buf += xsnprintf (buf, endbuf - buf, "p%x.", pid);
2962 buf += xsnprintf (buf, endbuf - buf, "-%x", -tid);
2964 buf += xsnprintf (buf, endbuf - buf, "%x", tid);
2969 /* Extract a PTID from BUF. If non-null, OBUF is set to one past the
2970 last parsed char. Returns null_ptid if no thread id is found, and
2971 throws an error if the thread id has an invalid format. */
2974 read_ptid (const char *buf, const char **obuf)
2976 const char *p = buf;
2978 ULONGEST pid = 0, tid = 0;
2982 /* Multi-process ptid. */
2983 pp = unpack_varlen_hex (p + 1, &pid);
2985 error (_("invalid remote ptid: %s"), p);
2988 pp = unpack_varlen_hex (p + 1, &tid);
2991 return ptid_t (pid, tid, 0);
2994 /* No multi-process. Just a tid. */
2995 pp = unpack_varlen_hex (p, &tid);
2997 /* Return null_ptid when no thread id is found. */
3005 /* Since the stub is not sending a process id, then default to
3006 what's in inferior_ptid, unless it's null at this point. If so,
3007 then since there's no way to know the pid of the reported
3008 threads, use the magic number. */
3009 if (inferior_ptid == null_ptid)
3010 pid = magic_null_ptid.pid ();
3012 pid = inferior_ptid.pid ();
3016 return ptid_t (pid, tid, 0);
3022 if (ch >= 'a' && ch <= 'f')
3023 return ch - 'a' + 10;
3024 if (ch >= '0' && ch <= '9')
3026 if (ch >= 'A' && ch <= 'F')
3027 return ch - 'A' + 10;
3032 stub_unpack_int (char *buff, int fieldlength)
3039 nibble = stubhex (*buff++);
3043 retval = retval << 4;
3049 unpack_nibble (char *buf, int *val)
3051 *val = fromhex (*buf++);
3056 unpack_byte (char *buf, int *value)
3058 *value = stub_unpack_int (buf, 2);
3063 pack_int (char *buf, int value)
3065 buf = pack_hex_byte (buf, (value >> 24) & 0xff);
3066 buf = pack_hex_byte (buf, (value >> 16) & 0xff);
3067 buf = pack_hex_byte (buf, (value >> 8) & 0x0ff);
3068 buf = pack_hex_byte (buf, (value & 0xff));
3073 unpack_int (char *buf, int *value)
3075 *value = stub_unpack_int (buf, 8);
3079 #if 0 /* Currently unused, uncomment when needed. */
3080 static char *pack_string (char *pkt, char *string);
3083 pack_string (char *pkt, char *string)
3088 len = strlen (string);
3090 len = 200; /* Bigger than most GDB packets, junk??? */
3091 pkt = pack_hex_byte (pkt, len);
3095 if ((ch == '\0') || (ch == '#'))
3096 ch = '*'; /* Protect encapsulation. */
3101 #endif /* 0 (unused) */
3104 unpack_string (char *src, char *dest, int length)
3113 pack_threadid (char *pkt, threadref *id)
3116 unsigned char *altid;
3118 altid = (unsigned char *) id;
3119 limit = pkt + BUF_THREAD_ID_SIZE;
3121 pkt = pack_hex_byte (pkt, *altid++);
3127 unpack_threadid (char *inbuf, threadref *id)
3130 char *limit = inbuf + BUF_THREAD_ID_SIZE;
3133 altref = (char *) id;
3135 while (inbuf < limit)
3137 x = stubhex (*inbuf++);
3138 y = stubhex (*inbuf++);
3139 *altref++ = (x << 4) | y;
3144 /* Externally, threadrefs are 64 bits but internally, they are still
3145 ints. This is due to a mismatch of specifications. We would like
3146 to use 64bit thread references internally. This is an adapter
3150 int_to_threadref (threadref *id, int value)
3152 unsigned char *scan;
3154 scan = (unsigned char *) id;
3160 *scan++ = (value >> 24) & 0xff;
3161 *scan++ = (value >> 16) & 0xff;
3162 *scan++ = (value >> 8) & 0xff;
3163 *scan++ = (value & 0xff);
3167 threadref_to_int (threadref *ref)
3170 unsigned char *scan;
3176 value = (value << 8) | ((*scan++) & 0xff);
3181 copy_threadref (threadref *dest, threadref *src)
3184 unsigned char *csrc, *cdest;
3186 csrc = (unsigned char *) src;
3187 cdest = (unsigned char *) dest;
3194 threadmatch (threadref *dest, threadref *src)
3196 /* Things are broken right now, so just assume we got a match. */
3198 unsigned char *srcp, *destp;
3200 srcp = (char *) src;
3201 destp = (char *) dest;
3205 result &= (*srcp++ == *destp++) ? 1 : 0;
3212 threadid:1, # always request threadid
3219 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
3222 pack_threadinfo_request (char *pkt, int mode, threadref *id)
3224 *pkt++ = 'q'; /* Info Query */
3225 *pkt++ = 'P'; /* process or thread info */
3226 pkt = pack_int (pkt, mode); /* mode */
3227 pkt = pack_threadid (pkt, id); /* threadid */
3228 *pkt = '\0'; /* terminate */
3232 /* These values tag the fields in a thread info response packet. */
3233 /* Tagging the fields allows us to request specific fields and to
3234 add more fields as time goes by. */
3236 #define TAG_THREADID 1 /* Echo the thread identifier. */
3237 #define TAG_EXISTS 2 /* Is this process defined enough to
3238 fetch registers and its stack? */
3239 #define TAG_DISPLAY 4 /* A short thing maybe to put on a window */
3240 #define TAG_THREADNAME 8 /* string, maps 1-to-1 with a thread is. */
3241 #define TAG_MOREDISPLAY 16 /* Whatever the kernel wants to say about
3245 remote_target::remote_unpack_thread_info_response (char *pkt,
3246 threadref *expectedref,
3247 gdb_ext_thread_info *info)
3249 struct remote_state *rs = get_remote_state ();
3253 char *limit = pkt + rs->buf_size; /* Plausible parsing limit. */
3256 /* info->threadid = 0; FIXME: implement zero_threadref. */
3258 info->display[0] = '\0';
3259 info->shortname[0] = '\0';
3260 info->more_display[0] = '\0';
3262 /* Assume the characters indicating the packet type have been
3264 pkt = unpack_int (pkt, &mask); /* arg mask */
3265 pkt = unpack_threadid (pkt, &ref);
3268 warning (_("Incomplete response to threadinfo request."));
3269 if (!threadmatch (&ref, expectedref))
3270 { /* This is an answer to a different request. */
3271 warning (_("ERROR RMT Thread info mismatch."));
3274 copy_threadref (&info->threadid, &ref);
3276 /* Loop on tagged fields , try to bail if somthing goes wrong. */
3278 /* Packets are terminated with nulls. */
3279 while ((pkt < limit) && mask && *pkt)
3281 pkt = unpack_int (pkt, &tag); /* tag */
3282 pkt = unpack_byte (pkt, &length); /* length */
3283 if (!(tag & mask)) /* Tags out of synch with mask. */
3285 warning (_("ERROR RMT: threadinfo tag mismatch."));
3289 if (tag == TAG_THREADID)
3293 warning (_("ERROR RMT: length of threadid is not 16."));
3297 pkt = unpack_threadid (pkt, &ref);
3298 mask = mask & ~TAG_THREADID;
3301 if (tag == TAG_EXISTS)
3303 info->active = stub_unpack_int (pkt, length);
3305 mask = mask & ~(TAG_EXISTS);
3308 warning (_("ERROR RMT: 'exists' length too long."));
3314 if (tag == TAG_THREADNAME)
3316 pkt = unpack_string (pkt, &info->shortname[0], length);
3317 mask = mask & ~TAG_THREADNAME;
3320 if (tag == TAG_DISPLAY)
3322 pkt = unpack_string (pkt, &info->display[0], length);
3323 mask = mask & ~TAG_DISPLAY;
3326 if (tag == TAG_MOREDISPLAY)
3328 pkt = unpack_string (pkt, &info->more_display[0], length);
3329 mask = mask & ~TAG_MOREDISPLAY;
3332 warning (_("ERROR RMT: unknown thread info tag."));
3333 break; /* Not a tag we know about. */
3339 remote_target::remote_get_threadinfo (threadref *threadid,
3341 gdb_ext_thread_info *info)
3343 struct remote_state *rs = get_remote_state ();
3346 pack_threadinfo_request (rs->buf, fieldset, threadid);
3348 getpkt (&rs->buf, &rs->buf_size, 0);
3350 if (rs->buf[0] == '\0')
3353 result = remote_unpack_thread_info_response (rs->buf + 2,
3358 /* Format: i'Q':8,i"L":8,initflag:8,batchsize:16,lastthreadid:32 */
3361 pack_threadlist_request (char *pkt, int startflag, int threadcount,
3362 threadref *nextthread)
3364 *pkt++ = 'q'; /* info query packet */
3365 *pkt++ = 'L'; /* Process LIST or threadLIST request */
3366 pkt = pack_nibble (pkt, startflag); /* initflag 1 bytes */
3367 pkt = pack_hex_byte (pkt, threadcount); /* threadcount 2 bytes */
3368 pkt = pack_threadid (pkt, nextthread); /* 64 bit thread identifier */
3373 /* Encoding: 'q':8,'M':8,count:16,done:8,argthreadid:64,(threadid:64)* */
3376 remote_target::parse_threadlist_response (char *pkt, int result_limit,
3377 threadref *original_echo,
3378 threadref *resultlist,
3381 struct remote_state *rs = get_remote_state ();
3383 int count, resultcount, done;
3386 /* Assume the 'q' and 'M chars have been stripped. */
3387 limit = pkt + (rs->buf_size - BUF_THREAD_ID_SIZE);
3388 /* done parse past here */
3389 pkt = unpack_byte (pkt, &count); /* count field */
3390 pkt = unpack_nibble (pkt, &done);
3391 /* The first threadid is the argument threadid. */
3392 pkt = unpack_threadid (pkt, original_echo); /* should match query packet */
3393 while ((count-- > 0) && (pkt < limit))
3395 pkt = unpack_threadid (pkt, resultlist++);
3396 if (resultcount++ >= result_limit)
3404 /* Fetch the next batch of threads from the remote. Returns -1 if the
3405 qL packet is not supported, 0 on error and 1 on success. */
3408 remote_target::remote_get_threadlist (int startflag, threadref *nextthread,
3409 int result_limit, int *done, int *result_count,
3410 threadref *threadlist)
3412 struct remote_state *rs = get_remote_state ();
3415 /* Trancate result limit to be smaller than the packet size. */
3416 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10)
3417 >= get_remote_packet_size ())
3418 result_limit = (get_remote_packet_size () / BUF_THREAD_ID_SIZE) - 2;
3420 pack_threadlist_request (rs->buf, startflag, result_limit, nextthread);
3422 getpkt (&rs->buf, &rs->buf_size, 0);
3423 if (*rs->buf == '\0')
3425 /* Packet not supported. */
3430 parse_threadlist_response (rs->buf + 2, result_limit,
3431 &rs->echo_nextthread, threadlist, done);
3433 if (!threadmatch (&rs->echo_nextthread, nextthread))
3435 /* FIXME: This is a good reason to drop the packet. */
3436 /* Possably, there is a duplicate response. */
3438 retransmit immediatly - race conditions
3439 retransmit after timeout - yes
3441 wait for packet, then exit
3443 warning (_("HMM: threadlist did not echo arg thread, dropping it."));
3444 return 0; /* I choose simply exiting. */
3446 if (*result_count <= 0)
3450 warning (_("RMT ERROR : failed to get remote thread list."));
3453 return result; /* break; */
3455 if (*result_count > result_limit)
3458 warning (_("RMT ERROR: threadlist response longer than requested."));
3464 /* Fetch the list of remote threads, with the qL packet, and call
3465 STEPFUNCTION for each thread found. Stops iterating and returns 1
3466 if STEPFUNCTION returns true. Stops iterating and returns 0 if the
3467 STEPFUNCTION returns false. If the packet is not supported,
3471 remote_target::remote_threadlist_iterator (rmt_thread_action stepfunction,
3472 void *context, int looplimit)
3474 struct remote_state *rs = get_remote_state ();
3475 int done, i, result_count;
3483 if (loopcount++ > looplimit)
3486 warning (_("Remote fetch threadlist -infinite loop-."));
3489 result = remote_get_threadlist (startflag, &rs->nextthread,
3490 MAXTHREADLISTRESULTS,
3491 &done, &result_count,
3492 rs->resultthreadlist);
3495 /* Clear for later iterations. */
3497 /* Setup to resume next batch of thread references, set nextthread. */
3498 if (result_count >= 1)
3499 copy_threadref (&rs->nextthread,
3500 &rs->resultthreadlist[result_count - 1]);
3502 while (result_count--)
3504 if (!(*stepfunction) (&rs->resultthreadlist[i++], context))
3514 /* A thread found on the remote target. */
3518 explicit thread_item (ptid_t ptid_)
3522 thread_item (thread_item &&other) = default;
3523 thread_item &operator= (thread_item &&other) = default;
3525 DISABLE_COPY_AND_ASSIGN (thread_item);
3527 /* The thread's PTID. */
3530 /* The thread's extra info. */
3533 /* The thread's name. */
3536 /* The core the thread was running on. -1 if not known. */
3539 /* The thread handle associated with the thread. */
3540 gdb::byte_vector thread_handle;
3543 /* Context passed around to the various methods listing remote
3544 threads. As new threads are found, they're added to the ITEMS
3547 struct threads_listing_context
3549 /* Return true if this object contains an entry for a thread with ptid
3552 bool contains_thread (ptid_t ptid) const
3554 auto match_ptid = [&] (const thread_item &item)
3556 return item.ptid == ptid;
3559 auto it = std::find_if (this->items.begin (),
3563 return it != this->items.end ();
3566 /* Remove the thread with ptid PTID. */
3568 void remove_thread (ptid_t ptid)
3570 auto match_ptid = [&] (const thread_item &item)
3572 return item.ptid == ptid;
3575 auto it = std::remove_if (this->items.begin (),
3579 if (it != this->items.end ())
3580 this->items.erase (it);
3583 /* The threads found on the remote target. */
3584 std::vector<thread_item> items;
3588 remote_newthread_step (threadref *ref, void *data)
3590 struct threads_listing_context *context
3591 = (struct threads_listing_context *) data;
3592 int pid = inferior_ptid.pid ();
3593 int lwp = threadref_to_int (ref);
3594 ptid_t ptid (pid, lwp);
3596 context->items.emplace_back (ptid);
3598 return 1; /* continue iterator */
3601 #define CRAZY_MAX_THREADS 1000
3604 remote_target::remote_current_thread (ptid_t oldpid)
3606 struct remote_state *rs = get_remote_state ();
3609 getpkt (&rs->buf, &rs->buf_size, 0);
3610 if (rs->buf[0] == 'Q' && rs->buf[1] == 'C')
3615 result = read_ptid (&rs->buf[2], &obuf);
3616 if (*obuf != '\0' && remote_debug)
3617 fprintf_unfiltered (gdb_stdlog,
3618 "warning: garbage in qC reply\n");
3626 /* List remote threads using the deprecated qL packet. */
3629 remote_target::remote_get_threads_with_ql (threads_listing_context *context)
3631 if (remote_threadlist_iterator (remote_newthread_step, context,
3632 CRAZY_MAX_THREADS) >= 0)
3638 #if defined(HAVE_LIBEXPAT)
3641 start_thread (struct gdb_xml_parser *parser,
3642 const struct gdb_xml_element *element,
3644 std::vector<gdb_xml_value> &attributes)
3646 struct threads_listing_context *data
3647 = (struct threads_listing_context *) user_data;
3648 struct gdb_xml_value *attr;
3650 char *id = (char *) xml_find_attribute (attributes, "id")->value.get ();
3651 ptid_t ptid = read_ptid (id, NULL);
3653 data->items.emplace_back (ptid);
3654 thread_item &item = data->items.back ();
3656 attr = xml_find_attribute (attributes, "core");
3658 item.core = *(ULONGEST *) attr->value.get ();
3660 attr = xml_find_attribute (attributes, "name");
3662 item.name = (const char *) attr->value.get ();
3664 attr = xml_find_attribute (attributes, "handle");
3666 item.thread_handle = hex2bin ((const char *) attr->value.get ());
3670 end_thread (struct gdb_xml_parser *parser,
3671 const struct gdb_xml_element *element,
3672 void *user_data, const char *body_text)
3674 struct threads_listing_context *data
3675 = (struct threads_listing_context *) user_data;
3677 if (body_text != NULL && *body_text != '\0')
3678 data->items.back ().extra = body_text;
3681 const struct gdb_xml_attribute thread_attributes[] = {
3682 { "id", GDB_XML_AF_NONE, NULL, NULL },
3683 { "core", GDB_XML_AF_OPTIONAL, gdb_xml_parse_attr_ulongest, NULL },
3684 { "name", GDB_XML_AF_OPTIONAL, NULL, NULL },
3685 { "handle", GDB_XML_AF_OPTIONAL, NULL, NULL },
3686 { NULL, GDB_XML_AF_NONE, NULL, NULL }
3689 const struct gdb_xml_element thread_children[] = {
3690 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3693 const struct gdb_xml_element threads_children[] = {
3694 { "thread", thread_attributes, thread_children,
3695 GDB_XML_EF_REPEATABLE | GDB_XML_EF_OPTIONAL,
3696 start_thread, end_thread },
3697 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3700 const struct gdb_xml_element threads_elements[] = {
3701 { "threads", NULL, threads_children,
3702 GDB_XML_EF_NONE, NULL, NULL },
3703 { NULL, NULL, NULL, GDB_XML_EF_NONE, NULL, NULL }
3708 /* List remote threads using qXfer:threads:read. */
3711 remote_target::remote_get_threads_with_qxfer (threads_listing_context *context)
3713 #if defined(HAVE_LIBEXPAT)
3714 if (packet_support (PACKET_qXfer_threads) == PACKET_ENABLE)
3716 gdb::optional<gdb::char_vector> xml
3717 = target_read_stralloc (this, TARGET_OBJECT_THREADS, NULL);
3719 if (xml && (*xml)[0] != '\0')
3721 gdb_xml_parse_quick (_("threads"), "threads.dtd",
3722 threads_elements, xml->data (), context);
3732 /* List remote threads using qfThreadInfo/qsThreadInfo. */
3735 remote_target::remote_get_threads_with_qthreadinfo (threads_listing_context *context)
3737 struct remote_state *rs = get_remote_state ();
3739 if (rs->use_threadinfo_query)
3743 putpkt ("qfThreadInfo");
3744 getpkt (&rs->buf, &rs->buf_size, 0);
3746 if (bufp[0] != '\0') /* q packet recognized */
3748 while (*bufp++ == 'm') /* reply contains one or more TID */
3752 ptid_t ptid = read_ptid (bufp, &bufp);
3753 context->items.emplace_back (ptid);
3755 while (*bufp++ == ','); /* comma-separated list */
3756 putpkt ("qsThreadInfo");
3757 getpkt (&rs->buf, &rs->buf_size, 0);
3764 /* Packet not recognized. */
3765 rs->use_threadinfo_query = 0;
3772 /* Implement the to_update_thread_list function for the remote
3776 remote_target::update_thread_list ()
3778 struct threads_listing_context context;
3781 /* We have a few different mechanisms to fetch the thread list. Try
3782 them all, starting with the most preferred one first, falling
3783 back to older methods. */
3784 if (remote_get_threads_with_qxfer (&context)
3785 || remote_get_threads_with_qthreadinfo (&context)
3786 || remote_get_threads_with_ql (&context))
3788 struct thread_info *tp, *tmp;
3792 if (context.items.empty ()
3793 && remote_thread_always_alive (inferior_ptid))
3795 /* Some targets don't really support threads, but still
3796 reply an (empty) thread list in response to the thread
3797 listing packets, instead of replying "packet not
3798 supported". Exit early so we don't delete the main
3803 /* CONTEXT now holds the current thread list on the remote
3804 target end. Delete GDB-side threads no longer found on the
3806 ALL_THREADS_SAFE (tp, tmp)
3808 if (!context.contains_thread (tp->ptid))
3815 /* Remove any unreported fork child threads from CONTEXT so
3816 that we don't interfere with follow fork, which is where
3817 creation of such threads is handled. */
3818 remove_new_fork_children (&context);
3820 /* And now add threads we don't know about yet to our list. */
3821 for (thread_item &item : context.items)
3823 if (item.ptid != null_ptid)
3825 /* In non-stop mode, we assume new found threads are
3826 executing until proven otherwise with a stop reply.
3827 In all-stop, we can only get here if all threads are
3829 int executing = target_is_non_stop_p () ? 1 : 0;
3831 remote_notice_new_inferior (item.ptid, executing);
3833 thread_info *tp = find_thread_ptid (item.ptid);
3834 remote_thread_info *info = get_remote_thread_info (tp);
3835 info->core = item.core;
3836 info->extra = std::move (item.extra);
3837 info->name = std::move (item.name);
3838 info->thread_handle = std::move (item.thread_handle);
3845 /* If no thread listing method is supported, then query whether
3846 each known thread is alive, one by one, with the T packet.
3847 If the target doesn't support threads at all, then this is a
3848 no-op. See remote_thread_alive. */
3854 * Collect a descriptive string about the given thread.
3855 * The target may say anything it wants to about the thread
3856 * (typically info about its blocked / runnable state, name, etc.).
3857 * This string will appear in the info threads display.
3859 * Optional: targets are not required to implement this function.
3863 remote_target::extra_thread_info (thread_info *tp)
3865 struct remote_state *rs = get_remote_state ();
3868 struct gdb_ext_thread_info threadinfo;
3870 if (rs->remote_desc == 0) /* paranoia */
3871 internal_error (__FILE__, __LINE__,
3872 _("remote_threads_extra_info"));
3874 if (tp->ptid == magic_null_ptid
3875 || (tp->ptid.pid () != 0 && tp->ptid.lwp () == 0))
3876 /* This is the main thread which was added by GDB. The remote
3877 server doesn't know about it. */
3880 std::string &extra = get_remote_thread_info (tp)->extra;
3882 /* If already have cached info, use it. */
3883 if (!extra.empty ())
3884 return extra.c_str ();
3886 if (packet_support (PACKET_qXfer_threads) == PACKET_ENABLE)
3888 /* If we're using qXfer:threads:read, then the extra info is
3889 included in the XML. So if we didn't have anything cached,
3890 it's because there's really no extra info. */
3894 if (rs->use_threadextra_query)
3897 char *endb = rs->buf + get_remote_packet_size ();
3899 xsnprintf (b, endb - b, "qThreadExtraInfo,");
3901 write_ptid (b, endb, tp->ptid);
3904 getpkt (&rs->buf, &rs->buf_size, 0);
3905 if (rs->buf[0] != 0)
3907 extra.resize (strlen (rs->buf) / 2);
3908 hex2bin (rs->buf, (gdb_byte *) &extra[0], extra.size ());
3909 return extra.c_str ();
3913 /* If the above query fails, fall back to the old method. */
3914 rs->use_threadextra_query = 0;
3915 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
3916 | TAG_MOREDISPLAY | TAG_DISPLAY;
3917 int_to_threadref (&id, tp->ptid.lwp ());
3918 if (remote_get_threadinfo (&id, set, &threadinfo))
3919 if (threadinfo.active)
3921 if (*threadinfo.shortname)
3922 string_appendf (extra, " Name: %s", threadinfo.shortname);
3923 if (*threadinfo.display)
3925 if (!extra.empty ())
3927 string_appendf (extra, " State: %s", threadinfo.display);
3929 if (*threadinfo.more_display)
3931 if (!extra.empty ())
3933 string_appendf (extra, " Priority: %s", threadinfo.more_display);
3935 return extra.c_str ();
3942 remote_target::static_tracepoint_marker_at (CORE_ADDR addr,
3943 struct static_tracepoint_marker *marker)
3945 struct remote_state *rs = get_remote_state ();
3948 xsnprintf (p, get_remote_packet_size (), "qTSTMat:");
3950 p += hexnumstr (p, addr);
3952 getpkt (&rs->buf, &rs->buf_size, 0);
3956 error (_("Remote failure reply: %s"), p);
3960 parse_static_tracepoint_marker_definition (p, NULL, marker);
3967 std::vector<static_tracepoint_marker>
3968 remote_target::static_tracepoint_markers_by_strid (const char *strid)
3970 struct remote_state *rs = get_remote_state ();
3971 std::vector<static_tracepoint_marker> markers;
3973 static_tracepoint_marker marker;
3975 /* Ask for a first packet of static tracepoint marker
3978 getpkt (&rs->buf, &rs->buf_size, 0);
3981 error (_("Remote failure reply: %s"), p);
3987 parse_static_tracepoint_marker_definition (p, &p, &marker);
3989 if (strid == NULL || marker.str_id == strid)
3990 markers.push_back (std::move (marker));
3992 while (*p++ == ','); /* comma-separated list */
3993 /* Ask for another packet of static tracepoint definition. */
3995 getpkt (&rs->buf, &rs->buf_size, 0);
4003 /* Implement the to_get_ada_task_ptid function for the remote targets. */
4006 remote_target::get_ada_task_ptid (long lwp, long thread)
4008 return ptid_t (inferior_ptid.pid (), lwp, 0);
4012 /* Restart the remote side; this is an extended protocol operation. */
4015 remote_target::extended_remote_restart ()
4017 struct remote_state *rs = get_remote_state ();
4019 /* Send the restart command; for reasons I don't understand the
4020 remote side really expects a number after the "R". */
4021 xsnprintf (rs->buf, get_remote_packet_size (), "R%x", 0);
4024 remote_fileio_reset ();
4027 /* Clean up connection to a remote debugger. */
4030 remote_target::close ()
4032 /* Make sure we leave stdin registered in the event loop. */
4035 /* We don't have a connection to the remote stub anymore. Get rid
4036 of all the inferiors and their threads we were controlling.
4037 Reset inferior_ptid to null_ptid first, as otherwise has_stack_frame
4038 will be unable to find the thread corresponding to (pid, 0, 0). */
4039 inferior_ptid = null_ptid;
4040 discard_all_inferiors ();
4042 trace_reset_local_state ();
4047 remote_target::~remote_target ()
4049 struct remote_state *rs = get_remote_state ();
4051 /* Check for NULL because we may get here with a partially
4052 constructed target/connection. */
4053 if (rs->remote_desc == nullptr)
4056 serial_close (rs->remote_desc);
4058 /* We are destroying the remote target, so we should discard
4059 everything of this target. */
4060 discard_pending_stop_replies_in_queue ();
4062 if (rs->remote_async_inferior_event_token)
4063 delete_async_event_handler (&rs->remote_async_inferior_event_token);
4065 remote_notif_state_xfree (rs->notif_state);
4068 /* Query the remote side for the text, data and bss offsets. */
4071 remote_target::get_offsets ()
4073 struct remote_state *rs = get_remote_state ();
4076 int lose, num_segments = 0, do_sections, do_segments;
4077 CORE_ADDR text_addr, data_addr, bss_addr, segments[2];
4078 struct section_offsets *offs;
4079 struct symfile_segment_data *data;
4081 if (symfile_objfile == NULL)
4084 putpkt ("qOffsets");
4085 getpkt (&rs->buf, &rs->buf_size, 0);
4088 if (buf[0] == '\000')
4089 return; /* Return silently. Stub doesn't support
4093 warning (_("Remote failure reply: %s"), buf);
4097 /* Pick up each field in turn. This used to be done with scanf, but
4098 scanf will make trouble if CORE_ADDR size doesn't match
4099 conversion directives correctly. The following code will work
4100 with any size of CORE_ADDR. */
4101 text_addr = data_addr = bss_addr = 0;
4105 if (startswith (ptr, "Text="))
4108 /* Don't use strtol, could lose on big values. */
4109 while (*ptr && *ptr != ';')
4110 text_addr = (text_addr << 4) + fromhex (*ptr++);
4112 if (startswith (ptr, ";Data="))
4115 while (*ptr && *ptr != ';')
4116 data_addr = (data_addr << 4) + fromhex (*ptr++);
4121 if (!lose && startswith (ptr, ";Bss="))
4124 while (*ptr && *ptr != ';')
4125 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
4127 if (bss_addr != data_addr)
4128 warning (_("Target reported unsupported offsets: %s"), buf);
4133 else if (startswith (ptr, "TextSeg="))
4136 /* Don't use strtol, could lose on big values. */
4137 while (*ptr && *ptr != ';')
4138 text_addr = (text_addr << 4) + fromhex (*ptr++);
4141 if (startswith (ptr, ";DataSeg="))
4144 while (*ptr && *ptr != ';')
4145 data_addr = (data_addr << 4) + fromhex (*ptr++);
4153 error (_("Malformed response to offset query, %s"), buf);
4154 else if (*ptr != '\0')
4155 warning (_("Target reported unsupported offsets: %s"), buf);
4157 offs = ((struct section_offsets *)
4158 alloca (SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections)));
4159 memcpy (offs, symfile_objfile->section_offsets,
4160 SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));
4162 data = get_symfile_segment_data (symfile_objfile->obfd);
4163 do_segments = (data != NULL);
4164 do_sections = num_segments == 0;
4166 if (num_segments > 0)
4168 segments[0] = text_addr;
4169 segments[1] = data_addr;
4171 /* If we have two segments, we can still try to relocate everything
4172 by assuming that the .text and .data offsets apply to the whole
4173 text and data segments. Convert the offsets given in the packet
4174 to base addresses for symfile_map_offsets_to_segments. */
4175 else if (data && data->num_segments == 2)
4177 segments[0] = data->segment_bases[0] + text_addr;
4178 segments[1] = data->segment_bases[1] + data_addr;
4181 /* If the object file has only one segment, assume that it is text
4182 rather than data; main programs with no writable data are rare,
4183 but programs with no code are useless. Of course the code might
4184 have ended up in the data segment... to detect that we would need
4185 the permissions here. */
4186 else if (data && data->num_segments == 1)
4188 segments[0] = data->segment_bases[0] + text_addr;
4191 /* There's no way to relocate by segment. */
4197 int ret = symfile_map_offsets_to_segments (symfile_objfile->obfd, data,
4198 offs, num_segments, segments);
4200 if (ret == 0 && !do_sections)
4201 error (_("Can not handle qOffsets TextSeg "
4202 "response with this symbol file"));
4209 free_symfile_segment_data (data);
4213 offs->offsets[SECT_OFF_TEXT (symfile_objfile)] = text_addr;
4215 /* This is a temporary kludge to force data and bss to use the
4216 same offsets because that's what nlmconv does now. The real
4217 solution requires changes to the stub and remote.c that I
4218 don't have time to do right now. */
4220 offs->offsets[SECT_OFF_DATA (symfile_objfile)] = data_addr;
4221 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = data_addr;
4224 objfile_relocate (symfile_objfile, offs);
4227 /* Send interrupt_sequence to remote target. */
4230 remote_target::send_interrupt_sequence ()
4232 struct remote_state *rs = get_remote_state ();
4234 if (interrupt_sequence_mode == interrupt_sequence_control_c)
4235 remote_serial_write ("\x03", 1);
4236 else if (interrupt_sequence_mode == interrupt_sequence_break)
4237 serial_send_break (rs->remote_desc);
4238 else if (interrupt_sequence_mode == interrupt_sequence_break_g)
4240 serial_send_break (rs->remote_desc);
4241 remote_serial_write ("g", 1);
4244 internal_error (__FILE__, __LINE__,
4245 _("Invalid value for interrupt_sequence_mode: %s."),
4246 interrupt_sequence_mode);
4250 /* If STOP_REPLY is a T stop reply, look for the "thread" register,
4251 and extract the PTID. Returns NULL_PTID if not found. */
4254 stop_reply_extract_thread (char *stop_reply)
4256 if (stop_reply[0] == 'T' && strlen (stop_reply) > 3)
4260 /* Txx r:val ; r:val (...) */
4263 /* Look for "register" named "thread". */
4268 p1 = strchr (p, ':');
4272 if (strncmp (p, "thread", p1 - p) == 0)
4273 return read_ptid (++p1, &p);
4275 p1 = strchr (p, ';');
4287 /* Determine the remote side's current thread. If we have a stop
4288 reply handy (in WAIT_STATUS), maybe it's a T stop reply with a
4289 "thread" register we can extract the current thread from. If not,
4290 ask the remote which is the current thread with qC. The former
4291 method avoids a roundtrip. */
4294 remote_target::get_current_thread (char *wait_status)
4296 ptid_t ptid = null_ptid;
4298 /* Note we don't use remote_parse_stop_reply as that makes use of
4299 the target architecture, which we haven't yet fully determined at
4301 if (wait_status != NULL)
4302 ptid = stop_reply_extract_thread (wait_status);
4303 if (ptid == null_ptid)
4304 ptid = remote_current_thread (inferior_ptid);
4309 /* Query the remote target for which is the current thread/process,
4310 add it to our tables, and update INFERIOR_PTID. The caller is
4311 responsible for setting the state such that the remote end is ready
4312 to return the current thread.
4314 This function is called after handling the '?' or 'vRun' packets,
4315 whose response is a stop reply from which we can also try
4316 extracting the thread. If the target doesn't support the explicit
4317 qC query, we infer the current thread from that stop reply, passed
4318 in in WAIT_STATUS, which may be NULL. */
4321 remote_target::add_current_inferior_and_thread (char *wait_status)
4323 struct remote_state *rs = get_remote_state ();
4326 inferior_ptid = null_ptid;
4328 /* Now, if we have thread information, update inferior_ptid. */
4329 ptid_t curr_ptid = get_current_thread (wait_status);
4331 if (curr_ptid != null_ptid)
4333 if (!remote_multi_process_p (rs))
4338 /* Without this, some commands which require an active target
4339 (such as kill) won't work. This variable serves (at least)
4340 double duty as both the pid of the target process (if it has
4341 such), and as a flag indicating that a target is active. */
4342 curr_ptid = magic_null_ptid;
4346 remote_add_inferior (fake_pid_p, curr_ptid.pid (), -1, 1);
4348 /* Add the main thread and switch to it. Don't try reading
4349 registers yet, since we haven't fetched the target description
4351 thread_info *tp = add_thread_silent (curr_ptid);
4352 switch_to_thread_no_regs (tp);
4355 /* Print info about a thread that was found already stopped on
4359 print_one_stopped_thread (struct thread_info *thread)
4361 struct target_waitstatus *ws = &thread->suspend.waitstatus;
4363 switch_to_thread (thread);
4364 thread->suspend.stop_pc = get_frame_pc (get_current_frame ());
4365 set_current_sal_from_frame (get_current_frame ());
4367 thread->suspend.waitstatus_pending_p = 0;
4369 if (ws->kind == TARGET_WAITKIND_STOPPED)
4371 enum gdb_signal sig = ws->value.sig;
4373 if (signal_print_state (sig))
4374 gdb::observers::signal_received.notify (sig);
4376 gdb::observers::normal_stop.notify (NULL, 1);
4379 /* Process all initial stop replies the remote side sent in response
4380 to the ? packet. These indicate threads that were already stopped
4381 on initial connection. We mark these threads as stopped and print
4382 their current frame before giving the user the prompt. */
4385 remote_target::process_initial_stop_replies (int from_tty)
4387 int pending_stop_replies = stop_reply_queue_length ();
4388 struct inferior *inf;
4389 struct thread_info *thread;
4390 struct thread_info *selected = NULL;
4391 struct thread_info *lowest_stopped = NULL;
4392 struct thread_info *first = NULL;
4394 /* Consume the initial pending events. */
4395 while (pending_stop_replies-- > 0)
4397 ptid_t waiton_ptid = minus_one_ptid;
4399 struct target_waitstatus ws;
4400 int ignore_event = 0;
4401 struct thread_info *thread;
4403 memset (&ws, 0, sizeof (ws));
4404 event_ptid = target_wait (waiton_ptid, &ws, TARGET_WNOHANG);
4406 print_target_wait_results (waiton_ptid, event_ptid, &ws);
4410 case TARGET_WAITKIND_IGNORE:
4411 case TARGET_WAITKIND_NO_RESUMED:
4412 case TARGET_WAITKIND_SIGNALLED:
4413 case TARGET_WAITKIND_EXITED:
4414 /* We shouldn't see these, but if we do, just ignore. */
4416 fprintf_unfiltered (gdb_stdlog, "remote: event ignored\n");
4420 case TARGET_WAITKIND_EXECD:
4421 xfree (ws.value.execd_pathname);
4430 thread = find_thread_ptid (event_ptid);
4432 if (ws.kind == TARGET_WAITKIND_STOPPED)
4434 enum gdb_signal sig = ws.value.sig;
4436 /* Stubs traditionally report SIGTRAP as initial signal,
4437 instead of signal 0. Suppress it. */
4438 if (sig == GDB_SIGNAL_TRAP)
4440 thread->suspend.stop_signal = sig;
4444 thread->suspend.waitstatus = ws;
4446 if (ws.kind != TARGET_WAITKIND_STOPPED
4447 || ws.value.sig != GDB_SIGNAL_0)
4448 thread->suspend.waitstatus_pending_p = 1;
4450 set_executing (event_ptid, 0);
4451 set_running (event_ptid, 0);
4452 get_remote_thread_info (thread)->vcont_resumed = 0;
4455 /* "Notice" the new inferiors before anything related to
4456 registers/memory. */
4462 inf->needs_setup = 1;
4466 thread = any_live_thread_of_inferior (inf);
4467 notice_new_inferior (thread, thread->state == THREAD_RUNNING,
4472 /* If all-stop on top of non-stop, pause all threads. Note this
4473 records the threads' stop pc, so must be done after "noticing"
4477 stop_all_threads ();
4479 /* If all threads of an inferior were already stopped, we
4480 haven't setup the inferior yet. */
4486 if (inf->needs_setup)
4488 thread = any_live_thread_of_inferior (inf);
4489 switch_to_thread_no_regs (thread);
4495 /* Now go over all threads that are stopped, and print their current
4496 frame. If all-stop, then if there's a signalled thread, pick
4498 ALL_NON_EXITED_THREADS (thread)
4504 thread->set_running (false);
4505 else if (thread->state != THREAD_STOPPED)
4508 if (selected == NULL
4509 && thread->suspend.waitstatus_pending_p)
4512 if (lowest_stopped == NULL
4513 || thread->inf->num < lowest_stopped->inf->num
4514 || thread->per_inf_num < lowest_stopped->per_inf_num)
4515 lowest_stopped = thread;
4518 print_one_stopped_thread (thread);
4521 /* In all-stop, we only print the status of one thread, and leave
4522 others with their status pending. */
4527 thread = lowest_stopped;
4531 print_one_stopped_thread (thread);
4534 /* For "info program". */
4535 thread = inferior_thread ();
4536 if (thread->state == THREAD_STOPPED)
4537 set_last_target_status (inferior_ptid, thread->suspend.waitstatus);
4540 /* Start the remote connection and sync state. */
4543 remote_target::start_remote (int from_tty, int extended_p)
4545 struct remote_state *rs = get_remote_state ();
4546 struct packet_config *noack_config;
4547 char *wait_status = NULL;
4549 /* Signal other parts that we're going through the initial setup,
4550 and so things may not be stable yet. E.g., we don't try to
4551 install tracepoints until we've relocated symbols. Also, a
4552 Ctrl-C before we're connected and synced up can't interrupt the
4553 target. Instead, it offers to drop the (potentially wedged)
4555 rs->starting_up = 1;
4559 if (interrupt_on_connect)
4560 send_interrupt_sequence ();
4562 /* Ack any packet which the remote side has already sent. */
4563 remote_serial_write ("+", 1);
4565 /* The first packet we send to the target is the optional "supported
4566 packets" request. If the target can answer this, it will tell us
4567 which later probes to skip. */
4568 remote_query_supported ();
4570 /* If the stub wants to get a QAllow, compose one and send it. */
4571 if (packet_support (PACKET_QAllow) != PACKET_DISABLE)
4574 /* gdbserver < 7.7 (before its fix from 2013-12-11) did reply to any
4575 unknown 'v' packet with string "OK". "OK" gets interpreted by GDB
4576 as a reply to known packet. For packet "vFile:setfs:" it is an
4577 invalid reply and GDB would return error in
4578 remote_hostio_set_filesystem, making remote files access impossible.
4579 Disable "vFile:setfs:" in such case. Do not disable other 'v' packets as
4580 other "vFile" packets get correctly detected even on gdbserver < 7.7. */
4582 const char v_mustreplyempty[] = "vMustReplyEmpty";
4584 putpkt (v_mustreplyempty);
4585 getpkt (&rs->buf, &rs->buf_size, 0);
4586 if (strcmp (rs->buf, "OK") == 0)
4587 remote_protocol_packets[PACKET_vFile_setfs].support = PACKET_DISABLE;
4588 else if (strcmp (rs->buf, "") != 0)
4589 error (_("Remote replied unexpectedly to '%s': %s"), v_mustreplyempty,
4593 /* Next, we possibly activate noack mode.
4595 If the QStartNoAckMode packet configuration is set to AUTO,
4596 enable noack mode if the stub reported a wish for it with
4599 If set to TRUE, then enable noack mode even if the stub didn't
4600 report it in qSupported. If the stub doesn't reply OK, the
4601 session ends with an error.
4603 If FALSE, then don't activate noack mode, regardless of what the
4604 stub claimed should be the default with qSupported. */
4606 noack_config = &remote_protocol_packets[PACKET_QStartNoAckMode];
4607 if (packet_config_support (noack_config) != PACKET_DISABLE)
4609 putpkt ("QStartNoAckMode");
4610 getpkt (&rs->buf, &rs->buf_size, 0);
4611 if (packet_ok (rs->buf, noack_config) == PACKET_OK)
4617 /* Tell the remote that we are using the extended protocol. */
4619 getpkt (&rs->buf, &rs->buf_size, 0);
4622 /* Let the target know which signals it is allowed to pass down to
4624 update_signals_program_target ();
4626 /* Next, if the target can specify a description, read it. We do
4627 this before anything involving memory or registers. */
4628 target_find_description ();
4630 /* Next, now that we know something about the target, update the
4631 address spaces in the program spaces. */
4632 update_address_spaces ();
4634 /* On OSs where the list of libraries is global to all
4635 processes, we fetch them early. */
4636 if (gdbarch_has_global_solist (target_gdbarch ()))
4637 solib_add (NULL, from_tty, auto_solib_add);
4639 if (target_is_non_stop_p ())
4641 if (packet_support (PACKET_QNonStop) != PACKET_ENABLE)
4642 error (_("Non-stop mode requested, but remote "
4643 "does not support non-stop"));
4645 putpkt ("QNonStop:1");
4646 getpkt (&rs->buf, &rs->buf_size, 0);
4648 if (strcmp (rs->buf, "OK") != 0)
4649 error (_("Remote refused setting non-stop mode with: %s"), rs->buf);
4651 /* Find about threads and processes the stub is already
4652 controlling. We default to adding them in the running state.
4653 The '?' query below will then tell us about which threads are
4655 this->update_thread_list ();
4657 else if (packet_support (PACKET_QNonStop) == PACKET_ENABLE)
4659 /* Don't assume that the stub can operate in all-stop mode.
4660 Request it explicitly. */
4661 putpkt ("QNonStop:0");
4662 getpkt (&rs->buf, &rs->buf_size, 0);
4664 if (strcmp (rs->buf, "OK") != 0)
4665 error (_("Remote refused setting all-stop mode with: %s"), rs->buf);
4668 /* Upload TSVs regardless of whether the target is running or not. The
4669 remote stub, such as GDBserver, may have some predefined or builtin
4670 TSVs, even if the target is not running. */
4671 if (get_trace_status (current_trace_status ()) != -1)
4673 struct uploaded_tsv *uploaded_tsvs = NULL;
4675 upload_trace_state_variables (&uploaded_tsvs);
4676 merge_uploaded_trace_state_variables (&uploaded_tsvs);
4679 /* Check whether the target is running now. */
4681 getpkt (&rs->buf, &rs->buf_size, 0);
4683 if (!target_is_non_stop_p ())
4685 if (rs->buf[0] == 'W' || rs->buf[0] == 'X')
4688 error (_("The target is not running (try extended-remote?)"));
4690 /* We're connected, but not running. Drop out before we
4691 call start_remote. */
4692 rs->starting_up = 0;
4697 /* Save the reply for later. */
4698 wait_status = (char *) alloca (strlen (rs->buf) + 1);
4699 strcpy (wait_status, rs->buf);
4702 /* Fetch thread list. */
4703 target_update_thread_list ();
4705 /* Let the stub know that we want it to return the thread. */
4706 set_continue_thread (minus_one_ptid);
4708 if (thread_count () == 0)
4710 /* Target has no concept of threads at all. GDB treats
4711 non-threaded target as single-threaded; add a main
4713 add_current_inferior_and_thread (wait_status);
4717 /* We have thread information; select the thread the target
4718 says should be current. If we're reconnecting to a
4719 multi-threaded program, this will ideally be the thread
4720 that last reported an event before GDB disconnected. */
4721 inferior_ptid = get_current_thread (wait_status);
4722 if (inferior_ptid == null_ptid)
4724 /* Odd... The target was able to list threads, but not
4725 tell us which thread was current (no "thread"
4726 register in T stop reply?). Just pick the first
4727 thread in the thread list then. */
4730 fprintf_unfiltered (gdb_stdlog,
4731 "warning: couldn't determine remote "
4732 "current thread; picking first in list.\n");
4734 inferior_ptid = thread_list->ptid;
4738 /* init_wait_for_inferior should be called before get_offsets in order
4739 to manage `inserted' flag in bp loc in a correct state.
4740 breakpoint_init_inferior, called from init_wait_for_inferior, set
4741 `inserted' flag to 0, while before breakpoint_re_set, called from
4742 start_remote, set `inserted' flag to 1. In the initialization of
4743 inferior, breakpoint_init_inferior should be called first, and then
4744 breakpoint_re_set can be called. If this order is broken, state of
4745 `inserted' flag is wrong, and cause some problems on breakpoint
4747 init_wait_for_inferior ();
4749 get_offsets (); /* Get text, data & bss offsets. */
4751 /* If we could not find a description using qXfer, and we know
4752 how to do it some other way, try again. This is not
4753 supported for non-stop; it could be, but it is tricky if
4754 there are no stopped threads when we connect. */
4755 if (remote_read_description_p (this)
4756 && gdbarch_target_desc (target_gdbarch ()) == NULL)
4758 target_clear_description ();
4759 target_find_description ();
4762 /* Use the previously fetched status. */
4763 gdb_assert (wait_status != NULL);
4764 strcpy (rs->buf, wait_status);
4765 rs->cached_wait_status = 1;
4767 ::start_remote (from_tty); /* Initialize gdb process mechanisms. */
4771 /* Clear WFI global state. Do this before finding about new
4772 threads and inferiors, and setting the current inferior.
4773 Otherwise we would clear the proceed status of the current
4774 inferior when we want its stop_soon state to be preserved
4775 (see notice_new_inferior). */
4776 init_wait_for_inferior ();
4778 /* In non-stop, we will either get an "OK", meaning that there
4779 are no stopped threads at this time; or, a regular stop
4780 reply. In the latter case, there may be more than one thread
4781 stopped --- we pull them all out using the vStopped
4783 if (strcmp (rs->buf, "OK") != 0)
4785 struct notif_client *notif = ¬if_client_stop;
4787 /* remote_notif_get_pending_replies acks this one, and gets
4789 rs->notif_state->pending_event[notif_client_stop.id]
4790 = remote_notif_parse (this, notif, rs->buf);
4791 remote_notif_get_pending_events (notif);
4794 if (thread_count () == 0)
4797 error (_("The target is not running (try extended-remote?)"));
4799 /* We're connected, but not running. Drop out before we
4800 call start_remote. */
4801 rs->starting_up = 0;
4805 /* In non-stop mode, any cached wait status will be stored in
4806 the stop reply queue. */
4807 gdb_assert (wait_status == NULL);
4809 /* Report all signals during attach/startup. */
4810 pass_signals (0, NULL);
4812 /* If there are already stopped threads, mark them stopped and
4813 report their stops before giving the prompt to the user. */
4814 process_initial_stop_replies (from_tty);
4816 if (target_can_async_p ())
4820 /* If we connected to a live target, do some additional setup. */
4821 if (target_has_execution)
4823 if (symfile_objfile) /* No use without a symbol-file. */
4824 remote_check_symbols ();
4827 /* Possibly the target has been engaged in a trace run started
4828 previously; find out where things are at. */
4829 if (get_trace_status (current_trace_status ()) != -1)
4831 struct uploaded_tp *uploaded_tps = NULL;
4833 if (current_trace_status ()->running)
4834 printf_filtered (_("Trace is already running on the target.\n"));
4836 upload_tracepoints (&uploaded_tps);
4838 merge_uploaded_tracepoints (&uploaded_tps);
4841 /* Possibly the target has been engaged in a btrace record started
4842 previously; find out where things are at. */
4843 remote_btrace_maybe_reopen ();
4845 /* The thread and inferior lists are now synchronized with the
4846 target, our symbols have been relocated, and we're merged the
4847 target's tracepoints with ours. We're done with basic start
4849 rs->starting_up = 0;
4851 /* Maybe breakpoints are global and need to be inserted now. */
4852 if (breakpoints_should_be_inserted_now ())
4853 insert_breakpoints ();
4856 /* Open a connection to a remote debugger.
4857 NAME is the filename used for communication. */
4860 remote_target::open (const char *name, int from_tty)
4862 open_1 (name, from_tty, 0);
4865 /* Open a connection to a remote debugger using the extended
4866 remote gdb protocol. NAME is the filename used for communication. */
4869 extended_remote_target::open (const char *name, int from_tty)
4871 open_1 (name, from_tty, 1 /*extended_p */);
4874 /* Reset all packets back to "unknown support". Called when opening a
4875 new connection to a remote target. */
4878 reset_all_packet_configs_support (void)
4882 for (i = 0; i < PACKET_MAX; i++)
4883 remote_protocol_packets[i].support = PACKET_SUPPORT_UNKNOWN;
4886 /* Initialize all packet configs. */
4889 init_all_packet_configs (void)
4893 for (i = 0; i < PACKET_MAX; i++)
4895 remote_protocol_packets[i].detect = AUTO_BOOLEAN_AUTO;
4896 remote_protocol_packets[i].support = PACKET_SUPPORT_UNKNOWN;
4900 /* Symbol look-up. */
4903 remote_target::remote_check_symbols ()
4905 char *msg, *reply, *tmp;
4908 struct cleanup *old_chain;
4910 /* The remote side has no concept of inferiors that aren't running
4911 yet, it only knows about running processes. If we're connected
4912 but our current inferior is not running, we should not invite the
4913 remote target to request symbol lookups related to its
4914 (unrelated) current process. */
4915 if (!target_has_execution)
4918 if (packet_support (PACKET_qSymbol) == PACKET_DISABLE)
4921 /* Make sure the remote is pointing at the right process. Note
4922 there's no way to select "no process". */
4923 set_general_process ();
4925 /* Allocate a message buffer. We can't reuse the input buffer in RS,
4926 because we need both at the same time. */
4927 msg = (char *) xmalloc (get_remote_packet_size ());
4928 old_chain = make_cleanup (xfree, msg);
4929 reply = (char *) xmalloc (get_remote_packet_size ());
4930 make_cleanup (free_current_contents, &reply);
4931 reply_size = get_remote_packet_size ();
4933 /* Invite target to request symbol lookups. */
4935 putpkt ("qSymbol::");
4936 getpkt (&reply, &reply_size, 0);
4937 packet_ok (reply, &remote_protocol_packets[PACKET_qSymbol]);
4939 while (startswith (reply, "qSymbol:"))
4941 struct bound_minimal_symbol sym;
4944 end = hex2bin (tmp, (gdb_byte *) msg, strlen (tmp) / 2);
4946 sym = lookup_minimal_symbol (msg, NULL, NULL);
4947 if (sym.minsym == NULL)
4948 xsnprintf (msg, get_remote_packet_size (), "qSymbol::%s", &reply[8]);
4951 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
4952 CORE_ADDR sym_addr = BMSYMBOL_VALUE_ADDRESS (sym);
4954 /* If this is a function address, return the start of code
4955 instead of any data function descriptor. */
4956 sym_addr = gdbarch_convert_from_func_ptr_addr (target_gdbarch (),
4958 current_top_target ());
4960 xsnprintf (msg, get_remote_packet_size (), "qSymbol:%s:%s",
4961 phex_nz (sym_addr, addr_size), &reply[8]);
4965 getpkt (&reply, &reply_size, 0);
4968 do_cleanups (old_chain);
4971 static struct serial *
4972 remote_serial_open (const char *name)
4974 static int udp_warning = 0;
4976 /* FIXME: Parsing NAME here is a hack. But we want to warn here instead
4977 of in ser-tcp.c, because it is the remote protocol assuming that the
4978 serial connection is reliable and not the serial connection promising
4980 if (!udp_warning && startswith (name, "udp:"))
4982 warning (_("The remote protocol may be unreliable over UDP.\n"
4983 "Some events may be lost, rendering further debugging "
4988 return serial_open (name);
4991 /* Inform the target of our permission settings. The permission flags
4992 work without this, but if the target knows the settings, it can do
4993 a couple things. First, it can add its own check, to catch cases
4994 that somehow manage to get by the permissions checks in target
4995 methods. Second, if the target is wired to disallow particular
4996 settings (for instance, a system in the field that is not set up to
4997 be able to stop at a breakpoint), it can object to any unavailable
5001 remote_target::set_permissions ()
5003 struct remote_state *rs = get_remote_state ();
5005 xsnprintf (rs->buf, get_remote_packet_size (), "QAllow:"
5006 "WriteReg:%x;WriteMem:%x;"
5007 "InsertBreak:%x;InsertTrace:%x;"
5008 "InsertFastTrace:%x;Stop:%x",
5009 may_write_registers, may_write_memory,
5010 may_insert_breakpoints, may_insert_tracepoints,
5011 may_insert_fast_tracepoints, may_stop);
5013 getpkt (&rs->buf, &rs->buf_size, 0);
5015 /* If the target didn't like the packet, warn the user. Do not try
5016 to undo the user's settings, that would just be maddening. */
5017 if (strcmp (rs->buf, "OK") != 0)
5018 warning (_("Remote refused setting permissions with: %s"), rs->buf);
5021 /* This type describes each known response to the qSupported
5023 struct protocol_feature
5025 /* The name of this protocol feature. */
5028 /* The default for this protocol feature. */
5029 enum packet_support default_support;
5031 /* The function to call when this feature is reported, or after
5032 qSupported processing if the feature is not supported.
5033 The first argument points to this structure. The second
5034 argument indicates whether the packet requested support be
5035 enabled, disabled, or probed (or the default, if this function
5036 is being called at the end of processing and this feature was
5037 not reported). The third argument may be NULL; if not NULL, it
5038 is a NUL-terminated string taken from the packet following
5039 this feature's name and an equals sign. */
5040 void (*func) (remote_target *remote, const struct protocol_feature *,
5041 enum packet_support, const char *);
5043 /* The corresponding packet for this feature. Only used if
5044 FUNC is remote_supported_packet. */
5049 remote_supported_packet (remote_target *remote,
5050 const struct protocol_feature *feature,
5051 enum packet_support support,
5052 const char *argument)
5056 warning (_("Remote qSupported response supplied an unexpected value for"
5057 " \"%s\"."), feature->name);
5061 remote_protocol_packets[feature->packet].support = support;
5065 remote_target::remote_packet_size (const protocol_feature *feature,
5066 enum packet_support support, const char *value)
5068 struct remote_state *rs = get_remote_state ();
5073 if (support != PACKET_ENABLE)
5076 if (value == NULL || *value == '\0')
5078 warning (_("Remote target reported \"%s\" without a size."),
5084 packet_size = strtol (value, &value_end, 16);
5085 if (errno != 0 || *value_end != '\0' || packet_size < 0)
5087 warning (_("Remote target reported \"%s\" with a bad size: \"%s\"."),
5088 feature->name, value);
5092 /* Record the new maximum packet size. */
5093 rs->explicit_packet_size = packet_size;
5097 remote_packet_size (remote_target *remote, const protocol_feature *feature,
5098 enum packet_support support, const char *value)
5100 remote->remote_packet_size (feature, support, value);
5103 static const struct protocol_feature remote_protocol_features[] = {
5104 { "PacketSize", PACKET_DISABLE, remote_packet_size, -1 },
5105 { "qXfer:auxv:read", PACKET_DISABLE, remote_supported_packet,
5106 PACKET_qXfer_auxv },
5107 { "qXfer:exec-file:read", PACKET_DISABLE, remote_supported_packet,
5108 PACKET_qXfer_exec_file },
5109 { "qXfer:features:read", PACKET_DISABLE, remote_supported_packet,
5110 PACKET_qXfer_features },
5111 { "qXfer:libraries:read", PACKET_DISABLE, remote_supported_packet,
5112 PACKET_qXfer_libraries },
5113 { "qXfer:libraries-svr4:read", PACKET_DISABLE, remote_supported_packet,
5114 PACKET_qXfer_libraries_svr4 },
5115 { "augmented-libraries-svr4-read", PACKET_DISABLE,
5116 remote_supported_packet, PACKET_augmented_libraries_svr4_read_feature },
5117 { "qXfer:memory-map:read", PACKET_DISABLE, remote_supported_packet,
5118 PACKET_qXfer_memory_map },
5119 { "qXfer:spu:read", PACKET_DISABLE, remote_supported_packet,
5120 PACKET_qXfer_spu_read },
5121 { "qXfer:spu:write", PACKET_DISABLE, remote_supported_packet,
5122 PACKET_qXfer_spu_write },
5123 { "qXfer:osdata:read", PACKET_DISABLE, remote_supported_packet,
5124 PACKET_qXfer_osdata },
5125 { "qXfer:threads:read", PACKET_DISABLE, remote_supported_packet,
5126 PACKET_qXfer_threads },
5127 { "qXfer:traceframe-info:read", PACKET_DISABLE, remote_supported_packet,
5128 PACKET_qXfer_traceframe_info },
5129 { "QPassSignals", PACKET_DISABLE, remote_supported_packet,
5130 PACKET_QPassSignals },
5131 { "QCatchSyscalls", PACKET_DISABLE, remote_supported_packet,
5132 PACKET_QCatchSyscalls },
5133 { "QProgramSignals", PACKET_DISABLE, remote_supported_packet,
5134 PACKET_QProgramSignals },
5135 { "QSetWorkingDir", PACKET_DISABLE, remote_supported_packet,
5136 PACKET_QSetWorkingDir },
5137 { "QStartupWithShell", PACKET_DISABLE, remote_supported_packet,
5138 PACKET_QStartupWithShell },
5139 { "QEnvironmentHexEncoded", PACKET_DISABLE, remote_supported_packet,
5140 PACKET_QEnvironmentHexEncoded },
5141 { "QEnvironmentReset", PACKET_DISABLE, remote_supported_packet,
5142 PACKET_QEnvironmentReset },
5143 { "QEnvironmentUnset", PACKET_DISABLE, remote_supported_packet,
5144 PACKET_QEnvironmentUnset },
5145 { "QStartNoAckMode", PACKET_DISABLE, remote_supported_packet,
5146 PACKET_QStartNoAckMode },
5147 { "multiprocess", PACKET_DISABLE, remote_supported_packet,
5148 PACKET_multiprocess_feature },
5149 { "QNonStop", PACKET_DISABLE, remote_supported_packet, PACKET_QNonStop },
5150 { "qXfer:siginfo:read", PACKET_DISABLE, remote_supported_packet,
5151 PACKET_qXfer_siginfo_read },
5152 { "qXfer:siginfo:write", PACKET_DISABLE, remote_supported_packet,
5153 PACKET_qXfer_siginfo_write },
5154 { "ConditionalTracepoints", PACKET_DISABLE, remote_supported_packet,
5155 PACKET_ConditionalTracepoints },
5156 { "ConditionalBreakpoints", PACKET_DISABLE, remote_supported_packet,
5157 PACKET_ConditionalBreakpoints },
5158 { "BreakpointCommands", PACKET_DISABLE, remote_supported_packet,
5159 PACKET_BreakpointCommands },
5160 { "FastTracepoints", PACKET_DISABLE, remote_supported_packet,
5161 PACKET_FastTracepoints },
5162 { "StaticTracepoints", PACKET_DISABLE, remote_supported_packet,
5163 PACKET_StaticTracepoints },
5164 {"InstallInTrace", PACKET_DISABLE, remote_supported_packet,
5165 PACKET_InstallInTrace},
5166 { "DisconnectedTracing", PACKET_DISABLE, remote_supported_packet,
5167 PACKET_DisconnectedTracing_feature },
5168 { "ReverseContinue", PACKET_DISABLE, remote_supported_packet,
5170 { "ReverseStep", PACKET_DISABLE, remote_supported_packet,
5172 { "TracepointSource", PACKET_DISABLE, remote_supported_packet,
5173 PACKET_TracepointSource },
5174 { "QAllow", PACKET_DISABLE, remote_supported_packet,
5176 { "EnableDisableTracepoints", PACKET_DISABLE, remote_supported_packet,
5177 PACKET_EnableDisableTracepoints_feature },
5178 { "qXfer:fdpic:read", PACKET_DISABLE, remote_supported_packet,
5179 PACKET_qXfer_fdpic },
5180 { "qXfer:uib:read", PACKET_DISABLE, remote_supported_packet,
5182 { "QDisableRandomization", PACKET_DISABLE, remote_supported_packet,
5183 PACKET_QDisableRandomization },
5184 { "QAgent", PACKET_DISABLE, remote_supported_packet, PACKET_QAgent},
5185 { "QTBuffer:size", PACKET_DISABLE,
5186 remote_supported_packet, PACKET_QTBuffer_size},
5187 { "tracenz", PACKET_DISABLE, remote_supported_packet, PACKET_tracenz_feature },
5188 { "Qbtrace:off", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_off },
5189 { "Qbtrace:bts", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_bts },
5190 { "Qbtrace:pt", PACKET_DISABLE, remote_supported_packet, PACKET_Qbtrace_pt },
5191 { "qXfer:btrace:read", PACKET_DISABLE, remote_supported_packet,
5192 PACKET_qXfer_btrace },
5193 { "qXfer:btrace-conf:read", PACKET_DISABLE, remote_supported_packet,
5194 PACKET_qXfer_btrace_conf },
5195 { "Qbtrace-conf:bts:size", PACKET_DISABLE, remote_supported_packet,
5196 PACKET_Qbtrace_conf_bts_size },
5197 { "swbreak", PACKET_DISABLE, remote_supported_packet, PACKET_swbreak_feature },
5198 { "hwbreak", PACKET_DISABLE, remote_supported_packet, PACKET_hwbreak_feature },
5199 { "fork-events", PACKET_DISABLE, remote_supported_packet,
5200 PACKET_fork_event_feature },
5201 { "vfork-events", PACKET_DISABLE, remote_supported_packet,
5202 PACKET_vfork_event_feature },
5203 { "exec-events", PACKET_DISABLE, remote_supported_packet,
5204 PACKET_exec_event_feature },
5205 { "Qbtrace-conf:pt:size", PACKET_DISABLE, remote_supported_packet,
5206 PACKET_Qbtrace_conf_pt_size },
5207 { "vContSupported", PACKET_DISABLE, remote_supported_packet, PACKET_vContSupported },
5208 { "QThreadEvents", PACKET_DISABLE, remote_supported_packet, PACKET_QThreadEvents },
5209 { "no-resumed", PACKET_DISABLE, remote_supported_packet, PACKET_no_resumed },
5212 static char *remote_support_xml;
5214 /* Register string appended to "xmlRegisters=" in qSupported query. */
5217 register_remote_support_xml (const char *xml)
5219 #if defined(HAVE_LIBEXPAT)
5220 if (remote_support_xml == NULL)
5221 remote_support_xml = concat ("xmlRegisters=", xml, (char *) NULL);
5224 char *copy = xstrdup (remote_support_xml + 13);
5225 char *p = strtok (copy, ",");
5229 if (strcmp (p, xml) == 0)
5236 while ((p = strtok (NULL, ",")) != NULL);
5239 remote_support_xml = reconcat (remote_support_xml,
5240 remote_support_xml, ",", xml,
5247 remote_query_supported_append (std::string *msg, const char *append)
5251 msg->append (append);
5255 remote_target::remote_query_supported ()
5257 struct remote_state *rs = get_remote_state ();
5260 unsigned char seen [ARRAY_SIZE (remote_protocol_features)];
5262 /* The packet support flags are handled differently for this packet
5263 than for most others. We treat an error, a disabled packet, and
5264 an empty response identically: any features which must be reported
5265 to be used will be automatically disabled. An empty buffer
5266 accomplishes this, since that is also the representation for a list
5267 containing no features. */
5270 if (packet_support (PACKET_qSupported) != PACKET_DISABLE)
5274 if (packet_set_cmd_state (PACKET_multiprocess_feature) != AUTO_BOOLEAN_FALSE)
5275 remote_query_supported_append (&q, "multiprocess+");
5277 if (packet_set_cmd_state (PACKET_swbreak_feature) != AUTO_BOOLEAN_FALSE)
5278 remote_query_supported_append (&q, "swbreak+");
5279 if (packet_set_cmd_state (PACKET_hwbreak_feature) != AUTO_BOOLEAN_FALSE)
5280 remote_query_supported_append (&q, "hwbreak+");
5282 remote_query_supported_append (&q, "qRelocInsn+");
5284 if (packet_set_cmd_state (PACKET_fork_event_feature)
5285 != AUTO_BOOLEAN_FALSE)
5286 remote_query_supported_append (&q, "fork-events+");
5287 if (packet_set_cmd_state (PACKET_vfork_event_feature)
5288 != AUTO_BOOLEAN_FALSE)
5289 remote_query_supported_append (&q, "vfork-events+");
5290 if (packet_set_cmd_state (PACKET_exec_event_feature)
5291 != AUTO_BOOLEAN_FALSE)
5292 remote_query_supported_append (&q, "exec-events+");
5294 if (packet_set_cmd_state (PACKET_vContSupported) != AUTO_BOOLEAN_FALSE)
5295 remote_query_supported_append (&q, "vContSupported+");
5297 if (packet_set_cmd_state (PACKET_QThreadEvents) != AUTO_BOOLEAN_FALSE)
5298 remote_query_supported_append (&q, "QThreadEvents+");
5300 if (packet_set_cmd_state (PACKET_no_resumed) != AUTO_BOOLEAN_FALSE)
5301 remote_query_supported_append (&q, "no-resumed+");
5303 /* Keep this one last to work around a gdbserver <= 7.10 bug in
5304 the qSupported:xmlRegisters=i386 handling. */
5305 if (remote_support_xml != NULL
5306 && packet_support (PACKET_qXfer_features) != PACKET_DISABLE)
5307 remote_query_supported_append (&q, remote_support_xml);
5309 q = "qSupported:" + q;
5310 putpkt (q.c_str ());
5312 getpkt (&rs->buf, &rs->buf_size, 0);
5314 /* If an error occured, warn, but do not return - just reset the
5315 buffer to empty and go on to disable features. */
5316 if (packet_ok (rs->buf, &remote_protocol_packets[PACKET_qSupported])
5319 warning (_("Remote failure reply: %s"), rs->buf);
5324 memset (seen, 0, sizeof (seen));
5329 enum packet_support is_supported;
5330 char *p, *end, *name_end, *value;
5332 /* First separate out this item from the rest of the packet. If
5333 there's another item after this, we overwrite the separator
5334 (terminated strings are much easier to work with). */
5336 end = strchr (p, ';');
5339 end = p + strlen (p);
5349 warning (_("empty item in \"qSupported\" response"));
5354 name_end = strchr (p, '=');
5357 /* This is a name=value entry. */
5358 is_supported = PACKET_ENABLE;
5359 value = name_end + 1;
5368 is_supported = PACKET_ENABLE;
5372 is_supported = PACKET_DISABLE;
5376 is_supported = PACKET_SUPPORT_UNKNOWN;
5380 warning (_("unrecognized item \"%s\" "
5381 "in \"qSupported\" response"), p);
5387 for (i = 0; i < ARRAY_SIZE (remote_protocol_features); i++)
5388 if (strcmp (remote_protocol_features[i].name, p) == 0)
5390 const struct protocol_feature *feature;
5393 feature = &remote_protocol_features[i];
5394 feature->func (this, feature, is_supported, value);
5399 /* If we increased the packet size, make sure to increase the global
5400 buffer size also. We delay this until after parsing the entire
5401 qSupported packet, because this is the same buffer we were
5403 if (rs->buf_size < rs->explicit_packet_size)
5405 rs->buf_size = rs->explicit_packet_size;
5406 rs->buf = (char *) xrealloc (rs->buf, rs->buf_size);
5409 /* Handle the defaults for unmentioned features. */
5410 for (i = 0; i < ARRAY_SIZE (remote_protocol_features); i++)
5413 const struct protocol_feature *feature;
5415 feature = &remote_protocol_features[i];
5416 feature->func (this, feature, feature->default_support, NULL);
5420 /* Serial QUIT handler for the remote serial descriptor.
5422 Defers handling a Ctrl-C until we're done with the current
5423 command/response packet sequence, unless:
5425 - We're setting up the connection. Don't send a remote interrupt
5426 request, as we're not fully synced yet. Quit immediately
5429 - The target has been resumed in the foreground
5430 (target_terminal::is_ours is false) with a synchronous resume
5431 packet, and we're blocked waiting for the stop reply, thus a
5432 Ctrl-C should be immediately sent to the target.
5434 - We get a second Ctrl-C while still within the same serial read or
5435 write. In that case the serial is seemingly wedged --- offer to
5438 - We see a second Ctrl-C without target response, after having
5439 previously interrupted the target. In that case the target/stub
5440 is probably wedged --- offer to quit/disconnect.
5444 remote_target::remote_serial_quit_handler ()
5446 struct remote_state *rs = get_remote_state ();
5448 if (check_quit_flag ())
5450 /* If we're starting up, we're not fully synced yet. Quit
5452 if (rs->starting_up)
5454 else if (rs->got_ctrlc_during_io)
5456 if (query (_("The target is not responding to GDB commands.\n"
5457 "Stop debugging it? ")))
5458 remote_unpush_and_throw ();
5460 /* If ^C has already been sent once, offer to disconnect. */
5461 else if (!target_terminal::is_ours () && rs->ctrlc_pending_p)
5463 /* All-stop protocol, and blocked waiting for stop reply. Send
5464 an interrupt request. */
5465 else if (!target_terminal::is_ours () && rs->waiting_for_stop_reply)
5466 target_interrupt ();
5468 rs->got_ctrlc_during_io = 1;
5472 /* The remote_target that is current while the quit handler is
5473 overridden with remote_serial_quit_handler. */
5474 static remote_target *curr_quit_handler_target;
5477 remote_serial_quit_handler ()
5479 curr_quit_handler_target->remote_serial_quit_handler ();
5482 /* Remove any of the remote.c targets from target stack. Upper targets depend
5483 on it so remove them first. */
5486 remote_unpush_target (void)
5488 pop_all_targets_at_and_above (process_stratum);
5492 remote_unpush_and_throw (void)
5494 remote_unpush_target ();
5495 throw_error (TARGET_CLOSE_ERROR, _("Disconnected from target."));
5499 remote_target::open_1 (const char *name, int from_tty, int extended_p)
5501 remote_target *curr_remote = get_current_remote_target ();
5504 error (_("To open a remote debug connection, you need to specify what\n"
5505 "serial device is attached to the remote system\n"
5506 "(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.)."));
5508 /* If we're connected to a running target, target_preopen will kill it.
5509 Ask this question first, before target_preopen has a chance to kill
5511 if (curr_remote != NULL && !have_inferiors ())
5514 && !query (_("Already connected to a remote target. Disconnect? ")))
5515 error (_("Still connected."));
5518 /* Here the possibly existing remote target gets unpushed. */
5519 target_preopen (from_tty);
5521 remote_fileio_reset ();
5522 reopen_exec_file ();
5525 remote_target *remote
5526 = (extended_p ? new extended_remote_target () : new remote_target ());
5527 target_ops_up target_holder (remote);
5529 remote_state *rs = remote->get_remote_state ();
5531 /* See FIXME above. */
5532 if (!target_async_permitted)
5533 rs->wait_forever_enabled_p = 1;
5535 rs->remote_desc = remote_serial_open (name);
5536 if (!rs->remote_desc)
5537 perror_with_name (name);
5539 if (baud_rate != -1)
5541 if (serial_setbaudrate (rs->remote_desc, baud_rate))
5543 /* The requested speed could not be set. Error out to
5544 top level after closing remote_desc. Take care to
5545 set remote_desc to NULL to avoid closing remote_desc
5547 serial_close (rs->remote_desc);
5548 rs->remote_desc = NULL;
5549 perror_with_name (name);
5553 serial_setparity (rs->remote_desc, serial_parity);
5554 serial_raw (rs->remote_desc);
5556 /* If there is something sitting in the buffer we might take it as a
5557 response to a command, which would be bad. */
5558 serial_flush_input (rs->remote_desc);
5562 puts_filtered ("Remote debugging using ");
5563 puts_filtered (name);
5564 puts_filtered ("\n");
5567 /* Switch to using the remote target now. */
5568 push_target (remote);
5569 /* The target stack owns the target now. */
5570 target_holder.release ();
5572 /* Register extra event sources in the event loop. */
5573 rs->remote_async_inferior_event_token
5574 = create_async_event_handler (remote_async_inferior_event_handler,
5576 rs->notif_state = remote_notif_state_allocate (remote);
5578 /* Reset the target state; these things will be queried either by
5579 remote_query_supported or as they are needed. */
5580 reset_all_packet_configs_support ();
5581 rs->cached_wait_status = 0;
5582 rs->explicit_packet_size = 0;
5584 rs->extended = extended_p;
5585 rs->waiting_for_stop_reply = 0;
5586 rs->ctrlc_pending_p = 0;
5587 rs->got_ctrlc_during_io = 0;
5589 rs->general_thread = not_sent_ptid;
5590 rs->continue_thread = not_sent_ptid;
5591 rs->remote_traceframe_number = -1;
5593 rs->last_resume_exec_dir = EXEC_FORWARD;
5595 /* Probe for ability to use "ThreadInfo" query, as required. */
5596 rs->use_threadinfo_query = 1;
5597 rs->use_threadextra_query = 1;
5599 rs->readahead_cache.invalidate ();
5601 if (target_async_permitted)
5603 /* FIXME: cagney/1999-09-23: During the initial connection it is
5604 assumed that the target is already ready and able to respond to
5605 requests. Unfortunately remote_start_remote() eventually calls
5606 wait_for_inferior() with no timeout. wait_forever_enabled_p gets
5607 around this. Eventually a mechanism that allows
5608 wait_for_inferior() to expect/get timeouts will be
5610 rs->wait_forever_enabled_p = 0;
5613 /* First delete any symbols previously loaded from shared libraries. */
5614 no_shared_libraries (NULL, 0);
5617 init_thread_list ();
5619 /* Start the remote connection. If error() or QUIT, discard this
5620 target (we'd otherwise be in an inconsistent state) and then
5621 propogate the error on up the exception chain. This ensures that
5622 the caller doesn't stumble along blindly assuming that the
5623 function succeeded. The CLI doesn't have this problem but other
5624 UI's, such as MI do.
5626 FIXME: cagney/2002-05-19: Instead of re-throwing the exception,
5627 this function should return an error indication letting the
5628 caller restore the previous state. Unfortunately the command
5629 ``target remote'' is directly wired to this function making that
5630 impossible. On a positive note, the CLI side of this problem has
5631 been fixed - the function set_cmd_context() makes it possible for
5632 all the ``target ....'' commands to share a common callback
5633 function. See cli-dump.c. */
5638 remote->start_remote (from_tty, extended_p);
5640 CATCH (ex, RETURN_MASK_ALL)
5642 /* Pop the partially set up target - unless something else did
5643 already before throwing the exception. */
5644 if (ex.error != TARGET_CLOSE_ERROR)
5645 remote_unpush_target ();
5646 throw_exception (ex);
5651 remote_btrace_reset (rs);
5653 if (target_async_permitted)
5654 rs->wait_forever_enabled_p = 1;
5657 /* Detach the specified process. */
5660 remote_target::remote_detach_pid (int pid)
5662 struct remote_state *rs = get_remote_state ();
5664 /* This should not be necessary, but the handling for D;PID in
5665 GDBserver versions prior to 8.2 incorrectly assumes that the
5666 selected process points to the same process we're detaching,
5667 leading to misbehavior (and possibly GDBserver crashing) when it
5668 does not. Since it's easy and cheap, work around it by forcing
5669 GDBserver to select GDB's current process. */
5670 set_general_process ();
5672 if (remote_multi_process_p (rs))
5673 xsnprintf (rs->buf, get_remote_packet_size (), "D;%x", pid);
5675 strcpy (rs->buf, "D");
5678 getpkt (&rs->buf, &rs->buf_size, 0);
5680 if (rs->buf[0] == 'O' && rs->buf[1] == 'K')
5682 else if (rs->buf[0] == '\0')
5683 error (_("Remote doesn't know how to detach"));
5685 error (_("Can't detach process."));
5688 /* This detaches a program to which we previously attached, using
5689 inferior_ptid to identify the process. After this is done, GDB
5690 can be used to debug some other program. We better not have left
5691 any breakpoints in the target program or it'll die when it hits
5695 remote_target::remote_detach_1 (inferior *inf, int from_tty)
5697 int pid = inferior_ptid.pid ();
5698 struct remote_state *rs = get_remote_state ();
5701 if (!target_has_execution)
5702 error (_("No process to detach from."));
5704 target_announce_detach (from_tty);
5706 /* Tell the remote target to detach. */
5707 remote_detach_pid (pid);
5709 /* Exit only if this is the only active inferior. */
5710 if (from_tty && !rs->extended && number_of_live_inferiors () == 1)
5711 puts_filtered (_("Ending remote debugging.\n"));
5713 struct thread_info *tp = find_thread_ptid (inferior_ptid);
5715 /* Check to see if we are detaching a fork parent. Note that if we
5716 are detaching a fork child, tp == NULL. */
5717 is_fork_parent = (tp != NULL
5718 && tp->pending_follow.kind == TARGET_WAITKIND_FORKED);
5720 /* If doing detach-on-fork, we don't mourn, because that will delete
5721 breakpoints that should be available for the followed inferior. */
5722 if (!is_fork_parent)
5724 /* Save the pid as a string before mourning, since that will
5725 unpush the remote target, and we need the string after. */
5726 std::string infpid = target_pid_to_str (ptid_t (pid));
5728 target_mourn_inferior (inferior_ptid);
5729 if (print_inferior_events)
5730 printf_unfiltered (_("[Inferior %d (%s) detached]\n"),
5731 inf->num, infpid.c_str ());
5735 inferior_ptid = null_ptid;
5736 detach_inferior (current_inferior ());
5741 remote_target::detach (inferior *inf, int from_tty)
5743 remote_detach_1 (inf, from_tty);
5747 extended_remote_target::detach (inferior *inf, int from_tty)
5749 remote_detach_1 (inf, from_tty);
5752 /* Target follow-fork function for remote targets. On entry, and
5753 at return, the current inferior is the fork parent.
5755 Note that although this is currently only used for extended-remote,
5756 it is named remote_follow_fork in anticipation of using it for the
5757 remote target as well. */
5760 remote_target::follow_fork (int follow_child, int detach_fork)
5762 struct remote_state *rs = get_remote_state ();
5763 enum target_waitkind kind = inferior_thread ()->pending_follow.kind;
5765 if ((kind == TARGET_WAITKIND_FORKED && remote_fork_event_p (rs))
5766 || (kind == TARGET_WAITKIND_VFORKED && remote_vfork_event_p (rs)))
5768 /* When following the parent and detaching the child, we detach
5769 the child here. For the case of following the child and
5770 detaching the parent, the detach is done in the target-
5771 independent follow fork code in infrun.c. We can't use
5772 target_detach when detaching an unfollowed child because
5773 the client side doesn't know anything about the child. */
5774 if (detach_fork && !follow_child)
5776 /* Detach the fork child. */
5780 child_ptid = inferior_thread ()->pending_follow.value.related_pid;
5781 child_pid = child_ptid.pid ();
5783 remote_detach_pid (child_pid);
5789 /* Target follow-exec function for remote targets. Save EXECD_PATHNAME
5790 in the program space of the new inferior. On entry and at return the
5791 current inferior is the exec'ing inferior. INF is the new exec'd
5792 inferior, which may be the same as the exec'ing inferior unless
5793 follow-exec-mode is "new". */
5796 remote_target::follow_exec (struct inferior *inf, char *execd_pathname)
5798 /* We know that this is a target file name, so if it has the "target:"
5799 prefix we strip it off before saving it in the program space. */
5800 if (is_target_filename (execd_pathname))
5801 execd_pathname += strlen (TARGET_SYSROOT_PREFIX);
5803 set_pspace_remote_exec_file (inf->pspace, execd_pathname);
5806 /* Same as remote_detach, but don't send the "D" packet; just disconnect. */
5809 remote_target::disconnect (const char *args, int from_tty)
5812 error (_("Argument given to \"disconnect\" when remotely debugging."));
5814 /* Make sure we unpush even the extended remote targets. Calling
5815 target_mourn_inferior won't unpush, and remote_mourn won't
5816 unpush if there is more than one inferior left. */
5817 unpush_target (this);
5818 generic_mourn_inferior ();
5821 puts_filtered ("Ending remote debugging.\n");
5824 /* Attach to the process specified by ARGS. If FROM_TTY is non-zero,
5825 be chatty about it. */
5828 extended_remote_target::attach (const char *args, int from_tty)
5830 struct remote_state *rs = get_remote_state ();
5832 char *wait_status = NULL;
5834 pid = parse_pid_to_attach (args);
5836 /* Remote PID can be freely equal to getpid, do not check it here the same
5837 way as in other targets. */
5839 if (packet_support (PACKET_vAttach) == PACKET_DISABLE)
5840 error (_("This target does not support attaching to a process"));
5844 char *exec_file = get_exec_file (0);
5847 printf_unfiltered (_("Attaching to program: %s, %s\n"), exec_file,
5848 target_pid_to_str (ptid_t (pid)));
5850 printf_unfiltered (_("Attaching to %s\n"),
5851 target_pid_to_str (ptid_t (pid)));
5853 gdb_flush (gdb_stdout);
5856 xsnprintf (rs->buf, get_remote_packet_size (), "vAttach;%x", pid);
5858 getpkt (&rs->buf, &rs->buf_size, 0);
5860 switch (packet_ok (rs->buf,
5861 &remote_protocol_packets[PACKET_vAttach]))
5864 if (!target_is_non_stop_p ())
5866 /* Save the reply for later. */
5867 wait_status = (char *) alloca (strlen (rs->buf) + 1);
5868 strcpy (wait_status, rs->buf);
5870 else if (strcmp (rs->buf, "OK") != 0)
5871 error (_("Attaching to %s failed with: %s"),
5872 target_pid_to_str (ptid_t (pid)),
5875 case PACKET_UNKNOWN:
5876 error (_("This target does not support attaching to a process"));
5878 error (_("Attaching to %s failed"),
5879 target_pid_to_str (ptid_t (pid)));
5882 set_current_inferior (remote_add_inferior (0, pid, 1, 0));
5884 inferior_ptid = ptid_t (pid);
5886 if (target_is_non_stop_p ())
5888 struct thread_info *thread;
5890 /* Get list of threads. */
5891 update_thread_list ();
5893 thread = first_thread_of_inferior (current_inferior ());
5895 inferior_ptid = thread->ptid;
5897 inferior_ptid = ptid_t (pid);
5899 /* Invalidate our notion of the remote current thread. */
5900 record_currthread (rs, minus_one_ptid);
5904 /* Now, if we have thread information, update inferior_ptid. */
5905 inferior_ptid = remote_current_thread (inferior_ptid);
5907 /* Add the main thread to the thread list. */
5908 thread_info *thr = add_thread_silent (inferior_ptid);
5909 /* Don't consider the thread stopped until we've processed the
5910 saved stop reply. */
5911 set_executing (thr->ptid, true);
5914 /* Next, if the target can specify a description, read it. We do
5915 this before anything involving memory or registers. */
5916 target_find_description ();
5918 if (!target_is_non_stop_p ())
5920 /* Use the previously fetched status. */
5921 gdb_assert (wait_status != NULL);
5923 if (target_can_async_p ())
5925 struct notif_event *reply
5926 = remote_notif_parse (this, ¬if_client_stop, wait_status);
5928 push_stop_reply ((struct stop_reply *) reply);
5934 gdb_assert (wait_status != NULL);
5935 strcpy (rs->buf, wait_status);
5936 rs->cached_wait_status = 1;
5940 gdb_assert (wait_status == NULL);
5943 /* Implementation of the to_post_attach method. */
5946 extended_remote_target::post_attach (int pid)
5948 /* Get text, data & bss offsets. */
5951 /* In certain cases GDB might not have had the chance to start
5952 symbol lookup up until now. This could happen if the debugged
5953 binary is not using shared libraries, the vsyscall page is not
5954 present (on Linux) and the binary itself hadn't changed since the
5955 debugging process was started. */
5956 if (symfile_objfile != NULL)
5957 remote_check_symbols();
5961 /* Check for the availability of vCont. This function should also check
5965 remote_target::remote_vcont_probe ()
5967 remote_state *rs = get_remote_state ();
5970 strcpy (rs->buf, "vCont?");
5972 getpkt (&rs->buf, &rs->buf_size, 0);
5975 /* Make sure that the features we assume are supported. */
5976 if (startswith (buf, "vCont"))
5979 int support_c, support_C;
5981 rs->supports_vCont.s = 0;
5982 rs->supports_vCont.S = 0;
5985 rs->supports_vCont.t = 0;
5986 rs->supports_vCont.r = 0;
5987 while (p && *p == ';')
5990 if (*p == 's' && (*(p + 1) == ';' || *(p + 1) == 0))
5991 rs->supports_vCont.s = 1;
5992 else if (*p == 'S' && (*(p + 1) == ';' || *(p + 1) == 0))
5993 rs->supports_vCont.S = 1;
5994 else if (*p == 'c' && (*(p + 1) == ';' || *(p + 1) == 0))
5996 else if (*p == 'C' && (*(p + 1) == ';' || *(p + 1) == 0))
5998 else if (*p == 't' && (*(p + 1) == ';' || *(p + 1) == 0))
5999 rs->supports_vCont.t = 1;
6000 else if (*p == 'r' && (*(p + 1) == ';' || *(p + 1) == 0))
6001 rs->supports_vCont.r = 1;
6003 p = strchr (p, ';');
6006 /* If c, and C are not all supported, we can't use vCont. Clearing
6007 BUF will make packet_ok disable the packet. */
6008 if (!support_c || !support_C)
6012 packet_ok (buf, &remote_protocol_packets[PACKET_vCont]);
6015 /* Helper function for building "vCont" resumptions. Write a
6016 resumption to P. ENDP points to one-passed-the-end of the buffer
6017 we're allowed to write to. Returns BUF+CHARACTERS_WRITTEN. The
6018 thread to be resumed is PTID; STEP and SIGGNAL indicate whether the
6019 resumed thread should be single-stepped and/or signalled. If PTID
6020 equals minus_one_ptid, then all threads are resumed; if PTID
6021 represents a process, then all threads of the process are resumed;
6022 the thread to be stepped and/or signalled is given in the global
6026 remote_target::append_resumption (char *p, char *endp,
6027 ptid_t ptid, int step, gdb_signal siggnal)
6029 struct remote_state *rs = get_remote_state ();
6031 if (step && siggnal != GDB_SIGNAL_0)
6032 p += xsnprintf (p, endp - p, ";S%02x", siggnal);
6034 /* GDB is willing to range step. */
6035 && use_range_stepping
6036 /* Target supports range stepping. */
6037 && rs->supports_vCont.r
6038 /* We don't currently support range stepping multiple
6039 threads with a wildcard (though the protocol allows it,
6040 so stubs shouldn't make an active effort to forbid
6042 && !(remote_multi_process_p (rs) && ptid.is_pid ()))
6044 struct thread_info *tp;
6046 if (ptid == minus_one_ptid)
6048 /* If we don't know about the target thread's tid, then
6049 we're resuming magic_null_ptid (see caller). */
6050 tp = find_thread_ptid (magic_null_ptid);
6053 tp = find_thread_ptid (ptid);
6054 gdb_assert (tp != NULL);
6056 if (tp->control.may_range_step)
6058 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
6060 p += xsnprintf (p, endp - p, ";r%s,%s",
6061 phex_nz (tp->control.step_range_start,
6063 phex_nz (tp->control.step_range_end,
6067 p += xsnprintf (p, endp - p, ";s");
6070 p += xsnprintf (p, endp - p, ";s");
6071 else if (siggnal != GDB_SIGNAL_0)
6072 p += xsnprintf (p, endp - p, ";C%02x", siggnal);
6074 p += xsnprintf (p, endp - p, ";c");
6076 if (remote_multi_process_p (rs) && ptid.is_pid ())
6080 /* All (-1) threads of process. */
6081 nptid = ptid_t (ptid.pid (), -1, 0);
6083 p += xsnprintf (p, endp - p, ":");
6084 p = write_ptid (p, endp, nptid);
6086 else if (ptid != minus_one_ptid)
6088 p += xsnprintf (p, endp - p, ":");
6089 p = write_ptid (p, endp, ptid);
6095 /* Clear the thread's private info on resume. */
6098 resume_clear_thread_private_info (struct thread_info *thread)
6100 if (thread->priv != NULL)
6102 remote_thread_info *priv = get_remote_thread_info (thread);
6104 priv->stop_reason = TARGET_STOPPED_BY_NO_REASON;
6105 priv->watch_data_address = 0;
6109 /* Append a vCont continue-with-signal action for threads that have a
6110 non-zero stop signal. */
6113 remote_target::append_pending_thread_resumptions (char *p, char *endp,
6116 struct thread_info *thread;
6118 ALL_NON_EXITED_THREADS (thread)
6119 if (thread->ptid.matches (ptid)
6120 && inferior_ptid != thread->ptid
6121 && thread->suspend.stop_signal != GDB_SIGNAL_0)
6123 p = append_resumption (p, endp, thread->ptid,
6124 0, thread->suspend.stop_signal);
6125 thread->suspend.stop_signal = GDB_SIGNAL_0;
6126 resume_clear_thread_private_info (thread);
6132 /* Set the target running, using the packets that use Hc
6136 remote_target::remote_resume_with_hc (ptid_t ptid, int step,
6139 struct remote_state *rs = get_remote_state ();
6140 struct thread_info *thread;
6143 rs->last_sent_signal = siggnal;
6144 rs->last_sent_step = step;
6146 /* The c/s/C/S resume packets use Hc, so set the continue
6148 if (ptid == minus_one_ptid)
6149 set_continue_thread (any_thread_ptid);
6151 set_continue_thread (ptid);
6153 ALL_NON_EXITED_THREADS (thread)
6154 resume_clear_thread_private_info (thread);
6157 if (::execution_direction == EXEC_REVERSE)
6159 /* We don't pass signals to the target in reverse exec mode. */
6160 if (info_verbose && siggnal != GDB_SIGNAL_0)
6161 warning (_(" - Can't pass signal %d to target in reverse: ignored."),
6164 if (step && packet_support (PACKET_bs) == PACKET_DISABLE)
6165 error (_("Remote reverse-step not supported."));
6166 if (!step && packet_support (PACKET_bc) == PACKET_DISABLE)
6167 error (_("Remote reverse-continue not supported."));
6169 strcpy (buf, step ? "bs" : "bc");
6171 else if (siggnal != GDB_SIGNAL_0)
6173 buf[0] = step ? 'S' : 'C';
6174 buf[1] = tohex (((int) siggnal >> 4) & 0xf);
6175 buf[2] = tohex (((int) siggnal) & 0xf);
6179 strcpy (buf, step ? "s" : "c");
6184 /* Resume the remote inferior by using a "vCont" packet. The thread
6185 to be resumed is PTID; STEP and SIGGNAL indicate whether the
6186 resumed thread should be single-stepped and/or signalled. If PTID
6187 equals minus_one_ptid, then all threads are resumed; the thread to
6188 be stepped and/or signalled is given in the global INFERIOR_PTID.
6189 This function returns non-zero iff it resumes the inferior.
6191 This function issues a strict subset of all possible vCont commands
6195 remote_target::remote_resume_with_vcont (ptid_t ptid, int step,
6196 enum gdb_signal siggnal)
6198 struct remote_state *rs = get_remote_state ();
6202 /* No reverse execution actions defined for vCont. */
6203 if (::execution_direction == EXEC_REVERSE)
6206 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
6207 remote_vcont_probe ();
6209 if (packet_support (PACKET_vCont) == PACKET_DISABLE)
6213 endp = rs->buf + get_remote_packet_size ();
6215 /* If we could generate a wider range of packets, we'd have to worry
6216 about overflowing BUF. Should there be a generic
6217 "multi-part-packet" packet? */
6219 p += xsnprintf (p, endp - p, "vCont");
6221 if (ptid == magic_null_ptid)
6223 /* MAGIC_NULL_PTID means that we don't have any active threads,
6224 so we don't have any TID numbers the inferior will
6225 understand. Make sure to only send forms that do not specify
6227 append_resumption (p, endp, minus_one_ptid, step, siggnal);
6229 else if (ptid == minus_one_ptid || ptid.is_pid ())
6231 /* Resume all threads (of all processes, or of a single
6232 process), with preference for INFERIOR_PTID. This assumes
6233 inferior_ptid belongs to the set of all threads we are about
6235 if (step || siggnal != GDB_SIGNAL_0)
6237 /* Step inferior_ptid, with or without signal. */
6238 p = append_resumption (p, endp, inferior_ptid, step, siggnal);
6241 /* Also pass down any pending signaled resumption for other
6242 threads not the current. */
6243 p = append_pending_thread_resumptions (p, endp, ptid);
6245 /* And continue others without a signal. */
6246 append_resumption (p, endp, ptid, /*step=*/ 0, GDB_SIGNAL_0);
6250 /* Scheduler locking; resume only PTID. */
6251 append_resumption (p, endp, ptid, step, siggnal);
6254 gdb_assert (strlen (rs->buf) < get_remote_packet_size ());
6257 if (target_is_non_stop_p ())
6259 /* In non-stop, the stub replies to vCont with "OK". The stop
6260 reply will be reported asynchronously by means of a `%Stop'
6262 getpkt (&rs->buf, &rs->buf_size, 0);
6263 if (strcmp (rs->buf, "OK") != 0)
6264 error (_("Unexpected vCont reply in non-stop mode: %s"), rs->buf);
6270 /* Tell the remote machine to resume. */
6273 remote_target::resume (ptid_t ptid, int step, enum gdb_signal siggnal)
6275 struct remote_state *rs = get_remote_state ();
6277 /* When connected in non-stop mode, the core resumes threads
6278 individually. Resuming remote threads directly in target_resume
6279 would thus result in sending one packet per thread. Instead, to
6280 minimize roundtrip latency, here we just store the resume
6281 request; the actual remote resumption will be done in
6282 target_commit_resume / remote_commit_resume, where we'll be able
6283 to do vCont action coalescing. */
6284 if (target_is_non_stop_p () && ::execution_direction != EXEC_REVERSE)
6286 remote_thread_info *remote_thr;
6288 if (minus_one_ptid == ptid || ptid.is_pid ())
6289 remote_thr = get_remote_thread_info (inferior_ptid);
6291 remote_thr = get_remote_thread_info (ptid);
6293 remote_thr->last_resume_step = step;
6294 remote_thr->last_resume_sig = siggnal;
6298 /* In all-stop, we can't mark REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN
6299 (explained in remote-notif.c:handle_notification) so
6300 remote_notif_process is not called. We need find a place where
6301 it is safe to start a 'vNotif' sequence. It is good to do it
6302 before resuming inferior, because inferior was stopped and no RSP
6303 traffic at that moment. */
6304 if (!target_is_non_stop_p ())
6305 remote_notif_process (rs->notif_state, ¬if_client_stop);
6307 rs->last_resume_exec_dir = ::execution_direction;
6309 /* Prefer vCont, and fallback to s/c/S/C, which use Hc. */
6310 if (!remote_resume_with_vcont (ptid, step, siggnal))
6311 remote_resume_with_hc (ptid, step, siggnal);
6313 /* We are about to start executing the inferior, let's register it
6314 with the event loop. NOTE: this is the one place where all the
6315 execution commands end up. We could alternatively do this in each
6316 of the execution commands in infcmd.c. */
6317 /* FIXME: ezannoni 1999-09-28: We may need to move this out of here
6318 into infcmd.c in order to allow inferior function calls to work
6319 NOT asynchronously. */
6320 if (target_can_async_p ())
6323 /* We've just told the target to resume. The remote server will
6324 wait for the inferior to stop, and then send a stop reply. In
6325 the mean time, we can't start another command/query ourselves
6326 because the stub wouldn't be ready to process it. This applies
6327 only to the base all-stop protocol, however. In non-stop (which
6328 only supports vCont), the stub replies with an "OK", and is
6329 immediate able to process further serial input. */
6330 if (!target_is_non_stop_p ())
6331 rs->waiting_for_stop_reply = 1;
6334 static int is_pending_fork_parent_thread (struct thread_info *thread);
6336 /* Private per-inferior info for target remote processes. */
6338 struct remote_inferior : public private_inferior
6340 /* Whether we can send a wildcard vCont for this process. */
6341 bool may_wildcard_vcont = true;
6344 /* Get the remote private inferior data associated to INF. */
6346 static remote_inferior *
6347 get_remote_inferior (inferior *inf)
6349 if (inf->priv == NULL)
6350 inf->priv.reset (new remote_inferior);
6352 return static_cast<remote_inferior *> (inf->priv.get ());
6355 /* Class used to track the construction of a vCont packet in the
6356 outgoing packet buffer. This is used to send multiple vCont
6357 packets if we have more actions than would fit a single packet. */
6362 explicit vcont_builder (remote_target *remote)
6369 void push_action (ptid_t ptid, bool step, gdb_signal siggnal);
6374 /* The remote target. */
6375 remote_target *m_remote;
6377 /* Pointer to the first action. P points here if no action has been
6379 char *m_first_action;
6381 /* Where the next action will be appended. */
6384 /* The end of the buffer. Must never write past this. */
6388 /* Prepare the outgoing buffer for a new vCont packet. */
6391 vcont_builder::restart ()
6393 struct remote_state *rs = m_remote->get_remote_state ();
6396 m_endp = rs->buf + m_remote->get_remote_packet_size ();
6397 m_p += xsnprintf (m_p, m_endp - m_p, "vCont");
6398 m_first_action = m_p;
6401 /* If the vCont packet being built has any action, send it to the
6405 vcont_builder::flush ()
6407 struct remote_state *rs;
6409 if (m_p == m_first_action)
6412 rs = m_remote->get_remote_state ();
6413 m_remote->putpkt (rs->buf);
6414 m_remote->getpkt (&rs->buf, &rs->buf_size, 0);
6415 if (strcmp (rs->buf, "OK") != 0)
6416 error (_("Unexpected vCont reply in non-stop mode: %s"), rs->buf);
6419 /* The largest action is range-stepping, with its two addresses. This
6420 is more than sufficient. If a new, bigger action is created, it'll
6421 quickly trigger a failed assertion in append_resumption (and we'll
6423 #define MAX_ACTION_SIZE 200
6425 /* Append a new vCont action in the outgoing packet being built. If
6426 the action doesn't fit the packet along with previous actions, push
6427 what we've got so far to the remote end and start over a new vCont
6428 packet (with the new action). */
6431 vcont_builder::push_action (ptid_t ptid, bool step, gdb_signal siggnal)
6433 char buf[MAX_ACTION_SIZE + 1];
6435 char *endp = m_remote->append_resumption (buf, buf + sizeof (buf),
6436 ptid, step, siggnal);
6438 /* Check whether this new action would fit in the vCont packet along
6439 with previous actions. If not, send what we've got so far and
6440 start a new vCont packet. */
6441 size_t rsize = endp - buf;
6442 if (rsize > m_endp - m_p)
6447 /* Should now fit. */
6448 gdb_assert (rsize <= m_endp - m_p);
6451 memcpy (m_p, buf, rsize);
6456 /* to_commit_resume implementation. */
6459 remote_target::commit_resume ()
6461 struct inferior *inf;
6462 struct thread_info *tp;
6463 int any_process_wildcard;
6464 int may_global_wildcard_vcont;
6466 /* If connected in all-stop mode, we'd send the remote resume
6467 request directly from remote_resume. Likewise if
6468 reverse-debugging, as there are no defined vCont actions for
6469 reverse execution. */
6470 if (!target_is_non_stop_p () || ::execution_direction == EXEC_REVERSE)
6473 /* Try to send wildcard actions ("vCont;c" or "vCont;c:pPID.-1")
6474 instead of resuming all threads of each process individually.
6475 However, if any thread of a process must remain halted, we can't
6476 send wildcard resumes and must send one action per thread.
6478 Care must be taken to not resume threads/processes the server
6479 side already told us are stopped, but the core doesn't know about
6480 yet, because the events are still in the vStopped notification
6483 #1 => vCont s:p1.1;c
6485 #3 <= %Stopped T05 p1.1
6490 #8 (infrun handles the stop for p1.1 and continues stepping)
6491 #9 => vCont s:p1.1;c
6493 The last vCont above would resume thread p1.2 by mistake, because
6494 the server has no idea that the event for p1.2 had not been
6497 The server side must similarly ignore resume actions for the
6498 thread that has a pending %Stopped notification (and any other
6499 threads with events pending), until GDB acks the notification
6500 with vStopped. Otherwise, e.g., the following case is
6503 #1 => g (or any other packet)
6505 #3 <= %Stopped T05 p1.2
6506 #4 => vCont s:p1.1;c
6509 Above, the server must not resume thread p1.2. GDB can't know
6510 that p1.2 stopped until it acks the %Stopped notification, and
6511 since from GDB's perspective all threads should be running, it
6514 Finally, special care must also be given to handling fork/vfork
6515 events. A (v)fork event actually tells us that two processes
6516 stopped -- the parent and the child. Until we follow the fork,
6517 we must not resume the child. Therefore, if we have a pending
6518 fork follow, we must not send a global wildcard resume action
6519 (vCont;c). We can still send process-wide wildcards though. */
6521 /* Start by assuming a global wildcard (vCont;c) is possible. */
6522 may_global_wildcard_vcont = 1;
6524 /* And assume every process is individually wildcard-able too. */
6525 ALL_NON_EXITED_INFERIORS (inf)
6527 remote_inferior *priv = get_remote_inferior (inf);
6529 priv->may_wildcard_vcont = true;
6532 /* Check for any pending events (not reported or processed yet) and
6533 disable process and global wildcard resumes appropriately. */
6534 check_pending_events_prevent_wildcard_vcont (&may_global_wildcard_vcont);
6536 ALL_NON_EXITED_THREADS (tp)
6538 /* If a thread of a process is not meant to be resumed, then we
6539 can't wildcard that process. */
6542 get_remote_inferior (tp->inf)->may_wildcard_vcont = false;
6544 /* And if we can't wildcard a process, we can't wildcard
6545 everything either. */
6546 may_global_wildcard_vcont = 0;
6550 /* If a thread is the parent of an unfollowed fork, then we
6551 can't do a global wildcard, as that would resume the fork
6553 if (is_pending_fork_parent_thread (tp))
6554 may_global_wildcard_vcont = 0;
6557 /* Now let's build the vCont packet(s). Actions must be appended
6558 from narrower to wider scopes (thread -> process -> global). If
6559 we end up with too many actions for a single packet vcont_builder
6560 flushes the current vCont packet to the remote side and starts a
6562 struct vcont_builder vcont_builder (this);
6564 /* Threads first. */
6565 ALL_NON_EXITED_THREADS (tp)
6567 remote_thread_info *remote_thr = get_remote_thread_info (tp);
6569 if (!tp->executing || remote_thr->vcont_resumed)
6572 gdb_assert (!thread_is_in_step_over_chain (tp));
6574 if (!remote_thr->last_resume_step
6575 && remote_thr->last_resume_sig == GDB_SIGNAL_0
6576 && get_remote_inferior (tp->inf)->may_wildcard_vcont)
6578 /* We'll send a wildcard resume instead. */
6579 remote_thr->vcont_resumed = 1;
6583 vcont_builder.push_action (tp->ptid,
6584 remote_thr->last_resume_step,
6585 remote_thr->last_resume_sig);
6586 remote_thr->vcont_resumed = 1;
6589 /* Now check whether we can send any process-wide wildcard. This is
6590 to avoid sending a global wildcard in the case nothing is
6591 supposed to be resumed. */
6592 any_process_wildcard = 0;
6594 ALL_NON_EXITED_INFERIORS (inf)
6596 if (get_remote_inferior (inf)->may_wildcard_vcont)
6598 any_process_wildcard = 1;
6603 if (any_process_wildcard)
6605 /* If all processes are wildcard-able, then send a single "c"
6606 action, otherwise, send an "all (-1) threads of process"
6607 continue action for each running process, if any. */
6608 if (may_global_wildcard_vcont)
6610 vcont_builder.push_action (minus_one_ptid,
6611 false, GDB_SIGNAL_0);
6615 ALL_NON_EXITED_INFERIORS (inf)
6617 if (get_remote_inferior (inf)->may_wildcard_vcont)
6619 vcont_builder.push_action (ptid_t (inf->pid),
6620 false, GDB_SIGNAL_0);
6626 vcont_builder.flush ();
6631 /* Non-stop version of target_stop. Uses `vCont;t' to stop a remote
6632 thread, all threads of a remote process, or all threads of all
6636 remote_target::remote_stop_ns (ptid_t ptid)
6638 struct remote_state *rs = get_remote_state ();
6640 char *endp = rs->buf + get_remote_packet_size ();
6642 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
6643 remote_vcont_probe ();
6645 if (!rs->supports_vCont.t)
6646 error (_("Remote server does not support stopping threads"));
6648 if (ptid == minus_one_ptid
6649 || (!remote_multi_process_p (rs) && ptid.is_pid ()))
6650 p += xsnprintf (p, endp - p, "vCont;t");
6655 p += xsnprintf (p, endp - p, "vCont;t:");
6658 /* All (-1) threads of process. */
6659 nptid = ptid_t (ptid.pid (), -1, 0);
6662 /* Small optimization: if we already have a stop reply for
6663 this thread, no use in telling the stub we want this
6665 if (peek_stop_reply (ptid))
6671 write_ptid (p, endp, nptid);
6674 /* In non-stop, we get an immediate OK reply. The stop reply will
6675 come in asynchronously by notification. */
6677 getpkt (&rs->buf, &rs->buf_size, 0);
6678 if (strcmp (rs->buf, "OK") != 0)
6679 error (_("Stopping %s failed: %s"), target_pid_to_str (ptid), rs->buf);
6682 /* All-stop version of target_interrupt. Sends a break or a ^C to
6683 interrupt the remote target. It is undefined which thread of which
6684 process reports the interrupt. */
6687 remote_target::remote_interrupt_as ()
6689 struct remote_state *rs = get_remote_state ();
6691 rs->ctrlc_pending_p = 1;
6693 /* If the inferior is stopped already, but the core didn't know
6694 about it yet, just ignore the request. The cached wait status
6695 will be collected in remote_wait. */
6696 if (rs->cached_wait_status)
6699 /* Send interrupt_sequence to remote target. */
6700 send_interrupt_sequence ();
6703 /* Non-stop version of target_interrupt. Uses `vCtrlC' to interrupt
6704 the remote target. It is undefined which thread of which process
6705 reports the interrupt. Throws an error if the packet is not
6706 supported by the server. */
6709 remote_target::remote_interrupt_ns ()
6711 struct remote_state *rs = get_remote_state ();
6713 char *endp = rs->buf + get_remote_packet_size ();
6715 xsnprintf (p, endp - p, "vCtrlC");
6717 /* In non-stop, we get an immediate OK reply. The stop reply will
6718 come in asynchronously by notification. */
6720 getpkt (&rs->buf, &rs->buf_size, 0);
6722 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_vCtrlC]))
6726 case PACKET_UNKNOWN:
6727 error (_("No support for interrupting the remote target."));
6729 error (_("Interrupting target failed: %s"), rs->buf);
6733 /* Implement the to_stop function for the remote targets. */
6736 remote_target::stop (ptid_t ptid)
6739 fprintf_unfiltered (gdb_stdlog, "remote_stop called\n");
6741 if (target_is_non_stop_p ())
6742 remote_stop_ns (ptid);
6745 /* We don't currently have a way to transparently pause the
6746 remote target in all-stop mode. Interrupt it instead. */
6747 remote_interrupt_as ();
6751 /* Implement the to_interrupt function for the remote targets. */
6754 remote_target::interrupt ()
6757 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
6759 if (target_is_non_stop_p ())
6760 remote_interrupt_ns ();
6762 remote_interrupt_as ();
6765 /* Implement the to_pass_ctrlc function for the remote targets. */
6768 remote_target::pass_ctrlc ()
6770 struct remote_state *rs = get_remote_state ();
6773 fprintf_unfiltered (gdb_stdlog, "remote_pass_ctrlc called\n");
6775 /* If we're starting up, we're not fully synced yet. Quit
6777 if (rs->starting_up)
6779 /* If ^C has already been sent once, offer to disconnect. */
6780 else if (rs->ctrlc_pending_p)
6783 target_interrupt ();
6786 /* Ask the user what to do when an interrupt is received. */
6789 remote_target::interrupt_query ()
6791 struct remote_state *rs = get_remote_state ();
6793 if (rs->waiting_for_stop_reply && rs->ctrlc_pending_p)
6795 if (query (_("The target is not responding to interrupt requests.\n"
6796 "Stop debugging it? ")))
6798 remote_unpush_target ();
6799 throw_error (TARGET_CLOSE_ERROR, _("Disconnected from target."));
6804 if (query (_("Interrupted while waiting for the program.\n"
6805 "Give up waiting? ")))
6810 /* Enable/disable target terminal ownership. Most targets can use
6811 terminal groups to control terminal ownership. Remote targets are
6812 different in that explicit transfer of ownership to/from GDB/target
6816 remote_target::terminal_inferior ()
6818 /* NOTE: At this point we could also register our selves as the
6819 recipient of all input. Any characters typed could then be
6820 passed on down to the target. */
6824 remote_target::terminal_ours ()
6829 remote_console_output (char *msg)
6833 for (p = msg; p[0] && p[1]; p += 2)
6836 char c = fromhex (p[0]) * 16 + fromhex (p[1]);
6840 fputs_unfiltered (tb, gdb_stdtarg);
6842 gdb_flush (gdb_stdtarg);
6845 DEF_VEC_O(cached_reg_t);
6847 typedef struct stop_reply
6849 struct notif_event base;
6851 /* The identifier of the thread about this event */
6854 /* The remote state this event is associated with. When the remote
6855 connection, represented by a remote_state object, is closed,
6856 all the associated stop_reply events should be released. */
6857 struct remote_state *rs;
6859 struct target_waitstatus ws;
6861 /* The architecture associated with the expedited registers. */
6864 /* Expedited registers. This makes remote debugging a bit more
6865 efficient for those targets that provide critical registers as
6866 part of their normal status mechanism (as another roundtrip to
6867 fetch them is avoided). */
6868 VEC(cached_reg_t) *regcache;
6870 enum target_stop_reason stop_reason;
6872 CORE_ADDR watch_data_address;
6878 stop_reply_xfree (struct stop_reply *r)
6880 notif_event_xfree ((struct notif_event *) r);
6883 /* Return the length of the stop reply queue. */
6886 remote_target::stop_reply_queue_length ()
6888 remote_state *rs = get_remote_state ();
6889 return rs->stop_reply_queue.size ();
6893 remote_notif_stop_parse (remote_target *remote,
6894 struct notif_client *self, char *buf,
6895 struct notif_event *event)
6897 remote->remote_parse_stop_reply (buf, (struct stop_reply *) event);
6901 remote_notif_stop_ack (remote_target *remote,
6902 struct notif_client *self, char *buf,
6903 struct notif_event *event)
6905 struct stop_reply *stop_reply = (struct stop_reply *) event;
6908 putpkt (remote, self->ack_command);
6910 if (stop_reply->ws.kind == TARGET_WAITKIND_IGNORE)
6912 /* We got an unknown stop reply. */
6913 error (_("Unknown stop reply"));
6916 remote->push_stop_reply (stop_reply);
6920 remote_notif_stop_can_get_pending_events (remote_target *remote,
6921 struct notif_client *self)
6923 /* We can't get pending events in remote_notif_process for
6924 notification stop, and we have to do this in remote_wait_ns
6925 instead. If we fetch all queued events from stub, remote stub
6926 may exit and we have no chance to process them back in
6928 remote_state *rs = remote->get_remote_state ();
6929 mark_async_event_handler (rs->remote_async_inferior_event_token);
6934 stop_reply_dtr (struct notif_event *event)
6936 struct stop_reply *r = (struct stop_reply *) event;
6941 VEC_iterate (cached_reg_t, r->regcache, ix, reg);
6945 VEC_free (cached_reg_t, r->regcache);
6948 static struct notif_event *
6949 remote_notif_stop_alloc_reply (void)
6951 /* We cast to a pointer to the "base class". */
6952 struct notif_event *r = (struct notif_event *) XNEW (struct stop_reply);
6954 r->dtr = stop_reply_dtr;
6959 /* A client of notification Stop. */
6961 struct notif_client notif_client_stop =
6965 remote_notif_stop_parse,
6966 remote_notif_stop_ack,
6967 remote_notif_stop_can_get_pending_events,
6968 remote_notif_stop_alloc_reply,
6972 /* Determine if THREAD_PTID is a pending fork parent thread. ARG contains
6973 the pid of the process that owns the threads we want to check, or
6974 -1 if we want to check all threads. */
6977 is_pending_fork_parent (struct target_waitstatus *ws, int event_pid,
6980 if (ws->kind == TARGET_WAITKIND_FORKED
6981 || ws->kind == TARGET_WAITKIND_VFORKED)
6983 if (event_pid == -1 || event_pid == thread_ptid.pid ())
6990 /* Return the thread's pending status used to determine whether the
6991 thread is a fork parent stopped at a fork event. */
6993 static struct target_waitstatus *
6994 thread_pending_fork_status (struct thread_info *thread)
6996 if (thread->suspend.waitstatus_pending_p)
6997 return &thread->suspend.waitstatus;
6999 return &thread->pending_follow;
7002 /* Determine if THREAD is a pending fork parent thread. */
7005 is_pending_fork_parent_thread (struct thread_info *thread)
7007 struct target_waitstatus *ws = thread_pending_fork_status (thread);
7010 return is_pending_fork_parent (ws, pid, thread->ptid);
7013 /* If CONTEXT contains any fork child threads that have not been
7014 reported yet, remove them from the CONTEXT list. If such a
7015 thread exists it is because we are stopped at a fork catchpoint
7016 and have not yet called follow_fork, which will set up the
7017 host-side data structures for the new process. */
7020 remote_target::remove_new_fork_children (threads_listing_context *context)
7022 struct thread_info * thread;
7024 struct notif_client *notif = ¬if_client_stop;
7026 /* For any threads stopped at a fork event, remove the corresponding
7027 fork child threads from the CONTEXT list. */
7028 ALL_NON_EXITED_THREADS (thread)
7030 struct target_waitstatus *ws = thread_pending_fork_status (thread);
7032 if (is_pending_fork_parent (ws, pid, thread->ptid))
7033 context->remove_thread (ws->value.related_pid);
7036 /* Check for any pending fork events (not reported or processed yet)
7037 in process PID and remove those fork child threads from the
7038 CONTEXT list as well. */
7039 remote_notif_get_pending_events (notif);
7040 for (auto &event : get_remote_state ()->stop_reply_queue)
7041 if (event->ws.kind == TARGET_WAITKIND_FORKED
7042 || event->ws.kind == TARGET_WAITKIND_VFORKED
7043 || event->ws.kind == TARGET_WAITKIND_THREAD_EXITED)
7044 context->remove_thread (event->ws.value.related_pid);
7047 /* Check whether any event pending in the vStopped queue would prevent
7048 a global or process wildcard vCont action. Clear
7049 *may_global_wildcard if we can't do a global wildcard (vCont;c),
7050 and clear the event inferior's may_wildcard_vcont flag if we can't
7051 do a process-wide wildcard resume (vCont;c:pPID.-1). */
7054 remote_target::check_pending_events_prevent_wildcard_vcont
7055 (int *may_global_wildcard)
7057 struct notif_client *notif = ¬if_client_stop;
7059 remote_notif_get_pending_events (notif);
7060 for (auto &event : get_remote_state ()->stop_reply_queue)
7062 if (event->ws.kind == TARGET_WAITKIND_NO_RESUMED
7063 || event->ws.kind == TARGET_WAITKIND_NO_HISTORY)
7066 if (event->ws.kind == TARGET_WAITKIND_FORKED
7067 || event->ws.kind == TARGET_WAITKIND_VFORKED)
7068 *may_global_wildcard = 0;
7070 struct inferior *inf = find_inferior_ptid (event->ptid);
7072 /* This may be the first time we heard about this process.
7073 Regardless, we must not do a global wildcard resume, otherwise
7074 we'd resume this process too. */
7075 *may_global_wildcard = 0;
7077 get_remote_inferior (inf)->may_wildcard_vcont = false;
7081 /* Discard all pending stop replies of inferior INF. */
7084 remote_target::discard_pending_stop_replies (struct inferior *inf)
7086 struct stop_reply *reply;
7087 struct remote_state *rs = get_remote_state ();
7088 struct remote_notif_state *rns = rs->notif_state;
7090 /* This function can be notified when an inferior exists. When the
7091 target is not remote, the notification state is NULL. */
7092 if (rs->remote_desc == NULL)
7095 reply = (struct stop_reply *) rns->pending_event[notif_client_stop.id];
7097 /* Discard the in-flight notification. */
7098 if (reply != NULL && reply->ptid.pid () == inf->pid)
7100 stop_reply_xfree (reply);
7101 rns->pending_event[notif_client_stop.id] = NULL;
7104 /* Discard the stop replies we have already pulled with
7106 auto iter = std::remove_if (rs->stop_reply_queue.begin (),
7107 rs->stop_reply_queue.end (),
7108 [=] (const stop_reply_up &event)
7110 return event->ptid.pid () == inf->pid;
7112 rs->stop_reply_queue.erase (iter, rs->stop_reply_queue.end ());
7115 /* Discard the stop replies for RS in stop_reply_queue. */
7118 remote_target::discard_pending_stop_replies_in_queue ()
7120 remote_state *rs = get_remote_state ();
7122 /* Discard the stop replies we have already pulled with
7124 auto iter = std::remove_if (rs->stop_reply_queue.begin (),
7125 rs->stop_reply_queue.end (),
7126 [=] (const stop_reply_up &event)
7128 return event->rs == rs;
7130 rs->stop_reply_queue.erase (iter, rs->stop_reply_queue.end ());
7133 /* Remove the first reply in 'stop_reply_queue' which matches
7137 remote_target::remote_notif_remove_queued_reply (ptid_t ptid)
7139 remote_state *rs = get_remote_state ();
7141 auto iter = std::find_if (rs->stop_reply_queue.begin (),
7142 rs->stop_reply_queue.end (),
7143 [=] (const stop_reply_up &event)
7145 return event->ptid.matches (ptid);
7147 struct stop_reply *result;
7148 if (iter == rs->stop_reply_queue.end ())
7152 result = iter->release ();
7153 rs->stop_reply_queue.erase (iter);
7157 fprintf_unfiltered (gdb_stdlog,
7158 "notif: discard queued event: 'Stop' in %s\n",
7159 target_pid_to_str (ptid));
7164 /* Look for a queued stop reply belonging to PTID. If one is found,
7165 remove it from the queue, and return it. Returns NULL if none is
7166 found. If there are still queued events left to process, tell the
7167 event loop to get back to target_wait soon. */
7170 remote_target::queued_stop_reply (ptid_t ptid)
7172 remote_state *rs = get_remote_state ();
7173 struct stop_reply *r = remote_notif_remove_queued_reply (ptid);
7175 if (!rs->stop_reply_queue.empty ())
7177 /* There's still at least an event left. */
7178 mark_async_event_handler (rs->remote_async_inferior_event_token);
7184 /* Push a fully parsed stop reply in the stop reply queue. Since we
7185 know that we now have at least one queued event left to pass to the
7186 core side, tell the event loop to get back to target_wait soon. */
7189 remote_target::push_stop_reply (struct stop_reply *new_event)
7191 remote_state *rs = get_remote_state ();
7192 rs->stop_reply_queue.push_back (stop_reply_up (new_event));
7195 fprintf_unfiltered (gdb_stdlog,
7196 "notif: push 'Stop' %s to queue %d\n",
7197 target_pid_to_str (new_event->ptid),
7198 int (rs->stop_reply_queue.size ()));
7200 mark_async_event_handler (rs->remote_async_inferior_event_token);
7203 /* Returns true if we have a stop reply for PTID. */
7206 remote_target::peek_stop_reply (ptid_t ptid)
7208 remote_state *rs = get_remote_state ();
7209 for (auto &event : rs->stop_reply_queue)
7210 if (ptid == event->ptid
7211 && event->ws.kind == TARGET_WAITKIND_STOPPED)
7216 /* Helper for remote_parse_stop_reply. Return nonzero if the substring
7217 starting with P and ending with PEND matches PREFIX. */
7220 strprefix (const char *p, const char *pend, const char *prefix)
7222 for ( ; p < pend; p++, prefix++)
7225 return *prefix == '\0';
7228 /* Parse the stop reply in BUF. Either the function succeeds, and the
7229 result is stored in EVENT, or throws an error. */
7232 remote_target::remote_parse_stop_reply (char *buf, stop_reply *event)
7234 remote_arch_state *rsa = NULL;
7239 event->ptid = null_ptid;
7240 event->rs = get_remote_state ();
7241 event->ws.kind = TARGET_WAITKIND_IGNORE;
7242 event->ws.value.integer = 0;
7243 event->stop_reason = TARGET_STOPPED_BY_NO_REASON;
7244 event->regcache = NULL;
7249 case 'T': /* Status with PC, SP, FP, ... */
7250 /* Expedited reply, containing Signal, {regno, reg} repeat. */
7251 /* format is: 'Tssn...:r...;n...:r...;n...:r...;#cc', where
7253 n... = register number
7254 r... = register contents
7257 p = &buf[3]; /* after Txx */
7263 p1 = strchr (p, ':');
7265 error (_("Malformed packet(a) (missing colon): %s\n\
7269 error (_("Malformed packet(a) (missing register number): %s\n\
7273 /* Some "registers" are actually extended stop information.
7274 Note if you're adding a new entry here: GDB 7.9 and
7275 earlier assume that all register "numbers" that start
7276 with an hex digit are real register numbers. Make sure
7277 the server only sends such a packet if it knows the
7278 client understands it. */
7280 if (strprefix (p, p1, "thread"))
7281 event->ptid = read_ptid (++p1, &p);
7282 else if (strprefix (p, p1, "syscall_entry"))
7286 event->ws.kind = TARGET_WAITKIND_SYSCALL_ENTRY;
7287 p = unpack_varlen_hex (++p1, &sysno);
7288 event->ws.value.syscall_number = (int) sysno;
7290 else if (strprefix (p, p1, "syscall_return"))
7294 event->ws.kind = TARGET_WAITKIND_SYSCALL_RETURN;
7295 p = unpack_varlen_hex (++p1, &sysno);
7296 event->ws.value.syscall_number = (int) sysno;
7298 else if (strprefix (p, p1, "watch")
7299 || strprefix (p, p1, "rwatch")
7300 || strprefix (p, p1, "awatch"))
7302 event->stop_reason = TARGET_STOPPED_BY_WATCHPOINT;
7303 p = unpack_varlen_hex (++p1, &addr);
7304 event->watch_data_address = (CORE_ADDR) addr;
7306 else if (strprefix (p, p1, "swbreak"))
7308 event->stop_reason = TARGET_STOPPED_BY_SW_BREAKPOINT;
7310 /* Make sure the stub doesn't forget to indicate support
7312 if (packet_support (PACKET_swbreak_feature) != PACKET_ENABLE)
7313 error (_("Unexpected swbreak stop reason"));
7315 /* The value part is documented as "must be empty",
7316 though we ignore it, in case we ever decide to make
7317 use of it in a backward compatible way. */
7318 p = strchrnul (p1 + 1, ';');
7320 else if (strprefix (p, p1, "hwbreak"))
7322 event->stop_reason = TARGET_STOPPED_BY_HW_BREAKPOINT;
7324 /* Make sure the stub doesn't forget to indicate support
7326 if (packet_support (PACKET_hwbreak_feature) != PACKET_ENABLE)
7327 error (_("Unexpected hwbreak stop reason"));
7330 p = strchrnul (p1 + 1, ';');
7332 else if (strprefix (p, p1, "library"))
7334 event->ws.kind = TARGET_WAITKIND_LOADED;
7335 p = strchrnul (p1 + 1, ';');
7337 else if (strprefix (p, p1, "replaylog"))
7339 event->ws.kind = TARGET_WAITKIND_NO_HISTORY;
7340 /* p1 will indicate "begin" or "end", but it makes
7341 no difference for now, so ignore it. */
7342 p = strchrnul (p1 + 1, ';');
7344 else if (strprefix (p, p1, "core"))
7348 p = unpack_varlen_hex (++p1, &c);
7351 else if (strprefix (p, p1, "fork"))
7353 event->ws.value.related_pid = read_ptid (++p1, &p);
7354 event->ws.kind = TARGET_WAITKIND_FORKED;
7356 else if (strprefix (p, p1, "vfork"))
7358 event->ws.value.related_pid = read_ptid (++p1, &p);
7359 event->ws.kind = TARGET_WAITKIND_VFORKED;
7361 else if (strprefix (p, p1, "vforkdone"))
7363 event->ws.kind = TARGET_WAITKIND_VFORK_DONE;
7364 p = strchrnul (p1 + 1, ';');
7366 else if (strprefix (p, p1, "exec"))
7369 char pathname[PATH_MAX];
7372 /* Determine the length of the execd pathname. */
7373 p = unpack_varlen_hex (++p1, &ignored);
7374 pathlen = (p - p1) / 2;
7376 /* Save the pathname for event reporting and for
7377 the next run command. */
7378 hex2bin (p1, (gdb_byte *) pathname, pathlen);
7379 pathname[pathlen] = '\0';
7381 /* This is freed during event handling. */
7382 event->ws.value.execd_pathname = xstrdup (pathname);
7383 event->ws.kind = TARGET_WAITKIND_EXECD;
7385 /* Skip the registers included in this packet, since
7386 they may be for an architecture different from the
7387 one used by the original program. */
7390 else if (strprefix (p, p1, "create"))
7392 event->ws.kind = TARGET_WAITKIND_THREAD_CREATED;
7393 p = strchrnul (p1 + 1, ';');
7402 p = strchrnul (p1 + 1, ';');
7407 /* Maybe a real ``P'' register number. */
7408 p_temp = unpack_varlen_hex (p, &pnum);
7409 /* If the first invalid character is the colon, we got a
7410 register number. Otherwise, it's an unknown stop
7414 /* If we haven't parsed the event's thread yet, find
7415 it now, in order to find the architecture of the
7416 reported expedited registers. */
7417 if (event->ptid == null_ptid)
7419 const char *thr = strstr (p1 + 1, ";thread:");
7421 event->ptid = read_ptid (thr + strlen (";thread:"),
7425 /* Either the current thread hasn't changed,
7426 or the inferior is not multi-threaded.
7427 The event must be for the thread we last
7428 set as (or learned as being) current. */
7429 event->ptid = event->rs->general_thread;
7435 inferior *inf = (event->ptid == null_ptid
7437 : find_inferior_ptid (event->ptid));
7438 /* If this is the first time we learn anything
7439 about this process, skip the registers
7440 included in this packet, since we don't yet
7441 know which architecture to use to parse them.
7442 We'll determine the architecture later when
7443 we process the stop reply and retrieve the
7444 target description, via
7445 remote_notice_new_inferior ->
7446 post_create_inferior. */
7449 p = strchrnul (p1 + 1, ';');
7454 event->arch = inf->gdbarch;
7455 rsa = event->rs->get_remote_arch_state (event->arch);
7459 = packet_reg_from_pnum (event->arch, rsa, pnum);
7460 cached_reg_t cached_reg;
7463 error (_("Remote sent bad register number %s: %s\n\
7465 hex_string (pnum), p, buf);
7467 cached_reg.num = reg->regnum;
7468 cached_reg.data = (gdb_byte *)
7469 xmalloc (register_size (event->arch, reg->regnum));
7472 fieldsize = hex2bin (p, cached_reg.data,
7473 register_size (event->arch, reg->regnum));
7475 if (fieldsize < register_size (event->arch, reg->regnum))
7476 warning (_("Remote reply is too short: %s"), buf);
7478 VEC_safe_push (cached_reg_t, event->regcache, &cached_reg);
7482 /* Not a number. Silently skip unknown optional
7484 p = strchrnul (p1 + 1, ';');
7489 error (_("Remote register badly formatted: %s\nhere: %s"),
7494 if (event->ws.kind != TARGET_WAITKIND_IGNORE)
7498 case 'S': /* Old style status, just signal only. */
7502 event->ws.kind = TARGET_WAITKIND_STOPPED;
7503 sig = (fromhex (buf[1]) << 4) + fromhex (buf[2]);
7504 if (GDB_SIGNAL_FIRST <= sig && sig < GDB_SIGNAL_LAST)
7505 event->ws.value.sig = (enum gdb_signal) sig;
7507 event->ws.value.sig = GDB_SIGNAL_UNKNOWN;
7510 case 'w': /* Thread exited. */
7515 event->ws.kind = TARGET_WAITKIND_THREAD_EXITED;
7516 p = unpack_varlen_hex (&buf[1], &value);
7517 event->ws.value.integer = value;
7519 error (_("stop reply packet badly formatted: %s"), buf);
7520 event->ptid = read_ptid (++p, NULL);
7523 case 'W': /* Target exited. */
7530 /* GDB used to accept only 2 hex chars here. Stubs should
7531 only send more if they detect GDB supports multi-process
7533 p = unpack_varlen_hex (&buf[1], &value);
7537 /* The remote process exited. */
7538 event->ws.kind = TARGET_WAITKIND_EXITED;
7539 event->ws.value.integer = value;
7543 /* The remote process exited with a signal. */
7544 event->ws.kind = TARGET_WAITKIND_SIGNALLED;
7545 if (GDB_SIGNAL_FIRST <= value && value < GDB_SIGNAL_LAST)
7546 event->ws.value.sig = (enum gdb_signal) value;
7548 event->ws.value.sig = GDB_SIGNAL_UNKNOWN;
7551 /* If no process is specified, assume inferior_ptid. */
7552 pid = inferior_ptid.pid ();
7561 else if (startswith (p, "process:"))
7565 p += sizeof ("process:") - 1;
7566 unpack_varlen_hex (p, &upid);
7570 error (_("unknown stop reply packet: %s"), buf);
7573 error (_("unknown stop reply packet: %s"), buf);
7574 event->ptid = ptid_t (pid);
7578 event->ws.kind = TARGET_WAITKIND_NO_RESUMED;
7579 event->ptid = minus_one_ptid;
7583 if (target_is_non_stop_p () && event->ptid == null_ptid)
7584 error (_("No process or thread specified in stop reply: %s"), buf);
7587 /* When the stub wants to tell GDB about a new notification reply, it
7588 sends a notification (%Stop, for example). Those can come it at
7589 any time, hence, we have to make sure that any pending
7590 putpkt/getpkt sequence we're making is finished, before querying
7591 the stub for more events with the corresponding ack command
7592 (vStopped, for example). E.g., if we started a vStopped sequence
7593 immediately upon receiving the notification, something like this
7601 1.6) <-- (registers reply to step #1.3)
7603 Obviously, the reply in step #1.6 would be unexpected to a vStopped
7606 To solve this, whenever we parse a %Stop notification successfully,
7607 we mark the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN, and carry on
7608 doing whatever we were doing:
7614 <GDB marks the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN>
7615 2.5) <-- (registers reply to step #2.3)
7617 Eventualy after step #2.5, we return to the event loop, which
7618 notices there's an event on the
7619 REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN event and calls the
7620 associated callback --- the function below. At this point, we're
7621 always safe to start a vStopped sequence. :
7624 2.7) <-- T05 thread:2
7630 remote_target::remote_notif_get_pending_events (notif_client *nc)
7632 struct remote_state *rs = get_remote_state ();
7634 if (rs->notif_state->pending_event[nc->id] != NULL)
7637 fprintf_unfiltered (gdb_stdlog,
7638 "notif: process: '%s' ack pending event\n",
7642 nc->ack (this, nc, rs->buf, rs->notif_state->pending_event[nc->id]);
7643 rs->notif_state->pending_event[nc->id] = NULL;
7647 getpkt (&rs->buf, &rs->buf_size, 0);
7648 if (strcmp (rs->buf, "OK") == 0)
7651 remote_notif_ack (this, nc, rs->buf);
7657 fprintf_unfiltered (gdb_stdlog,
7658 "notif: process: '%s' no pending reply\n",
7663 /* Wrapper around remote_target::remote_notif_get_pending_events to
7664 avoid having to export the whole remote_target class. */
7667 remote_notif_get_pending_events (remote_target *remote, notif_client *nc)
7669 remote->remote_notif_get_pending_events (nc);
7672 /* Called when it is decided that STOP_REPLY holds the info of the
7673 event that is to be returned to the core. This function always
7674 destroys STOP_REPLY. */
7677 remote_target::process_stop_reply (struct stop_reply *stop_reply,
7678 struct target_waitstatus *status)
7682 *status = stop_reply->ws;
7683 ptid = stop_reply->ptid;
7685 /* If no thread/process was reported by the stub, assume the current
7687 if (ptid == null_ptid)
7688 ptid = inferior_ptid;
7690 if (status->kind != TARGET_WAITKIND_EXITED
7691 && status->kind != TARGET_WAITKIND_SIGNALLED
7692 && status->kind != TARGET_WAITKIND_NO_RESUMED)
7694 /* Expedited registers. */
7695 if (stop_reply->regcache)
7697 struct regcache *regcache
7698 = get_thread_arch_regcache (ptid, stop_reply->arch);
7703 VEC_iterate (cached_reg_t, stop_reply->regcache, ix, reg);
7706 regcache->raw_supply (reg->num, reg->data);
7710 VEC_free (cached_reg_t, stop_reply->regcache);
7713 remote_notice_new_inferior (ptid, 0);
7714 remote_thread_info *remote_thr = get_remote_thread_info (ptid);
7715 remote_thr->core = stop_reply->core;
7716 remote_thr->stop_reason = stop_reply->stop_reason;
7717 remote_thr->watch_data_address = stop_reply->watch_data_address;
7718 remote_thr->vcont_resumed = 0;
7721 stop_reply_xfree (stop_reply);
7725 /* The non-stop mode version of target_wait. */
7728 remote_target::wait_ns (ptid_t ptid, struct target_waitstatus *status, int options)
7730 struct remote_state *rs = get_remote_state ();
7731 struct stop_reply *stop_reply;
7735 /* If in non-stop mode, get out of getpkt even if a
7736 notification is received. */
7738 ret = getpkt_or_notif_sane (&rs->buf, &rs->buf_size,
7739 0 /* forever */, &is_notif);
7742 if (ret != -1 && !is_notif)
7745 case 'E': /* Error of some sort. */
7746 /* We're out of sync with the target now. Did it continue
7747 or not? We can't tell which thread it was in non-stop,
7748 so just ignore this. */
7749 warning (_("Remote failure reply: %s"), rs->buf);
7751 case 'O': /* Console output. */
7752 remote_console_output (rs->buf + 1);
7755 warning (_("Invalid remote reply: %s"), rs->buf);
7759 /* Acknowledge a pending stop reply that may have arrived in the
7761 if (rs->notif_state->pending_event[notif_client_stop.id] != NULL)
7762 remote_notif_get_pending_events (¬if_client_stop);
7764 /* If indeed we noticed a stop reply, we're done. */
7765 stop_reply = queued_stop_reply (ptid);
7766 if (stop_reply != NULL)
7767 return process_stop_reply (stop_reply, status);
7769 /* Still no event. If we're just polling for an event, then
7770 return to the event loop. */
7771 if (options & TARGET_WNOHANG)
7773 status->kind = TARGET_WAITKIND_IGNORE;
7774 return minus_one_ptid;
7777 /* Otherwise do a blocking wait. */
7778 ret = getpkt_or_notif_sane (&rs->buf, &rs->buf_size,
7779 1 /* forever */, &is_notif);
7783 /* Wait until the remote machine stops, then return, storing status in
7784 STATUS just as `wait' would. */
7787 remote_target::wait_as (ptid_t ptid, target_waitstatus *status, int options)
7789 struct remote_state *rs = get_remote_state ();
7790 ptid_t event_ptid = null_ptid;
7792 struct stop_reply *stop_reply;
7796 status->kind = TARGET_WAITKIND_IGNORE;
7797 status->value.integer = 0;
7799 stop_reply = queued_stop_reply (ptid);
7800 if (stop_reply != NULL)
7801 return process_stop_reply (stop_reply, status);
7803 if (rs->cached_wait_status)
7804 /* Use the cached wait status, but only once. */
7805 rs->cached_wait_status = 0;
7810 int forever = ((options & TARGET_WNOHANG) == 0
7811 && rs->wait_forever_enabled_p);
7813 if (!rs->waiting_for_stop_reply)
7815 status->kind = TARGET_WAITKIND_NO_RESUMED;
7816 return minus_one_ptid;
7819 /* FIXME: cagney/1999-09-27: If we're in async mode we should
7820 _never_ wait for ever -> test on target_is_async_p().
7821 However, before we do that we need to ensure that the caller
7822 knows how to take the target into/out of async mode. */
7823 ret = getpkt_or_notif_sane (&rs->buf, &rs->buf_size,
7824 forever, &is_notif);
7826 /* GDB gets a notification. Return to core as this event is
7828 if (ret != -1 && is_notif)
7829 return minus_one_ptid;
7831 if (ret == -1 && (options & TARGET_WNOHANG) != 0)
7832 return minus_one_ptid;
7837 /* Assume that the target has acknowledged Ctrl-C unless we receive
7838 an 'F' or 'O' packet. */
7839 if (buf[0] != 'F' && buf[0] != 'O')
7840 rs->ctrlc_pending_p = 0;
7844 case 'E': /* Error of some sort. */
7845 /* We're out of sync with the target now. Did it continue or
7846 not? Not is more likely, so report a stop. */
7847 rs->waiting_for_stop_reply = 0;
7849 warning (_("Remote failure reply: %s"), buf);
7850 status->kind = TARGET_WAITKIND_STOPPED;
7851 status->value.sig = GDB_SIGNAL_0;
7853 case 'F': /* File-I/O request. */
7854 /* GDB may access the inferior memory while handling the File-I/O
7855 request, but we don't want GDB accessing memory while waiting
7856 for a stop reply. See the comments in putpkt_binary. Set
7857 waiting_for_stop_reply to 0 temporarily. */
7858 rs->waiting_for_stop_reply = 0;
7859 remote_fileio_request (this, buf, rs->ctrlc_pending_p);
7860 rs->ctrlc_pending_p = 0;
7861 /* GDB handled the File-I/O request, and the target is running
7862 again. Keep waiting for events. */
7863 rs->waiting_for_stop_reply = 1;
7865 case 'N': case 'T': case 'S': case 'X': case 'W':
7867 struct stop_reply *stop_reply;
7869 /* There is a stop reply to handle. */
7870 rs->waiting_for_stop_reply = 0;
7873 = (struct stop_reply *) remote_notif_parse (this,
7877 event_ptid = process_stop_reply (stop_reply, status);
7880 case 'O': /* Console output. */
7881 remote_console_output (buf + 1);
7884 if (rs->last_sent_signal != GDB_SIGNAL_0)
7886 /* Zero length reply means that we tried 'S' or 'C' and the
7887 remote system doesn't support it. */
7888 target_terminal::ours_for_output ();
7890 ("Can't send signals to this remote system. %s not sent.\n",
7891 gdb_signal_to_name (rs->last_sent_signal));
7892 rs->last_sent_signal = GDB_SIGNAL_0;
7893 target_terminal::inferior ();
7895 strcpy (buf, rs->last_sent_step ? "s" : "c");
7901 warning (_("Invalid remote reply: %s"), buf);
7905 if (status->kind == TARGET_WAITKIND_NO_RESUMED)
7906 return minus_one_ptid;
7907 else if (status->kind == TARGET_WAITKIND_IGNORE)
7909 /* Nothing interesting happened. If we're doing a non-blocking
7910 poll, we're done. Otherwise, go back to waiting. */
7911 if (options & TARGET_WNOHANG)
7912 return minus_one_ptid;
7916 else if (status->kind != TARGET_WAITKIND_EXITED
7917 && status->kind != TARGET_WAITKIND_SIGNALLED)
7919 if (event_ptid != null_ptid)
7920 record_currthread (rs, event_ptid);
7922 event_ptid = inferior_ptid;
7925 /* A process exit. Invalidate our notion of current thread. */
7926 record_currthread (rs, minus_one_ptid);
7931 /* Wait until the remote machine stops, then return, storing status in
7932 STATUS just as `wait' would. */
7935 remote_target::wait (ptid_t ptid, struct target_waitstatus *status, int options)
7939 if (target_is_non_stop_p ())
7940 event_ptid = wait_ns (ptid, status, options);
7942 event_ptid = wait_as (ptid, status, options);
7944 if (target_is_async_p ())
7946 remote_state *rs = get_remote_state ();
7948 /* If there are are events left in the queue tell the event loop
7950 if (!rs->stop_reply_queue.empty ())
7951 mark_async_event_handler (rs->remote_async_inferior_event_token);
7957 /* Fetch a single register using a 'p' packet. */
7960 remote_target::fetch_register_using_p (struct regcache *regcache,
7963 struct gdbarch *gdbarch = regcache->arch ();
7964 struct remote_state *rs = get_remote_state ();
7966 gdb_byte *regp = (gdb_byte *) alloca (register_size (gdbarch, reg->regnum));
7969 if (packet_support (PACKET_p) == PACKET_DISABLE)
7972 if (reg->pnum == -1)
7977 p += hexnumstr (p, reg->pnum);
7980 getpkt (&rs->buf, &rs->buf_size, 0);
7984 switch (packet_ok (buf, &remote_protocol_packets[PACKET_p]))
7988 case PACKET_UNKNOWN:
7991 error (_("Could not fetch register \"%s\"; remote failure reply '%s'"),
7992 gdbarch_register_name (regcache->arch (),
7997 /* If this register is unfetchable, tell the regcache. */
8000 regcache->raw_supply (reg->regnum, NULL);
8004 /* Otherwise, parse and supply the value. */
8010 error (_("fetch_register_using_p: early buf termination"));
8012 regp[i++] = fromhex (p[0]) * 16 + fromhex (p[1]);
8015 regcache->raw_supply (reg->regnum, regp);
8019 /* Fetch the registers included in the target's 'g' packet. */
8022 remote_target::send_g_packet ()
8024 struct remote_state *rs = get_remote_state ();
8027 xsnprintf (rs->buf, get_remote_packet_size (), "g");
8029 getpkt (&rs->buf, &rs->buf_size, 0);
8030 if (packet_check_result (rs->buf) == PACKET_ERROR)
8031 error (_("Could not read registers; remote failure reply '%s'"),
8034 /* We can get out of synch in various cases. If the first character
8035 in the buffer is not a hex character, assume that has happened
8036 and try to fetch another packet to read. */
8037 while ((rs->buf[0] < '0' || rs->buf[0] > '9')
8038 && (rs->buf[0] < 'A' || rs->buf[0] > 'F')
8039 && (rs->buf[0] < 'a' || rs->buf[0] > 'f')
8040 && rs->buf[0] != 'x') /* New: unavailable register value. */
8043 fprintf_unfiltered (gdb_stdlog,
8044 "Bad register packet; fetching a new packet\n");
8045 getpkt (&rs->buf, &rs->buf_size, 0);
8048 buf_len = strlen (rs->buf);
8050 /* Sanity check the received packet. */
8051 if (buf_len % 2 != 0)
8052 error (_("Remote 'g' packet reply is of odd length: %s"), rs->buf);
8058 remote_target::process_g_packet (struct regcache *regcache)
8060 struct gdbarch *gdbarch = regcache->arch ();
8061 struct remote_state *rs = get_remote_state ();
8062 remote_arch_state *rsa = rs->get_remote_arch_state (gdbarch);
8067 buf_len = strlen (rs->buf);
8069 /* Further sanity checks, with knowledge of the architecture. */
8070 if (buf_len > 2 * rsa->sizeof_g_packet)
8071 error (_("Remote 'g' packet reply is too long (expected %ld bytes, got %d "
8072 "bytes): %s"), rsa->sizeof_g_packet, buf_len / 2, rs->buf);
8074 /* Save the size of the packet sent to us by the target. It is used
8075 as a heuristic when determining the max size of packets that the
8076 target can safely receive. */
8077 if (rsa->actual_register_packet_size == 0)
8078 rsa->actual_register_packet_size = buf_len;
8080 /* If this is smaller than we guessed the 'g' packet would be,
8081 update our records. A 'g' reply that doesn't include a register's
8082 value implies either that the register is not available, or that
8083 the 'p' packet must be used. */
8084 if (buf_len < 2 * rsa->sizeof_g_packet)
8086 long sizeof_g_packet = buf_len / 2;
8088 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
8090 long offset = rsa->regs[i].offset;
8091 long reg_size = register_size (gdbarch, i);
8093 if (rsa->regs[i].pnum == -1)
8096 if (offset >= sizeof_g_packet)
8097 rsa->regs[i].in_g_packet = 0;
8098 else if (offset + reg_size > sizeof_g_packet)
8099 error (_("Truncated register %d in remote 'g' packet"), i);
8101 rsa->regs[i].in_g_packet = 1;
8104 /* Looks valid enough, we can assume this is the correct length
8105 for a 'g' packet. It's important not to adjust
8106 rsa->sizeof_g_packet if we have truncated registers otherwise
8107 this "if" won't be run the next time the method is called
8108 with a packet of the same size and one of the internal errors
8109 below will trigger instead. */
8110 rsa->sizeof_g_packet = sizeof_g_packet;
8113 regs = (char *) alloca (rsa->sizeof_g_packet);
8115 /* Unimplemented registers read as all bits zero. */
8116 memset (regs, 0, rsa->sizeof_g_packet);
8118 /* Reply describes registers byte by byte, each byte encoded as two
8119 hex characters. Suck them all up, then supply them to the
8120 register cacheing/storage mechanism. */
8123 for (i = 0; i < rsa->sizeof_g_packet; i++)
8125 if (p[0] == 0 || p[1] == 0)
8126 /* This shouldn't happen - we adjusted sizeof_g_packet above. */
8127 internal_error (__FILE__, __LINE__,
8128 _("unexpected end of 'g' packet reply"));
8130 if (p[0] == 'x' && p[1] == 'x')
8131 regs[i] = 0; /* 'x' */
8133 regs[i] = fromhex (p[0]) * 16 + fromhex (p[1]);
8137 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
8139 struct packet_reg *r = &rsa->regs[i];
8140 long reg_size = register_size (gdbarch, i);
8144 if ((r->offset + reg_size) * 2 > strlen (rs->buf))
8145 /* This shouldn't happen - we adjusted in_g_packet above. */
8146 internal_error (__FILE__, __LINE__,
8147 _("unexpected end of 'g' packet reply"));
8148 else if (rs->buf[r->offset * 2] == 'x')
8150 gdb_assert (r->offset * 2 < strlen (rs->buf));
8151 /* The register isn't available, mark it as such (at
8152 the same time setting the value to zero). */
8153 regcache->raw_supply (r->regnum, NULL);
8156 regcache->raw_supply (r->regnum, regs + r->offset);
8162 remote_target::fetch_registers_using_g (struct regcache *regcache)
8165 process_g_packet (regcache);
8168 /* Make the remote selected traceframe match GDB's selected
8172 remote_target::set_remote_traceframe ()
8175 struct remote_state *rs = get_remote_state ();
8177 if (rs->remote_traceframe_number == get_traceframe_number ())
8180 /* Avoid recursion, remote_trace_find calls us again. */
8181 rs->remote_traceframe_number = get_traceframe_number ();
8183 newnum = target_trace_find (tfind_number,
8184 get_traceframe_number (), 0, 0, NULL);
8186 /* Should not happen. If it does, all bets are off. */
8187 if (newnum != get_traceframe_number ())
8188 warning (_("could not set remote traceframe"));
8192 remote_target::fetch_registers (struct regcache *regcache, int regnum)
8194 struct gdbarch *gdbarch = regcache->arch ();
8195 struct remote_state *rs = get_remote_state ();
8196 remote_arch_state *rsa = rs->get_remote_arch_state (gdbarch);
8199 set_remote_traceframe ();
8200 set_general_thread (regcache->ptid ());
8204 packet_reg *reg = packet_reg_from_regnum (gdbarch, rsa, regnum);
8206 gdb_assert (reg != NULL);
8208 /* If this register might be in the 'g' packet, try that first -
8209 we are likely to read more than one register. If this is the
8210 first 'g' packet, we might be overly optimistic about its
8211 contents, so fall back to 'p'. */
8212 if (reg->in_g_packet)
8214 fetch_registers_using_g (regcache);
8215 if (reg->in_g_packet)
8219 if (fetch_register_using_p (regcache, reg))
8222 /* This register is not available. */
8223 regcache->raw_supply (reg->regnum, NULL);
8228 fetch_registers_using_g (regcache);
8230 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
8231 if (!rsa->regs[i].in_g_packet)
8232 if (!fetch_register_using_p (regcache, &rsa->regs[i]))
8234 /* This register is not available. */
8235 regcache->raw_supply (i, NULL);
8239 /* Prepare to store registers. Since we may send them all (using a
8240 'G' request), we have to read out the ones we don't want to change
8244 remote_target::prepare_to_store (struct regcache *regcache)
8246 struct remote_state *rs = get_remote_state ();
8247 remote_arch_state *rsa = rs->get_remote_arch_state (regcache->arch ());
8250 /* Make sure the entire registers array is valid. */
8251 switch (packet_support (PACKET_P))
8253 case PACKET_DISABLE:
8254 case PACKET_SUPPORT_UNKNOWN:
8255 /* Make sure all the necessary registers are cached. */
8256 for (i = 0; i < gdbarch_num_regs (regcache->arch ()); i++)
8257 if (rsa->regs[i].in_g_packet)
8258 regcache->raw_update (rsa->regs[i].regnum);
8265 /* Helper: Attempt to store REGNUM using the P packet. Return fail IFF
8266 packet was not recognized. */
8269 remote_target::store_register_using_P (const struct regcache *regcache,
8272 struct gdbarch *gdbarch = regcache->arch ();
8273 struct remote_state *rs = get_remote_state ();
8274 /* Try storing a single register. */
8275 char *buf = rs->buf;
8276 gdb_byte *regp = (gdb_byte *) alloca (register_size (gdbarch, reg->regnum));
8279 if (packet_support (PACKET_P) == PACKET_DISABLE)
8282 if (reg->pnum == -1)
8285 xsnprintf (buf, get_remote_packet_size (), "P%s=", phex_nz (reg->pnum, 0));
8286 p = buf + strlen (buf);
8287 regcache->raw_collect (reg->regnum, regp);
8288 bin2hex (regp, p, register_size (gdbarch, reg->regnum));
8290 getpkt (&rs->buf, &rs->buf_size, 0);
8292 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_P]))
8297 error (_("Could not write register \"%s\"; remote failure reply '%s'"),
8298 gdbarch_register_name (gdbarch, reg->regnum), rs->buf);
8299 case PACKET_UNKNOWN:
8302 internal_error (__FILE__, __LINE__, _("Bad result from packet_ok"));
8306 /* Store register REGNUM, or all registers if REGNUM == -1, from the
8307 contents of the register cache buffer. FIXME: ignores errors. */
8310 remote_target::store_registers_using_G (const struct regcache *regcache)
8312 struct remote_state *rs = get_remote_state ();
8313 remote_arch_state *rsa = rs->get_remote_arch_state (regcache->arch ());
8317 /* Extract all the registers in the regcache copying them into a
8322 regs = (gdb_byte *) alloca (rsa->sizeof_g_packet);
8323 memset (regs, 0, rsa->sizeof_g_packet);
8324 for (i = 0; i < gdbarch_num_regs (regcache->arch ()); i++)
8326 struct packet_reg *r = &rsa->regs[i];
8329 regcache->raw_collect (r->regnum, regs + r->offset);
8333 /* Command describes registers byte by byte,
8334 each byte encoded as two hex characters. */
8337 bin2hex (regs, p, rsa->sizeof_g_packet);
8339 getpkt (&rs->buf, &rs->buf_size, 0);
8340 if (packet_check_result (rs->buf) == PACKET_ERROR)
8341 error (_("Could not write registers; remote failure reply '%s'"),
8345 /* Store register REGNUM, or all registers if REGNUM == -1, from the contents
8346 of the register cache buffer. FIXME: ignores errors. */
8349 remote_target::store_registers (struct regcache *regcache, int regnum)
8351 struct gdbarch *gdbarch = regcache->arch ();
8352 struct remote_state *rs = get_remote_state ();
8353 remote_arch_state *rsa = rs->get_remote_arch_state (gdbarch);
8356 set_remote_traceframe ();
8357 set_general_thread (regcache->ptid ());
8361 packet_reg *reg = packet_reg_from_regnum (gdbarch, rsa, regnum);
8363 gdb_assert (reg != NULL);
8365 /* Always prefer to store registers using the 'P' packet if
8366 possible; we often change only a small number of registers.
8367 Sometimes we change a larger number; we'd need help from a
8368 higher layer to know to use 'G'. */
8369 if (store_register_using_P (regcache, reg))
8372 /* For now, don't complain if we have no way to write the
8373 register. GDB loses track of unavailable registers too
8374 easily. Some day, this may be an error. We don't have
8375 any way to read the register, either... */
8376 if (!reg->in_g_packet)
8379 store_registers_using_G (regcache);
8383 store_registers_using_G (regcache);
8385 for (i = 0; i < gdbarch_num_regs (gdbarch); i++)
8386 if (!rsa->regs[i].in_g_packet)
8387 if (!store_register_using_P (regcache, &rsa->regs[i]))
8388 /* See above for why we do not issue an error here. */
8393 /* Return the number of hex digits in num. */
8396 hexnumlen (ULONGEST num)
8400 for (i = 0; num != 0; i++)
8403 return std::max (i, 1);
8406 /* Set BUF to the minimum number of hex digits representing NUM. */
8409 hexnumstr (char *buf, ULONGEST num)
8411 int len = hexnumlen (num);
8413 return hexnumnstr (buf, num, len);
8417 /* Set BUF to the hex digits representing NUM, padded to WIDTH characters. */
8420 hexnumnstr (char *buf, ULONGEST num, int width)
8426 for (i = width - 1; i >= 0; i--)
8428 buf[i] = "0123456789abcdef"[(num & 0xf)];
8435 /* Mask all but the least significant REMOTE_ADDRESS_SIZE bits. */
8438 remote_address_masked (CORE_ADDR addr)
8440 unsigned int address_size = remote_address_size;
8442 /* If "remoteaddresssize" was not set, default to target address size. */
8444 address_size = gdbarch_addr_bit (target_gdbarch ());
8446 if (address_size > 0
8447 && address_size < (sizeof (ULONGEST) * 8))
8449 /* Only create a mask when that mask can safely be constructed
8450 in a ULONGEST variable. */
8453 mask = (mask << address_size) - 1;
8459 /* Determine whether the remote target supports binary downloading.
8460 This is accomplished by sending a no-op memory write of zero length
8461 to the target at the specified address. It does not suffice to send
8462 the whole packet, since many stubs strip the eighth bit and
8463 subsequently compute a wrong checksum, which causes real havoc with
8466 NOTE: This can still lose if the serial line is not eight-bit
8467 clean. In cases like this, the user should clear "remote
8471 remote_target::check_binary_download (CORE_ADDR addr)
8473 struct remote_state *rs = get_remote_state ();
8475 switch (packet_support (PACKET_X))
8477 case PACKET_DISABLE:
8481 case PACKET_SUPPORT_UNKNOWN:
8487 p += hexnumstr (p, (ULONGEST) addr);
8489 p += hexnumstr (p, (ULONGEST) 0);
8493 putpkt_binary (rs->buf, (int) (p - rs->buf));
8494 getpkt (&rs->buf, &rs->buf_size, 0);
8496 if (rs->buf[0] == '\0')
8499 fprintf_unfiltered (gdb_stdlog,
8500 "binary downloading NOT "
8501 "supported by target\n");
8502 remote_protocol_packets[PACKET_X].support = PACKET_DISABLE;
8507 fprintf_unfiltered (gdb_stdlog,
8508 "binary downloading supported by target\n");
8509 remote_protocol_packets[PACKET_X].support = PACKET_ENABLE;
8516 /* Helper function to resize the payload in order to try to get a good
8517 alignment. We try to write an amount of data such that the next write will
8518 start on an address aligned on REMOTE_ALIGN_WRITES. */
8521 align_for_efficient_write (int todo, CORE_ADDR memaddr)
8523 return ((memaddr + todo) & ~(REMOTE_ALIGN_WRITES - 1)) - memaddr;
8526 /* Write memory data directly to the remote machine.
8527 This does not inform the data cache; the data cache uses this.
8528 HEADER is the starting part of the packet.
8529 MEMADDR is the address in the remote memory space.
8530 MYADDR is the address of the buffer in our space.
8531 LEN_UNITS is the number of addressable units to write.
8532 UNIT_SIZE is the length in bytes of an addressable unit.
8533 PACKET_FORMAT should be either 'X' or 'M', and indicates if we
8534 should send data as binary ('X'), or hex-encoded ('M').
8536 The function creates packet of the form
8537 <HEADER><ADDRESS>,<LENGTH>:<DATA>
8539 where encoding of <DATA> is terminated by PACKET_FORMAT.
8541 If USE_LENGTH is 0, then the <LENGTH> field and the preceding comma
8544 Return the transferred status, error or OK (an
8545 'enum target_xfer_status' value). Save the number of addressable units
8546 transferred in *XFERED_LEN_UNITS. Only transfer a single packet.
8548 On a platform with an addressable memory size of 2 bytes (UNIT_SIZE == 2), an
8549 exchange between gdb and the stub could look like (?? in place of the
8555 -> $M1000,3:eeeeffffeeee#??
8559 <- eeeeffffeeeedddd */
8562 remote_target::remote_write_bytes_aux (const char *header, CORE_ADDR memaddr,
8563 const gdb_byte *myaddr,
8566 ULONGEST *xfered_len_units,
8567 char packet_format, int use_length)
8569 struct remote_state *rs = get_remote_state ();
8575 int payload_capacity_bytes;
8576 int payload_length_bytes;
8578 if (packet_format != 'X' && packet_format != 'M')
8579 internal_error (__FILE__, __LINE__,
8580 _("remote_write_bytes_aux: bad packet format"));
8583 return TARGET_XFER_EOF;
8585 payload_capacity_bytes = get_memory_write_packet_size ();
8587 /* The packet buffer will be large enough for the payload;
8588 get_memory_packet_size ensures this. */
8591 /* Compute the size of the actual payload by subtracting out the
8592 packet header and footer overhead: "$M<memaddr>,<len>:...#nn". */
8594 payload_capacity_bytes -= strlen ("$,:#NN");
8596 /* The comma won't be used. */
8597 payload_capacity_bytes += 1;
8598 payload_capacity_bytes -= strlen (header);
8599 payload_capacity_bytes -= hexnumlen (memaddr);
8601 /* Construct the packet excluding the data: "<header><memaddr>,<len>:". */
8603 strcat (rs->buf, header);
8604 p = rs->buf + strlen (header);
8606 /* Compute a best guess of the number of bytes actually transfered. */
8607 if (packet_format == 'X')
8609 /* Best guess at number of bytes that will fit. */
8610 todo_units = std::min (len_units,
8611 (ULONGEST) payload_capacity_bytes / unit_size);
8613 payload_capacity_bytes -= hexnumlen (todo_units);
8614 todo_units = std::min (todo_units, payload_capacity_bytes / unit_size);
8618 /* Number of bytes that will fit. */
8620 = std::min (len_units,
8621 (ULONGEST) (payload_capacity_bytes / unit_size) / 2);
8623 payload_capacity_bytes -= hexnumlen (todo_units);
8624 todo_units = std::min (todo_units,
8625 (payload_capacity_bytes / unit_size) / 2);
8628 if (todo_units <= 0)
8629 internal_error (__FILE__, __LINE__,
8630 _("minimum packet size too small to write data"));
8632 /* If we already need another packet, then try to align the end
8633 of this packet to a useful boundary. */
8634 if (todo_units > 2 * REMOTE_ALIGN_WRITES && todo_units < len_units)
8635 todo_units = align_for_efficient_write (todo_units, memaddr);
8637 /* Append "<memaddr>". */
8638 memaddr = remote_address_masked (memaddr);
8639 p += hexnumstr (p, (ULONGEST) memaddr);
8646 /* Append the length and retain its location and size. It may need to be
8647 adjusted once the packet body has been created. */
8649 plenlen = hexnumstr (p, (ULONGEST) todo_units);
8657 /* Append the packet body. */
8658 if (packet_format == 'X')
8660 /* Binary mode. Send target system values byte by byte, in
8661 increasing byte addresses. Only escape certain critical
8663 payload_length_bytes =
8664 remote_escape_output (myaddr, todo_units, unit_size, (gdb_byte *) p,
8665 &units_written, payload_capacity_bytes);
8667 /* If not all TODO units fit, then we'll need another packet. Make
8668 a second try to keep the end of the packet aligned. Don't do
8669 this if the packet is tiny. */
8670 if (units_written < todo_units && units_written > 2 * REMOTE_ALIGN_WRITES)
8674 new_todo_units = align_for_efficient_write (units_written, memaddr);
8676 if (new_todo_units != units_written)
8677 payload_length_bytes =
8678 remote_escape_output (myaddr, new_todo_units, unit_size,
8679 (gdb_byte *) p, &units_written,
8680 payload_capacity_bytes);
8683 p += payload_length_bytes;
8684 if (use_length && units_written < todo_units)
8686 /* Escape chars have filled up the buffer prematurely,
8687 and we have actually sent fewer units than planned.
8688 Fix-up the length field of the packet. Use the same
8689 number of characters as before. */
8690 plen += hexnumnstr (plen, (ULONGEST) units_written,
8692 *plen = ':'; /* overwrite \0 from hexnumnstr() */
8697 /* Normal mode: Send target system values byte by byte, in
8698 increasing byte addresses. Each byte is encoded as a two hex
8700 p += 2 * bin2hex (myaddr, p, todo_units * unit_size);
8701 units_written = todo_units;
8704 putpkt_binary (rs->buf, (int) (p - rs->buf));
8705 getpkt (&rs->buf, &rs->buf_size, 0);
8707 if (rs->buf[0] == 'E')
8708 return TARGET_XFER_E_IO;
8710 /* Return UNITS_WRITTEN, not TODO_UNITS, in case escape chars caused us to
8711 send fewer units than we'd planned. */
8712 *xfered_len_units = (ULONGEST) units_written;
8713 return (*xfered_len_units != 0) ? TARGET_XFER_OK : TARGET_XFER_EOF;
8716 /* Write memory data directly to the remote machine.
8717 This does not inform the data cache; the data cache uses this.
8718 MEMADDR is the address in the remote memory space.
8719 MYADDR is the address of the buffer in our space.
8720 LEN is the number of bytes.
8722 Return the transferred status, error or OK (an
8723 'enum target_xfer_status' value). Save the number of bytes
8724 transferred in *XFERED_LEN. Only transfer a single packet. */
8727 remote_target::remote_write_bytes (CORE_ADDR memaddr, const gdb_byte *myaddr,
8728 ULONGEST len, int unit_size,
8729 ULONGEST *xfered_len)
8731 const char *packet_format = NULL;
8733 /* Check whether the target supports binary download. */
8734 check_binary_download (memaddr);
8736 switch (packet_support (PACKET_X))
8739 packet_format = "X";
8741 case PACKET_DISABLE:
8742 packet_format = "M";
8744 case PACKET_SUPPORT_UNKNOWN:
8745 internal_error (__FILE__, __LINE__,
8746 _("remote_write_bytes: bad internal state"));
8748 internal_error (__FILE__, __LINE__, _("bad switch"));
8751 return remote_write_bytes_aux (packet_format,
8752 memaddr, myaddr, len, unit_size, xfered_len,
8753 packet_format[0], 1);
8756 /* Read memory data directly from the remote machine.
8757 This does not use the data cache; the data cache uses this.
8758 MEMADDR is the address in the remote memory space.
8759 MYADDR is the address of the buffer in our space.
8760 LEN_UNITS is the number of addressable memory units to read..
8761 UNIT_SIZE is the length in bytes of an addressable unit.
8763 Return the transferred status, error or OK (an
8764 'enum target_xfer_status' value). Save the number of bytes
8765 transferred in *XFERED_LEN_UNITS.
8767 See the comment of remote_write_bytes_aux for an example of
8768 memory read/write exchange between gdb and the stub. */
8771 remote_target::remote_read_bytes_1 (CORE_ADDR memaddr, gdb_byte *myaddr,
8773 int unit_size, ULONGEST *xfered_len_units)
8775 struct remote_state *rs = get_remote_state ();
8776 int buf_size_bytes; /* Max size of packet output buffer. */
8781 buf_size_bytes = get_memory_read_packet_size ();
8782 /* The packet buffer will be large enough for the payload;
8783 get_memory_packet_size ensures this. */
8785 /* Number of units that will fit. */
8786 todo_units = std::min (len_units,
8787 (ULONGEST) (buf_size_bytes / unit_size) / 2);
8789 /* Construct "m"<memaddr>","<len>". */
8790 memaddr = remote_address_masked (memaddr);
8793 p += hexnumstr (p, (ULONGEST) memaddr);
8795 p += hexnumstr (p, (ULONGEST) todo_units);
8798 getpkt (&rs->buf, &rs->buf_size, 0);
8799 if (rs->buf[0] == 'E'
8800 && isxdigit (rs->buf[1]) && isxdigit (rs->buf[2])
8801 && rs->buf[3] == '\0')
8802 return TARGET_XFER_E_IO;
8803 /* Reply describes memory byte by byte, each byte encoded as two hex
8806 decoded_bytes = hex2bin (p, myaddr, todo_units * unit_size);
8807 /* Return what we have. Let higher layers handle partial reads. */
8808 *xfered_len_units = (ULONGEST) (decoded_bytes / unit_size);
8809 return (*xfered_len_units != 0) ? TARGET_XFER_OK : TARGET_XFER_EOF;
8812 /* Using the set of read-only target sections of remote, read live
8815 For interface/parameters/return description see target.h,
8819 remote_target::remote_xfer_live_readonly_partial (gdb_byte *readbuf,
8823 ULONGEST *xfered_len)
8825 struct target_section *secp;
8826 struct target_section_table *table;
8828 secp = target_section_by_addr (this, memaddr);
8830 && (bfd_get_section_flags (secp->the_bfd_section->owner,
8831 secp->the_bfd_section)
8834 struct target_section *p;
8835 ULONGEST memend = memaddr + len;
8837 table = target_get_section_table (this);
8839 for (p = table->sections; p < table->sections_end; p++)
8841 if (memaddr >= p->addr)
8843 if (memend <= p->endaddr)
8845 /* Entire transfer is within this section. */
8846 return remote_read_bytes_1 (memaddr, readbuf, len, unit_size,
8849 else if (memaddr >= p->endaddr)
8851 /* This section ends before the transfer starts. */
8856 /* This section overlaps the transfer. Just do half. */
8857 len = p->endaddr - memaddr;
8858 return remote_read_bytes_1 (memaddr, readbuf, len, unit_size,
8865 return TARGET_XFER_EOF;
8868 /* Similar to remote_read_bytes_1, but it reads from the remote stub
8869 first if the requested memory is unavailable in traceframe.
8870 Otherwise, fall back to remote_read_bytes_1. */
8873 remote_target::remote_read_bytes (CORE_ADDR memaddr,
8874 gdb_byte *myaddr, ULONGEST len, int unit_size,
8875 ULONGEST *xfered_len)
8878 return TARGET_XFER_EOF;
8880 if (get_traceframe_number () != -1)
8882 std::vector<mem_range> available;
8884 /* If we fail to get the set of available memory, then the
8885 target does not support querying traceframe info, and so we
8886 attempt reading from the traceframe anyway (assuming the
8887 target implements the old QTro packet then). */
8888 if (traceframe_available_memory (&available, memaddr, len))
8890 if (available.empty () || available[0].start != memaddr)
8892 enum target_xfer_status res;
8894 /* Don't read into the traceframe's available
8896 if (!available.empty ())
8898 LONGEST oldlen = len;
8900 len = available[0].start - memaddr;
8901 gdb_assert (len <= oldlen);
8904 /* This goes through the topmost target again. */
8905 res = remote_xfer_live_readonly_partial (myaddr, memaddr,
8906 len, unit_size, xfered_len);
8907 if (res == TARGET_XFER_OK)
8908 return TARGET_XFER_OK;
8911 /* No use trying further, we know some memory starting
8912 at MEMADDR isn't available. */
8914 return (*xfered_len != 0) ?
8915 TARGET_XFER_UNAVAILABLE : TARGET_XFER_EOF;
8919 /* Don't try to read more than how much is available, in
8920 case the target implements the deprecated QTro packet to
8921 cater for older GDBs (the target's knowledge of read-only
8922 sections may be outdated by now). */
8923 len = available[0].length;
8927 return remote_read_bytes_1 (memaddr, myaddr, len, unit_size, xfered_len);
8932 /* Sends a packet with content determined by the printf format string
8933 FORMAT and the remaining arguments, then gets the reply. Returns
8934 whether the packet was a success, a failure, or unknown. */
8937 remote_target::remote_send_printf (const char *format, ...)
8939 struct remote_state *rs = get_remote_state ();
8940 int max_size = get_remote_packet_size ();
8943 va_start (ap, format);
8946 if (vsnprintf (rs->buf, max_size, format, ap) >= max_size)
8947 internal_error (__FILE__, __LINE__, _("Too long remote packet."));
8949 if (putpkt (rs->buf) < 0)
8950 error (_("Communication problem with target."));
8953 getpkt (&rs->buf, &rs->buf_size, 0);
8955 return packet_check_result (rs->buf);
8958 /* Flash writing can take quite some time. We'll set
8959 effectively infinite timeout for flash operations.
8960 In future, we'll need to decide on a better approach. */
8961 static const int remote_flash_timeout = 1000;
8964 remote_target::flash_erase (ULONGEST address, LONGEST length)
8966 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
8967 enum packet_result ret;
8968 scoped_restore restore_timeout
8969 = make_scoped_restore (&remote_timeout, remote_flash_timeout);
8971 ret = remote_send_printf ("vFlashErase:%s,%s",
8972 phex (address, addr_size),
8976 case PACKET_UNKNOWN:
8977 error (_("Remote target does not support flash erase"));
8979 error (_("Error erasing flash with vFlashErase packet"));
8986 remote_target::remote_flash_write (ULONGEST address,
8987 ULONGEST length, ULONGEST *xfered_len,
8988 const gdb_byte *data)
8990 scoped_restore restore_timeout
8991 = make_scoped_restore (&remote_timeout, remote_flash_timeout);
8992 return remote_write_bytes_aux ("vFlashWrite:", address, data, length, 1,
8997 remote_target::flash_done ()
9001 scoped_restore restore_timeout
9002 = make_scoped_restore (&remote_timeout, remote_flash_timeout);
9004 ret = remote_send_printf ("vFlashDone");
9008 case PACKET_UNKNOWN:
9009 error (_("Remote target does not support vFlashDone"));
9011 error (_("Error finishing flash operation"));
9018 remote_target::files_info ()
9020 puts_filtered ("Debugging a target over a serial line.\n");
9023 /* Stuff for dealing with the packets which are part of this protocol.
9024 See comment at top of file for details. */
9026 /* Close/unpush the remote target, and throw a TARGET_CLOSE_ERROR
9027 error to higher layers. Called when a serial error is detected.
9028 The exception message is STRING, followed by a colon and a blank,
9029 the system error message for errno at function entry and final dot
9030 for output compatibility with throw_perror_with_name. */
9033 unpush_and_perror (const char *string)
9035 int saved_errno = errno;
9037 remote_unpush_target ();
9038 throw_error (TARGET_CLOSE_ERROR, "%s: %s.", string,
9039 safe_strerror (saved_errno));
9042 /* Read a single character from the remote end. The current quit
9043 handler is overridden to avoid quitting in the middle of packet
9044 sequence, as that would break communication with the remote server.
9045 See remote_serial_quit_handler for more detail. */
9048 remote_target::readchar (int timeout)
9051 struct remote_state *rs = get_remote_state ();
9054 scoped_restore restore_quit_target
9055 = make_scoped_restore (&curr_quit_handler_target, this);
9056 scoped_restore restore_quit
9057 = make_scoped_restore (&quit_handler, ::remote_serial_quit_handler);
9059 rs->got_ctrlc_during_io = 0;
9061 ch = serial_readchar (rs->remote_desc, timeout);
9063 if (rs->got_ctrlc_during_io)
9070 switch ((enum serial_rc) ch)
9073 remote_unpush_target ();
9074 throw_error (TARGET_CLOSE_ERROR, _("Remote connection closed"));
9077 unpush_and_perror (_("Remote communication error. "
9078 "Target disconnected."));
9080 case SERIAL_TIMEOUT:
9086 /* Wrapper for serial_write that closes the target and throws if
9087 writing fails. The current quit handler is overridden to avoid
9088 quitting in the middle of packet sequence, as that would break
9089 communication with the remote server. See
9090 remote_serial_quit_handler for more detail. */
9093 remote_target::remote_serial_write (const char *str, int len)
9095 struct remote_state *rs = get_remote_state ();
9097 scoped_restore restore_quit_target
9098 = make_scoped_restore (&curr_quit_handler_target, this);
9099 scoped_restore restore_quit
9100 = make_scoped_restore (&quit_handler, ::remote_serial_quit_handler);
9102 rs->got_ctrlc_during_io = 0;
9104 if (serial_write (rs->remote_desc, str, len))
9106 unpush_and_perror (_("Remote communication error. "
9107 "Target disconnected."));
9110 if (rs->got_ctrlc_during_io)
9114 /* Return a string representing an escaped version of BUF, of len N.
9115 E.g. \n is converted to \\n, \t to \\t, etc. */
9118 escape_buffer (const char *buf, int n)
9122 stb.putstrn (buf, n, '\\');
9123 return std::move (stb.string ());
9126 /* Display a null-terminated packet on stdout, for debugging, using C
9130 print_packet (const char *buf)
9132 puts_filtered ("\"");
9133 fputstr_filtered (buf, '"', gdb_stdout);
9134 puts_filtered ("\"");
9138 remote_target::putpkt (const char *buf)
9140 return putpkt_binary (buf, strlen (buf));
9143 /* Wrapper around remote_target::putpkt to avoid exporting
9147 putpkt (remote_target *remote, const char *buf)
9149 return remote->putpkt (buf);
9152 /* Send a packet to the remote machine, with error checking. The data
9153 of the packet is in BUF. The string in BUF can be at most
9154 get_remote_packet_size () - 5 to account for the $, # and checksum,
9155 and for a possible /0 if we are debugging (remote_debug) and want
9156 to print the sent packet as a string. */
9159 remote_target::putpkt_binary (const char *buf, int cnt)
9161 struct remote_state *rs = get_remote_state ();
9163 unsigned char csum = 0;
9164 gdb::def_vector<char> data (cnt + 6);
9165 char *buf2 = data.data ();
9171 /* Catch cases like trying to read memory or listing threads while
9172 we're waiting for a stop reply. The remote server wouldn't be
9173 ready to handle this request, so we'd hang and timeout. We don't
9174 have to worry about this in synchronous mode, because in that
9175 case it's not possible to issue a command while the target is
9176 running. This is not a problem in non-stop mode, because in that
9177 case, the stub is always ready to process serial input. */
9178 if (!target_is_non_stop_p ()
9179 && target_is_async_p ()
9180 && rs->waiting_for_stop_reply)
9182 error (_("Cannot execute this command while the target is running.\n"
9183 "Use the \"interrupt\" command to stop the target\n"
9184 "and then try again."));
9187 /* We're sending out a new packet. Make sure we don't look at a
9188 stale cached response. */
9189 rs->cached_wait_status = 0;
9191 /* Copy the packet into buffer BUF2, encapsulating it
9192 and giving it a checksum. */
9197 for (i = 0; i < cnt; i++)
9203 *p++ = tohex ((csum >> 4) & 0xf);
9204 *p++ = tohex (csum & 0xf);
9206 /* Send it over and over until we get a positive ack. */
9210 int started_error_output = 0;
9216 int len = (int) (p - buf2);
9219 = escape_buffer (buf2, std::min (len, REMOTE_DEBUG_MAX_CHAR));
9221 fprintf_unfiltered (gdb_stdlog, "Sending packet: %s", str.c_str ());
9223 if (len > REMOTE_DEBUG_MAX_CHAR)
9224 fprintf_unfiltered (gdb_stdlog, "[%d bytes omitted]",
9225 len - REMOTE_DEBUG_MAX_CHAR);
9227 fprintf_unfiltered (gdb_stdlog, "...");
9229 gdb_flush (gdb_stdlog);
9231 remote_serial_write (buf2, p - buf2);
9233 /* If this is a no acks version of the remote protocol, send the
9234 packet and move on. */
9238 /* Read until either a timeout occurs (-2) or '+' is read.
9239 Handle any notification that arrives in the mean time. */
9242 ch = readchar (remote_timeout);
9250 case SERIAL_TIMEOUT:
9253 if (started_error_output)
9255 putchar_unfiltered ('\n');
9256 started_error_output = 0;
9265 fprintf_unfiltered (gdb_stdlog, "Ack\n");
9269 fprintf_unfiltered (gdb_stdlog, "Nak\n");
9271 case SERIAL_TIMEOUT:
9275 break; /* Retransmit buffer. */
9279 fprintf_unfiltered (gdb_stdlog,
9280 "Packet instead of Ack, ignoring it\n");
9281 /* It's probably an old response sent because an ACK
9282 was lost. Gobble up the packet and ack it so it
9283 doesn't get retransmitted when we resend this
9286 remote_serial_write ("+", 1);
9287 continue; /* Now, go look for +. */
9294 /* If we got a notification, handle it, and go back to looking
9296 /* We've found the start of a notification. Now
9297 collect the data. */
9298 val = read_frame (&rs->buf, &rs->buf_size);
9303 std::string str = escape_buffer (rs->buf, val);
9305 fprintf_unfiltered (gdb_stdlog,
9306 " Notification received: %s\n",
9309 handle_notification (rs->notif_state, rs->buf);
9310 /* We're in sync now, rewait for the ack. */
9317 if (!started_error_output)
9319 started_error_output = 1;
9320 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
9322 fputc_unfiltered (ch & 0177, gdb_stdlog);
9323 fprintf_unfiltered (gdb_stdlog, "%s", rs->buf);
9332 if (!started_error_output)
9334 started_error_output = 1;
9335 fprintf_unfiltered (gdb_stdlog, "putpkt: Junk: ");
9337 fputc_unfiltered (ch & 0177, gdb_stdlog);
9341 break; /* Here to retransmit. */
9345 /* This is wrong. If doing a long backtrace, the user should be
9346 able to get out next time we call QUIT, without anything as
9347 violent as interrupt_query. If we want to provide a way out of
9348 here without getting to the next QUIT, it should be based on
9349 hitting ^C twice as in remote_wait. */
9361 /* Come here after finding the start of a frame when we expected an
9362 ack. Do our best to discard the rest of this packet. */
9365 remote_target::skip_frame ()
9371 c = readchar (remote_timeout);
9374 case SERIAL_TIMEOUT:
9375 /* Nothing we can do. */
9378 /* Discard the two bytes of checksum and stop. */
9379 c = readchar (remote_timeout);
9381 c = readchar (remote_timeout);
9384 case '*': /* Run length encoding. */
9385 /* Discard the repeat count. */
9386 c = readchar (remote_timeout);
9391 /* A regular character. */
9397 /* Come here after finding the start of the frame. Collect the rest
9398 into *BUF, verifying the checksum, length, and handling run-length
9399 compression. NUL terminate the buffer. If there is not enough room,
9400 expand *BUF using xrealloc.
9402 Returns -1 on error, number of characters in buffer (ignoring the
9403 trailing NULL) on success. (could be extended to return one of the
9404 SERIAL status indications). */
9407 remote_target::read_frame (char **buf_p, long *sizeof_buf)
9413 struct remote_state *rs = get_remote_state ();
9420 c = readchar (remote_timeout);
9423 case SERIAL_TIMEOUT:
9425 fputs_filtered ("Timeout in mid-packet, retrying\n", gdb_stdlog);
9429 fputs_filtered ("Saw new packet start in middle of old one\n",
9431 return -1; /* Start a new packet, count retries. */
9434 unsigned char pktcsum;
9440 check_0 = readchar (remote_timeout);
9442 check_1 = readchar (remote_timeout);
9444 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT)
9447 fputs_filtered ("Timeout in checksum, retrying\n",
9451 else if (check_0 < 0 || check_1 < 0)
9454 fputs_filtered ("Communication error in checksum\n",
9459 /* Don't recompute the checksum; with no ack packets we
9460 don't have any way to indicate a packet retransmission
9465 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1);
9466 if (csum == pktcsum)
9471 std::string str = escape_buffer (buf, bc);
9473 fprintf_unfiltered (gdb_stdlog,
9474 "Bad checksum, sentsum=0x%x, "
9475 "csum=0x%x, buf=%s\n",
9476 pktcsum, csum, str.c_str ());
9478 /* Number of characters in buffer ignoring trailing
9482 case '*': /* Run length encoding. */
9487 c = readchar (remote_timeout);
9489 repeat = c - ' ' + 3; /* Compute repeat count. */
9491 /* The character before ``*'' is repeated. */
9493 if (repeat > 0 && repeat <= 255 && bc > 0)
9495 if (bc + repeat - 1 >= *sizeof_buf - 1)
9497 /* Make some more room in the buffer. */
9498 *sizeof_buf += repeat;
9499 *buf_p = (char *) xrealloc (*buf_p, *sizeof_buf);
9503 memset (&buf[bc], buf[bc - 1], repeat);
9509 printf_filtered (_("Invalid run length encoding: %s\n"), buf);
9513 if (bc >= *sizeof_buf - 1)
9515 /* Make some more room in the buffer. */
9517 *buf_p = (char *) xrealloc (*buf_p, *sizeof_buf);
9528 /* Read a packet from the remote machine, with error checking, and
9529 store it in *BUF. Resize *BUF using xrealloc if necessary to hold
9530 the result, and update *SIZEOF_BUF. If FOREVER, wait forever
9531 rather than timing out; this is used (in synchronous mode) to wait
9532 for a target that is is executing user code to stop. */
9533 /* FIXME: ezannoni 2000-02-01 this wrapper is necessary so that we
9534 don't have to change all the calls to getpkt to deal with the
9535 return value, because at the moment I don't know what the right
9536 thing to do it for those. */
9539 remote_target::getpkt (char **buf, long *sizeof_buf, int forever)
9541 getpkt_sane (buf, sizeof_buf, forever);
9545 /* Read a packet from the remote machine, with error checking, and
9546 store it in *BUF. Resize *BUF using xrealloc if necessary to hold
9547 the result, and update *SIZEOF_BUF. If FOREVER, wait forever
9548 rather than timing out; this is used (in synchronous mode) to wait
9549 for a target that is is executing user code to stop. If FOREVER ==
9550 0, this function is allowed to time out gracefully and return an
9551 indication of this to the caller. Otherwise return the number of
9552 bytes read. If EXPECTING_NOTIF, consider receiving a notification
9553 enough reason to return to the caller. *IS_NOTIF is an output
9554 boolean that indicates whether *BUF holds a notification or not
9555 (a regular packet). */
9558 remote_target::getpkt_or_notif_sane_1 (char **buf, long *sizeof_buf,
9559 int forever, int expecting_notif,
9562 struct remote_state *rs = get_remote_state ();
9568 /* We're reading a new response. Make sure we don't look at a
9569 previously cached response. */
9570 rs->cached_wait_status = 0;
9572 strcpy (*buf, "timeout");
9575 timeout = watchdog > 0 ? watchdog : -1;
9576 else if (expecting_notif)
9577 timeout = 0; /* There should already be a char in the buffer. If
9580 timeout = remote_timeout;
9584 /* Process any number of notifications, and then return when
9588 /* If we get a timeout or bad checksum, retry up to MAX_TRIES
9590 for (tries = 1; tries <= MAX_TRIES; tries++)
9592 /* This can loop forever if the remote side sends us
9593 characters continuously, but if it pauses, we'll get
9594 SERIAL_TIMEOUT from readchar because of timeout. Then
9595 we'll count that as a retry.
9597 Note that even when forever is set, we will only wait
9598 forever prior to the start of a packet. After that, we
9599 expect characters to arrive at a brisk pace. They should
9600 show up within remote_timeout intervals. */
9602 c = readchar (timeout);
9603 while (c != SERIAL_TIMEOUT && c != '$' && c != '%');
9605 if (c == SERIAL_TIMEOUT)
9607 if (expecting_notif)
9608 return -1; /* Don't complain, it's normal to not get
9609 anything in this case. */
9611 if (forever) /* Watchdog went off? Kill the target. */
9613 remote_unpush_target ();
9614 throw_error (TARGET_CLOSE_ERROR,
9615 _("Watchdog timeout has expired. "
9616 "Target detached."));
9619 fputs_filtered ("Timed out.\n", gdb_stdlog);
9623 /* We've found the start of a packet or notification.
9624 Now collect the data. */
9625 val = read_frame (buf, sizeof_buf);
9630 remote_serial_write ("-", 1);
9633 if (tries > MAX_TRIES)
9635 /* We have tried hard enough, and just can't receive the
9636 packet/notification. Give up. */
9637 printf_unfiltered (_("Ignoring packet error, continuing...\n"));
9639 /* Skip the ack char if we're in no-ack mode. */
9640 if (!rs->noack_mode)
9641 remote_serial_write ("+", 1);
9645 /* If we got an ordinary packet, return that to our caller. */
9651 = escape_buffer (*buf,
9652 std::min (val, REMOTE_DEBUG_MAX_CHAR));
9654 fprintf_unfiltered (gdb_stdlog, "Packet received: %s",
9657 if (val > REMOTE_DEBUG_MAX_CHAR)
9658 fprintf_unfiltered (gdb_stdlog, "[%d bytes omitted]",
9659 val - REMOTE_DEBUG_MAX_CHAR);
9661 fprintf_unfiltered (gdb_stdlog, "\n");
9664 /* Skip the ack char if we're in no-ack mode. */
9665 if (!rs->noack_mode)
9666 remote_serial_write ("+", 1);
9667 if (is_notif != NULL)
9672 /* If we got a notification, handle it, and go back to looking
9676 gdb_assert (c == '%');
9680 std::string str = escape_buffer (*buf, val);
9682 fprintf_unfiltered (gdb_stdlog,
9683 " Notification received: %s\n",
9686 if (is_notif != NULL)
9689 handle_notification (rs->notif_state, *buf);
9691 /* Notifications require no acknowledgement. */
9693 if (expecting_notif)
9700 remote_target::getpkt_sane (char **buf, long *sizeof_buf, int forever)
9702 return getpkt_or_notif_sane_1 (buf, sizeof_buf, forever, 0, NULL);
9706 remote_target::getpkt_or_notif_sane (char **buf, long *sizeof_buf, int forever,
9709 return getpkt_or_notif_sane_1 (buf, sizeof_buf, forever, 1,
9713 /* Kill any new fork children of process PID that haven't been
9714 processed by follow_fork. */
9717 remote_target::kill_new_fork_children (int pid)
9719 remote_state *rs = get_remote_state ();
9720 struct thread_info *thread;
9721 struct notif_client *notif = ¬if_client_stop;
9723 /* Kill the fork child threads of any threads in process PID
9724 that are stopped at a fork event. */
9725 ALL_NON_EXITED_THREADS (thread)
9727 struct target_waitstatus *ws = &thread->pending_follow;
9729 if (is_pending_fork_parent (ws, pid, thread->ptid))
9731 int child_pid = ws->value.related_pid.pid ();
9734 res = remote_vkill (child_pid);
9736 error (_("Can't kill fork child process %d"), child_pid);
9740 /* Check for any pending fork events (not reported or processed yet)
9741 in process PID and kill those fork child threads as well. */
9742 remote_notif_get_pending_events (notif);
9743 for (auto &event : rs->stop_reply_queue)
9744 if (is_pending_fork_parent (&event->ws, pid, event->ptid))
9746 int child_pid = event->ws.value.related_pid.pid ();
9749 res = remote_vkill (child_pid);
9751 error (_("Can't kill fork child process %d"), child_pid);
9756 /* Target hook to kill the current inferior. */
9759 remote_target::kill ()
9762 int pid = inferior_ptid.pid ();
9763 struct remote_state *rs = get_remote_state ();
9765 if (packet_support (PACKET_vKill) != PACKET_DISABLE)
9767 /* If we're stopped while forking and we haven't followed yet,
9768 kill the child task. We need to do this before killing the
9769 parent task because if this is a vfork then the parent will
9771 kill_new_fork_children (pid);
9773 res = remote_vkill (pid);
9776 target_mourn_inferior (inferior_ptid);
9781 /* If we are in 'target remote' mode and we are killing the only
9782 inferior, then we will tell gdbserver to exit and unpush the
9784 if (res == -1 && !remote_multi_process_p (rs)
9785 && number_of_live_inferiors () == 1)
9789 /* We've killed the remote end, we get to mourn it. If we are
9790 not in extended mode, mourning the inferior also unpushes
9791 remote_ops from the target stack, which closes the remote
9793 target_mourn_inferior (inferior_ptid);
9798 error (_("Can't kill process"));
9801 /* Send a kill request to the target using the 'vKill' packet. */
9804 remote_target::remote_vkill (int pid)
9806 if (packet_support (PACKET_vKill) == PACKET_DISABLE)
9809 remote_state *rs = get_remote_state ();
9811 /* Tell the remote target to detach. */
9812 xsnprintf (rs->buf, get_remote_packet_size (), "vKill;%x", pid);
9814 getpkt (&rs->buf, &rs->buf_size, 0);
9816 switch (packet_ok (rs->buf,
9817 &remote_protocol_packets[PACKET_vKill]))
9823 case PACKET_UNKNOWN:
9826 internal_error (__FILE__, __LINE__, _("Bad result from packet_ok"));
9830 /* Send a kill request to the target using the 'k' packet. */
9833 remote_target::remote_kill_k ()
9835 /* Catch errors so the user can quit from gdb even when we
9836 aren't on speaking terms with the remote system. */
9841 CATCH (ex, RETURN_MASK_ERROR)
9843 if (ex.error == TARGET_CLOSE_ERROR)
9845 /* If we got an (EOF) error that caused the target
9846 to go away, then we're done, that's what we wanted.
9847 "k" is susceptible to cause a premature EOF, given
9848 that the remote server isn't actually required to
9849 reply to "k", and it can happen that it doesn't
9850 even get to reply ACK to the "k". */
9854 /* Otherwise, something went wrong. We didn't actually kill
9855 the target. Just propagate the exception, and let the
9856 user or higher layers decide what to do. */
9857 throw_exception (ex);
9863 remote_target::mourn_inferior ()
9865 struct remote_state *rs = get_remote_state ();
9867 /* We're no longer interested in notification events of an inferior
9868 that exited or was killed/detached. */
9869 discard_pending_stop_replies (current_inferior ());
9871 /* In 'target remote' mode with one inferior, we close the connection. */
9872 if (!rs->extended && number_of_live_inferiors () <= 1)
9874 unpush_target (this);
9876 /* remote_close takes care of doing most of the clean up. */
9877 generic_mourn_inferior ();
9881 /* In case we got here due to an error, but we're going to stay
9883 rs->waiting_for_stop_reply = 0;
9885 /* If the current general thread belonged to the process we just
9886 detached from or has exited, the remote side current general
9887 thread becomes undefined. Considering a case like this:
9889 - We just got here due to a detach.
9890 - The process that we're detaching from happens to immediately
9891 report a global breakpoint being hit in non-stop mode, in the
9892 same thread we had selected before.
9893 - GDB attaches to this process again.
9894 - This event happens to be the next event we handle.
9896 GDB would consider that the current general thread didn't need to
9897 be set on the stub side (with Hg), since for all it knew,
9898 GENERAL_THREAD hadn't changed.
9900 Notice that although in all-stop mode, the remote server always
9901 sets the current thread to the thread reporting the stop event,
9902 that doesn't happen in non-stop mode; in non-stop, the stub *must
9903 not* change the current thread when reporting a breakpoint hit,
9904 due to the decoupling of event reporting and event handling.
9906 To keep things simple, we always invalidate our notion of the
9908 record_currthread (rs, minus_one_ptid);
9910 /* Call common code to mark the inferior as not running. */
9911 generic_mourn_inferior ();
9913 if (!have_inferiors ())
9915 if (!remote_multi_process_p (rs))
9917 /* Check whether the target is running now - some remote stubs
9918 automatically restart after kill. */
9920 getpkt (&rs->buf, &rs->buf_size, 0);
9922 if (rs->buf[0] == 'S' || rs->buf[0] == 'T')
9924 /* Assume that the target has been restarted. Set
9925 inferior_ptid so that bits of core GDB realizes
9926 there's something here, e.g., so that the user can
9927 say "kill" again. */
9928 inferior_ptid = magic_null_ptid;
9935 extended_remote_target::supports_disable_randomization ()
9937 return packet_support (PACKET_QDisableRandomization) == PACKET_ENABLE;
9941 remote_target::extended_remote_disable_randomization (int val)
9943 struct remote_state *rs = get_remote_state ();
9946 xsnprintf (rs->buf, get_remote_packet_size (), "QDisableRandomization:%x",
9949 reply = remote_get_noisy_reply ();
9951 error (_("Target does not support QDisableRandomization."));
9952 if (strcmp (reply, "OK") != 0)
9953 error (_("Bogus QDisableRandomization reply from target: %s"), reply);
9957 remote_target::extended_remote_run (const std::string &args)
9959 struct remote_state *rs = get_remote_state ();
9961 const char *remote_exec_file = get_remote_exec_file ();
9963 /* If the user has disabled vRun support, or we have detected that
9964 support is not available, do not try it. */
9965 if (packet_support (PACKET_vRun) == PACKET_DISABLE)
9968 strcpy (rs->buf, "vRun;");
9969 len = strlen (rs->buf);
9971 if (strlen (remote_exec_file) * 2 + len >= get_remote_packet_size ())
9972 error (_("Remote file name too long for run packet"));
9973 len += 2 * bin2hex ((gdb_byte *) remote_exec_file, rs->buf + len,
9974 strlen (remote_exec_file));
9980 gdb_argv argv (args.c_str ());
9981 for (i = 0; argv[i] != NULL; i++)
9983 if (strlen (argv[i]) * 2 + 1 + len >= get_remote_packet_size ())
9984 error (_("Argument list too long for run packet"));
9985 rs->buf[len++] = ';';
9986 len += 2 * bin2hex ((gdb_byte *) argv[i], rs->buf + len,
9991 rs->buf[len++] = '\0';
9994 getpkt (&rs->buf, &rs->buf_size, 0);
9996 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_vRun]))
9999 /* We have a wait response. All is well. */
10001 case PACKET_UNKNOWN:
10004 if (remote_exec_file[0] == '\0')
10005 error (_("Running the default executable on the remote target failed; "
10006 "try \"set remote exec-file\"?"));
10008 error (_("Running \"%s\" on the remote target failed"),
10011 gdb_assert_not_reached (_("bad switch"));
10015 /* Helper function to send set/unset environment packets. ACTION is
10016 either "set" or "unset". PACKET is either "QEnvironmentHexEncoded"
10017 or "QEnvironmentUnsetVariable". VALUE is the variable to be
10021 remote_target::send_environment_packet (const char *action,
10022 const char *packet,
10025 remote_state *rs = get_remote_state ();
10027 /* Convert the environment variable to an hex string, which
10028 is the best format to be transmitted over the wire. */
10029 std::string encoded_value = bin2hex ((const gdb_byte *) value,
10032 xsnprintf (rs->buf, get_remote_packet_size (),
10033 "%s:%s", packet, encoded_value.c_str ());
10036 getpkt (&rs->buf, &rs->buf_size, 0);
10037 if (strcmp (rs->buf, "OK") != 0)
10038 warning (_("Unable to %s environment variable '%s' on remote."),
10042 /* Helper function to handle the QEnvironment* packets. */
10045 remote_target::extended_remote_environment_support ()
10047 remote_state *rs = get_remote_state ();
10049 if (packet_support (PACKET_QEnvironmentReset) != PACKET_DISABLE)
10051 putpkt ("QEnvironmentReset");
10052 getpkt (&rs->buf, &rs->buf_size, 0);
10053 if (strcmp (rs->buf, "OK") != 0)
10054 warning (_("Unable to reset environment on remote."));
10057 gdb_environ *e = ¤t_inferior ()->environment;
10059 if (packet_support (PACKET_QEnvironmentHexEncoded) != PACKET_DISABLE)
10060 for (const std::string &el : e->user_set_env ())
10061 send_environment_packet ("set", "QEnvironmentHexEncoded",
10064 if (packet_support (PACKET_QEnvironmentUnset) != PACKET_DISABLE)
10065 for (const std::string &el : e->user_unset_env ())
10066 send_environment_packet ("unset", "QEnvironmentUnset", el.c_str ());
10069 /* Helper function to set the current working directory for the
10070 inferior in the remote target. */
10073 remote_target::extended_remote_set_inferior_cwd ()
10075 if (packet_support (PACKET_QSetWorkingDir) != PACKET_DISABLE)
10077 const char *inferior_cwd = get_inferior_cwd ();
10078 remote_state *rs = get_remote_state ();
10080 if (inferior_cwd != NULL)
10082 std::string hexpath = bin2hex ((const gdb_byte *) inferior_cwd,
10083 strlen (inferior_cwd));
10085 xsnprintf (rs->buf, get_remote_packet_size (),
10086 "QSetWorkingDir:%s", hexpath.c_str ());
10090 /* An empty inferior_cwd means that the user wants us to
10091 reset the remote server's inferior's cwd. */
10092 xsnprintf (rs->buf, get_remote_packet_size (),
10093 "QSetWorkingDir:");
10097 getpkt (&rs->buf, &rs->buf_size, 0);
10098 if (packet_ok (rs->buf,
10099 &remote_protocol_packets[PACKET_QSetWorkingDir])
10102 Remote replied unexpectedly while setting the inferior's working\n\
10109 /* In the extended protocol we want to be able to do things like
10110 "run" and have them basically work as expected. So we need
10111 a special create_inferior function. We support changing the
10112 executable file and the command line arguments, but not the
10116 extended_remote_target::create_inferior (const char *exec_file,
10117 const std::string &args,
10118 char **env, int from_tty)
10122 struct remote_state *rs = get_remote_state ();
10123 const char *remote_exec_file = get_remote_exec_file ();
10125 /* If running asynchronously, register the target file descriptor
10126 with the event loop. */
10127 if (target_can_async_p ())
10130 /* Disable address space randomization if requested (and supported). */
10131 if (supports_disable_randomization ())
10132 extended_remote_disable_randomization (disable_randomization);
10134 /* If startup-with-shell is on, we inform gdbserver to start the
10135 remote inferior using a shell. */
10136 if (packet_support (PACKET_QStartupWithShell) != PACKET_DISABLE)
10138 xsnprintf (rs->buf, get_remote_packet_size (),
10139 "QStartupWithShell:%d", startup_with_shell ? 1 : 0);
10141 getpkt (&rs->buf, &rs->buf_size, 0);
10142 if (strcmp (rs->buf, "OK") != 0)
10144 Remote replied unexpectedly while setting startup-with-shell: %s"),
10148 extended_remote_environment_support ();
10150 extended_remote_set_inferior_cwd ();
10152 /* Now restart the remote server. */
10153 run_worked = extended_remote_run (args) != -1;
10156 /* vRun was not supported. Fail if we need it to do what the
10158 if (remote_exec_file[0])
10159 error (_("Remote target does not support \"set remote exec-file\""));
10160 if (!args.empty ())
10161 error (_("Remote target does not support \"set args\" or run <ARGS>"));
10163 /* Fall back to "R". */
10164 extended_remote_restart ();
10167 if (!have_inferiors ())
10169 /* Clean up from the last time we ran, before we mark the target
10170 running again. This will mark breakpoints uninserted, and
10171 get_offsets may insert breakpoints. */
10172 init_thread_list ();
10173 init_wait_for_inferior ();
10176 /* vRun's success return is a stop reply. */
10177 stop_reply = run_worked ? rs->buf : NULL;
10178 add_current_inferior_and_thread (stop_reply);
10180 /* Get updated offsets, if the stub uses qOffsets. */
10185 /* Given a location's target info BP_TGT and the packet buffer BUF, output
10186 the list of conditions (in agent expression bytecode format), if any, the
10187 target needs to evaluate. The output is placed into the packet buffer
10188 started from BUF and ended at BUF_END. */
10191 remote_add_target_side_condition (struct gdbarch *gdbarch,
10192 struct bp_target_info *bp_tgt, char *buf,
10195 if (bp_tgt->conditions.empty ())
10198 buf += strlen (buf);
10199 xsnprintf (buf, buf_end - buf, "%s", ";");
10202 /* Send conditions to the target. */
10203 for (agent_expr *aexpr : bp_tgt->conditions)
10205 xsnprintf (buf, buf_end - buf, "X%x,", aexpr->len);
10206 buf += strlen (buf);
10207 for (int i = 0; i < aexpr->len; ++i)
10208 buf = pack_hex_byte (buf, aexpr->buf[i]);
10215 remote_add_target_side_commands (struct gdbarch *gdbarch,
10216 struct bp_target_info *bp_tgt, char *buf)
10218 if (bp_tgt->tcommands.empty ())
10221 buf += strlen (buf);
10223 sprintf (buf, ";cmds:%x,", bp_tgt->persist);
10224 buf += strlen (buf);
10226 /* Concatenate all the agent expressions that are commands into the
10228 for (agent_expr *aexpr : bp_tgt->tcommands)
10230 sprintf (buf, "X%x,", aexpr->len);
10231 buf += strlen (buf);
10232 for (int i = 0; i < aexpr->len; ++i)
10233 buf = pack_hex_byte (buf, aexpr->buf[i]);
10238 /* Insert a breakpoint. On targets that have software breakpoint
10239 support, we ask the remote target to do the work; on targets
10240 which don't, we insert a traditional memory breakpoint. */
10243 remote_target::insert_breakpoint (struct gdbarch *gdbarch,
10244 struct bp_target_info *bp_tgt)
10246 /* Try the "Z" s/w breakpoint packet if it is not already disabled.
10247 If it succeeds, then set the support to PACKET_ENABLE. If it
10248 fails, and the user has explicitly requested the Z support then
10249 report an error, otherwise, mark it disabled and go on. */
10251 if (packet_support (PACKET_Z0) != PACKET_DISABLE)
10253 CORE_ADDR addr = bp_tgt->reqstd_address;
10254 struct remote_state *rs;
10257 /* Make sure the remote is pointing at the right process, if
10259 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10260 set_general_process ();
10262 rs = get_remote_state ();
10264 endbuf = rs->buf + get_remote_packet_size ();
10269 addr = (ULONGEST) remote_address_masked (addr);
10270 p += hexnumstr (p, addr);
10271 xsnprintf (p, endbuf - p, ",%d", bp_tgt->kind);
10273 if (supports_evaluation_of_breakpoint_conditions ())
10274 remote_add_target_side_condition (gdbarch, bp_tgt, p, endbuf);
10276 if (can_run_breakpoint_commands ())
10277 remote_add_target_side_commands (gdbarch, bp_tgt, p);
10280 getpkt (&rs->buf, &rs->buf_size, 0);
10282 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0]))
10288 case PACKET_UNKNOWN:
10293 /* If this breakpoint has target-side commands but this stub doesn't
10294 support Z0 packets, throw error. */
10295 if (!bp_tgt->tcommands.empty ())
10296 throw_error (NOT_SUPPORTED_ERROR, _("\
10297 Target doesn't support breakpoints that have target side commands."));
10299 return memory_insert_breakpoint (this, gdbarch, bp_tgt);
10303 remote_target::remove_breakpoint (struct gdbarch *gdbarch,
10304 struct bp_target_info *bp_tgt,
10305 enum remove_bp_reason reason)
10307 CORE_ADDR addr = bp_tgt->placed_address;
10308 struct remote_state *rs = get_remote_state ();
10310 if (packet_support (PACKET_Z0) != PACKET_DISABLE)
10313 char *endbuf = rs->buf + get_remote_packet_size ();
10315 /* Make sure the remote is pointing at the right process, if
10317 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10318 set_general_process ();
10324 addr = (ULONGEST) remote_address_masked (bp_tgt->placed_address);
10325 p += hexnumstr (p, addr);
10326 xsnprintf (p, endbuf - p, ",%d", bp_tgt->kind);
10329 getpkt (&rs->buf, &rs->buf_size, 0);
10331 return (rs->buf[0] == 'E');
10334 return memory_remove_breakpoint (this, gdbarch, bp_tgt, reason);
10337 static enum Z_packet_type
10338 watchpoint_to_Z_packet (int type)
10343 return Z_PACKET_WRITE_WP;
10346 return Z_PACKET_READ_WP;
10349 return Z_PACKET_ACCESS_WP;
10352 internal_error (__FILE__, __LINE__,
10353 _("hw_bp_to_z: bad watchpoint type %d"), type);
10358 remote_target::insert_watchpoint (CORE_ADDR addr, int len,
10359 enum target_hw_bp_type type, struct expression *cond)
10361 struct remote_state *rs = get_remote_state ();
10362 char *endbuf = rs->buf + get_remote_packet_size ();
10364 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
10366 if (packet_support (PACKET_Z0 + packet) == PACKET_DISABLE)
10369 /* Make sure the remote is pointing at the right process, if
10371 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10372 set_general_process ();
10374 xsnprintf (rs->buf, endbuf - rs->buf, "Z%x,", packet);
10375 p = strchr (rs->buf, '\0');
10376 addr = remote_address_masked (addr);
10377 p += hexnumstr (p, (ULONGEST) addr);
10378 xsnprintf (p, endbuf - p, ",%x", len);
10381 getpkt (&rs->buf, &rs->buf_size, 0);
10383 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0 + packet]))
10387 case PACKET_UNKNOWN:
10392 internal_error (__FILE__, __LINE__,
10393 _("remote_insert_watchpoint: reached end of function"));
10397 remote_target::watchpoint_addr_within_range (CORE_ADDR addr,
10398 CORE_ADDR start, int length)
10400 CORE_ADDR diff = remote_address_masked (addr - start);
10402 return diff < length;
10407 remote_target::remove_watchpoint (CORE_ADDR addr, int len,
10408 enum target_hw_bp_type type, struct expression *cond)
10410 struct remote_state *rs = get_remote_state ();
10411 char *endbuf = rs->buf + get_remote_packet_size ();
10413 enum Z_packet_type packet = watchpoint_to_Z_packet (type);
10415 if (packet_support (PACKET_Z0 + packet) == PACKET_DISABLE)
10418 /* Make sure the remote is pointing at the right process, if
10420 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10421 set_general_process ();
10423 xsnprintf (rs->buf, endbuf - rs->buf, "z%x,", packet);
10424 p = strchr (rs->buf, '\0');
10425 addr = remote_address_masked (addr);
10426 p += hexnumstr (p, (ULONGEST) addr);
10427 xsnprintf (p, endbuf - p, ",%x", len);
10429 getpkt (&rs->buf, &rs->buf_size, 0);
10431 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z0 + packet]))
10434 case PACKET_UNKNOWN:
10439 internal_error (__FILE__, __LINE__,
10440 _("remote_remove_watchpoint: reached end of function"));
10444 int remote_hw_watchpoint_limit = -1;
10445 int remote_hw_watchpoint_length_limit = -1;
10446 int remote_hw_breakpoint_limit = -1;
10449 remote_target::region_ok_for_hw_watchpoint (CORE_ADDR addr, int len)
10451 if (remote_hw_watchpoint_length_limit == 0)
10453 else if (remote_hw_watchpoint_length_limit < 0)
10455 else if (len <= remote_hw_watchpoint_length_limit)
10462 remote_target::can_use_hw_breakpoint (enum bptype type, int cnt, int ot)
10464 if (type == bp_hardware_breakpoint)
10466 if (remote_hw_breakpoint_limit == 0)
10468 else if (remote_hw_breakpoint_limit < 0)
10470 else if (cnt <= remote_hw_breakpoint_limit)
10475 if (remote_hw_watchpoint_limit == 0)
10477 else if (remote_hw_watchpoint_limit < 0)
10481 else if (cnt <= remote_hw_watchpoint_limit)
10487 /* The to_stopped_by_sw_breakpoint method of target remote. */
10490 remote_target::stopped_by_sw_breakpoint ()
10492 struct thread_info *thread = inferior_thread ();
10494 return (thread->priv != NULL
10495 && (get_remote_thread_info (thread)->stop_reason
10496 == TARGET_STOPPED_BY_SW_BREAKPOINT));
10499 /* The to_supports_stopped_by_sw_breakpoint method of target
10503 remote_target::supports_stopped_by_sw_breakpoint ()
10505 return (packet_support (PACKET_swbreak_feature) == PACKET_ENABLE);
10508 /* The to_stopped_by_hw_breakpoint method of target remote. */
10511 remote_target::stopped_by_hw_breakpoint ()
10513 struct thread_info *thread = inferior_thread ();
10515 return (thread->priv != NULL
10516 && (get_remote_thread_info (thread)->stop_reason
10517 == TARGET_STOPPED_BY_HW_BREAKPOINT));
10520 /* The to_supports_stopped_by_hw_breakpoint method of target
10524 remote_target::supports_stopped_by_hw_breakpoint ()
10526 return (packet_support (PACKET_hwbreak_feature) == PACKET_ENABLE);
10530 remote_target::stopped_by_watchpoint ()
10532 struct thread_info *thread = inferior_thread ();
10534 return (thread->priv != NULL
10535 && (get_remote_thread_info (thread)->stop_reason
10536 == TARGET_STOPPED_BY_WATCHPOINT));
10540 remote_target::stopped_data_address (CORE_ADDR *addr_p)
10542 struct thread_info *thread = inferior_thread ();
10544 if (thread->priv != NULL
10545 && (get_remote_thread_info (thread)->stop_reason
10546 == TARGET_STOPPED_BY_WATCHPOINT))
10548 *addr_p = get_remote_thread_info (thread)->watch_data_address;
10557 remote_target::insert_hw_breakpoint (struct gdbarch *gdbarch,
10558 struct bp_target_info *bp_tgt)
10560 CORE_ADDR addr = bp_tgt->reqstd_address;
10561 struct remote_state *rs;
10565 if (packet_support (PACKET_Z1) == PACKET_DISABLE)
10568 /* Make sure the remote is pointing at the right process, if
10570 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10571 set_general_process ();
10573 rs = get_remote_state ();
10575 endbuf = rs->buf + get_remote_packet_size ();
10581 addr = remote_address_masked (addr);
10582 p += hexnumstr (p, (ULONGEST) addr);
10583 xsnprintf (p, endbuf - p, ",%x", bp_tgt->kind);
10585 if (supports_evaluation_of_breakpoint_conditions ())
10586 remote_add_target_side_condition (gdbarch, bp_tgt, p, endbuf);
10588 if (can_run_breakpoint_commands ())
10589 remote_add_target_side_commands (gdbarch, bp_tgt, p);
10592 getpkt (&rs->buf, &rs->buf_size, 0);
10594 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z1]))
10597 if (rs->buf[1] == '.')
10599 message = strchr (rs->buf + 2, '.');
10601 error (_("Remote failure reply: %s"), message + 1);
10604 case PACKET_UNKNOWN:
10609 internal_error (__FILE__, __LINE__,
10610 _("remote_insert_hw_breakpoint: reached end of function"));
10615 remote_target::remove_hw_breakpoint (struct gdbarch *gdbarch,
10616 struct bp_target_info *bp_tgt)
10619 struct remote_state *rs = get_remote_state ();
10621 char *endbuf = rs->buf + get_remote_packet_size ();
10623 if (packet_support (PACKET_Z1) == PACKET_DISABLE)
10626 /* Make sure the remote is pointing at the right process, if
10628 if (!gdbarch_has_global_breakpoints (target_gdbarch ()))
10629 set_general_process ();
10635 addr = remote_address_masked (bp_tgt->placed_address);
10636 p += hexnumstr (p, (ULONGEST) addr);
10637 xsnprintf (p, endbuf - p, ",%x", bp_tgt->kind);
10640 getpkt (&rs->buf, &rs->buf_size, 0);
10642 switch (packet_ok (rs->buf, &remote_protocol_packets[PACKET_Z1]))
10645 case PACKET_UNKNOWN:
10650 internal_error (__FILE__, __LINE__,
10651 _("remote_remove_hw_breakpoint: reached end of function"));
10654 /* Verify memory using the "qCRC:" request. */
10657 remote_target::verify_memory (const gdb_byte *data, CORE_ADDR lma, ULONGEST size)
10659 struct remote_state *rs = get_remote_state ();
10660 unsigned long host_crc, target_crc;
10663 /* It doesn't make sense to use qCRC if the remote target is
10664 connected but not running. */
10665 if (target_has_execution && packet_support (PACKET_qCRC) != PACKET_DISABLE)
10667 enum packet_result result;
10669 /* Make sure the remote is pointing at the right process. */
10670 set_general_process ();
10672 /* FIXME: assumes lma can fit into long. */
10673 xsnprintf (rs->buf, get_remote_packet_size (), "qCRC:%lx,%lx",
10674 (long) lma, (long) size);
10677 /* Be clever; compute the host_crc before waiting for target
10679 host_crc = xcrc32 (data, size, 0xffffffff);
10681 getpkt (&rs->buf, &rs->buf_size, 0);
10683 result = packet_ok (rs->buf,
10684 &remote_protocol_packets[PACKET_qCRC]);
10685 if (result == PACKET_ERROR)
10687 else if (result == PACKET_OK)
10689 for (target_crc = 0, tmp = &rs->buf[1]; *tmp; tmp++)
10690 target_crc = target_crc * 16 + fromhex (*tmp);
10692 return (host_crc == target_crc);
10696 return simple_verify_memory (this, data, lma, size);
10699 /* compare-sections command
10701 With no arguments, compares each loadable section in the exec bfd
10702 with the same memory range on the target, and reports mismatches.
10703 Useful for verifying the image on the target against the exec file. */
10706 compare_sections_command (const char *args, int from_tty)
10709 const char *sectname;
10710 bfd_size_type size;
10713 int mismatched = 0;
10718 error (_("command cannot be used without an exec file"));
10720 if (args != NULL && strcmp (args, "-r") == 0)
10726 for (s = exec_bfd->sections; s; s = s->next)
10728 if (!(s->flags & SEC_LOAD))
10729 continue; /* Skip non-loadable section. */
10731 if (read_only && (s->flags & SEC_READONLY) == 0)
10732 continue; /* Skip writeable sections */
10734 size = bfd_get_section_size (s);
10736 continue; /* Skip zero-length section. */
10738 sectname = bfd_get_section_name (exec_bfd, s);
10739 if (args && strcmp (args, sectname) != 0)
10740 continue; /* Not the section selected by user. */
10742 matched = 1; /* Do this section. */
10745 gdb::byte_vector sectdata (size);
10746 bfd_get_section_contents (exec_bfd, s, sectdata.data (), 0, size);
10748 res = target_verify_memory (sectdata.data (), lma, size);
10751 error (_("target memory fault, section %s, range %s -- %s"), sectname,
10752 paddress (target_gdbarch (), lma),
10753 paddress (target_gdbarch (), lma + size));
10755 printf_filtered ("Section %s, range %s -- %s: ", sectname,
10756 paddress (target_gdbarch (), lma),
10757 paddress (target_gdbarch (), lma + size));
10759 printf_filtered ("matched.\n");
10762 printf_filtered ("MIS-MATCHED!\n");
10766 if (mismatched > 0)
10767 warning (_("One or more sections of the target image does not match\n\
10768 the loaded file\n"));
10769 if (args && !matched)
10770 printf_filtered (_("No loaded section named '%s'.\n"), args);
10773 /* Write LEN bytes from WRITEBUF into OBJECT_NAME/ANNEX at OFFSET
10774 into remote target. The number of bytes written to the remote
10775 target is returned, or -1 for error. */
10778 remote_target::remote_write_qxfer (const char *object_name,
10779 const char *annex, const gdb_byte *writebuf,
10780 ULONGEST offset, LONGEST len,
10781 ULONGEST *xfered_len,
10782 struct packet_config *packet)
10786 struct remote_state *rs = get_remote_state ();
10787 int max_size = get_memory_write_packet_size ();
10789 if (packet_config_support (packet) == PACKET_DISABLE)
10790 return TARGET_XFER_E_IO;
10792 /* Insert header. */
10793 i = snprintf (rs->buf, max_size,
10794 "qXfer:%s:write:%s:%s:",
10795 object_name, annex ? annex : "",
10796 phex_nz (offset, sizeof offset));
10797 max_size -= (i + 1);
10799 /* Escape as much data as fits into rs->buf. */
10800 buf_len = remote_escape_output
10801 (writebuf, len, 1, (gdb_byte *) rs->buf + i, &max_size, max_size);
10803 if (putpkt_binary (rs->buf, i + buf_len) < 0
10804 || getpkt_sane (&rs->buf, &rs->buf_size, 0) < 0
10805 || packet_ok (rs->buf, packet) != PACKET_OK)
10806 return TARGET_XFER_E_IO;
10808 unpack_varlen_hex (rs->buf, &n);
10811 return (*xfered_len != 0) ? TARGET_XFER_OK : TARGET_XFER_EOF;
10814 /* Read OBJECT_NAME/ANNEX from the remote target using a qXfer packet.
10815 Data at OFFSET, of up to LEN bytes, is read into READBUF; the
10816 number of bytes read is returned, or 0 for EOF, or -1 for error.
10817 The number of bytes read may be less than LEN without indicating an
10818 EOF. PACKET is checked and updated to indicate whether the remote
10819 target supports this object. */
10822 remote_target::remote_read_qxfer (const char *object_name,
10824 gdb_byte *readbuf, ULONGEST offset,
10826 ULONGEST *xfered_len,
10827 struct packet_config *packet)
10829 struct remote_state *rs = get_remote_state ();
10830 LONGEST i, n, packet_len;
10832 if (packet_config_support (packet) == PACKET_DISABLE)
10833 return TARGET_XFER_E_IO;
10835 /* Check whether we've cached an end-of-object packet that matches
10837 if (rs->finished_object)
10839 if (strcmp (object_name, rs->finished_object) == 0
10840 && strcmp (annex ? annex : "", rs->finished_annex) == 0
10841 && offset == rs->finished_offset)
10842 return TARGET_XFER_EOF;
10845 /* Otherwise, we're now reading something different. Discard
10847 xfree (rs->finished_object);
10848 xfree (rs->finished_annex);
10849 rs->finished_object = NULL;
10850 rs->finished_annex = NULL;
10853 /* Request only enough to fit in a single packet. The actual data
10854 may not, since we don't know how much of it will need to be escaped;
10855 the target is free to respond with slightly less data. We subtract
10856 five to account for the response type and the protocol frame. */
10857 n = std::min<LONGEST> (get_remote_packet_size () - 5, len);
10858 snprintf (rs->buf, get_remote_packet_size () - 4, "qXfer:%s:read:%s:%s,%s",
10859 object_name, annex ? annex : "",
10860 phex_nz (offset, sizeof offset),
10861 phex_nz (n, sizeof n));
10862 i = putpkt (rs->buf);
10864 return TARGET_XFER_E_IO;
10867 packet_len = getpkt_sane (&rs->buf, &rs->buf_size, 0);
10868 if (packet_len < 0 || packet_ok (rs->buf, packet) != PACKET_OK)
10869 return TARGET_XFER_E_IO;
10871 if (rs->buf[0] != 'l' && rs->buf[0] != 'm')
10872 error (_("Unknown remote qXfer reply: %s"), rs->buf);
10874 /* 'm' means there is (or at least might be) more data after this
10875 batch. That does not make sense unless there's at least one byte
10876 of data in this reply. */
10877 if (rs->buf[0] == 'm' && packet_len == 1)
10878 error (_("Remote qXfer reply contained no data."));
10880 /* Got some data. */
10881 i = remote_unescape_input ((gdb_byte *) rs->buf + 1,
10882 packet_len - 1, readbuf, n);
10884 /* 'l' is an EOF marker, possibly including a final block of data,
10885 or possibly empty. If we have the final block of a non-empty
10886 object, record this fact to bypass a subsequent partial read. */
10887 if (rs->buf[0] == 'l' && offset + i > 0)
10889 rs->finished_object = xstrdup (object_name);
10890 rs->finished_annex = xstrdup (annex ? annex : "");
10891 rs->finished_offset = offset + i;
10895 return TARGET_XFER_EOF;
10899 return TARGET_XFER_OK;
10903 enum target_xfer_status
10904 remote_target::xfer_partial (enum target_object object,
10905 const char *annex, gdb_byte *readbuf,
10906 const gdb_byte *writebuf, ULONGEST offset, ULONGEST len,
10907 ULONGEST *xfered_len)
10909 struct remote_state *rs;
10913 int unit_size = gdbarch_addressable_memory_unit_size (target_gdbarch ());
10915 set_remote_traceframe ();
10916 set_general_thread (inferior_ptid);
10918 rs = get_remote_state ();
10920 /* Handle memory using the standard memory routines. */
10921 if (object == TARGET_OBJECT_MEMORY)
10923 /* If the remote target is connected but not running, we should
10924 pass this request down to a lower stratum (e.g. the executable
10926 if (!target_has_execution)
10927 return TARGET_XFER_EOF;
10929 if (writebuf != NULL)
10930 return remote_write_bytes (offset, writebuf, len, unit_size,
10933 return remote_read_bytes (offset, readbuf, len, unit_size,
10937 /* Handle SPU memory using qxfer packets. */
10938 if (object == TARGET_OBJECT_SPU)
10941 return remote_read_qxfer ("spu", annex, readbuf, offset, len,
10942 xfered_len, &remote_protocol_packets
10943 [PACKET_qXfer_spu_read]);
10945 return remote_write_qxfer ("spu", annex, writebuf, offset, len,
10946 xfered_len, &remote_protocol_packets
10947 [PACKET_qXfer_spu_write]);
10950 /* Handle extra signal info using qxfer packets. */
10951 if (object == TARGET_OBJECT_SIGNAL_INFO)
10954 return remote_read_qxfer ("siginfo", annex, readbuf, offset, len,
10955 xfered_len, &remote_protocol_packets
10956 [PACKET_qXfer_siginfo_read]);
10958 return remote_write_qxfer ("siginfo", annex,
10959 writebuf, offset, len, xfered_len,
10960 &remote_protocol_packets
10961 [PACKET_qXfer_siginfo_write]);
10964 if (object == TARGET_OBJECT_STATIC_TRACE_DATA)
10967 return remote_read_qxfer ("statictrace", annex,
10968 readbuf, offset, len, xfered_len,
10969 &remote_protocol_packets
10970 [PACKET_qXfer_statictrace_read]);
10972 return TARGET_XFER_E_IO;
10975 /* Only handle flash writes. */
10976 if (writebuf != NULL)
10980 case TARGET_OBJECT_FLASH:
10981 return remote_flash_write (offset, len, xfered_len,
10985 return TARGET_XFER_E_IO;
10989 /* Map pre-existing objects onto letters. DO NOT do this for new
10990 objects!!! Instead specify new query packets. */
10993 case TARGET_OBJECT_AVR:
10997 case TARGET_OBJECT_AUXV:
10998 gdb_assert (annex == NULL);
10999 return remote_read_qxfer ("auxv", annex, readbuf, offset, len,
11001 &remote_protocol_packets[PACKET_qXfer_auxv]);
11003 case TARGET_OBJECT_AVAILABLE_FEATURES:
11004 return remote_read_qxfer
11005 ("features", annex, readbuf, offset, len, xfered_len,
11006 &remote_protocol_packets[PACKET_qXfer_features]);
11008 case TARGET_OBJECT_LIBRARIES:
11009 return remote_read_qxfer
11010 ("libraries", annex, readbuf, offset, len, xfered_len,
11011 &remote_protocol_packets[PACKET_qXfer_libraries]);
11013 case TARGET_OBJECT_LIBRARIES_SVR4:
11014 return remote_read_qxfer
11015 ("libraries-svr4", annex, readbuf, offset, len, xfered_len,
11016 &remote_protocol_packets[PACKET_qXfer_libraries_svr4]);
11018 case TARGET_OBJECT_MEMORY_MAP:
11019 gdb_assert (annex == NULL);
11020 return remote_read_qxfer ("memory-map", annex, readbuf, offset, len,
11022 &remote_protocol_packets[PACKET_qXfer_memory_map]);
11024 case TARGET_OBJECT_OSDATA:
11025 /* Should only get here if we're connected. */
11026 gdb_assert (rs->remote_desc);
11027 return remote_read_qxfer
11028 ("osdata", annex, readbuf, offset, len, xfered_len,
11029 &remote_protocol_packets[PACKET_qXfer_osdata]);
11031 case TARGET_OBJECT_THREADS:
11032 gdb_assert (annex == NULL);
11033 return remote_read_qxfer ("threads", annex, readbuf, offset, len,
11035 &remote_protocol_packets[PACKET_qXfer_threads]);
11037 case TARGET_OBJECT_TRACEFRAME_INFO:
11038 gdb_assert (annex == NULL);
11039 return remote_read_qxfer
11040 ("traceframe-info", annex, readbuf, offset, len, xfered_len,
11041 &remote_protocol_packets[PACKET_qXfer_traceframe_info]);
11043 case TARGET_OBJECT_FDPIC:
11044 return remote_read_qxfer ("fdpic", annex, readbuf, offset, len,
11046 &remote_protocol_packets[PACKET_qXfer_fdpic]);
11048 case TARGET_OBJECT_OPENVMS_UIB:
11049 return remote_read_qxfer ("uib", annex, readbuf, offset, len,
11051 &remote_protocol_packets[PACKET_qXfer_uib]);
11053 case TARGET_OBJECT_BTRACE:
11054 return remote_read_qxfer ("btrace", annex, readbuf, offset, len,
11056 &remote_protocol_packets[PACKET_qXfer_btrace]);
11058 case TARGET_OBJECT_BTRACE_CONF:
11059 return remote_read_qxfer ("btrace-conf", annex, readbuf, offset,
11061 &remote_protocol_packets[PACKET_qXfer_btrace_conf]);
11063 case TARGET_OBJECT_EXEC_FILE:
11064 return remote_read_qxfer ("exec-file", annex, readbuf, offset,
11066 &remote_protocol_packets[PACKET_qXfer_exec_file]);
11069 return TARGET_XFER_E_IO;
11072 /* Minimum outbuf size is get_remote_packet_size (). If LEN is not
11073 large enough let the caller deal with it. */
11074 if (len < get_remote_packet_size ())
11075 return TARGET_XFER_E_IO;
11076 len = get_remote_packet_size ();
11078 /* Except for querying the minimum buffer size, target must be open. */
11079 if (!rs->remote_desc)
11080 error (_("remote query is only available after target open"));
11082 gdb_assert (annex != NULL);
11083 gdb_assert (readbuf != NULL);
11087 *p2++ = query_type;
11089 /* We used one buffer char for the remote protocol q command and
11090 another for the query type. As the remote protocol encapsulation
11091 uses 4 chars plus one extra in case we are debugging
11092 (remote_debug), we have PBUFZIZ - 7 left to pack the query
11095 while (annex[i] && (i < (get_remote_packet_size () - 8)))
11097 /* Bad caller may have sent forbidden characters. */
11098 gdb_assert (isprint (annex[i]) && annex[i] != '$' && annex[i] != '#');
11103 gdb_assert (annex[i] == '\0');
11105 i = putpkt (rs->buf);
11107 return TARGET_XFER_E_IO;
11109 getpkt (&rs->buf, &rs->buf_size, 0);
11110 strcpy ((char *) readbuf, rs->buf);
11112 *xfered_len = strlen ((char *) readbuf);
11113 return (*xfered_len != 0) ? TARGET_XFER_OK : TARGET_XFER_EOF;
11116 /* Implementation of to_get_memory_xfer_limit. */
11119 remote_target::get_memory_xfer_limit ()
11121 return get_memory_write_packet_size ();
11125 remote_target::search_memory (CORE_ADDR start_addr, ULONGEST search_space_len,
11126 const gdb_byte *pattern, ULONGEST pattern_len,
11127 CORE_ADDR *found_addrp)
11129 int addr_size = gdbarch_addr_bit (target_gdbarch ()) / 8;
11130 struct remote_state *rs = get_remote_state ();
11131 int max_size = get_memory_write_packet_size ();
11132 struct packet_config *packet =
11133 &remote_protocol_packets[PACKET_qSearch_memory];
11134 /* Number of packet bytes used to encode the pattern;
11135 this could be more than PATTERN_LEN due to escape characters. */
11136 int escaped_pattern_len;
11137 /* Amount of pattern that was encodable in the packet. */
11138 int used_pattern_len;
11141 ULONGEST found_addr;
11143 /* Don't go to the target if we don't have to. This is done before
11144 checking packet_config_support to avoid the possibility that a
11145 success for this edge case means the facility works in
11147 if (pattern_len > search_space_len)
11149 if (pattern_len == 0)
11151 *found_addrp = start_addr;
11155 /* If we already know the packet isn't supported, fall back to the simple
11156 way of searching memory. */
11158 if (packet_config_support (packet) == PACKET_DISABLE)
11160 /* Target doesn't provided special support, fall back and use the
11161 standard support (copy memory and do the search here). */
11162 return simple_search_memory (this, start_addr, search_space_len,
11163 pattern, pattern_len, found_addrp);
11166 /* Make sure the remote is pointing at the right process. */
11167 set_general_process ();
11169 /* Insert header. */
11170 i = snprintf (rs->buf, max_size,
11171 "qSearch:memory:%s;%s;",
11172 phex_nz (start_addr, addr_size),
11173 phex_nz (search_space_len, sizeof (search_space_len)));
11174 max_size -= (i + 1);
11176 /* Escape as much data as fits into rs->buf. */
11177 escaped_pattern_len =
11178 remote_escape_output (pattern, pattern_len, 1, (gdb_byte *) rs->buf + i,
11179 &used_pattern_len, max_size);
11181 /* Bail if the pattern is too large. */
11182 if (used_pattern_len != pattern_len)
11183 error (_("Pattern is too large to transmit to remote target."));
11185 if (putpkt_binary (rs->buf, i + escaped_pattern_len) < 0
11186 || getpkt_sane (&rs->buf, &rs->buf_size, 0) < 0
11187 || packet_ok (rs->buf, packet) != PACKET_OK)
11189 /* The request may not have worked because the command is not
11190 supported. If so, fall back to the simple way. */
11191 if (packet_config_support (packet) == PACKET_DISABLE)
11193 return simple_search_memory (this, start_addr, search_space_len,
11194 pattern, pattern_len, found_addrp);
11199 if (rs->buf[0] == '0')
11201 else if (rs->buf[0] == '1')
11204 if (rs->buf[1] != ',')
11205 error (_("Unknown qSearch:memory reply: %s"), rs->buf);
11206 unpack_varlen_hex (rs->buf + 2, &found_addr);
11207 *found_addrp = found_addr;
11210 error (_("Unknown qSearch:memory reply: %s"), rs->buf);
11216 remote_target::rcmd (const char *command, struct ui_file *outbuf)
11218 struct remote_state *rs = get_remote_state ();
11221 if (!rs->remote_desc)
11222 error (_("remote rcmd is only available after target open"));
11224 /* Send a NULL command across as an empty command. */
11225 if (command == NULL)
11228 /* The query prefix. */
11229 strcpy (rs->buf, "qRcmd,");
11230 p = strchr (rs->buf, '\0');
11232 if ((strlen (rs->buf) + strlen (command) * 2 + 8/*misc*/)
11233 > get_remote_packet_size ())
11234 error (_("\"monitor\" command ``%s'' is too long."), command);
11236 /* Encode the actual command. */
11237 bin2hex ((const gdb_byte *) command, p, strlen (command));
11239 if (putpkt (rs->buf) < 0)
11240 error (_("Communication problem with target."));
11242 /* get/display the response */
11247 /* XXX - see also remote_get_noisy_reply(). */
11248 QUIT; /* Allow user to bail out with ^C. */
11250 if (getpkt_sane (&rs->buf, &rs->buf_size, 0) == -1)
11252 /* Timeout. Continue to (try to) read responses.
11253 This is better than stopping with an error, assuming the stub
11254 is still executing the (long) monitor command.
11255 If needed, the user can interrupt gdb using C-c, obtaining
11256 an effect similar to stop on timeout. */
11260 if (buf[0] == '\0')
11261 error (_("Target does not support this command."));
11262 if (buf[0] == 'O' && buf[1] != 'K')
11264 remote_console_output (buf + 1); /* 'O' message from stub. */
11267 if (strcmp (buf, "OK") == 0)
11269 if (strlen (buf) == 3 && buf[0] == 'E'
11270 && isdigit (buf[1]) && isdigit (buf[2]))
11272 error (_("Protocol error with Rcmd"));
11274 for (p = buf; p[0] != '\0' && p[1] != '\0'; p += 2)
11276 char c = (fromhex (p[0]) << 4) + fromhex (p[1]);
11278 fputc_unfiltered (c, outbuf);
11284 std::vector<mem_region>
11285 remote_target::memory_map ()
11287 std::vector<mem_region> result;
11288 gdb::optional<gdb::char_vector> text
11289 = target_read_stralloc (current_top_target (), TARGET_OBJECT_MEMORY_MAP, NULL);
11292 result = parse_memory_map (text->data ());
11298 packet_command (const char *args, int from_tty)
11300 remote_target *remote = get_current_remote_target ();
11302 if (remote == nullptr)
11303 error (_("command can only be used with remote target"));
11305 remote->packet_command (args, from_tty);
11309 remote_target::packet_command (const char *args, int from_tty)
11312 error (_("remote-packet command requires packet text as argument"));
11314 puts_filtered ("sending: ");
11315 print_packet (args);
11316 puts_filtered ("\n");
11319 remote_state *rs = get_remote_state ();
11321 getpkt (&rs->buf, &rs->buf_size, 0);
11322 puts_filtered ("received: ");
11323 print_packet (rs->buf);
11324 puts_filtered ("\n");
11328 /* --------- UNIT_TEST for THREAD oriented PACKETS ------------------- */
11330 static void display_thread_info (struct gdb_ext_thread_info *info);
11332 static void threadset_test_cmd (char *cmd, int tty);
11334 static void threadalive_test (char *cmd, int tty);
11336 static void threadlist_test_cmd (char *cmd, int tty);
11338 int get_and_display_threadinfo (threadref *ref);
11340 static void threadinfo_test_cmd (char *cmd, int tty);
11342 static int thread_display_step (threadref *ref, void *context);
11344 static void threadlist_update_test_cmd (char *cmd, int tty);
11346 static void init_remote_threadtests (void);
11348 #define SAMPLE_THREAD 0x05060708 /* Truncated 64 bit threadid. */
11351 threadset_test_cmd (const char *cmd, int tty)
11353 int sample_thread = SAMPLE_THREAD;
11355 printf_filtered (_("Remote threadset test\n"));
11356 set_general_thread (sample_thread);
11361 threadalive_test (const char *cmd, int tty)
11363 int sample_thread = SAMPLE_THREAD;
11364 int pid = inferior_ptid.pid ();
11365 ptid_t ptid = ptid_t (pid, sample_thread, 0);
11367 if (remote_thread_alive (ptid))
11368 printf_filtered ("PASS: Thread alive test\n");
11370 printf_filtered ("FAIL: Thread alive test\n");
11373 void output_threadid (char *title, threadref *ref);
11376 output_threadid (char *title, threadref *ref)
11380 pack_threadid (&hexid[0], ref); /* Convert threead id into hex. */
11382 printf_filtered ("%s %s\n", title, (&hexid[0]));
11386 threadlist_test_cmd (const char *cmd, int tty)
11389 threadref nextthread;
11390 int done, result_count;
11391 threadref threadlist[3];
11393 printf_filtered ("Remote Threadlist test\n");
11394 if (!remote_get_threadlist (startflag, &nextthread, 3, &done,
11395 &result_count, &threadlist[0]))
11396 printf_filtered ("FAIL: threadlist test\n");
11399 threadref *scan = threadlist;
11400 threadref *limit = scan + result_count;
11402 while (scan < limit)
11403 output_threadid (" thread ", scan++);
11408 display_thread_info (struct gdb_ext_thread_info *info)
11410 output_threadid ("Threadid: ", &info->threadid);
11411 printf_filtered ("Name: %s\n ", info->shortname);
11412 printf_filtered ("State: %s\n", info->display);
11413 printf_filtered ("other: %s\n\n", info->more_display);
11417 get_and_display_threadinfo (threadref *ref)
11421 struct gdb_ext_thread_info threadinfo;
11423 set = TAG_THREADID | TAG_EXISTS | TAG_THREADNAME
11424 | TAG_MOREDISPLAY | TAG_DISPLAY;
11425 if (0 != (result = remote_get_threadinfo (ref, set, &threadinfo)))
11426 display_thread_info (&threadinfo);
11431 threadinfo_test_cmd (const char *cmd, int tty)
11433 int athread = SAMPLE_THREAD;
11437 int_to_threadref (&thread, athread);
11438 printf_filtered ("Remote Threadinfo test\n");
11439 if (!get_and_display_threadinfo (&thread))
11440 printf_filtered ("FAIL cannot get thread info\n");
11444 thread_display_step (threadref *ref, void *context)
11446 /* output_threadid(" threadstep ",ref); *//* simple test */
11447 return get_and_display_threadinfo (ref);
11451 threadlist_update_test_cmd (const char *cmd, int tty)
11453 printf_filtered ("Remote Threadlist update test\n");
11454 remote_threadlist_iterator (thread_display_step, 0, CRAZY_MAX_THREADS);
11458 init_remote_threadtests (void)
11460 add_com ("tlist", class_obscure, threadlist_test_cmd,
11461 _("Fetch and print the remote list of "
11462 "thread identifiers, one pkt only"));
11463 add_com ("tinfo", class_obscure, threadinfo_test_cmd,
11464 _("Fetch and display info about one thread"));
11465 add_com ("tset", class_obscure, threadset_test_cmd,
11466 _("Test setting to a different thread"));
11467 add_com ("tupd", class_obscure, threadlist_update_test_cmd,
11468 _("Iterate through updating all remote thread info"));
11469 add_com ("talive", class_obscure, threadalive_test,
11470 _(" Remote thread alive test "));
11475 /* Convert a thread ID to a string. Returns the string in a static
11479 remote_target::pid_to_str (ptid_t ptid)
11481 static char buf[64];
11482 struct remote_state *rs = get_remote_state ();
11484 if (ptid == null_ptid)
11485 return normal_pid_to_str (ptid);
11486 else if (ptid.is_pid ())
11488 /* Printing an inferior target id. */
11490 /* When multi-process extensions are off, there's no way in the
11491 remote protocol to know the remote process id, if there's any
11492 at all. There's one exception --- when we're connected with
11493 target extended-remote, and we manually attached to a process
11494 with "attach PID". We don't record anywhere a flag that
11495 allows us to distinguish that case from the case of
11496 connecting with extended-remote and the stub already being
11497 attached to a process, and reporting yes to qAttached, hence
11498 no smart special casing here. */
11499 if (!remote_multi_process_p (rs))
11501 xsnprintf (buf, sizeof buf, "Remote target");
11505 return normal_pid_to_str (ptid);
11509 if (magic_null_ptid == ptid)
11510 xsnprintf (buf, sizeof buf, "Thread <main>");
11511 else if (remote_multi_process_p (rs))
11512 if (ptid.lwp () == 0)
11513 return normal_pid_to_str (ptid);
11515 xsnprintf (buf, sizeof buf, "Thread %d.%ld",
11516 ptid.pid (), ptid.lwp ());
11518 xsnprintf (buf, sizeof buf, "Thread %ld",
11524 /* Get the address of the thread local variable in OBJFILE which is
11525 stored at OFFSET within the thread local storage for thread PTID. */
11528 remote_target::get_thread_local_address (ptid_t ptid, CORE_ADDR lm,
11531 if (packet_support (PACKET_qGetTLSAddr) != PACKET_DISABLE)
11533 struct remote_state *rs = get_remote_state ();
11535 char *endp = rs->buf + get_remote_packet_size ();
11536 enum packet_result result;
11538 strcpy (p, "qGetTLSAddr:");
11540 p = write_ptid (p, endp, ptid);
11542 p += hexnumstr (p, offset);
11544 p += hexnumstr (p, lm);
11548 getpkt (&rs->buf, &rs->buf_size, 0);
11549 result = packet_ok (rs->buf,
11550 &remote_protocol_packets[PACKET_qGetTLSAddr]);
11551 if (result == PACKET_OK)
11555 unpack_varlen_hex (rs->buf, &result);
11558 else if (result == PACKET_UNKNOWN)
11559 throw_error (TLS_GENERIC_ERROR,
11560 _("Remote target doesn't support qGetTLSAddr packet"));
11562 throw_error (TLS_GENERIC_ERROR,
11563 _("Remote target failed to process qGetTLSAddr request"));
11566 throw_error (TLS_GENERIC_ERROR,
11567 _("TLS not supported or disabled on this target"));
11572 /* Provide thread local base, i.e. Thread Information Block address.
11573 Returns 1 if ptid is found and thread_local_base is non zero. */
11576 remote_target::get_tib_address (ptid_t ptid, CORE_ADDR *addr)
11578 if (packet_support (PACKET_qGetTIBAddr) != PACKET_DISABLE)
11580 struct remote_state *rs = get_remote_state ();
11582 char *endp = rs->buf + get_remote_packet_size ();
11583 enum packet_result result;
11585 strcpy (p, "qGetTIBAddr:");
11587 p = write_ptid (p, endp, ptid);
11591 getpkt (&rs->buf, &rs->buf_size, 0);
11592 result = packet_ok (rs->buf,
11593 &remote_protocol_packets[PACKET_qGetTIBAddr]);
11594 if (result == PACKET_OK)
11598 unpack_varlen_hex (rs->buf, &result);
11600 *addr = (CORE_ADDR) result;
11603 else if (result == PACKET_UNKNOWN)
11604 error (_("Remote target doesn't support qGetTIBAddr packet"));
11606 error (_("Remote target failed to process qGetTIBAddr request"));
11609 error (_("qGetTIBAddr not supported or disabled on this target"));
11614 /* Support for inferring a target description based on the current
11615 architecture and the size of a 'g' packet. While the 'g' packet
11616 can have any size (since optional registers can be left off the
11617 end), some sizes are easily recognizable given knowledge of the
11618 approximate architecture. */
11620 struct remote_g_packet_guess
11623 const struct target_desc *tdesc;
11625 typedef struct remote_g_packet_guess remote_g_packet_guess_s;
11626 DEF_VEC_O(remote_g_packet_guess_s);
11628 struct remote_g_packet_data
11630 VEC(remote_g_packet_guess_s) *guesses;
11633 static struct gdbarch_data *remote_g_packet_data_handle;
11636 remote_g_packet_data_init (struct obstack *obstack)
11638 return OBSTACK_ZALLOC (obstack, struct remote_g_packet_data);
11642 register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes,
11643 const struct target_desc *tdesc)
11645 struct remote_g_packet_data *data
11646 = ((struct remote_g_packet_data *)
11647 gdbarch_data (gdbarch, remote_g_packet_data_handle));
11648 struct remote_g_packet_guess new_guess, *guess;
11651 gdb_assert (tdesc != NULL);
11654 VEC_iterate (remote_g_packet_guess_s, data->guesses, ix, guess);
11656 if (guess->bytes == bytes)
11657 internal_error (__FILE__, __LINE__,
11658 _("Duplicate g packet description added for size %d"),
11661 new_guess.bytes = bytes;
11662 new_guess.tdesc = tdesc;
11663 VEC_safe_push (remote_g_packet_guess_s, data->guesses, &new_guess);
11666 /* Return 1 if remote_read_description would do anything on this target
11667 and architecture, 0 otherwise. */
11670 remote_read_description_p (struct target_ops *target)
11672 struct remote_g_packet_data *data
11673 = ((struct remote_g_packet_data *)
11674 gdbarch_data (target_gdbarch (), remote_g_packet_data_handle));
11676 if (!VEC_empty (remote_g_packet_guess_s, data->guesses))
11682 const struct target_desc *
11683 remote_target::read_description ()
11685 struct remote_g_packet_data *data
11686 = ((struct remote_g_packet_data *)
11687 gdbarch_data (target_gdbarch (), remote_g_packet_data_handle));
11689 /* Do not try this during initial connection, when we do not know
11690 whether there is a running but stopped thread. */
11691 if (!target_has_execution || inferior_ptid == null_ptid)
11692 return beneath ()->read_description ();
11694 if (!VEC_empty (remote_g_packet_guess_s, data->guesses))
11696 struct remote_g_packet_guess *guess;
11698 int bytes = send_g_packet ();
11701 VEC_iterate (remote_g_packet_guess_s, data->guesses, ix, guess);
11703 if (guess->bytes == bytes)
11704 return guess->tdesc;
11706 /* We discard the g packet. A minor optimization would be to
11707 hold on to it, and fill the register cache once we have selected
11708 an architecture, but it's too tricky to do safely. */
11711 return beneath ()->read_description ();
11714 /* Remote file transfer support. This is host-initiated I/O, not
11715 target-initiated; for target-initiated, see remote-fileio.c. */
11717 /* If *LEFT is at least the length of STRING, copy STRING to
11718 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11719 decrease *LEFT. Otherwise raise an error. */
11722 remote_buffer_add_string (char **buffer, int *left, const char *string)
11724 int len = strlen (string);
11727 error (_("Packet too long for target."));
11729 memcpy (*buffer, string, len);
11733 /* NUL-terminate the buffer as a convenience, if there is
11739 /* If *LEFT is large enough, hex encode LEN bytes from BYTES into
11740 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11741 decrease *LEFT. Otherwise raise an error. */
11744 remote_buffer_add_bytes (char **buffer, int *left, const gdb_byte *bytes,
11747 if (2 * len > *left)
11748 error (_("Packet too long for target."));
11750 bin2hex (bytes, *buffer, len);
11751 *buffer += 2 * len;
11754 /* NUL-terminate the buffer as a convenience, if there is
11760 /* If *LEFT is large enough, convert VALUE to hex and add it to
11761 *BUFFER, update *BUFFER to point to the new end of the buffer, and
11762 decrease *LEFT. Otherwise raise an error. */
11765 remote_buffer_add_int (char **buffer, int *left, ULONGEST value)
11767 int len = hexnumlen (value);
11770 error (_("Packet too long for target."));
11772 hexnumstr (*buffer, value);
11776 /* NUL-terminate the buffer as a convenience, if there is
11782 /* Parse an I/O result packet from BUFFER. Set RETCODE to the return
11783 value, *REMOTE_ERRNO to the remote error number or zero if none
11784 was included, and *ATTACHMENT to point to the start of the annex
11785 if any. The length of the packet isn't needed here; there may
11786 be NUL bytes in BUFFER, but they will be after *ATTACHMENT.
11788 Return 0 if the packet could be parsed, -1 if it could not. If
11789 -1 is returned, the other variables may not be initialized. */
11792 remote_hostio_parse_result (char *buffer, int *retcode,
11793 int *remote_errno, char **attachment)
11798 *attachment = NULL;
11800 if (buffer[0] != 'F')
11804 *retcode = strtol (&buffer[1], &p, 16);
11805 if (errno != 0 || p == &buffer[1])
11808 /* Check for ",errno". */
11812 *remote_errno = strtol (p + 1, &p2, 16);
11813 if (errno != 0 || p + 1 == p2)
11818 /* Check for ";attachment". If there is no attachment, the
11819 packet should end here. */
11822 *attachment = p + 1;
11825 else if (*p == '\0')
11831 /* Send a prepared I/O packet to the target and read its response.
11832 The prepared packet is in the global RS->BUF before this function
11833 is called, and the answer is there when we return.
11835 COMMAND_BYTES is the length of the request to send, which may include
11836 binary data. WHICH_PACKET is the packet configuration to check
11837 before attempting a packet. If an error occurs, *REMOTE_ERRNO
11838 is set to the error number and -1 is returned. Otherwise the value
11839 returned by the function is returned.
11841 ATTACHMENT and ATTACHMENT_LEN should be non-NULL if and only if an
11842 attachment is expected; an error will be reported if there's a
11843 mismatch. If one is found, *ATTACHMENT will be set to point into
11844 the packet buffer and *ATTACHMENT_LEN will be set to the
11845 attachment's length. */
11848 remote_target::remote_hostio_send_command (int command_bytes, int which_packet,
11849 int *remote_errno, char **attachment,
11850 int *attachment_len)
11852 struct remote_state *rs = get_remote_state ();
11853 int ret, bytes_read;
11854 char *attachment_tmp;
11856 if (packet_support (which_packet) == PACKET_DISABLE)
11858 *remote_errno = FILEIO_ENOSYS;
11862 putpkt_binary (rs->buf, command_bytes);
11863 bytes_read = getpkt_sane (&rs->buf, &rs->buf_size, 0);
11865 /* If it timed out, something is wrong. Don't try to parse the
11867 if (bytes_read < 0)
11869 *remote_errno = FILEIO_EINVAL;
11873 switch (packet_ok (rs->buf, &remote_protocol_packets[which_packet]))
11876 *remote_errno = FILEIO_EINVAL;
11878 case PACKET_UNKNOWN:
11879 *remote_errno = FILEIO_ENOSYS;
11885 if (remote_hostio_parse_result (rs->buf, &ret, remote_errno,
11888 *remote_errno = FILEIO_EINVAL;
11892 /* Make sure we saw an attachment if and only if we expected one. */
11893 if ((attachment_tmp == NULL && attachment != NULL)
11894 || (attachment_tmp != NULL && attachment == NULL))
11896 *remote_errno = FILEIO_EINVAL;
11900 /* If an attachment was found, it must point into the packet buffer;
11901 work out how many bytes there were. */
11902 if (attachment_tmp != NULL)
11904 *attachment = attachment_tmp;
11905 *attachment_len = bytes_read - (*attachment - rs->buf);
11911 /* See declaration.h. */
11914 readahead_cache::invalidate ()
11919 /* See declaration.h. */
11922 readahead_cache::invalidate_fd (int fd)
11924 if (this->fd == fd)
11928 /* Set the filesystem remote_hostio functions that take FILENAME
11929 arguments will use. Return 0 on success, or -1 if an error
11930 occurs (and set *REMOTE_ERRNO). */
11933 remote_target::remote_hostio_set_filesystem (struct inferior *inf,
11936 struct remote_state *rs = get_remote_state ();
11937 int required_pid = (inf == NULL || inf->fake_pid_p) ? 0 : inf->pid;
11939 int left = get_remote_packet_size () - 1;
11943 if (packet_support (PACKET_vFile_setfs) == PACKET_DISABLE)
11946 if (rs->fs_pid != -1 && required_pid == rs->fs_pid)
11949 remote_buffer_add_string (&p, &left, "vFile:setfs:");
11951 xsnprintf (arg, sizeof (arg), "%x", required_pid);
11952 remote_buffer_add_string (&p, &left, arg);
11954 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_setfs,
11955 remote_errno, NULL, NULL);
11957 if (packet_support (PACKET_vFile_setfs) == PACKET_DISABLE)
11961 rs->fs_pid = required_pid;
11966 /* Implementation of to_fileio_open. */
11969 remote_target::remote_hostio_open (inferior *inf, const char *filename,
11970 int flags, int mode, int warn_if_slow,
11973 struct remote_state *rs = get_remote_state ();
11975 int left = get_remote_packet_size () - 1;
11979 static int warning_issued = 0;
11981 printf_unfiltered (_("Reading %s from remote target...\n"),
11984 if (!warning_issued)
11986 warning (_("File transfers from remote targets can be slow."
11987 " Use \"set sysroot\" to access files locally"
11989 warning_issued = 1;
11993 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
11996 remote_buffer_add_string (&p, &left, "vFile:open:");
11998 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
11999 strlen (filename));
12000 remote_buffer_add_string (&p, &left, ",");
12002 remote_buffer_add_int (&p, &left, flags);
12003 remote_buffer_add_string (&p, &left, ",");
12005 remote_buffer_add_int (&p, &left, mode);
12007 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_open,
12008 remote_errno, NULL, NULL);
12012 remote_target::fileio_open (struct inferior *inf, const char *filename,
12013 int flags, int mode, int warn_if_slow,
12016 return remote_hostio_open (inf, filename, flags, mode, warn_if_slow,
12020 /* Implementation of to_fileio_pwrite. */
12023 remote_target::remote_hostio_pwrite (int fd, const gdb_byte *write_buf, int len,
12024 ULONGEST offset, int *remote_errno)
12026 struct remote_state *rs = get_remote_state ();
12028 int left = get_remote_packet_size ();
12031 rs->readahead_cache.invalidate_fd (fd);
12033 remote_buffer_add_string (&p, &left, "vFile:pwrite:");
12035 remote_buffer_add_int (&p, &left, fd);
12036 remote_buffer_add_string (&p, &left, ",");
12038 remote_buffer_add_int (&p, &left, offset);
12039 remote_buffer_add_string (&p, &left, ",");
12041 p += remote_escape_output (write_buf, len, 1, (gdb_byte *) p, &out_len,
12042 get_remote_packet_size () - (p - rs->buf));
12044 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_pwrite,
12045 remote_errno, NULL, NULL);
12049 remote_target::fileio_pwrite (int fd, const gdb_byte *write_buf, int len,
12050 ULONGEST offset, int *remote_errno)
12052 return remote_hostio_pwrite (fd, write_buf, len, offset, remote_errno);
12055 /* Helper for the implementation of to_fileio_pread. Read the file
12056 from the remote side with vFile:pread. */
12059 remote_target::remote_hostio_pread_vFile (int fd, gdb_byte *read_buf, int len,
12060 ULONGEST offset, int *remote_errno)
12062 struct remote_state *rs = get_remote_state ();
12065 int left = get_remote_packet_size ();
12066 int ret, attachment_len;
12069 remote_buffer_add_string (&p, &left, "vFile:pread:");
12071 remote_buffer_add_int (&p, &left, fd);
12072 remote_buffer_add_string (&p, &left, ",");
12074 remote_buffer_add_int (&p, &left, len);
12075 remote_buffer_add_string (&p, &left, ",");
12077 remote_buffer_add_int (&p, &left, offset);
12079 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_pread,
12080 remote_errno, &attachment,
12086 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
12088 if (read_len != ret)
12089 error (_("Read returned %d, but %d bytes."), ret, (int) read_len);
12094 /* See declaration.h. */
12097 readahead_cache::pread (int fd, gdb_byte *read_buf, size_t len,
12101 && this->offset <= offset
12102 && offset < this->offset + this->bufsize)
12104 ULONGEST max = this->offset + this->bufsize;
12106 if (offset + len > max)
12107 len = max - offset;
12109 memcpy (read_buf, this->buf + offset - this->offset, len);
12116 /* Implementation of to_fileio_pread. */
12119 remote_target::remote_hostio_pread (int fd, gdb_byte *read_buf, int len,
12120 ULONGEST offset, int *remote_errno)
12123 struct remote_state *rs = get_remote_state ();
12124 readahead_cache *cache = &rs->readahead_cache;
12126 ret = cache->pread (fd, read_buf, len, offset);
12129 cache->hit_count++;
12132 fprintf_unfiltered (gdb_stdlog, "readahead cache hit %s\n",
12133 pulongest (cache->hit_count));
12137 cache->miss_count++;
12139 fprintf_unfiltered (gdb_stdlog, "readahead cache miss %s\n",
12140 pulongest (cache->miss_count));
12143 cache->offset = offset;
12144 cache->bufsize = get_remote_packet_size ();
12145 cache->buf = (gdb_byte *) xrealloc (cache->buf, cache->bufsize);
12147 ret = remote_hostio_pread_vFile (cache->fd, cache->buf, cache->bufsize,
12148 cache->offset, remote_errno);
12151 cache->invalidate_fd (fd);
12155 cache->bufsize = ret;
12156 return cache->pread (fd, read_buf, len, offset);
12160 remote_target::fileio_pread (int fd, gdb_byte *read_buf, int len,
12161 ULONGEST offset, int *remote_errno)
12163 return remote_hostio_pread (fd, read_buf, len, offset, remote_errno);
12166 /* Implementation of to_fileio_close. */
12169 remote_target::remote_hostio_close (int fd, int *remote_errno)
12171 struct remote_state *rs = get_remote_state ();
12173 int left = get_remote_packet_size () - 1;
12175 rs->readahead_cache.invalidate_fd (fd);
12177 remote_buffer_add_string (&p, &left, "vFile:close:");
12179 remote_buffer_add_int (&p, &left, fd);
12181 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_close,
12182 remote_errno, NULL, NULL);
12186 remote_target::fileio_close (int fd, int *remote_errno)
12188 return remote_hostio_close (fd, remote_errno);
12191 /* Implementation of to_fileio_unlink. */
12194 remote_target::remote_hostio_unlink (inferior *inf, const char *filename,
12197 struct remote_state *rs = get_remote_state ();
12199 int left = get_remote_packet_size () - 1;
12201 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
12204 remote_buffer_add_string (&p, &left, "vFile:unlink:");
12206 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
12207 strlen (filename));
12209 return remote_hostio_send_command (p - rs->buf, PACKET_vFile_unlink,
12210 remote_errno, NULL, NULL);
12214 remote_target::fileio_unlink (struct inferior *inf, const char *filename,
12217 return remote_hostio_unlink (inf, filename, remote_errno);
12220 /* Implementation of to_fileio_readlink. */
12222 gdb::optional<std::string>
12223 remote_target::fileio_readlink (struct inferior *inf, const char *filename,
12226 struct remote_state *rs = get_remote_state ();
12229 int left = get_remote_packet_size ();
12230 int len, attachment_len;
12233 if (remote_hostio_set_filesystem (inf, remote_errno) != 0)
12236 remote_buffer_add_string (&p, &left, "vFile:readlink:");
12238 remote_buffer_add_bytes (&p, &left, (const gdb_byte *) filename,
12239 strlen (filename));
12241 len = remote_hostio_send_command (p - rs->buf, PACKET_vFile_readlink,
12242 remote_errno, &attachment,
12248 std::string ret (len, '\0');
12250 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
12251 (gdb_byte *) &ret[0], len);
12252 if (read_len != len)
12253 error (_("Readlink returned %d, but %d bytes."), len, read_len);
12258 /* Implementation of to_fileio_fstat. */
12261 remote_target::fileio_fstat (int fd, struct stat *st, int *remote_errno)
12263 struct remote_state *rs = get_remote_state ();
12265 int left = get_remote_packet_size ();
12266 int attachment_len, ret;
12268 struct fio_stat fst;
12271 remote_buffer_add_string (&p, &left, "vFile:fstat:");
12273 remote_buffer_add_int (&p, &left, fd);
12275 ret = remote_hostio_send_command (p - rs->buf, PACKET_vFile_fstat,
12276 remote_errno, &attachment,
12280 if (*remote_errno != FILEIO_ENOSYS)
12283 /* Strictly we should return -1, ENOSYS here, but when
12284 "set sysroot remote:" was implemented in August 2008
12285 BFD's need for a stat function was sidestepped with
12286 this hack. This was not remedied until March 2015
12287 so we retain the previous behavior to avoid breaking
12290 Note that the memset is a March 2015 addition; older
12291 GDBs set st_size *and nothing else* so the structure
12292 would have garbage in all other fields. This might
12293 break something but retaining the previous behavior
12294 here would be just too wrong. */
12296 memset (st, 0, sizeof (struct stat));
12297 st->st_size = INT_MAX;
12301 read_len = remote_unescape_input ((gdb_byte *) attachment, attachment_len,
12302 (gdb_byte *) &fst, sizeof (fst));
12304 if (read_len != ret)
12305 error (_("vFile:fstat returned %d, but %d bytes."), ret, read_len);
12307 if (read_len != sizeof (fst))
12308 error (_("vFile:fstat returned %d bytes, but expecting %d."),
12309 read_len, (int) sizeof (fst));
12311 remote_fileio_to_host_stat (&fst, st);
12316 /* Implementation of to_filesystem_is_local. */
12319 remote_target::filesystem_is_local ()
12321 /* Valgrind GDB presents itself as a remote target but works
12322 on the local filesystem: it does not implement remote get
12323 and users are not expected to set a sysroot. To handle
12324 this case we treat the remote filesystem as local if the
12325 sysroot is exactly TARGET_SYSROOT_PREFIX and if the stub
12326 does not support vFile:open. */
12327 if (strcmp (gdb_sysroot, TARGET_SYSROOT_PREFIX) == 0)
12329 enum packet_support ps = packet_support (PACKET_vFile_open);
12331 if (ps == PACKET_SUPPORT_UNKNOWN)
12333 int fd, remote_errno;
12335 /* Try opening a file to probe support. The supplied
12336 filename is irrelevant, we only care about whether
12337 the stub recognizes the packet or not. */
12338 fd = remote_hostio_open (NULL, "just probing",
12339 FILEIO_O_RDONLY, 0700, 0,
12343 remote_hostio_close (fd, &remote_errno);
12345 ps = packet_support (PACKET_vFile_open);
12348 if (ps == PACKET_DISABLE)
12350 static int warning_issued = 0;
12352 if (!warning_issued)
12354 warning (_("remote target does not support file"
12355 " transfer, attempting to access files"
12356 " from local filesystem."));
12357 warning_issued = 1;
12368 remote_fileio_errno_to_host (int errnum)
12374 case FILEIO_ENOENT:
12382 case FILEIO_EACCES:
12384 case FILEIO_EFAULT:
12388 case FILEIO_EEXIST:
12390 case FILEIO_ENODEV:
12392 case FILEIO_ENOTDIR:
12394 case FILEIO_EISDIR:
12396 case FILEIO_EINVAL:
12398 case FILEIO_ENFILE:
12400 case FILEIO_EMFILE:
12404 case FILEIO_ENOSPC:
12406 case FILEIO_ESPIPE:
12410 case FILEIO_ENOSYS:
12412 case FILEIO_ENAMETOOLONG:
12413 return ENAMETOOLONG;
12419 remote_hostio_error (int errnum)
12421 int host_error = remote_fileio_errno_to_host (errnum);
12423 if (host_error == -1)
12424 error (_("Unknown remote I/O error %d"), errnum);
12426 error (_("Remote I/O error: %s"), safe_strerror (host_error));
12429 /* A RAII wrapper around a remote file descriptor. */
12431 class scoped_remote_fd
12434 scoped_remote_fd (remote_target *remote, int fd)
12435 : m_remote (remote), m_fd (fd)
12439 ~scoped_remote_fd ()
12446 m_remote->remote_hostio_close (m_fd, &remote_errno);
12450 /* Swallow exception before it escapes the dtor. If
12451 something goes wrong, likely the connection is gone,
12452 and there's nothing else that can be done. */
12457 DISABLE_COPY_AND_ASSIGN (scoped_remote_fd);
12459 /* Release ownership of the file descriptor, and return it. */
12460 int release () noexcept
12467 /* Return the owned file descriptor. */
12468 int get () const noexcept
12474 /* The remote target. */
12475 remote_target *m_remote;
12477 /* The owned remote I/O file descriptor. */
12482 remote_file_put (const char *local_file, const char *remote_file, int from_tty)
12484 remote_target *remote = get_current_remote_target ();
12486 if (remote == nullptr)
12487 error (_("command can only be used with remote target"));
12489 remote->remote_file_put (local_file, remote_file, from_tty);
12493 remote_target::remote_file_put (const char *local_file, const char *remote_file,
12496 int retcode, remote_errno, bytes, io_size;
12497 int bytes_in_buffer;
12501 gdb_file_up file = gdb_fopen_cloexec (local_file, "rb");
12503 perror_with_name (local_file);
12505 scoped_remote_fd fd
12506 (this, remote_hostio_open (NULL,
12507 remote_file, (FILEIO_O_WRONLY | FILEIO_O_CREAT
12509 0700, 0, &remote_errno));
12510 if (fd.get () == -1)
12511 remote_hostio_error (remote_errno);
12513 /* Send up to this many bytes at once. They won't all fit in the
12514 remote packet limit, so we'll transfer slightly fewer. */
12515 io_size = get_remote_packet_size ();
12516 gdb::byte_vector buffer (io_size);
12518 bytes_in_buffer = 0;
12521 while (bytes_in_buffer || !saw_eof)
12525 bytes = fread (buffer.data () + bytes_in_buffer, 1,
12526 io_size - bytes_in_buffer,
12530 if (ferror (file.get ()))
12531 error (_("Error reading %s."), local_file);
12534 /* EOF. Unless there is something still in the
12535 buffer from the last iteration, we are done. */
12537 if (bytes_in_buffer == 0)
12545 bytes += bytes_in_buffer;
12546 bytes_in_buffer = 0;
12548 retcode = remote_hostio_pwrite (fd.get (), buffer.data (), bytes,
12549 offset, &remote_errno);
12552 remote_hostio_error (remote_errno);
12553 else if (retcode == 0)
12554 error (_("Remote write of %d bytes returned 0!"), bytes);
12555 else if (retcode < bytes)
12557 /* Short write. Save the rest of the read data for the next
12559 bytes_in_buffer = bytes - retcode;
12560 memmove (buffer.data (), buffer.data () + retcode, bytes_in_buffer);
12566 if (remote_hostio_close (fd.release (), &remote_errno))
12567 remote_hostio_error (remote_errno);
12570 printf_filtered (_("Successfully sent file \"%s\".\n"), local_file);
12574 remote_file_get (const char *remote_file, const char *local_file, int from_tty)
12576 remote_target *remote = get_current_remote_target ();
12578 if (remote == nullptr)
12579 error (_("command can only be used with remote target"));
12581 remote->remote_file_get (remote_file, local_file, from_tty);
12585 remote_target::remote_file_get (const char *remote_file, const char *local_file,
12588 int remote_errno, bytes, io_size;
12591 scoped_remote_fd fd
12592 (this, remote_hostio_open (NULL,
12593 remote_file, FILEIO_O_RDONLY, 0, 0,
12595 if (fd.get () == -1)
12596 remote_hostio_error (remote_errno);
12598 gdb_file_up file = gdb_fopen_cloexec (local_file, "wb");
12600 perror_with_name (local_file);
12602 /* Send up to this many bytes at once. They won't all fit in the
12603 remote packet limit, so we'll transfer slightly fewer. */
12604 io_size = get_remote_packet_size ();
12605 gdb::byte_vector buffer (io_size);
12610 bytes = remote_hostio_pread (fd.get (), buffer.data (), io_size, offset,
12613 /* Success, but no bytes, means end-of-file. */
12616 remote_hostio_error (remote_errno);
12620 bytes = fwrite (buffer.data (), 1, bytes, file.get ());
12622 perror_with_name (local_file);
12625 if (remote_hostio_close (fd.release (), &remote_errno))
12626 remote_hostio_error (remote_errno);
12629 printf_filtered (_("Successfully fetched file \"%s\".\n"), remote_file);
12633 remote_file_delete (const char *remote_file, int from_tty)
12635 remote_target *remote = get_current_remote_target ();
12637 if (remote == nullptr)
12638 error (_("command can only be used with remote target"));
12640 remote->remote_file_delete (remote_file, from_tty);
12644 remote_target::remote_file_delete (const char *remote_file, int from_tty)
12646 int retcode, remote_errno;
12648 retcode = remote_hostio_unlink (NULL, remote_file, &remote_errno);
12650 remote_hostio_error (remote_errno);
12653 printf_filtered (_("Successfully deleted file \"%s\".\n"), remote_file);
12657 remote_put_command (const char *args, int from_tty)
12660 error_no_arg (_("file to put"));
12662 gdb_argv argv (args);
12663 if (argv[0] == NULL || argv[1] == NULL || argv[2] != NULL)
12664 error (_("Invalid parameters to remote put"));
12666 remote_file_put (argv[0], argv[1], from_tty);
12670 remote_get_command (const char *args, int from_tty)
12673 error_no_arg (_("file to get"));
12675 gdb_argv argv (args);
12676 if (argv[0] == NULL || argv[1] == NULL || argv[2] != NULL)
12677 error (_("Invalid parameters to remote get"));
12679 remote_file_get (argv[0], argv[1], from_tty);
12683 remote_delete_command (const char *args, int from_tty)
12686 error_no_arg (_("file to delete"));
12688 gdb_argv argv (args);
12689 if (argv[0] == NULL || argv[1] != NULL)
12690 error (_("Invalid parameters to remote delete"));
12692 remote_file_delete (argv[0], from_tty);
12696 remote_command (const char *args, int from_tty)
12698 help_list (remote_cmdlist, "remote ", all_commands, gdb_stdout);
12702 remote_target::can_execute_reverse ()
12704 if (packet_support (PACKET_bs) == PACKET_ENABLE
12705 || packet_support (PACKET_bc) == PACKET_ENABLE)
12712 remote_target::supports_non_stop ()
12718 remote_target::supports_disable_randomization ()
12720 /* Only supported in extended mode. */
12725 remote_target::supports_multi_process ()
12727 struct remote_state *rs = get_remote_state ();
12729 return remote_multi_process_p (rs);
12733 remote_supports_cond_tracepoints ()
12735 return packet_support (PACKET_ConditionalTracepoints) == PACKET_ENABLE;
12739 remote_target::supports_evaluation_of_breakpoint_conditions ()
12741 return packet_support (PACKET_ConditionalBreakpoints) == PACKET_ENABLE;
12745 remote_supports_fast_tracepoints ()
12747 return packet_support (PACKET_FastTracepoints) == PACKET_ENABLE;
12751 remote_supports_static_tracepoints ()
12753 return packet_support (PACKET_StaticTracepoints) == PACKET_ENABLE;
12757 remote_supports_install_in_trace ()
12759 return packet_support (PACKET_InstallInTrace) == PACKET_ENABLE;
12763 remote_target::supports_enable_disable_tracepoint ()
12765 return (packet_support (PACKET_EnableDisableTracepoints_feature)
12770 remote_target::supports_string_tracing ()
12772 return packet_support (PACKET_tracenz_feature) == PACKET_ENABLE;
12776 remote_target::can_run_breakpoint_commands ()
12778 return packet_support (PACKET_BreakpointCommands) == PACKET_ENABLE;
12782 remote_target::trace_init ()
12784 struct remote_state *rs = get_remote_state ();
12787 remote_get_noisy_reply ();
12788 if (strcmp (rs->buf, "OK") != 0)
12789 error (_("Target does not support this command."));
12792 /* Recursive routine to walk through command list including loops, and
12793 download packets for each command. */
12796 remote_target::remote_download_command_source (int num, ULONGEST addr,
12797 struct command_line *cmds)
12799 struct remote_state *rs = get_remote_state ();
12800 struct command_line *cmd;
12802 for (cmd = cmds; cmd; cmd = cmd->next)
12804 QUIT; /* Allow user to bail out with ^C. */
12805 strcpy (rs->buf, "QTDPsrc:");
12806 encode_source_string (num, addr, "cmd", cmd->line,
12807 rs->buf + strlen (rs->buf),
12808 rs->buf_size - strlen (rs->buf));
12810 remote_get_noisy_reply ();
12811 if (strcmp (rs->buf, "OK"))
12812 warning (_("Target does not support source download."));
12814 if (cmd->control_type == while_control
12815 || cmd->control_type == while_stepping_control)
12817 remote_download_command_source (num, addr, cmd->body_list_0.get ());
12819 QUIT; /* Allow user to bail out with ^C. */
12820 strcpy (rs->buf, "QTDPsrc:");
12821 encode_source_string (num, addr, "cmd", "end",
12822 rs->buf + strlen (rs->buf),
12823 rs->buf_size - strlen (rs->buf));
12825 remote_get_noisy_reply ();
12826 if (strcmp (rs->buf, "OK"))
12827 warning (_("Target does not support source download."));
12833 remote_target::download_tracepoint (struct bp_location *loc)
12837 std::vector<std::string> tdp_actions;
12838 std::vector<std::string> stepping_actions;
12840 struct breakpoint *b = loc->owner;
12841 struct tracepoint *t = (struct tracepoint *) b;
12842 struct remote_state *rs = get_remote_state ();
12844 char *err_msg = _("Tracepoint packet too large for target.");
12847 /* We use a buffer other than rs->buf because we'll build strings
12848 across multiple statements, and other statements in between could
12850 gdb::char_vector buf (get_remote_packet_size ());
12852 encode_actions_rsp (loc, &tdp_actions, &stepping_actions);
12854 tpaddr = loc->address;
12855 sprintf_vma (addrbuf, tpaddr);
12856 ret = snprintf (buf.data (), buf.size (), "QTDP:%x:%s:%c:%lx:%x",
12857 b->number, addrbuf, /* address */
12858 (b->enable_state == bp_enabled ? 'E' : 'D'),
12859 t->step_count, t->pass_count);
12861 if (ret < 0 || ret >= buf.size ())
12862 error ("%s", err_msg);
12864 /* Fast tracepoints are mostly handled by the target, but we can
12865 tell the target how big of an instruction block should be moved
12867 if (b->type == bp_fast_tracepoint)
12869 /* Only test for support at download time; we may not know
12870 target capabilities at definition time. */
12871 if (remote_supports_fast_tracepoints ())
12873 if (gdbarch_fast_tracepoint_valid_at (loc->gdbarch, tpaddr,
12876 size_left = buf.size () - strlen (buf.data ());
12877 ret = snprintf (buf.data () + strlen (buf.data ()),
12879 gdb_insn_length (loc->gdbarch, tpaddr));
12881 if (ret < 0 || ret >= size_left)
12882 error ("%s", err_msg);
12885 /* If it passed validation at definition but fails now,
12886 something is very wrong. */
12887 internal_error (__FILE__, __LINE__,
12888 _("Fast tracepoint not "
12889 "valid during download"));
12892 /* Fast tracepoints are functionally identical to regular
12893 tracepoints, so don't take lack of support as a reason to
12894 give up on the trace run. */
12895 warning (_("Target does not support fast tracepoints, "
12896 "downloading %d as regular tracepoint"), b->number);
12898 else if (b->type == bp_static_tracepoint)
12900 /* Only test for support at download time; we may not know
12901 target capabilities at definition time. */
12902 if (remote_supports_static_tracepoints ())
12904 struct static_tracepoint_marker marker;
12906 if (target_static_tracepoint_marker_at (tpaddr, &marker))
12908 size_left = buf.size () - strlen (buf.data ());
12909 ret = snprintf (buf.data () + strlen (buf.data ()),
12912 if (ret < 0 || ret >= size_left)
12913 error ("%s", err_msg);
12916 error (_("Static tracepoint not valid during download"));
12919 /* Fast tracepoints are functionally identical to regular
12920 tracepoints, so don't take lack of support as a reason
12921 to give up on the trace run. */
12922 error (_("Target does not support static tracepoints"));
12924 /* If the tracepoint has a conditional, make it into an agent
12925 expression and append to the definition. */
12928 /* Only test support at download time, we may not know target
12929 capabilities at definition time. */
12930 if (remote_supports_cond_tracepoints ())
12932 agent_expr_up aexpr = gen_eval_for_expr (tpaddr,
12935 size_left = buf.size () - strlen (buf.data ());
12937 ret = snprintf (buf.data () + strlen (buf.data ()),
12938 size_left, ":X%x,", aexpr->len);
12940 if (ret < 0 || ret >= size_left)
12941 error ("%s", err_msg);
12943 size_left = buf.size () - strlen (buf.data ());
12945 /* Two bytes to encode each aexpr byte, plus the terminating
12947 if (aexpr->len * 2 + 1 > size_left)
12948 error ("%s", err_msg);
12950 pkt = buf.data () + strlen (buf.data ());
12952 for (int ndx = 0; ndx < aexpr->len; ++ndx)
12953 pkt = pack_hex_byte (pkt, aexpr->buf[ndx]);
12957 warning (_("Target does not support conditional tracepoints, "
12958 "ignoring tp %d cond"), b->number);
12961 if (b->commands || *default_collect)
12963 size_left = buf.size () - strlen (buf.data ());
12965 ret = snprintf (buf.data () + strlen (buf.data ()),
12968 if (ret < 0 || ret >= size_left)
12969 error ("%s", err_msg);
12972 putpkt (buf.data ());
12973 remote_get_noisy_reply ();
12974 if (strcmp (rs->buf, "OK"))
12975 error (_("Target does not support tracepoints."));
12977 /* do_single_steps (t); */
12978 for (auto action_it = tdp_actions.begin ();
12979 action_it != tdp_actions.end (); action_it++)
12981 QUIT; /* Allow user to bail out with ^C. */
12983 bool has_more = ((action_it + 1) != tdp_actions.end ()
12984 || !stepping_actions.empty ());
12986 ret = snprintf (buf.data (), buf.size (), "QTDP:-%x:%s:%s%c",
12987 b->number, addrbuf, /* address */
12988 action_it->c_str (),
12989 has_more ? '-' : 0);
12991 if (ret < 0 || ret >= buf.size ())
12992 error ("%s", err_msg);
12994 putpkt (buf.data ());
12995 remote_get_noisy_reply ();
12996 if (strcmp (rs->buf, "OK"))
12997 error (_("Error on target while setting tracepoints."));
13000 for (auto action_it = stepping_actions.begin ();
13001 action_it != stepping_actions.end (); action_it++)
13003 QUIT; /* Allow user to bail out with ^C. */
13005 bool is_first = action_it == stepping_actions.begin ();
13006 bool has_more = (action_it + 1) != stepping_actions.end ();
13008 ret = snprintf (buf.data (), buf.size (), "QTDP:-%x:%s:%s%s%s",
13009 b->number, addrbuf, /* address */
13010 is_first ? "S" : "",
13011 action_it->c_str (),
13012 has_more ? "-" : "");
13014 if (ret < 0 || ret >= buf.size ())
13015 error ("%s", err_msg);
13017 putpkt (buf.data ());
13018 remote_get_noisy_reply ();
13019 if (strcmp (rs->buf, "OK"))
13020 error (_("Error on target while setting tracepoints."));
13023 if (packet_support (PACKET_TracepointSource) == PACKET_ENABLE)
13025 if (b->location != NULL)
13027 ret = snprintf (buf.data (), buf.size (), "QTDPsrc:");
13029 if (ret < 0 || ret >= buf.size ())
13030 error ("%s", err_msg);
13032 encode_source_string (b->number, loc->address, "at",
13033 event_location_to_string (b->location.get ()),
13034 buf.data () + strlen (buf.data ()),
13035 buf.size () - strlen (buf.data ()));
13036 putpkt (buf.data ());
13037 remote_get_noisy_reply ();
13038 if (strcmp (rs->buf, "OK"))
13039 warning (_("Target does not support source download."));
13041 if (b->cond_string)
13043 ret = snprintf (buf.data (), buf.size (), "QTDPsrc:");
13045 if (ret < 0 || ret >= buf.size ())
13046 error ("%s", err_msg);
13048 encode_source_string (b->number, loc->address,
13049 "cond", b->cond_string,
13050 buf.data () + strlen (buf.data ()),
13051 buf.size () - strlen (buf.data ()));
13052 putpkt (buf.data ());
13053 remote_get_noisy_reply ();
13054 if (strcmp (rs->buf, "OK"))
13055 warning (_("Target does not support source download."));
13057 remote_download_command_source (b->number, loc->address,
13058 breakpoint_commands (b));
13063 remote_target::can_download_tracepoint ()
13065 struct remote_state *rs = get_remote_state ();
13066 struct trace_status *ts;
13069 /* Don't try to install tracepoints until we've relocated our
13070 symbols, and fetched and merged the target's tracepoint list with
13072 if (rs->starting_up)
13075 ts = current_trace_status ();
13076 status = get_trace_status (ts);
13078 if (status == -1 || !ts->running_known || !ts->running)
13081 /* If we are in a tracing experiment, but remote stub doesn't support
13082 installing tracepoint in trace, we have to return. */
13083 if (!remote_supports_install_in_trace ())
13091 remote_target::download_trace_state_variable (const trace_state_variable &tsv)
13093 struct remote_state *rs = get_remote_state ();
13096 xsnprintf (rs->buf, get_remote_packet_size (), "QTDV:%x:%s:%x:",
13097 tsv.number, phex ((ULONGEST) tsv.initial_value, 8),
13099 p = rs->buf + strlen (rs->buf);
13100 if ((p - rs->buf) + tsv.name.length () * 2 >= get_remote_packet_size ())
13101 error (_("Trace state variable name too long for tsv definition packet"));
13102 p += 2 * bin2hex ((gdb_byte *) (tsv.name.data ()), p, tsv.name.length ());
13105 remote_get_noisy_reply ();
13106 if (*rs->buf == '\0')
13107 error (_("Target does not support this command."));
13108 if (strcmp (rs->buf, "OK") != 0)
13109 error (_("Error on target while downloading trace state variable."));
13113 remote_target::enable_tracepoint (struct bp_location *location)
13115 struct remote_state *rs = get_remote_state ();
13118 sprintf_vma (addr_buf, location->address);
13119 xsnprintf (rs->buf, get_remote_packet_size (), "QTEnable:%x:%s",
13120 location->owner->number, addr_buf);
13122 remote_get_noisy_reply ();
13123 if (*rs->buf == '\0')
13124 error (_("Target does not support enabling tracepoints while a trace run is ongoing."));
13125 if (strcmp (rs->buf, "OK") != 0)
13126 error (_("Error on target while enabling tracepoint."));
13130 remote_target::disable_tracepoint (struct bp_location *location)
13132 struct remote_state *rs = get_remote_state ();
13135 sprintf_vma (addr_buf, location->address);
13136 xsnprintf (rs->buf, get_remote_packet_size (), "QTDisable:%x:%s",
13137 location->owner->number, addr_buf);
13139 remote_get_noisy_reply ();
13140 if (*rs->buf == '\0')
13141 error (_("Target does not support disabling tracepoints while a trace run is ongoing."));
13142 if (strcmp (rs->buf, "OK") != 0)
13143 error (_("Error on target while disabling tracepoint."));
13147 remote_target::trace_set_readonly_regions ()
13151 bfd_size_type size;
13157 return; /* No information to give. */
13159 struct remote_state *rs = get_remote_state ();
13161 strcpy (rs->buf, "QTro");
13162 offset = strlen (rs->buf);
13163 for (s = exec_bfd->sections; s; s = s->next)
13165 char tmp1[40], tmp2[40];
13168 if ((s->flags & SEC_LOAD) == 0 ||
13169 /* (s->flags & SEC_CODE) == 0 || */
13170 (s->flags & SEC_READONLY) == 0)
13174 vma = bfd_get_section_vma (abfd, s);
13175 size = bfd_get_section_size (s);
13176 sprintf_vma (tmp1, vma);
13177 sprintf_vma (tmp2, vma + size);
13178 sec_length = 1 + strlen (tmp1) + 1 + strlen (tmp2);
13179 if (offset + sec_length + 1 > rs->buf_size)
13181 if (packet_support (PACKET_qXfer_traceframe_info) != PACKET_ENABLE)
13183 Too many sections for read-only sections definition packet."));
13186 xsnprintf (rs->buf + offset, rs->buf_size - offset, ":%s,%s",
13188 offset += sec_length;
13193 getpkt (&rs->buf, &rs->buf_size, 0);
13198 remote_target::trace_start ()
13200 struct remote_state *rs = get_remote_state ();
13202 putpkt ("QTStart");
13203 remote_get_noisy_reply ();
13204 if (*rs->buf == '\0')
13205 error (_("Target does not support this command."));
13206 if (strcmp (rs->buf, "OK") != 0)
13207 error (_("Bogus reply from target: %s"), rs->buf);
13211 remote_target::get_trace_status (struct trace_status *ts)
13213 /* Initialize it just to avoid a GCC false warning. */
13215 /* FIXME we need to get register block size some other way. */
13216 extern int trace_regblock_size;
13217 enum packet_result result;
13218 struct remote_state *rs = get_remote_state ();
13220 if (packet_support (PACKET_qTStatus) == PACKET_DISABLE)
13223 trace_regblock_size
13224 = rs->get_remote_arch_state (target_gdbarch ())->sizeof_g_packet;
13226 putpkt ("qTStatus");
13230 p = remote_get_noisy_reply ();
13232 CATCH (ex, RETURN_MASK_ERROR)
13234 if (ex.error != TARGET_CLOSE_ERROR)
13236 exception_fprintf (gdb_stderr, ex, "qTStatus: ");
13239 throw_exception (ex);
13243 result = packet_ok (p, &remote_protocol_packets[PACKET_qTStatus]);
13245 /* If the remote target doesn't do tracing, flag it. */
13246 if (result == PACKET_UNKNOWN)
13249 /* We're working with a live target. */
13250 ts->filename = NULL;
13253 error (_("Bogus trace status reply from target: %s"), rs->buf);
13255 /* Function 'parse_trace_status' sets default value of each field of
13256 'ts' at first, so we don't have to do it here. */
13257 parse_trace_status (p, ts);
13259 return ts->running;
13263 remote_target::get_tracepoint_status (struct breakpoint *bp,
13264 struct uploaded_tp *utp)
13266 struct remote_state *rs = get_remote_state ();
13268 struct bp_location *loc;
13269 struct tracepoint *tp = (struct tracepoint *) bp;
13270 size_t size = get_remote_packet_size ();
13275 tp->traceframe_usage = 0;
13276 for (loc = tp->loc; loc; loc = loc->next)
13278 /* If the tracepoint was never downloaded, don't go asking for
13280 if (tp->number_on_target == 0)
13282 xsnprintf (rs->buf, size, "qTP:%x:%s", tp->number_on_target,
13283 phex_nz (loc->address, 0));
13285 reply = remote_get_noisy_reply ();
13286 if (reply && *reply)
13289 parse_tracepoint_status (reply + 1, bp, utp);
13295 utp->hit_count = 0;
13296 utp->traceframe_usage = 0;
13297 xsnprintf (rs->buf, size, "qTP:%x:%s", utp->number,
13298 phex_nz (utp->addr, 0));
13300 reply = remote_get_noisy_reply ();
13301 if (reply && *reply)
13304 parse_tracepoint_status (reply + 1, bp, utp);
13310 remote_target::trace_stop ()
13312 struct remote_state *rs = get_remote_state ();
13315 remote_get_noisy_reply ();
13316 if (*rs->buf == '\0')
13317 error (_("Target does not support this command."));
13318 if (strcmp (rs->buf, "OK") != 0)
13319 error (_("Bogus reply from target: %s"), rs->buf);
13323 remote_target::trace_find (enum trace_find_type type, int num,
13324 CORE_ADDR addr1, CORE_ADDR addr2,
13327 struct remote_state *rs = get_remote_state ();
13328 char *endbuf = rs->buf + get_remote_packet_size ();
13330 int target_frameno = -1, target_tracept = -1;
13332 /* Lookups other than by absolute frame number depend on the current
13333 trace selected, so make sure it is correct on the remote end
13335 if (type != tfind_number)
13336 set_remote_traceframe ();
13339 strcpy (p, "QTFrame:");
13340 p = strchr (p, '\0');
13344 xsnprintf (p, endbuf - p, "%x", num);
13347 xsnprintf (p, endbuf - p, "pc:%s", phex_nz (addr1, 0));
13350 xsnprintf (p, endbuf - p, "tdp:%x", num);
13353 xsnprintf (p, endbuf - p, "range:%s:%s", phex_nz (addr1, 0),
13354 phex_nz (addr2, 0));
13356 case tfind_outside:
13357 xsnprintf (p, endbuf - p, "outside:%s:%s", phex_nz (addr1, 0),
13358 phex_nz (addr2, 0));
13361 error (_("Unknown trace find type %d"), type);
13365 reply = remote_get_noisy_reply ();
13366 if (*reply == '\0')
13367 error (_("Target does not support this command."));
13369 while (reply && *reply)
13374 target_frameno = (int) strtol (p, &reply, 16);
13376 error (_("Unable to parse trace frame number"));
13377 /* Don't update our remote traceframe number cache on failure
13378 to select a remote traceframe. */
13379 if (target_frameno == -1)
13384 target_tracept = (int) strtol (p, &reply, 16);
13386 error (_("Unable to parse tracepoint number"));
13388 case 'O': /* "OK"? */
13389 if (reply[1] == 'K' && reply[2] == '\0')
13392 error (_("Bogus reply from target: %s"), reply);
13395 error (_("Bogus reply from target: %s"), reply);
13398 *tpp = target_tracept;
13400 rs->remote_traceframe_number = target_frameno;
13401 return target_frameno;
13405 remote_target::get_trace_state_variable_value (int tsvnum, LONGEST *val)
13407 struct remote_state *rs = get_remote_state ();
13411 set_remote_traceframe ();
13413 xsnprintf (rs->buf, get_remote_packet_size (), "qTV:%x", tsvnum);
13415 reply = remote_get_noisy_reply ();
13416 if (reply && *reply)
13420 unpack_varlen_hex (reply + 1, &uval);
13421 *val = (LONGEST) uval;
13429 remote_target::save_trace_data (const char *filename)
13431 struct remote_state *rs = get_remote_state ();
13435 strcpy (p, "QTSave:");
13437 if ((p - rs->buf) + strlen (filename) * 2 >= get_remote_packet_size ())
13438 error (_("Remote file name too long for trace save packet"));
13439 p += 2 * bin2hex ((gdb_byte *) filename, p, strlen (filename));
13442 reply = remote_get_noisy_reply ();
13443 if (*reply == '\0')
13444 error (_("Target does not support this command."));
13445 if (strcmp (reply, "OK") != 0)
13446 error (_("Bogus reply from target: %s"), reply);
13450 /* This is basically a memory transfer, but needs to be its own packet
13451 because we don't know how the target actually organizes its trace
13452 memory, plus we want to be able to ask for as much as possible, but
13453 not be unhappy if we don't get as much as we ask for. */
13456 remote_target::get_raw_trace_data (gdb_byte *buf, ULONGEST offset, LONGEST len)
13458 struct remote_state *rs = get_remote_state ();
13464 strcpy (p, "qTBuffer:");
13466 p += hexnumstr (p, offset);
13468 p += hexnumstr (p, len);
13472 reply = remote_get_noisy_reply ();
13473 if (reply && *reply)
13475 /* 'l' by itself means we're at the end of the buffer and
13476 there is nothing more to get. */
13480 /* Convert the reply into binary. Limit the number of bytes to
13481 convert according to our passed-in buffer size, rather than
13482 what was returned in the packet; if the target is
13483 unexpectedly generous and gives us a bigger reply than we
13484 asked for, we don't want to crash. */
13485 rslt = hex2bin (reply, buf, len);
13489 /* Something went wrong, flag as an error. */
13494 remote_target::set_disconnected_tracing (int val)
13496 struct remote_state *rs = get_remote_state ();
13498 if (packet_support (PACKET_DisconnectedTracing_feature) == PACKET_ENABLE)
13502 xsnprintf (rs->buf, get_remote_packet_size (), "QTDisconnected:%x", val);
13504 reply = remote_get_noisy_reply ();
13505 if (*reply == '\0')
13506 error (_("Target does not support this command."));
13507 if (strcmp (reply, "OK") != 0)
13508 error (_("Bogus reply from target: %s"), reply);
13511 warning (_("Target does not support disconnected tracing."));
13515 remote_target::core_of_thread (ptid_t ptid)
13517 struct thread_info *info = find_thread_ptid (ptid);
13519 if (info != NULL && info->priv != NULL)
13520 return get_remote_thread_info (info)->core;
13526 remote_target::set_circular_trace_buffer (int val)
13528 struct remote_state *rs = get_remote_state ();
13531 xsnprintf (rs->buf, get_remote_packet_size (), "QTBuffer:circular:%x", val);
13533 reply = remote_get_noisy_reply ();
13534 if (*reply == '\0')
13535 error (_("Target does not support this command."));
13536 if (strcmp (reply, "OK") != 0)
13537 error (_("Bogus reply from target: %s"), reply);
13541 remote_target::traceframe_info ()
13543 gdb::optional<gdb::char_vector> text
13544 = target_read_stralloc (current_top_target (), TARGET_OBJECT_TRACEFRAME_INFO,
13547 return parse_traceframe_info (text->data ());
13552 /* Handle the qTMinFTPILen packet. Returns the minimum length of
13553 instruction on which a fast tracepoint may be placed. Returns -1
13554 if the packet is not supported, and 0 if the minimum instruction
13555 length is unknown. */
13558 remote_target::get_min_fast_tracepoint_insn_len ()
13560 struct remote_state *rs = get_remote_state ();
13563 /* If we're not debugging a process yet, the IPA can't be
13565 if (!target_has_execution)
13568 /* Make sure the remote is pointing at the right process. */
13569 set_general_process ();
13571 xsnprintf (rs->buf, get_remote_packet_size (), "qTMinFTPILen");
13573 reply = remote_get_noisy_reply ();
13574 if (*reply == '\0')
13578 ULONGEST min_insn_len;
13580 unpack_varlen_hex (reply, &min_insn_len);
13582 return (int) min_insn_len;
13587 remote_target::set_trace_buffer_size (LONGEST val)
13589 if (packet_support (PACKET_QTBuffer_size) != PACKET_DISABLE)
13591 struct remote_state *rs = get_remote_state ();
13592 char *buf = rs->buf;
13593 char *endbuf = rs->buf + get_remote_packet_size ();
13594 enum packet_result result;
13596 gdb_assert (val >= 0 || val == -1);
13597 buf += xsnprintf (buf, endbuf - buf, "QTBuffer:size:");
13598 /* Send -1 as literal "-1" to avoid host size dependency. */
13602 buf += hexnumstr (buf, (ULONGEST) -val);
13605 buf += hexnumstr (buf, (ULONGEST) val);
13608 remote_get_noisy_reply ();
13609 result = packet_ok (rs->buf,
13610 &remote_protocol_packets[PACKET_QTBuffer_size]);
13612 if (result != PACKET_OK)
13613 warning (_("Bogus reply from target: %s"), rs->buf);
13618 remote_target::set_trace_notes (const char *user, const char *notes,
13619 const char *stop_notes)
13621 struct remote_state *rs = get_remote_state ();
13623 char *buf = rs->buf;
13624 char *endbuf = rs->buf + get_remote_packet_size ();
13627 buf += xsnprintf (buf, endbuf - buf, "QTNotes:");
13630 buf += xsnprintf (buf, endbuf - buf, "user:");
13631 nbytes = bin2hex ((gdb_byte *) user, buf, strlen (user));
13637 buf += xsnprintf (buf, endbuf - buf, "notes:");
13638 nbytes = bin2hex ((gdb_byte *) notes, buf, strlen (notes));
13644 buf += xsnprintf (buf, endbuf - buf, "tstop:");
13645 nbytes = bin2hex ((gdb_byte *) stop_notes, buf, strlen (stop_notes));
13649 /* Ensure the buffer is terminated. */
13653 reply = remote_get_noisy_reply ();
13654 if (*reply == '\0')
13657 if (strcmp (reply, "OK") != 0)
13658 error (_("Bogus reply from target: %s"), reply);
13664 remote_target::use_agent (bool use)
13666 if (packet_support (PACKET_QAgent) != PACKET_DISABLE)
13668 struct remote_state *rs = get_remote_state ();
13670 /* If the stub supports QAgent. */
13671 xsnprintf (rs->buf, get_remote_packet_size (), "QAgent:%d", use);
13673 getpkt (&rs->buf, &rs->buf_size, 0);
13675 if (strcmp (rs->buf, "OK") == 0)
13686 remote_target::can_use_agent ()
13688 return (packet_support (PACKET_QAgent) != PACKET_DISABLE);
13691 struct btrace_target_info
13693 /* The ptid of the traced thread. */
13696 /* The obtained branch trace configuration. */
13697 struct btrace_config conf;
13700 /* Reset our idea of our target's btrace configuration. */
13703 remote_btrace_reset (remote_state *rs)
13705 memset (&rs->btrace_config, 0, sizeof (rs->btrace_config));
13708 /* Synchronize the configuration with the target. */
13711 remote_target::btrace_sync_conf (const btrace_config *conf)
13713 struct packet_config *packet;
13714 struct remote_state *rs;
13715 char *buf, *pos, *endbuf;
13717 rs = get_remote_state ();
13719 endbuf = buf + get_remote_packet_size ();
13721 packet = &remote_protocol_packets[PACKET_Qbtrace_conf_bts_size];
13722 if (packet_config_support (packet) == PACKET_ENABLE
13723 && conf->bts.size != rs->btrace_config.bts.size)
13726 pos += xsnprintf (pos, endbuf - pos, "%s=0x%x", packet->name,
13730 getpkt (&buf, &rs->buf_size, 0);
13732 if (packet_ok (buf, packet) == PACKET_ERROR)
13734 if (buf[0] == 'E' && buf[1] == '.')
13735 error (_("Failed to configure the BTS buffer size: %s"), buf + 2);
13737 error (_("Failed to configure the BTS buffer size."));
13740 rs->btrace_config.bts.size = conf->bts.size;
13743 packet = &remote_protocol_packets[PACKET_Qbtrace_conf_pt_size];
13744 if (packet_config_support (packet) == PACKET_ENABLE
13745 && conf->pt.size != rs->btrace_config.pt.size)
13748 pos += xsnprintf (pos, endbuf - pos, "%s=0x%x", packet->name,
13752 getpkt (&buf, &rs->buf_size, 0);
13754 if (packet_ok (buf, packet) == PACKET_ERROR)
13756 if (buf[0] == 'E' && buf[1] == '.')
13757 error (_("Failed to configure the trace buffer size: %s"), buf + 2);
13759 error (_("Failed to configure the trace buffer size."));
13762 rs->btrace_config.pt.size = conf->pt.size;
13766 /* Read the current thread's btrace configuration from the target and
13767 store it into CONF. */
13770 btrace_read_config (struct btrace_config *conf)
13772 gdb::optional<gdb::char_vector> xml
13773 = target_read_stralloc (current_top_target (), TARGET_OBJECT_BTRACE_CONF, "");
13775 parse_xml_btrace_conf (conf, xml->data ());
13778 /* Maybe reopen target btrace. */
13781 remote_target::remote_btrace_maybe_reopen ()
13783 struct remote_state *rs = get_remote_state ();
13784 struct thread_info *tp;
13785 int btrace_target_pushed = 0;
13786 #if !defined (HAVE_LIBIPT)
13790 scoped_restore_current_thread restore_thread;
13792 ALL_NON_EXITED_THREADS (tp)
13794 set_general_thread (tp->ptid);
13796 memset (&rs->btrace_config, 0x00, sizeof (struct btrace_config));
13797 btrace_read_config (&rs->btrace_config);
13799 if (rs->btrace_config.format == BTRACE_FORMAT_NONE)
13802 #if !defined (HAVE_LIBIPT)
13803 if (rs->btrace_config.format == BTRACE_FORMAT_PT)
13808 warning (_("Target is recording using Intel Processor Trace "
13809 "but support was disabled at compile time."));
13814 #endif /* !defined (HAVE_LIBIPT) */
13816 /* Push target, once, but before anything else happens. This way our
13817 changes to the threads will be cleaned up by unpushing the target
13818 in case btrace_read_config () throws. */
13819 if (!btrace_target_pushed)
13821 btrace_target_pushed = 1;
13822 record_btrace_push_target ();
13823 printf_filtered (_("Target is recording using %s.\n"),
13824 btrace_format_string (rs->btrace_config.format));
13827 tp->btrace.target = XCNEW (struct btrace_target_info);
13828 tp->btrace.target->ptid = tp->ptid;
13829 tp->btrace.target->conf = rs->btrace_config;
13833 /* Enable branch tracing. */
13835 struct btrace_target_info *
13836 remote_target::enable_btrace (ptid_t ptid, const struct btrace_config *conf)
13838 struct btrace_target_info *tinfo = NULL;
13839 struct packet_config *packet = NULL;
13840 struct remote_state *rs = get_remote_state ();
13841 char *buf = rs->buf;
13842 char *endbuf = rs->buf + get_remote_packet_size ();
13844 switch (conf->format)
13846 case BTRACE_FORMAT_BTS:
13847 packet = &remote_protocol_packets[PACKET_Qbtrace_bts];
13850 case BTRACE_FORMAT_PT:
13851 packet = &remote_protocol_packets[PACKET_Qbtrace_pt];
13855 if (packet == NULL || packet_config_support (packet) != PACKET_ENABLE)
13856 error (_("Target does not support branch tracing."));
13858 btrace_sync_conf (conf);
13860 set_general_thread (ptid);
13862 buf += xsnprintf (buf, endbuf - buf, "%s", packet->name);
13864 getpkt (&rs->buf, &rs->buf_size, 0);
13866 if (packet_ok (rs->buf, packet) == PACKET_ERROR)
13868 if (rs->buf[0] == 'E' && rs->buf[1] == '.')
13869 error (_("Could not enable branch tracing for %s: %s"),
13870 target_pid_to_str (ptid), rs->buf + 2);
13872 error (_("Could not enable branch tracing for %s."),
13873 target_pid_to_str (ptid));
13876 tinfo = XCNEW (struct btrace_target_info);
13877 tinfo->ptid = ptid;
13879 /* If we fail to read the configuration, we lose some information, but the
13880 tracing itself is not impacted. */
13883 btrace_read_config (&tinfo->conf);
13885 CATCH (err, RETURN_MASK_ERROR)
13887 if (err.message != NULL)
13888 warning ("%s", err.message);
13895 /* Disable branch tracing. */
13898 remote_target::disable_btrace (struct btrace_target_info *tinfo)
13900 struct packet_config *packet = &remote_protocol_packets[PACKET_Qbtrace_off];
13901 struct remote_state *rs = get_remote_state ();
13902 char *buf = rs->buf;
13903 char *endbuf = rs->buf + get_remote_packet_size ();
13905 if (packet_config_support (packet) != PACKET_ENABLE)
13906 error (_("Target does not support branch tracing."));
13908 set_general_thread (tinfo->ptid);
13910 buf += xsnprintf (buf, endbuf - buf, "%s", packet->name);
13912 getpkt (&rs->buf, &rs->buf_size, 0);
13914 if (packet_ok (rs->buf, packet) == PACKET_ERROR)
13916 if (rs->buf[0] == 'E' && rs->buf[1] == '.')
13917 error (_("Could not disable branch tracing for %s: %s"),
13918 target_pid_to_str (tinfo->ptid), rs->buf + 2);
13920 error (_("Could not disable branch tracing for %s."),
13921 target_pid_to_str (tinfo->ptid));
13927 /* Teardown branch tracing. */
13930 remote_target::teardown_btrace (struct btrace_target_info *tinfo)
13932 /* We must not talk to the target during teardown. */
13936 /* Read the branch trace. */
13939 remote_target::read_btrace (struct btrace_data *btrace,
13940 struct btrace_target_info *tinfo,
13941 enum btrace_read_type type)
13943 struct packet_config *packet = &remote_protocol_packets[PACKET_qXfer_btrace];
13946 if (packet_config_support (packet) != PACKET_ENABLE)
13947 error (_("Target does not support branch tracing."));
13949 #if !defined(HAVE_LIBEXPAT)
13950 error (_("Cannot process branch tracing result. XML parsing not supported."));
13955 case BTRACE_READ_ALL:
13958 case BTRACE_READ_NEW:
13961 case BTRACE_READ_DELTA:
13965 internal_error (__FILE__, __LINE__,
13966 _("Bad branch tracing read type: %u."),
13967 (unsigned int) type);
13970 gdb::optional<gdb::char_vector> xml
13971 = target_read_stralloc (current_top_target (), TARGET_OBJECT_BTRACE, annex);
13973 return BTRACE_ERR_UNKNOWN;
13975 parse_xml_btrace (btrace, xml->data ());
13977 return BTRACE_ERR_NONE;
13980 const struct btrace_config *
13981 remote_target::btrace_conf (const struct btrace_target_info *tinfo)
13983 return &tinfo->conf;
13987 remote_target::augmented_libraries_svr4_read ()
13989 return (packet_support (PACKET_augmented_libraries_svr4_read_feature)
13993 /* Implementation of to_load. */
13996 remote_target::load (const char *name, int from_tty)
13998 generic_load (name, from_tty);
14001 /* Accepts an integer PID; returns a string representing a file that
14002 can be opened on the remote side to get the symbols for the child
14003 process. Returns NULL if the operation is not supported. */
14006 remote_target::pid_to_exec_file (int pid)
14008 static gdb::optional<gdb::char_vector> filename;
14009 struct inferior *inf;
14010 char *annex = NULL;
14012 if (packet_support (PACKET_qXfer_exec_file) != PACKET_ENABLE)
14015 inf = find_inferior_pid (pid);
14017 internal_error (__FILE__, __LINE__,
14018 _("not currently attached to process %d"), pid);
14020 if (!inf->fake_pid_p)
14022 const int annex_size = 9;
14024 annex = (char *) alloca (annex_size);
14025 xsnprintf (annex, annex_size, "%x", pid);
14028 filename = target_read_stralloc (current_top_target (),
14029 TARGET_OBJECT_EXEC_FILE, annex);
14031 return filename ? filename->data () : nullptr;
14034 /* Implement the to_can_do_single_step target_ops method. */
14037 remote_target::can_do_single_step ()
14039 /* We can only tell whether target supports single step or not by
14040 supported s and S vCont actions if the stub supports vContSupported
14041 feature. If the stub doesn't support vContSupported feature,
14042 we have conservatively to think target doesn't supports single
14044 if (packet_support (PACKET_vContSupported) == PACKET_ENABLE)
14046 struct remote_state *rs = get_remote_state ();
14048 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
14049 remote_vcont_probe ();
14051 return rs->supports_vCont.s && rs->supports_vCont.S;
14057 /* Implementation of the to_execution_direction method for the remote
14060 enum exec_direction_kind
14061 remote_target::execution_direction ()
14063 struct remote_state *rs = get_remote_state ();
14065 return rs->last_resume_exec_dir;
14068 /* Return pointer to the thread_info struct which corresponds to
14069 THREAD_HANDLE (having length HANDLE_LEN). */
14072 remote_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
14076 struct thread_info *tp;
14078 ALL_NON_EXITED_THREADS (tp)
14080 remote_thread_info *priv = get_remote_thread_info (tp);
14082 if (tp->inf == inf && priv != NULL)
14084 if (handle_len != priv->thread_handle.size ())
14085 error (_("Thread handle size mismatch: %d vs %zu (from remote)"),
14086 handle_len, priv->thread_handle.size ());
14087 if (memcmp (thread_handle, priv->thread_handle.data (),
14097 remote_target::can_async_p ()
14099 struct remote_state *rs = get_remote_state ();
14101 /* We don't go async if the user has explicitly prevented it with the
14102 "maint set target-async" command. */
14103 if (!target_async_permitted)
14106 /* We're async whenever the serial device is. */
14107 return serial_can_async_p (rs->remote_desc);
14111 remote_target::is_async_p ()
14113 struct remote_state *rs = get_remote_state ();
14115 if (!target_async_permitted)
14116 /* We only enable async when the user specifically asks for it. */
14119 /* We're async whenever the serial device is. */
14120 return serial_is_async_p (rs->remote_desc);
14123 /* Pass the SERIAL event on and up to the client. One day this code
14124 will be able to delay notifying the client of an event until the
14125 point where an entire packet has been received. */
14127 static serial_event_ftype remote_async_serial_handler;
14130 remote_async_serial_handler (struct serial *scb, void *context)
14132 /* Don't propogate error information up to the client. Instead let
14133 the client find out about the error by querying the target. */
14134 inferior_event_handler (INF_REG_EVENT, NULL);
14138 remote_async_inferior_event_handler (gdb_client_data data)
14140 inferior_event_handler (INF_REG_EVENT, data);
14144 remote_target::async (int enable)
14146 struct remote_state *rs = get_remote_state ();
14150 serial_async (rs->remote_desc, remote_async_serial_handler, rs);
14152 /* If there are pending events in the stop reply queue tell the
14153 event loop to process them. */
14154 if (!rs->stop_reply_queue.empty ())
14155 mark_async_event_handler (rs->remote_async_inferior_event_token);
14156 /* For simplicity, below we clear the pending events token
14157 without remembering whether it is marked, so here we always
14158 mark it. If there's actually no pending notification to
14159 process, this ends up being a no-op (other than a spurious
14160 event-loop wakeup). */
14161 if (target_is_non_stop_p ())
14162 mark_async_event_handler (rs->notif_state->get_pending_events_token);
14166 serial_async (rs->remote_desc, NULL, NULL);
14167 /* If the core is disabling async, it doesn't want to be
14168 disturbed with target events. Clear all async event sources
14170 clear_async_event_handler (rs->remote_async_inferior_event_token);
14171 if (target_is_non_stop_p ())
14172 clear_async_event_handler (rs->notif_state->get_pending_events_token);
14176 /* Implementation of the to_thread_events method. */
14179 remote_target::thread_events (int enable)
14181 struct remote_state *rs = get_remote_state ();
14182 size_t size = get_remote_packet_size ();
14184 if (packet_support (PACKET_QThreadEvents) == PACKET_DISABLE)
14187 xsnprintf (rs->buf, size, "QThreadEvents:%x", enable ? 1 : 0);
14189 getpkt (&rs->buf, &rs->buf_size, 0);
14191 switch (packet_ok (rs->buf,
14192 &remote_protocol_packets[PACKET_QThreadEvents]))
14195 if (strcmp (rs->buf, "OK") != 0)
14196 error (_("Remote refused setting thread events: %s"), rs->buf);
14199 warning (_("Remote failure reply: %s"), rs->buf);
14201 case PACKET_UNKNOWN:
14207 set_remote_cmd (const char *args, int from_tty)
14209 help_list (remote_set_cmdlist, "set remote ", all_commands, gdb_stdout);
14213 show_remote_cmd (const char *args, int from_tty)
14215 /* We can't just use cmd_show_list here, because we want to skip
14216 the redundant "show remote Z-packet" and the legacy aliases. */
14217 struct cmd_list_element *list = remote_show_cmdlist;
14218 struct ui_out *uiout = current_uiout;
14220 ui_out_emit_tuple tuple_emitter (uiout, "showlist");
14221 for (; list != NULL; list = list->next)
14222 if (strcmp (list->name, "Z-packet") == 0)
14224 else if (list->type == not_set_cmd)
14225 /* Alias commands are exactly like the original, except they
14226 don't have the normal type. */
14230 ui_out_emit_tuple option_emitter (uiout, "option");
14232 uiout->field_string ("name", list->name);
14233 uiout->text (": ");
14234 if (list->type == show_cmd)
14235 do_show_command (NULL, from_tty, list);
14237 cmd_func (list, NULL, from_tty);
14242 /* Function to be called whenever a new objfile (shlib) is detected. */
14244 remote_new_objfile (struct objfile *objfile)
14246 remote_target *remote = get_current_remote_target ();
14248 if (remote != NULL) /* Have a remote connection. */
14249 remote->remote_check_symbols ();
14252 /* Pull all the tracepoints defined on the target and create local
14253 data structures representing them. We don't want to create real
14254 tracepoints yet, we don't want to mess up the user's existing
14258 remote_target::upload_tracepoints (struct uploaded_tp **utpp)
14260 struct remote_state *rs = get_remote_state ();
14263 /* Ask for a first packet of tracepoint definition. */
14265 getpkt (&rs->buf, &rs->buf_size, 0);
14267 while (*p && *p != 'l')
14269 parse_tracepoint_definition (p, utpp);
14270 /* Ask for another packet of tracepoint definition. */
14272 getpkt (&rs->buf, &rs->buf_size, 0);
14279 remote_target::upload_trace_state_variables (struct uploaded_tsv **utsvp)
14281 struct remote_state *rs = get_remote_state ();
14284 /* Ask for a first packet of variable definition. */
14286 getpkt (&rs->buf, &rs->buf_size, 0);
14288 while (*p && *p != 'l')
14290 parse_tsv_definition (p, utsvp);
14291 /* Ask for another packet of variable definition. */
14293 getpkt (&rs->buf, &rs->buf_size, 0);
14299 /* The "set/show range-stepping" show hook. */
14302 show_range_stepping (struct ui_file *file, int from_tty,
14303 struct cmd_list_element *c,
14306 fprintf_filtered (file,
14307 _("Debugger's willingness to use range stepping "
14308 "is %s.\n"), value);
14311 /* Return true if the vCont;r action is supported by the remote
14315 remote_target::vcont_r_supported ()
14317 if (packet_support (PACKET_vCont) == PACKET_SUPPORT_UNKNOWN)
14318 remote_vcont_probe ();
14320 return (packet_support (PACKET_vCont) == PACKET_ENABLE
14321 && get_remote_state ()->supports_vCont.r);
14324 /* The "set/show range-stepping" set hook. */
14327 set_range_stepping (const char *ignore_args, int from_tty,
14328 struct cmd_list_element *c)
14330 /* When enabling, check whether range stepping is actually supported
14331 by the target, and warn if not. */
14332 if (use_range_stepping)
14334 remote_target *remote = get_current_remote_target ();
14336 || !remote->vcont_r_supported ())
14337 warning (_("Range stepping is not supported by the current target"));
14342 _initialize_remote (void)
14344 struct cmd_list_element *cmd;
14345 const char *cmd_name;
14347 /* architecture specific data */
14348 remote_g_packet_data_handle =
14349 gdbarch_data_register_pre_init (remote_g_packet_data_init);
14352 = register_program_space_data_with_cleanup (NULL,
14353 remote_pspace_data_cleanup);
14355 add_target (remote_target_info, remote_target::open);
14356 add_target (extended_remote_target_info, extended_remote_target::open);
14358 /* Hook into new objfile notification. */
14359 gdb::observers::new_objfile.attach (remote_new_objfile);
14362 init_remote_threadtests ();
14365 /* set/show remote ... */
14367 add_prefix_cmd ("remote", class_maintenance, set_remote_cmd, _("\
14368 Remote protocol specific variables\n\
14369 Configure various remote-protocol specific variables such as\n\
14370 the packets being used"),
14371 &remote_set_cmdlist, "set remote ",
14372 0 /* allow-unknown */, &setlist);
14373 add_prefix_cmd ("remote", class_maintenance, show_remote_cmd, _("\
14374 Remote protocol specific variables\n\
14375 Configure various remote-protocol specific variables such as\n\
14376 the packets being used"),
14377 &remote_show_cmdlist, "show remote ",
14378 0 /* allow-unknown */, &showlist);
14380 add_cmd ("compare-sections", class_obscure, compare_sections_command, _("\
14381 Compare section data on target to the exec file.\n\
14382 Argument is a single section name (default: all loaded sections).\n\
14383 To compare only read-only loaded sections, specify the -r option."),
14386 add_cmd ("packet", class_maintenance, packet_command, _("\
14387 Send an arbitrary packet to a remote target.\n\
14388 maintenance packet TEXT\n\
14389 If GDB is talking to an inferior via the GDB serial protocol, then\n\
14390 this command sends the string TEXT to the inferior, and displays the\n\
14391 response packet. GDB supplies the initial `$' character, and the\n\
14392 terminating `#' character and checksum."),
14395 add_setshow_boolean_cmd ("remotebreak", no_class, &remote_break, _("\
14396 Set whether to send break if interrupted."), _("\
14397 Show whether to send break if interrupted."), _("\
14398 If set, a break, instead of a cntrl-c, is sent to the remote target."),
14399 set_remotebreak, show_remotebreak,
14400 &setlist, &showlist);
14401 cmd_name = "remotebreak";
14402 cmd = lookup_cmd (&cmd_name, setlist, "", -1, 1);
14403 deprecate_cmd (cmd, "set remote interrupt-sequence");
14404 cmd_name = "remotebreak"; /* needed because lookup_cmd updates the pointer */
14405 cmd = lookup_cmd (&cmd_name, showlist, "", -1, 1);
14406 deprecate_cmd (cmd, "show remote interrupt-sequence");
14408 add_setshow_enum_cmd ("interrupt-sequence", class_support,
14409 interrupt_sequence_modes, &interrupt_sequence_mode,
14411 Set interrupt sequence to remote target."), _("\
14412 Show interrupt sequence to remote target."), _("\
14413 Valid value is \"Ctrl-C\", \"BREAK\" or \"BREAK-g\". The default is \"Ctrl-C\"."),
14414 NULL, show_interrupt_sequence,
14415 &remote_set_cmdlist,
14416 &remote_show_cmdlist);
14418 add_setshow_boolean_cmd ("interrupt-on-connect", class_support,
14419 &interrupt_on_connect, _("\
14420 Set whether interrupt-sequence is sent to remote target when gdb connects to."), _(" \
14421 Show whether interrupt-sequence is sent to remote target when gdb connects to."), _(" \
14422 If set, interrupt sequence is sent to remote target."),
14424 &remote_set_cmdlist, &remote_show_cmdlist);
14426 /* Install commands for configuring memory read/write packets. */
14428 add_cmd ("remotewritesize", no_class, set_memory_write_packet_size, _("\
14429 Set the maximum number of bytes per memory write packet (deprecated)."),
14431 add_cmd ("remotewritesize", no_class, show_memory_write_packet_size, _("\
14432 Show the maximum number of bytes per memory write packet (deprecated)."),
14434 add_cmd ("memory-write-packet-size", no_class,
14435 set_memory_write_packet_size, _("\
14436 Set the maximum number of bytes per memory-write packet.\n\
14437 Specify the number of bytes in a packet or 0 (zero) for the\n\
14438 default packet size. The actual limit is further reduced\n\
14439 dependent on the target. Specify ``fixed'' to disable the\n\
14440 further restriction and ``limit'' to enable that restriction."),
14441 &remote_set_cmdlist);
14442 add_cmd ("memory-read-packet-size", no_class,
14443 set_memory_read_packet_size, _("\
14444 Set the maximum number of bytes per memory-read packet.\n\
14445 Specify the number of bytes in a packet or 0 (zero) for the\n\
14446 default packet size. The actual limit is further reduced\n\
14447 dependent on the target. Specify ``fixed'' to disable the\n\
14448 further restriction and ``limit'' to enable that restriction."),
14449 &remote_set_cmdlist);
14450 add_cmd ("memory-write-packet-size", no_class,
14451 show_memory_write_packet_size,
14452 _("Show the maximum number of bytes per memory-write packet."),
14453 &remote_show_cmdlist);
14454 add_cmd ("memory-read-packet-size", no_class,
14455 show_memory_read_packet_size,
14456 _("Show the maximum number of bytes per memory-read packet."),
14457 &remote_show_cmdlist);
14459 add_setshow_zuinteger_unlimited_cmd ("hardware-watchpoint-limit", no_class,
14460 &remote_hw_watchpoint_limit, _("\
14461 Set the maximum number of target hardware watchpoints."), _("\
14462 Show the maximum number of target hardware watchpoints."), _("\
14463 Specify \"unlimited\" for unlimited hardware watchpoints."),
14464 NULL, show_hardware_watchpoint_limit,
14465 &remote_set_cmdlist,
14466 &remote_show_cmdlist);
14467 add_setshow_zuinteger_unlimited_cmd ("hardware-watchpoint-length-limit",
14469 &remote_hw_watchpoint_length_limit, _("\
14470 Set the maximum length (in bytes) of a target hardware watchpoint."), _("\
14471 Show the maximum length (in bytes) of a target hardware watchpoint."), _("\
14472 Specify \"unlimited\" to allow watchpoints of unlimited size."),
14473 NULL, show_hardware_watchpoint_length_limit,
14474 &remote_set_cmdlist, &remote_show_cmdlist);
14475 add_setshow_zuinteger_unlimited_cmd ("hardware-breakpoint-limit", no_class,
14476 &remote_hw_breakpoint_limit, _("\
14477 Set the maximum number of target hardware breakpoints."), _("\
14478 Show the maximum number of target hardware breakpoints."), _("\
14479 Specify \"unlimited\" for unlimited hardware breakpoints."),
14480 NULL, show_hardware_breakpoint_limit,
14481 &remote_set_cmdlist, &remote_show_cmdlist);
14483 add_setshow_zuinteger_cmd ("remoteaddresssize", class_obscure,
14484 &remote_address_size, _("\
14485 Set the maximum size of the address (in bits) in a memory packet."), _("\
14486 Show the maximum size of the address (in bits) in a memory packet."), NULL,
14488 NULL, /* FIXME: i18n: */
14489 &setlist, &showlist);
14491 init_all_packet_configs ();
14493 add_packet_config_cmd (&remote_protocol_packets[PACKET_X],
14494 "X", "binary-download", 1);
14496 add_packet_config_cmd (&remote_protocol_packets[PACKET_vCont],
14497 "vCont", "verbose-resume", 0);
14499 add_packet_config_cmd (&remote_protocol_packets[PACKET_QPassSignals],
14500 "QPassSignals", "pass-signals", 0);
14502 add_packet_config_cmd (&remote_protocol_packets[PACKET_QCatchSyscalls],
14503 "QCatchSyscalls", "catch-syscalls", 0);
14505 add_packet_config_cmd (&remote_protocol_packets[PACKET_QProgramSignals],
14506 "QProgramSignals", "program-signals", 0);
14508 add_packet_config_cmd (&remote_protocol_packets[PACKET_QSetWorkingDir],
14509 "QSetWorkingDir", "set-working-dir", 0);
14511 add_packet_config_cmd (&remote_protocol_packets[PACKET_QStartupWithShell],
14512 "QStartupWithShell", "startup-with-shell", 0);
14514 add_packet_config_cmd (&remote_protocol_packets
14515 [PACKET_QEnvironmentHexEncoded],
14516 "QEnvironmentHexEncoded", "environment-hex-encoded",
14519 add_packet_config_cmd (&remote_protocol_packets[PACKET_QEnvironmentReset],
14520 "QEnvironmentReset", "environment-reset",
14523 add_packet_config_cmd (&remote_protocol_packets[PACKET_QEnvironmentUnset],
14524 "QEnvironmentUnset", "environment-unset",
14527 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSymbol],
14528 "qSymbol", "symbol-lookup", 0);
14530 add_packet_config_cmd (&remote_protocol_packets[PACKET_P],
14531 "P", "set-register", 1);
14533 add_packet_config_cmd (&remote_protocol_packets[PACKET_p],
14534 "p", "fetch-register", 1);
14536 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z0],
14537 "Z0", "software-breakpoint", 0);
14539 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z1],
14540 "Z1", "hardware-breakpoint", 0);
14542 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z2],
14543 "Z2", "write-watchpoint", 0);
14545 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z3],
14546 "Z3", "read-watchpoint", 0);
14548 add_packet_config_cmd (&remote_protocol_packets[PACKET_Z4],
14549 "Z4", "access-watchpoint", 0);
14551 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_auxv],
14552 "qXfer:auxv:read", "read-aux-vector", 0);
14554 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_exec_file],
14555 "qXfer:exec-file:read", "pid-to-exec-file", 0);
14557 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_features],
14558 "qXfer:features:read", "target-features", 0);
14560 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_libraries],
14561 "qXfer:libraries:read", "library-info", 0);
14563 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_libraries_svr4],
14564 "qXfer:libraries-svr4:read", "library-info-svr4", 0);
14566 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_memory_map],
14567 "qXfer:memory-map:read", "memory-map", 0);
14569 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_spu_read],
14570 "qXfer:spu:read", "read-spu-object", 0);
14572 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_spu_write],
14573 "qXfer:spu:write", "write-spu-object", 0);
14575 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_osdata],
14576 "qXfer:osdata:read", "osdata", 0);
14578 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_threads],
14579 "qXfer:threads:read", "threads", 0);
14581 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_siginfo_read],
14582 "qXfer:siginfo:read", "read-siginfo-object", 0);
14584 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_siginfo_write],
14585 "qXfer:siginfo:write", "write-siginfo-object", 0);
14587 add_packet_config_cmd
14588 (&remote_protocol_packets[PACKET_qXfer_traceframe_info],
14589 "qXfer:traceframe-info:read", "traceframe-info", 0);
14591 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_uib],
14592 "qXfer:uib:read", "unwind-info-block", 0);
14594 add_packet_config_cmd (&remote_protocol_packets[PACKET_qGetTLSAddr],
14595 "qGetTLSAddr", "get-thread-local-storage-address",
14598 add_packet_config_cmd (&remote_protocol_packets[PACKET_qGetTIBAddr],
14599 "qGetTIBAddr", "get-thread-information-block-address",
14602 add_packet_config_cmd (&remote_protocol_packets[PACKET_bc],
14603 "bc", "reverse-continue", 0);
14605 add_packet_config_cmd (&remote_protocol_packets[PACKET_bs],
14606 "bs", "reverse-step", 0);
14608 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSupported],
14609 "qSupported", "supported-packets", 0);
14611 add_packet_config_cmd (&remote_protocol_packets[PACKET_qSearch_memory],
14612 "qSearch:memory", "search-memory", 0);
14614 add_packet_config_cmd (&remote_protocol_packets[PACKET_qTStatus],
14615 "qTStatus", "trace-status", 0);
14617 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_setfs],
14618 "vFile:setfs", "hostio-setfs", 0);
14620 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_open],
14621 "vFile:open", "hostio-open", 0);
14623 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_pread],
14624 "vFile:pread", "hostio-pread", 0);
14626 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_pwrite],
14627 "vFile:pwrite", "hostio-pwrite", 0);
14629 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_close],
14630 "vFile:close", "hostio-close", 0);
14632 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_unlink],
14633 "vFile:unlink", "hostio-unlink", 0);
14635 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_readlink],
14636 "vFile:readlink", "hostio-readlink", 0);
14638 add_packet_config_cmd (&remote_protocol_packets[PACKET_vFile_fstat],
14639 "vFile:fstat", "hostio-fstat", 0);
14641 add_packet_config_cmd (&remote_protocol_packets[PACKET_vAttach],
14642 "vAttach", "attach", 0);
14644 add_packet_config_cmd (&remote_protocol_packets[PACKET_vRun],
14647 add_packet_config_cmd (&remote_protocol_packets[PACKET_QStartNoAckMode],
14648 "QStartNoAckMode", "noack", 0);
14650 add_packet_config_cmd (&remote_protocol_packets[PACKET_vKill],
14651 "vKill", "kill", 0);
14653 add_packet_config_cmd (&remote_protocol_packets[PACKET_qAttached],
14654 "qAttached", "query-attached", 0);
14656 add_packet_config_cmd (&remote_protocol_packets[PACKET_ConditionalTracepoints],
14657 "ConditionalTracepoints",
14658 "conditional-tracepoints", 0);
14660 add_packet_config_cmd (&remote_protocol_packets[PACKET_ConditionalBreakpoints],
14661 "ConditionalBreakpoints",
14662 "conditional-breakpoints", 0);
14664 add_packet_config_cmd (&remote_protocol_packets[PACKET_BreakpointCommands],
14665 "BreakpointCommands",
14666 "breakpoint-commands", 0);
14668 add_packet_config_cmd (&remote_protocol_packets[PACKET_FastTracepoints],
14669 "FastTracepoints", "fast-tracepoints", 0);
14671 add_packet_config_cmd (&remote_protocol_packets[PACKET_TracepointSource],
14672 "TracepointSource", "TracepointSource", 0);
14674 add_packet_config_cmd (&remote_protocol_packets[PACKET_QAllow],
14675 "QAllow", "allow", 0);
14677 add_packet_config_cmd (&remote_protocol_packets[PACKET_StaticTracepoints],
14678 "StaticTracepoints", "static-tracepoints", 0);
14680 add_packet_config_cmd (&remote_protocol_packets[PACKET_InstallInTrace],
14681 "InstallInTrace", "install-in-trace", 0);
14683 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_statictrace_read],
14684 "qXfer:statictrace:read", "read-sdata-object", 0);
14686 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_fdpic],
14687 "qXfer:fdpic:read", "read-fdpic-loadmap", 0);
14689 add_packet_config_cmd (&remote_protocol_packets[PACKET_QDisableRandomization],
14690 "QDisableRandomization", "disable-randomization", 0);
14692 add_packet_config_cmd (&remote_protocol_packets[PACKET_QAgent],
14693 "QAgent", "agent", 0);
14695 add_packet_config_cmd (&remote_protocol_packets[PACKET_QTBuffer_size],
14696 "QTBuffer:size", "trace-buffer-size", 0);
14698 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_off],
14699 "Qbtrace:off", "disable-btrace", 0);
14701 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_bts],
14702 "Qbtrace:bts", "enable-btrace-bts", 0);
14704 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_pt],
14705 "Qbtrace:pt", "enable-btrace-pt", 0);
14707 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_btrace],
14708 "qXfer:btrace", "read-btrace", 0);
14710 add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_btrace_conf],
14711 "qXfer:btrace-conf", "read-btrace-conf", 0);
14713 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_conf_bts_size],
14714 "Qbtrace-conf:bts:size", "btrace-conf-bts-size", 0);
14716 add_packet_config_cmd (&remote_protocol_packets[PACKET_multiprocess_feature],
14717 "multiprocess-feature", "multiprocess-feature", 0);
14719 add_packet_config_cmd (&remote_protocol_packets[PACKET_swbreak_feature],
14720 "swbreak-feature", "swbreak-feature", 0);
14722 add_packet_config_cmd (&remote_protocol_packets[PACKET_hwbreak_feature],
14723 "hwbreak-feature", "hwbreak-feature", 0);
14725 add_packet_config_cmd (&remote_protocol_packets[PACKET_fork_event_feature],
14726 "fork-event-feature", "fork-event-feature", 0);
14728 add_packet_config_cmd (&remote_protocol_packets[PACKET_vfork_event_feature],
14729 "vfork-event-feature", "vfork-event-feature", 0);
14731 add_packet_config_cmd (&remote_protocol_packets[PACKET_Qbtrace_conf_pt_size],
14732 "Qbtrace-conf:pt:size", "btrace-conf-pt-size", 0);
14734 add_packet_config_cmd (&remote_protocol_packets[PACKET_vContSupported],
14735 "vContSupported", "verbose-resume-supported", 0);
14737 add_packet_config_cmd (&remote_protocol_packets[PACKET_exec_event_feature],
14738 "exec-event-feature", "exec-event-feature", 0);
14740 add_packet_config_cmd (&remote_protocol_packets[PACKET_vCtrlC],
14741 "vCtrlC", "ctrl-c", 0);
14743 add_packet_config_cmd (&remote_protocol_packets[PACKET_QThreadEvents],
14744 "QThreadEvents", "thread-events", 0);
14746 add_packet_config_cmd (&remote_protocol_packets[PACKET_no_resumed],
14747 "N stop reply", "no-resumed-stop-reply", 0);
14749 /* Assert that we've registered "set remote foo-packet" commands
14750 for all packet configs. */
14754 for (i = 0; i < PACKET_MAX; i++)
14756 /* Ideally all configs would have a command associated. Some
14757 still don't though. */
14762 case PACKET_QNonStop:
14763 case PACKET_EnableDisableTracepoints_feature:
14764 case PACKET_tracenz_feature:
14765 case PACKET_DisconnectedTracing_feature:
14766 case PACKET_augmented_libraries_svr4_read_feature:
14768 /* Additions to this list need to be well justified:
14769 pre-existing packets are OK; new packets are not. */
14777 /* This catches both forgetting to add a config command, and
14778 forgetting to remove a packet from the exception list. */
14779 gdb_assert (excepted == (remote_protocol_packets[i].name == NULL));
14783 /* Keep the old ``set remote Z-packet ...'' working. Each individual
14784 Z sub-packet has its own set and show commands, but users may
14785 have sets to this variable in their .gdbinit files (or in their
14787 add_setshow_auto_boolean_cmd ("Z-packet", class_obscure,
14788 &remote_Z_packet_detect, _("\
14789 Set use of remote protocol `Z' packets"), _("\
14790 Show use of remote protocol `Z' packets "), _("\
14791 When set, GDB will attempt to use the remote breakpoint and watchpoint\n\
14793 set_remote_protocol_Z_packet_cmd,
14794 show_remote_protocol_Z_packet_cmd,
14795 /* FIXME: i18n: Use of remote protocol
14796 `Z' packets is %s. */
14797 &remote_set_cmdlist, &remote_show_cmdlist);
14799 add_prefix_cmd ("remote", class_files, remote_command, _("\
14800 Manipulate files on the remote system\n\
14801 Transfer files to and from the remote target system."),
14802 &remote_cmdlist, "remote ",
14803 0 /* allow-unknown */, &cmdlist);
14805 add_cmd ("put", class_files, remote_put_command,
14806 _("Copy a local file to the remote system."),
14809 add_cmd ("get", class_files, remote_get_command,
14810 _("Copy a remote file to the local system."),
14813 add_cmd ("delete", class_files, remote_delete_command,
14814 _("Delete a remote file."),
14817 add_setshow_string_noescape_cmd ("exec-file", class_files,
14818 &remote_exec_file_var, _("\
14819 Set the remote pathname for \"run\""), _("\
14820 Show the remote pathname for \"run\""), NULL,
14821 set_remote_exec_file,
14822 show_remote_exec_file,
14823 &remote_set_cmdlist,
14824 &remote_show_cmdlist);
14826 add_setshow_boolean_cmd ("range-stepping", class_run,
14827 &use_range_stepping, _("\
14828 Enable or disable range stepping."), _("\
14829 Show whether target-assisted range stepping is enabled."), _("\
14830 If on, and the target supports it, when stepping a source line, GDB\n\
14831 tells the target to step the corresponding range of addresses itself instead\n\
14832 of issuing multiple single-steps. This speeds up source level\n\
14833 stepping. If off, GDB always issues single-steps, even if range\n\
14834 stepping is supported by the target. The default is on."),
14835 set_range_stepping,
14836 show_range_stepping,
14840 /* Eventually initialize fileio. See fileio.c */
14841 initialize_remote_fileio (remote_set_cmdlist, remote_show_cmdlist);
14843 /* Take advantage of the fact that the TID field is not used, to tag
14844 special ptids with it set to != 0. */
14845 magic_null_ptid = ptid_t (42000, -1, 1);
14846 not_sent_ptid = ptid_t (42000, -2, 1);
14847 any_thread_ptid = ptid_t (42000, 0, 1);