NEWS: Mention native target renames.
[deliverable/binutils-gdb.git] / gdb / target.c
CommitLineData
c906108c 1/* Select target systems and architectures at runtime for GDB.
7998dfc3 2
ecd75fc8 3 Copyright (C) 1990-2014 Free Software Foundation, Inc.
7998dfc3 4
c906108c
SS
5 Contributed by Cygnus Support.
6
c5aa993b 7 This file is part of GDB.
c906108c 8
c5aa993b
JM
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
a9762ec7 11 the Free Software Foundation; either version 3 of the License, or
c5aa993b 12 (at your option) any later version.
c906108c 13
c5aa993b
JM
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
c906108c 18
c5aa993b 19 You should have received a copy of the GNU General Public License
a9762ec7 20 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c906108c
SS
21
22#include "defs.h"
23#include <errno.h>
0e9f083f 24#include <string.h>
c906108c 25#include "target.h"
68c765e2 26#include "target-dcache.h"
c906108c
SS
27#include "gdbcmd.h"
28#include "symtab.h"
29#include "inferior.h"
30#include "bfd.h"
31#include "symfile.h"
32#include "objfiles.h"
4930751a 33#include "dcache.h"
c906108c 34#include <signal.h>
4e052eda 35#include "regcache.h"
0088c768 36#include "gdb_assert.h"
b6591e8b 37#include "gdbcore.h"
9e35dae4 38#include "exceptions.h"
424163ea 39#include "target-descriptions.h"
e1ac3328 40#include "gdbthread.h"
b9db4ced 41#include "solib.h"
07b82ea5 42#include "exec.h"
edb3359d 43#include "inline-frame.h"
2f4d8875 44#include "tracepoint.h"
7313baad 45#include "gdb/fileio.h"
8ffcbaaf 46#include "agent.h"
8de71aab 47#include "auxv.h"
c906108c 48
a14ed312 49static void target_info (char *, int);
c906108c 50
0a4f40a2 51static void default_terminal_info (struct target_ops *, const char *, int);
c906108c 52
5009afc5
AS
53static int default_watchpoint_addr_within_range (struct target_ops *,
54 CORE_ADDR, CORE_ADDR, int);
55
31568a15
TT
56static int default_region_ok_for_hw_watchpoint (struct target_ops *,
57 CORE_ADDR, int);
e0d24f8d 58
a53f3625
TT
59static void default_rcmd (struct target_ops *, char *, struct ui_file *);
60
4229b31d
TT
61static ptid_t default_get_ada_task_ptid (struct target_ops *self,
62 long lwp, long tid);
63
098dba18
TT
64static int default_follow_fork (struct target_ops *self, int follow_child,
65 int detach_fork);
66
8d657035
TT
67static void default_mourn_inferior (struct target_ops *self);
68
58a5184e
TT
69static int default_search_memory (struct target_ops *ops,
70 CORE_ADDR start_addr,
71 ULONGEST search_space_len,
72 const gdb_byte *pattern,
73 ULONGEST pattern_len,
74 CORE_ADDR *found_addrp);
75
936d2992
PA
76static int default_verify_memory (struct target_ops *self,
77 const gdb_byte *data,
78 CORE_ADDR memaddr, ULONGEST size);
79
c25c4a8b 80static void tcomplain (void) ATTRIBUTE_NORETURN;
c906108c 81
555bbdeb
TT
82static int return_zero (struct target_ops *);
83
84static int return_zero_has_execution (struct target_ops *, ptid_t);
c906108c 85
a14ed312 86static void target_command (char *, int);
c906108c 87
a14ed312 88static struct target_ops *find_default_run_target (char *);
c906108c 89
c2250ad1
UW
90static struct gdbarch *default_thread_architecture (struct target_ops *ops,
91 ptid_t ptid);
92
0b5a2719
TT
93static int dummy_find_memory_regions (struct target_ops *self,
94 find_memory_region_ftype ignore1,
95 void *ignore2);
96
16f796b1
TT
97static char *dummy_make_corefile_notes (struct target_ops *self,
98 bfd *ignore1, int *ignore2);
99
770234d3
TT
100static char *default_pid_to_str (struct target_ops *ops, ptid_t ptid);
101
fe31bf5b
TT
102static enum exec_direction_kind default_execution_direction
103 (struct target_ops *self);
104
c0eca49f
TT
105static CORE_ADDR default_target_decr_pc_after_break (struct target_ops *ops,
106 struct gdbarch *gdbarch);
107
1101cb7b
TT
108#include "target-delegates.c"
109
a14ed312 110static void init_dummy_target (void);
c906108c 111
aa869812
AC
112static struct target_ops debug_target;
113
a14ed312 114static void debug_to_open (char *, int);
c906108c 115
f32dbf8c
MM
116static void debug_to_prepare_to_store (struct target_ops *self,
117 struct regcache *);
c906108c 118
a14ed312 119static void debug_to_files_info (struct target_ops *);
c906108c 120
3db08215 121static int debug_to_insert_breakpoint (struct target_ops *, struct gdbarch *,
a6d9a66e 122 struct bp_target_info *);
c906108c 123
3db08215 124static int debug_to_remove_breakpoint (struct target_ops *, struct gdbarch *,
a6d9a66e 125 struct bp_target_info *);
c906108c 126
5461485a
TT
127static int debug_to_can_use_hw_breakpoint (struct target_ops *self,
128 int, int, int);
ccaa32c7 129
23a26771
TT
130static int debug_to_insert_hw_breakpoint (struct target_ops *self,
131 struct gdbarch *,
a6d9a66e 132 struct bp_target_info *);
ccaa32c7 133
a64dc96c
TT
134static int debug_to_remove_hw_breakpoint (struct target_ops *self,
135 struct gdbarch *,
a6d9a66e 136 struct bp_target_info *);
ccaa32c7 137
7bb99c53
TT
138static int debug_to_insert_watchpoint (struct target_ops *self,
139 CORE_ADDR, int, int,
0cf6dd15 140 struct expression *);
ccaa32c7 141
11b5219a
TT
142static int debug_to_remove_watchpoint (struct target_ops *self,
143 CORE_ADDR, int, int,
0cf6dd15 144 struct expression *);
ccaa32c7 145
4aa7a7f5 146static int debug_to_stopped_data_address (struct target_ops *, CORE_ADDR *);
ccaa32c7 147
5009afc5
AS
148static int debug_to_watchpoint_addr_within_range (struct target_ops *,
149 CORE_ADDR, CORE_ADDR, int);
150
31568a15
TT
151static int debug_to_region_ok_for_hw_watchpoint (struct target_ops *self,
152 CORE_ADDR, int);
e0d24f8d 153
c3a5ff89
TT
154static int debug_to_can_accel_watchpoint_condition (struct target_ops *self,
155 CORE_ADDR, int, int,
0cf6dd15
TJB
156 struct expression *);
157
c42bf286 158static void debug_to_terminal_init (struct target_ops *self);
c906108c 159
d2f640d4 160static void debug_to_terminal_inferior (struct target_ops *self);
c906108c 161
2e1e1a19 162static void debug_to_terminal_ours_for_output (struct target_ops *self);
c906108c 163
ae3bd431 164static void debug_to_terminal_save_ours (struct target_ops *self);
a790ad35 165
e3594fd1 166static void debug_to_terminal_ours (struct target_ops *self);
c906108c 167
71a9f134 168static void debug_to_load (struct target_ops *self, char *, int);
c906108c 169
da82bd6b 170static int debug_to_can_run (struct target_ops *self);
c906108c 171
1eab8a48 172static void debug_to_stop (struct target_ops *self, ptid_t);
c906108c 173
c906108c 174/* Pointer to array of target architecture structures; the size of the
2bc416ba 175 array; the current index into the array; the allocated size of the
c906108c
SS
176 array. */
177struct target_ops **target_structs;
178unsigned target_struct_size;
c906108c
SS
179unsigned target_struct_allocsize;
180#define DEFAULT_ALLOCSIZE 10
181
182/* The initial current target, so that there is always a semi-valid
183 current target. */
184
185static struct target_ops dummy_target;
186
187/* Top of target stack. */
188
258b763a 189static struct target_ops *target_stack;
c906108c
SS
190
191/* The target structure we are currently using to talk to a process
192 or file or whatever "inferior" we have. */
193
194struct target_ops current_target;
195
196/* Command list for target. */
197
198static struct cmd_list_element *targetlist = NULL;
199
cf7a04e8
DJ
200/* Nonzero if we should trust readonly sections from the
201 executable when reading memory. */
202
203static int trust_readonly = 0;
204
8defab1a
DJ
205/* Nonzero if we should show true memory content including
206 memory breakpoint inserted by gdb. */
207
208static int show_memory_breakpoints = 0;
209
d914c394
SS
210/* These globals control whether GDB attempts to perform these
211 operations; they are useful for targets that need to prevent
212 inadvertant disruption, such as in non-stop mode. */
213
214int may_write_registers = 1;
215
216int may_write_memory = 1;
217
218int may_insert_breakpoints = 1;
219
220int may_insert_tracepoints = 1;
221
222int may_insert_fast_tracepoints = 1;
223
224int may_stop = 1;
225
c906108c
SS
226/* Non-zero if we want to see trace of target level stuff. */
227
ccce17b0 228static unsigned int targetdebug = 0;
920d2a44
AC
229static void
230show_targetdebug (struct ui_file *file, int from_tty,
231 struct cmd_list_element *c, const char *value)
232{
233 fprintf_filtered (file, _("Target debugging is %s.\n"), value);
234}
c906108c 235
a14ed312 236static void setup_target_debug (void);
c906108c 237
c906108c
SS
238/* The user just typed 'target' without the name of a target. */
239
c906108c 240static void
fba45db2 241target_command (char *arg, int from_tty)
c906108c
SS
242{
243 fputs_filtered ("Argument required (target name). Try `help target'\n",
244 gdb_stdout);
245}
246
c35b1492
PA
247/* Default target_has_* methods for process_stratum targets. */
248
249int
250default_child_has_all_memory (struct target_ops *ops)
251{
252 /* If no inferior selected, then we can't read memory here. */
253 if (ptid_equal (inferior_ptid, null_ptid))
254 return 0;
255
256 return 1;
257}
258
259int
260default_child_has_memory (struct target_ops *ops)
261{
262 /* If no inferior selected, then we can't read memory here. */
263 if (ptid_equal (inferior_ptid, null_ptid))
264 return 0;
265
266 return 1;
267}
268
269int
270default_child_has_stack (struct target_ops *ops)
271{
272 /* If no inferior selected, there's no stack. */
273 if (ptid_equal (inferior_ptid, null_ptid))
274 return 0;
275
276 return 1;
277}
278
279int
280default_child_has_registers (struct target_ops *ops)
281{
282 /* Can't read registers from no inferior. */
283 if (ptid_equal (inferior_ptid, null_ptid))
284 return 0;
285
286 return 1;
287}
288
289int
aeaec162 290default_child_has_execution (struct target_ops *ops, ptid_t the_ptid)
c35b1492
PA
291{
292 /* If there's no thread selected, then we can't make it run through
293 hoops. */
aeaec162 294 if (ptid_equal (the_ptid, null_ptid))
c35b1492
PA
295 return 0;
296
297 return 1;
298}
299
300
301int
302target_has_all_memory_1 (void)
303{
304 struct target_ops *t;
305
306 for (t = current_target.beneath; t != NULL; t = t->beneath)
307 if (t->to_has_all_memory (t))
308 return 1;
309
310 return 0;
311}
312
313int
314target_has_memory_1 (void)
315{
316 struct target_ops *t;
317
318 for (t = current_target.beneath; t != NULL; t = t->beneath)
319 if (t->to_has_memory (t))
320 return 1;
321
322 return 0;
323}
324
325int
326target_has_stack_1 (void)
327{
328 struct target_ops *t;
329
330 for (t = current_target.beneath; t != NULL; t = t->beneath)
331 if (t->to_has_stack (t))
332 return 1;
333
334 return 0;
335}
336
337int
338target_has_registers_1 (void)
339{
340 struct target_ops *t;
341
342 for (t = current_target.beneath; t != NULL; t = t->beneath)
343 if (t->to_has_registers (t))
344 return 1;
345
346 return 0;
347}
348
349int
aeaec162 350target_has_execution_1 (ptid_t the_ptid)
c35b1492
PA
351{
352 struct target_ops *t;
353
354 for (t = current_target.beneath; t != NULL; t = t->beneath)
aeaec162 355 if (t->to_has_execution (t, the_ptid))
c35b1492
PA
356 return 1;
357
358 return 0;
359}
360
aeaec162
TT
361int
362target_has_execution_current (void)
363{
364 return target_has_execution_1 (inferior_ptid);
365}
366
c22a2b88
TT
367/* Complete initialization of T. This ensures that various fields in
368 T are set, if needed by the target implementation. */
c906108c
SS
369
370void
c22a2b88 371complete_target_initialization (struct target_ops *t)
c906108c 372{
0088c768 373 /* Provide default values for all "must have" methods. */
0088c768 374
c35b1492 375 if (t->to_has_all_memory == NULL)
555bbdeb 376 t->to_has_all_memory = return_zero;
c35b1492
PA
377
378 if (t->to_has_memory == NULL)
555bbdeb 379 t->to_has_memory = return_zero;
c35b1492
PA
380
381 if (t->to_has_stack == NULL)
555bbdeb 382 t->to_has_stack = return_zero;
c35b1492
PA
383
384 if (t->to_has_registers == NULL)
555bbdeb 385 t->to_has_registers = return_zero;
c35b1492
PA
386
387 if (t->to_has_execution == NULL)
555bbdeb 388 t->to_has_execution = return_zero_has_execution;
1101cb7b 389
b3ccfe11
TT
390 /* These methods can be called on an unpushed target and so require
391 a default implementation if the target might plausibly be the
392 default run target. */
393 gdb_assert (t->to_can_run == NULL || (t->to_can_async_p != NULL
394 && t->to_supports_non_stop != NULL));
395
1101cb7b 396 install_delegators (t);
c22a2b88
TT
397}
398
399/* Add possible target architecture T to the list and add a new
400 command 'target T->to_shortname'. Set COMPLETER as the command's
401 completer if not NULL. */
402
403void
404add_target_with_completer (struct target_ops *t,
405 completer_ftype *completer)
406{
407 struct cmd_list_element *c;
408
409 complete_target_initialization (t);
c35b1492 410
c906108c
SS
411 if (!target_structs)
412 {
413 target_struct_allocsize = DEFAULT_ALLOCSIZE;
414 target_structs = (struct target_ops **) xmalloc
415 (target_struct_allocsize * sizeof (*target_structs));
416 }
417 if (target_struct_size >= target_struct_allocsize)
418 {
419 target_struct_allocsize *= 2;
420 target_structs = (struct target_ops **)
c5aa993b
JM
421 xrealloc ((char *) target_structs,
422 target_struct_allocsize * sizeof (*target_structs));
c906108c
SS
423 }
424 target_structs[target_struct_size++] = t;
c906108c
SS
425
426 if (targetlist == NULL)
1bedd215
AC
427 add_prefix_cmd ("target", class_run, target_command, _("\
428Connect to a target machine or process.\n\
c906108c
SS
429The first argument is the type or protocol of the target machine.\n\
430Remaining arguments are interpreted by the target protocol. For more\n\
431information on the arguments for a particular protocol, type\n\
1bedd215 432`help target ' followed by the protocol name."),
c906108c 433 &targetlist, "target ", 0, &cmdlist);
9852c492
YQ
434 c = add_cmd (t->to_shortname, no_class, t->to_open, t->to_doc,
435 &targetlist);
436 if (completer != NULL)
437 set_cmd_completer (c, completer);
438}
439
440/* Add a possible target architecture to the list. */
441
442void
443add_target (struct target_ops *t)
444{
445 add_target_with_completer (t, NULL);
c906108c
SS
446}
447
b48d48eb
MM
448/* See target.h. */
449
450void
451add_deprecated_target_alias (struct target_ops *t, char *alias)
452{
453 struct cmd_list_element *c;
454 char *alt;
455
456 /* If we use add_alias_cmd, here, we do not get the deprecated warning,
457 see PR cli/15104. */
458 c = add_cmd (alias, no_class, t->to_open, t->to_doc, &targetlist);
459 alt = xstrprintf ("target %s", t->to_shortname);
460 deprecate_cmd (c, alt);
461}
462
c906108c
SS
463/* Stub functions */
464
7d85a9c0
JB
465void
466target_kill (void)
467{
423a4807
TT
468 if (targetdebug)
469 fprintf_unfiltered (gdb_stdlog, "target_kill ()\n");
7d85a9c0 470
423a4807 471 current_target.to_kill (&current_target);
7d85a9c0
JB
472}
473
11cf8741
JM
474void
475target_load (char *arg, int from_tty)
476{
4e5d721f 477 target_dcache_invalidate ();
71a9f134 478 (*current_target.to_load) (&current_target, arg, from_tty);
11cf8741
JM
479}
480
d9d2d8b6
PA
481void
482target_terminal_inferior (void)
483{
484 /* A background resume (``run&'') should leave GDB in control of the
c378eb4e 485 terminal. Use target_can_async_p, not target_is_async_p, since at
ba7f6c64
VP
486 this point the target is not async yet. However, if sync_execution
487 is not set, we know it will become async prior to resume. */
488 if (target_can_async_p () && !sync_execution)
d9d2d8b6
PA
489 return;
490
491 /* If GDB is resuming the inferior in the foreground, install
492 inferior's terminal modes. */
d2f640d4 493 (*current_target.to_terminal_inferior) (&current_target);
d9d2d8b6 494}
136d6dae 495
c906108c 496static void
fba45db2 497tcomplain (void)
c906108c 498{
8a3fe4f8 499 error (_("You can't do that when your target is `%s'"),
c906108c
SS
500 current_target.to_shortname);
501}
502
503void
fba45db2 504noprocess (void)
c906108c 505{
8a3fe4f8 506 error (_("You can't do that without a process to debug."));
c906108c
SS
507}
508
c906108c 509static void
0a4f40a2 510default_terminal_info (struct target_ops *self, const char *args, int from_tty)
c906108c 511{
a3f17187 512 printf_unfiltered (_("No saved terminal information.\n"));
c906108c
SS
513}
514
0ef643c8
JB
515/* A default implementation for the to_get_ada_task_ptid target method.
516
517 This function builds the PTID by using both LWP and TID as part of
518 the PTID lwp and tid elements. The pid used is the pid of the
519 inferior_ptid. */
520
2c0b251b 521static ptid_t
1e6b91a4 522default_get_ada_task_ptid (struct target_ops *self, long lwp, long tid)
0ef643c8
JB
523{
524 return ptid_build (ptid_get_pid (inferior_ptid), lwp, tid);
525}
526
32231432 527static enum exec_direction_kind
4c612759 528default_execution_direction (struct target_ops *self)
32231432
PA
529{
530 if (!target_can_execute_reverse)
531 return EXEC_FORWARD;
532 else if (!target_can_async_p ())
533 return EXEC_FORWARD;
534 else
535 gdb_assert_not_reached ("\
536to_execution_direction must be implemented for reverse async");
537}
538
7998dfc3
AC
539/* Go through the target stack from top to bottom, copying over zero
540 entries in current_target, then filling in still empty entries. In
541 effect, we are doing class inheritance through the pushed target
542 vectors.
543
544 NOTE: cagney/2003-10-17: The problem with this inheritance, as it
545 is currently implemented, is that it discards any knowledge of
546 which target an inherited method originally belonged to.
547 Consequently, new new target methods should instead explicitly and
548 locally search the target stack for the target that can handle the
549 request. */
c906108c
SS
550
551static void
7998dfc3 552update_current_target (void)
c906108c 553{
7998dfc3
AC
554 struct target_ops *t;
555
08d8bcd7 556 /* First, reset current's contents. */
7998dfc3
AC
557 memset (&current_target, 0, sizeof (current_target));
558
1101cb7b
TT
559 /* Install the delegators. */
560 install_delegators (&current_target);
561
be4ddd36
TT
562 current_target.to_stratum = target_stack->to_stratum;
563
7998dfc3
AC
564#define INHERIT(FIELD, TARGET) \
565 if (!current_target.FIELD) \
566 current_target.FIELD = (TARGET)->FIELD
567
be4ddd36
TT
568 /* Do not add any new INHERITs here. Instead, use the delegation
569 mechanism provided by make-target-delegates. */
7998dfc3
AC
570 for (t = target_stack; t; t = t->beneath)
571 {
572 INHERIT (to_shortname, t);
573 INHERIT (to_longname, t);
dc177b7a 574 INHERIT (to_attach_no_wait, t);
74174d2e 575 INHERIT (to_have_steppable_watchpoint, t);
7998dfc3 576 INHERIT (to_have_continuable_watchpoint, t);
7998dfc3 577 INHERIT (to_has_thread_control, t);
7998dfc3
AC
578 }
579#undef INHERIT
580
7998dfc3
AC
581 /* Finally, position the target-stack beneath the squashed
582 "current_target". That way code looking for a non-inherited
583 target method can quickly and simply find it. */
584 current_target.beneath = target_stack;
b4b61fdb
DJ
585
586 if (targetdebug)
587 setup_target_debug ();
c906108c
SS
588}
589
590/* Push a new target type into the stack of the existing target accessors,
591 possibly superseding some of the existing accessors.
592
c906108c
SS
593 Rather than allow an empty stack, we always have the dummy target at
594 the bottom stratum, so we can call the function vectors without
595 checking them. */
596
b26a4dcb 597void
fba45db2 598push_target (struct target_ops *t)
c906108c 599{
258b763a 600 struct target_ops **cur;
c906108c
SS
601
602 /* Check magic number. If wrong, it probably means someone changed
603 the struct definition, but not all the places that initialize one. */
604 if (t->to_magic != OPS_MAGIC)
605 {
c5aa993b
JM
606 fprintf_unfiltered (gdb_stderr,
607 "Magic number of %s target struct wrong\n",
608 t->to_shortname);
3e43a32a
MS
609 internal_error (__FILE__, __LINE__,
610 _("failed internal consistency check"));
c906108c
SS
611 }
612
258b763a
AC
613 /* Find the proper stratum to install this target in. */
614 for (cur = &target_stack; (*cur) != NULL; cur = &(*cur)->beneath)
c906108c 615 {
258b763a 616 if ((int) (t->to_stratum) >= (int) (*cur)->to_stratum)
c906108c
SS
617 break;
618 }
619
258b763a 620 /* If there's already targets at this stratum, remove them. */
88c231eb 621 /* FIXME: cagney/2003-10-15: I think this should be popping all
258b763a
AC
622 targets to CUR, and not just those at this stratum level. */
623 while ((*cur) != NULL && t->to_stratum == (*cur)->to_stratum)
624 {
625 /* There's already something at this stratum level. Close it,
626 and un-hook it from the stack. */
627 struct target_ops *tmp = (*cur);
5d502164 628
258b763a
AC
629 (*cur) = (*cur)->beneath;
630 tmp->beneath = NULL;
460014f5 631 target_close (tmp);
258b763a 632 }
c906108c
SS
633
634 /* We have removed all targets in our stratum, now add the new one. */
258b763a
AC
635 t->beneath = (*cur);
636 (*cur) = t;
c906108c
SS
637
638 update_current_target ();
c906108c
SS
639}
640
2bc416ba 641/* Remove a target_ops vector from the stack, wherever it may be.
c906108c
SS
642 Return how many times it was removed (0 or 1). */
643
644int
fba45db2 645unpush_target (struct target_ops *t)
c906108c 646{
258b763a
AC
647 struct target_ops **cur;
648 struct target_ops *tmp;
c906108c 649
c8d104ad
PA
650 if (t->to_stratum == dummy_stratum)
651 internal_error (__FILE__, __LINE__,
9b20d036 652 _("Attempt to unpush the dummy target"));
c8d104ad 653
c906108c 654 /* Look for the specified target. Note that we assume that a target
c378eb4e 655 can only occur once in the target stack. */
c906108c 656
258b763a
AC
657 for (cur = &target_stack; (*cur) != NULL; cur = &(*cur)->beneath)
658 {
659 if ((*cur) == t)
660 break;
661 }
c906108c 662
305436e0
PA
663 /* If we don't find target_ops, quit. Only open targets should be
664 closed. */
258b763a 665 if ((*cur) == NULL)
305436e0 666 return 0;
5269965e 667
c378eb4e 668 /* Unchain the target. */
258b763a
AC
669 tmp = (*cur);
670 (*cur) = (*cur)->beneath;
671 tmp->beneath = NULL;
c906108c
SS
672
673 update_current_target ();
c906108c 674
305436e0
PA
675 /* Finally close the target. Note we do this after unchaining, so
676 any target method calls from within the target_close
677 implementation don't end up in T anymore. */
460014f5 678 target_close (t);
305436e0 679
c906108c
SS
680 return 1;
681}
682
aa76d38d 683void
460014f5 684pop_all_targets_above (enum strata above_stratum)
aa76d38d 685{
87ab71f0 686 while ((int) (current_target.to_stratum) > (int) above_stratum)
aa76d38d 687 {
aa76d38d
PA
688 if (!unpush_target (target_stack))
689 {
690 fprintf_unfiltered (gdb_stderr,
691 "pop_all_targets couldn't find target %s\n",
b52323fa 692 target_stack->to_shortname);
aa76d38d
PA
693 internal_error (__FILE__, __LINE__,
694 _("failed internal consistency check"));
695 break;
696 }
697 }
698}
699
87ab71f0 700void
460014f5 701pop_all_targets (void)
87ab71f0 702{
460014f5 703 pop_all_targets_above (dummy_stratum);
87ab71f0
PA
704}
705
c0edd9ed
JK
706/* Return 1 if T is now pushed in the target stack. Return 0 otherwise. */
707
708int
709target_is_pushed (struct target_ops *t)
710{
711 struct target_ops **cur;
712
713 /* Check magic number. If wrong, it probably means someone changed
714 the struct definition, but not all the places that initialize one. */
715 if (t->to_magic != OPS_MAGIC)
716 {
717 fprintf_unfiltered (gdb_stderr,
718 "Magic number of %s target struct wrong\n",
719 t->to_shortname);
3e43a32a
MS
720 internal_error (__FILE__, __LINE__,
721 _("failed internal consistency check"));
c0edd9ed
JK
722 }
723
724 for (cur = &target_stack; (*cur) != NULL; cur = &(*cur)->beneath)
725 if (*cur == t)
726 return 1;
727
728 return 0;
729}
730
72f5cf0e 731/* Using the objfile specified in OBJFILE, find the address for the
9e35dae4
DJ
732 current thread's thread-local storage with offset OFFSET. */
733CORE_ADDR
734target_translate_tls_address (struct objfile *objfile, CORE_ADDR offset)
735{
736 volatile CORE_ADDR addr = 0;
117de6a9
PA
737 struct target_ops *target;
738
739 for (target = current_target.beneath;
740 target != NULL;
741 target = target->beneath)
742 {
743 if (target->to_get_thread_local_address != NULL)
744 break;
745 }
9e35dae4 746
117de6a9 747 if (target != NULL
f5656ead 748 && gdbarch_fetch_tls_load_module_address_p (target_gdbarch ()))
9e35dae4
DJ
749 {
750 ptid_t ptid = inferior_ptid;
751 volatile struct gdb_exception ex;
752
753 TRY_CATCH (ex, RETURN_MASK_ALL)
754 {
755 CORE_ADDR lm_addr;
756
757 /* Fetch the load module address for this objfile. */
f5656ead 758 lm_addr = gdbarch_fetch_tls_load_module_address (target_gdbarch (),
9e35dae4 759 objfile);
9e35dae4 760
3e43a32a
MS
761 addr = target->to_get_thread_local_address (target, ptid,
762 lm_addr, offset);
9e35dae4
DJ
763 }
764 /* If an error occurred, print TLS related messages here. Otherwise,
765 throw the error to some higher catcher. */
766 if (ex.reason < 0)
767 {
768 int objfile_is_library = (objfile->flags & OBJF_SHARED);
769
770 switch (ex.error)
771 {
772 case TLS_NO_LIBRARY_SUPPORT_ERROR:
3e43a32a
MS
773 error (_("Cannot find thread-local variables "
774 "in this thread library."));
9e35dae4
DJ
775 break;
776 case TLS_LOAD_MODULE_NOT_FOUND_ERROR:
777 if (objfile_is_library)
778 error (_("Cannot find shared library `%s' in dynamic"
4262abfb 779 " linker's load module list"), objfile_name (objfile));
9e35dae4
DJ
780 else
781 error (_("Cannot find executable file `%s' in dynamic"
4262abfb 782 " linker's load module list"), objfile_name (objfile));
9e35dae4
DJ
783 break;
784 case TLS_NOT_ALLOCATED_YET_ERROR:
785 if (objfile_is_library)
786 error (_("The inferior has not yet allocated storage for"
787 " thread-local variables in\n"
788 "the shared library `%s'\n"
789 "for %s"),
4262abfb 790 objfile_name (objfile), target_pid_to_str (ptid));
9e35dae4
DJ
791 else
792 error (_("The inferior has not yet allocated storage for"
793 " thread-local variables in\n"
794 "the executable `%s'\n"
795 "for %s"),
4262abfb 796 objfile_name (objfile), target_pid_to_str (ptid));
9e35dae4
DJ
797 break;
798 case TLS_GENERIC_ERROR:
799 if (objfile_is_library)
800 error (_("Cannot find thread-local storage for %s, "
801 "shared library %s:\n%s"),
802 target_pid_to_str (ptid),
4262abfb 803 objfile_name (objfile), ex.message);
9e35dae4
DJ
804 else
805 error (_("Cannot find thread-local storage for %s, "
806 "executable file %s:\n%s"),
807 target_pid_to_str (ptid),
4262abfb 808 objfile_name (objfile), ex.message);
9e35dae4
DJ
809 break;
810 default:
811 throw_exception (ex);
812 break;
813 }
814 }
815 }
816 /* It wouldn't be wrong here to try a gdbarch method, too; finding
817 TLS is an ABI-specific thing. But we don't do that yet. */
818 else
819 error (_("Cannot find thread-local variables on this target"));
820
821 return addr;
822}
823
6be7b56e 824const char *
01cb8804 825target_xfer_status_to_string (enum target_xfer_status status)
6be7b56e
PA
826{
827#define CASE(X) case X: return #X
01cb8804 828 switch (status)
6be7b56e
PA
829 {
830 CASE(TARGET_XFER_E_IO);
bc113b4e 831 CASE(TARGET_XFER_UNAVAILABLE);
6be7b56e
PA
832 default:
833 return "<unknown>";
834 }
835#undef CASE
836};
837
838
c906108c
SS
839#undef MIN
840#define MIN(A, B) (((A) <= (B)) ? (A) : (B))
841
842/* target_read_string -- read a null terminated string, up to LEN bytes,
843 from MEMADDR in target. Set *ERRNOP to the errno code, or 0 if successful.
844 Set *STRING to a pointer to malloc'd memory containing the data; the caller
845 is responsible for freeing it. Return the number of bytes successfully
846 read. */
847
848int
fba45db2 849target_read_string (CORE_ADDR memaddr, char **string, int len, int *errnop)
c906108c 850{
c2e8b827 851 int tlen, offset, i;
1b0ba102 852 gdb_byte buf[4];
c906108c
SS
853 int errcode = 0;
854 char *buffer;
855 int buffer_allocated;
856 char *bufptr;
857 unsigned int nbytes_read = 0;
858
6217bf3e
MS
859 gdb_assert (string);
860
c906108c
SS
861 /* Small for testing. */
862 buffer_allocated = 4;
863 buffer = xmalloc (buffer_allocated);
864 bufptr = buffer;
865
c906108c
SS
866 while (len > 0)
867 {
868 tlen = MIN (len, 4 - (memaddr & 3));
869 offset = memaddr & 3;
870
1b0ba102 871 errcode = target_read_memory (memaddr & ~3, buf, sizeof buf);
c906108c
SS
872 if (errcode != 0)
873 {
874 /* The transfer request might have crossed the boundary to an
c378eb4e 875 unallocated region of memory. Retry the transfer, requesting
c906108c
SS
876 a single byte. */
877 tlen = 1;
878 offset = 0;
b8eb5af0 879 errcode = target_read_memory (memaddr, buf, 1);
c906108c
SS
880 if (errcode != 0)
881 goto done;
882 }
883
884 if (bufptr - buffer + tlen > buffer_allocated)
885 {
886 unsigned int bytes;
5d502164 887
c906108c
SS
888 bytes = bufptr - buffer;
889 buffer_allocated *= 2;
890 buffer = xrealloc (buffer, buffer_allocated);
891 bufptr = buffer + bytes;
892 }
893
894 for (i = 0; i < tlen; i++)
895 {
896 *bufptr++ = buf[i + offset];
897 if (buf[i + offset] == '\000')
898 {
899 nbytes_read += i + 1;
900 goto done;
901 }
902 }
903
904 memaddr += tlen;
905 len -= tlen;
906 nbytes_read += tlen;
907 }
c5aa993b 908done:
6217bf3e 909 *string = buffer;
c906108c
SS
910 if (errnop != NULL)
911 *errnop = errcode;
c906108c
SS
912 return nbytes_read;
913}
914
07b82ea5
PA
915struct target_section_table *
916target_get_section_table (struct target_ops *target)
917{
07b82ea5
PA
918 if (targetdebug)
919 fprintf_unfiltered (gdb_stdlog, "target_get_section_table ()\n");
920
7e35c012 921 return (*target->to_get_section_table) (target);
07b82ea5
PA
922}
923
8db32d44 924/* Find a section containing ADDR. */
07b82ea5 925
0542c86d 926struct target_section *
8db32d44
AC
927target_section_by_addr (struct target_ops *target, CORE_ADDR addr)
928{
07b82ea5 929 struct target_section_table *table = target_get_section_table (target);
0542c86d 930 struct target_section *secp;
07b82ea5
PA
931
932 if (table == NULL)
933 return NULL;
934
935 for (secp = table->sections; secp < table->sections_end; secp++)
8db32d44
AC
936 {
937 if (addr >= secp->addr && addr < secp->endaddr)
938 return secp;
939 }
940 return NULL;
941}
942
9f713294
YQ
943/* Read memory from more than one valid target. A core file, for
944 instance, could have some of memory but delegate other bits to
945 the target below it. So, we must manually try all targets. */
946
9b409511 947static enum target_xfer_status
17fde6d0 948raw_memory_xfer_partial (struct target_ops *ops, gdb_byte *readbuf,
9b409511
YQ
949 const gdb_byte *writebuf, ULONGEST memaddr, LONGEST len,
950 ULONGEST *xfered_len)
9f713294 951{
9b409511 952 enum target_xfer_status res;
9f713294
YQ
953
954 do
955 {
956 res = ops->to_xfer_partial (ops, TARGET_OBJECT_MEMORY, NULL,
9b409511
YQ
957 readbuf, writebuf, memaddr, len,
958 xfered_len);
959 if (res == TARGET_XFER_OK)
9f713294
YQ
960 break;
961
633785ff 962 /* Stop if the target reports that the memory is not available. */
bc113b4e 963 if (res == TARGET_XFER_UNAVAILABLE)
633785ff
MM
964 break;
965
9f713294
YQ
966 /* We want to continue past core files to executables, but not
967 past a running target's memory. */
968 if (ops->to_has_all_memory (ops))
969 break;
970
971 ops = ops->beneath;
972 }
973 while (ops != NULL);
974
0f26cec1
PA
975 /* The cache works at the raw memory level. Make sure the cache
976 gets updated with raw contents no matter what kind of memory
977 object was originally being written. Note we do write-through
978 first, so that if it fails, we don't write to the cache contents
979 that never made it to the target. */
980 if (writebuf != NULL
981 && !ptid_equal (inferior_ptid, null_ptid)
982 && target_dcache_init_p ()
983 && (stack_cache_enabled_p () || code_cache_enabled_p ()))
984 {
985 DCACHE *dcache = target_dcache_get ();
986
987 /* Note that writing to an area of memory which wasn't present
988 in the cache doesn't cause it to be loaded in. */
989 dcache_update (dcache, res, memaddr, writebuf, *xfered_len);
990 }
991
9f713294
YQ
992 return res;
993}
994
7f79c47e
DE
995/* Perform a partial memory transfer.
996 For docs see target.h, to_xfer_partial. */
cf7a04e8 997
9b409511 998static enum target_xfer_status
f0ba3972 999memory_xfer_partial_1 (struct target_ops *ops, enum target_object object,
17fde6d0 1000 gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST memaddr,
9b409511 1001 ULONGEST len, ULONGEST *xfered_len)
0779438d 1002{
9b409511 1003 enum target_xfer_status res;
cf7a04e8
DJ
1004 int reg_len;
1005 struct mem_region *region;
4e5d721f 1006 struct inferior *inf;
cf7a04e8 1007
07b82ea5
PA
1008 /* For accesses to unmapped overlay sections, read directly from
1009 files. Must do this first, as MEMADDR may need adjustment. */
1010 if (readbuf != NULL && overlay_debugging)
1011 {
1012 struct obj_section *section = find_pc_overlay (memaddr);
5d502164 1013
07b82ea5
PA
1014 if (pc_in_unmapped_range (memaddr, section))
1015 {
1016 struct target_section_table *table
1017 = target_get_section_table (ops);
1018 const char *section_name = section->the_bfd_section->name;
5d502164 1019
07b82ea5
PA
1020 memaddr = overlay_mapped_address (memaddr, section);
1021 return section_table_xfer_memory_partial (readbuf, writebuf,
9b409511 1022 memaddr, len, xfered_len,
07b82ea5
PA
1023 table->sections,
1024 table->sections_end,
1025 section_name);
1026 }
1027 }
1028
1029 /* Try the executable files, if "trust-readonly-sections" is set. */
cf7a04e8
DJ
1030 if (readbuf != NULL && trust_readonly)
1031 {
0542c86d 1032 struct target_section *secp;
07b82ea5 1033 struct target_section_table *table;
cf7a04e8
DJ
1034
1035 secp = target_section_by_addr (ops, memaddr);
1036 if (secp != NULL
2b2848e2
DE
1037 && (bfd_get_section_flags (secp->the_bfd_section->owner,
1038 secp->the_bfd_section)
cf7a04e8 1039 & SEC_READONLY))
07b82ea5
PA
1040 {
1041 table = target_get_section_table (ops);
1042 return section_table_xfer_memory_partial (readbuf, writebuf,
9b409511 1043 memaddr, len, xfered_len,
07b82ea5
PA
1044 table->sections,
1045 table->sections_end,
1046 NULL);
1047 }
98646950
UW
1048 }
1049
cf7a04e8
DJ
1050 /* Try GDB's internal data cache. */
1051 region = lookup_mem_region (memaddr);
4b5752d0
VP
1052 /* region->hi == 0 means there's no upper bound. */
1053 if (memaddr + len < region->hi || region->hi == 0)
cf7a04e8
DJ
1054 reg_len = len;
1055 else
1056 reg_len = region->hi - memaddr;
1057
1058 switch (region->attrib.mode)
1059 {
1060 case MEM_RO:
1061 if (writebuf != NULL)
2ed4b548 1062 return TARGET_XFER_E_IO;
cf7a04e8
DJ
1063 break;
1064
1065 case MEM_WO:
1066 if (readbuf != NULL)
2ed4b548 1067 return TARGET_XFER_E_IO;
cf7a04e8 1068 break;
a76d924d
DJ
1069
1070 case MEM_FLASH:
1071 /* We only support writing to flash during "load" for now. */
1072 if (writebuf != NULL)
1073 error (_("Writing to flash memory forbidden in this context"));
1074 break;
4b5752d0
VP
1075
1076 case MEM_NONE:
2ed4b548 1077 return TARGET_XFER_E_IO;
cf7a04e8
DJ
1078 }
1079
6c95b8df
PA
1080 if (!ptid_equal (inferior_ptid, null_ptid))
1081 inf = find_inferior_pid (ptid_get_pid (inferior_ptid));
1082 else
1083 inf = NULL;
4e5d721f
DE
1084
1085 if (inf != NULL
0f26cec1 1086 && readbuf != NULL
2f4d8875
PA
1087 /* The dcache reads whole cache lines; that doesn't play well
1088 with reading from a trace buffer, because reading outside of
1089 the collected memory range fails. */
1090 && get_traceframe_number () == -1
4e5d721f 1091 && (region->attrib.cache
29453a14
YQ
1092 || (stack_cache_enabled_p () && object == TARGET_OBJECT_STACK_MEMORY)
1093 || (code_cache_enabled_p () && object == TARGET_OBJECT_CODE_MEMORY)))
cf7a04e8 1094 {
2a2f9fe4
YQ
1095 DCACHE *dcache = target_dcache_get_or_init ();
1096
0f26cec1
PA
1097 return dcache_read_memory_partial (ops, dcache, memaddr, readbuf,
1098 reg_len, xfered_len);
cf7a04e8
DJ
1099 }
1100
1101 /* If none of those methods found the memory we wanted, fall back
1102 to a target partial transfer. Normally a single call to
1103 to_xfer_partial is enough; if it doesn't recognize an object
1104 it will call the to_xfer_partial of the next target down.
1105 But for memory this won't do. Memory is the only target
9b409511
YQ
1106 object which can be read from more than one valid target.
1107 A core file, for instance, could have some of memory but
1108 delegate other bits to the target below it. So, we must
1109 manually try all targets. */
1110
1111 res = raw_memory_xfer_partial (ops, readbuf, writebuf, memaddr, reg_len,
1112 xfered_len);
cf7a04e8
DJ
1113
1114 /* If we still haven't got anything, return the last error. We
1115 give up. */
1116 return res;
0779438d
AC
1117}
1118
f0ba3972
PA
1119/* Perform a partial memory transfer. For docs see target.h,
1120 to_xfer_partial. */
1121
9b409511 1122static enum target_xfer_status
f0ba3972 1123memory_xfer_partial (struct target_ops *ops, enum target_object object,
9b409511
YQ
1124 gdb_byte *readbuf, const gdb_byte *writebuf,
1125 ULONGEST memaddr, ULONGEST len, ULONGEST *xfered_len)
f0ba3972 1126{
9b409511 1127 enum target_xfer_status res;
f0ba3972
PA
1128
1129 /* Zero length requests are ok and require no work. */
1130 if (len == 0)
9b409511 1131 return TARGET_XFER_EOF;
f0ba3972
PA
1132
1133 /* Fill in READBUF with breakpoint shadows, or WRITEBUF with
1134 breakpoint insns, thus hiding out from higher layers whether
1135 there are software breakpoints inserted in the code stream. */
1136 if (readbuf != NULL)
1137 {
9b409511
YQ
1138 res = memory_xfer_partial_1 (ops, object, readbuf, NULL, memaddr, len,
1139 xfered_len);
f0ba3972 1140
9b409511 1141 if (res == TARGET_XFER_OK && !show_memory_breakpoints)
c63528fc 1142 breakpoint_xfer_memory (readbuf, NULL, NULL, memaddr, *xfered_len);
f0ba3972
PA
1143 }
1144 else
1145 {
1146 void *buf;
1147 struct cleanup *old_chain;
1148
67c059c2
AB
1149 /* A large write request is likely to be partially satisfied
1150 by memory_xfer_partial_1. We will continually malloc
1151 and free a copy of the entire write request for breakpoint
1152 shadow handling even though we only end up writing a small
1153 subset of it. Cap writes to 4KB to mitigate this. */
1154 len = min (4096, len);
1155
f0ba3972
PA
1156 buf = xmalloc (len);
1157 old_chain = make_cleanup (xfree, buf);
1158 memcpy (buf, writebuf, len);
1159
1160 breakpoint_xfer_memory (NULL, buf, writebuf, memaddr, len);
9b409511
YQ
1161 res = memory_xfer_partial_1 (ops, object, NULL, buf, memaddr, len,
1162 xfered_len);
f0ba3972
PA
1163
1164 do_cleanups (old_chain);
1165 }
1166
1167 return res;
1168}
1169
8defab1a
DJ
1170static void
1171restore_show_memory_breakpoints (void *arg)
1172{
1173 show_memory_breakpoints = (uintptr_t) arg;
1174}
1175
1176struct cleanup *
1177make_show_memory_breakpoints_cleanup (int show)
1178{
1179 int current = show_memory_breakpoints;
8defab1a 1180
5d502164 1181 show_memory_breakpoints = show;
8defab1a
DJ
1182 return make_cleanup (restore_show_memory_breakpoints,
1183 (void *) (uintptr_t) current);
1184}
1185
7f79c47e
DE
1186/* For docs see target.h, to_xfer_partial. */
1187
9b409511 1188enum target_xfer_status
27394598
AC
1189target_xfer_partial (struct target_ops *ops,
1190 enum target_object object, const char *annex,
4ac248ca 1191 gdb_byte *readbuf, const gdb_byte *writebuf,
9b409511
YQ
1192 ULONGEST offset, ULONGEST len,
1193 ULONGEST *xfered_len)
27394598 1194{
9b409511 1195 enum target_xfer_status retval;
27394598
AC
1196
1197 gdb_assert (ops->to_xfer_partial != NULL);
cf7a04e8 1198
ce6d0892
YQ
1199 /* Transfer is done when LEN is zero. */
1200 if (len == 0)
9b409511 1201 return TARGET_XFER_EOF;
ce6d0892 1202
d914c394
SS
1203 if (writebuf && !may_write_memory)
1204 error (_("Writing to memory is not allowed (addr %s, len %s)"),
1205 core_addr_to_string_nz (offset), plongest (len));
1206
9b409511
YQ
1207 *xfered_len = 0;
1208
cf7a04e8
DJ
1209 /* If this is a memory transfer, let the memory-specific code
1210 have a look at it instead. Memory transfers are more
1211 complicated. */
29453a14
YQ
1212 if (object == TARGET_OBJECT_MEMORY || object == TARGET_OBJECT_STACK_MEMORY
1213 || object == TARGET_OBJECT_CODE_MEMORY)
4e5d721f 1214 retval = memory_xfer_partial (ops, object, readbuf,
9b409511 1215 writebuf, offset, len, xfered_len);
9f713294 1216 else if (object == TARGET_OBJECT_RAW_MEMORY)
cf7a04e8 1217 {
9f713294 1218 /* Request the normal memory object from other layers. */
9b409511
YQ
1219 retval = raw_memory_xfer_partial (ops, readbuf, writebuf, offset, len,
1220 xfered_len);
cf7a04e8 1221 }
9f713294
YQ
1222 else
1223 retval = ops->to_xfer_partial (ops, object, annex, readbuf,
9b409511 1224 writebuf, offset, len, xfered_len);
cf7a04e8 1225
27394598
AC
1226 if (targetdebug)
1227 {
1228 const unsigned char *myaddr = NULL;
1229
1230 fprintf_unfiltered (gdb_stdlog,
3e43a32a 1231 "%s:target_xfer_partial "
9b409511 1232 "(%d, %s, %s, %s, %s, %s) = %d, %s",
27394598
AC
1233 ops->to_shortname,
1234 (int) object,
1235 (annex ? annex : "(null)"),
53b71562
JB
1236 host_address_to_string (readbuf),
1237 host_address_to_string (writebuf),
0b1553bc 1238 core_addr_to_string_nz (offset),
9b409511
YQ
1239 pulongest (len), retval,
1240 pulongest (*xfered_len));
27394598
AC
1241
1242 if (readbuf)
1243 myaddr = readbuf;
1244 if (writebuf)
1245 myaddr = writebuf;
9b409511 1246 if (retval == TARGET_XFER_OK && myaddr != NULL)
27394598
AC
1247 {
1248 int i;
2bc416ba 1249
27394598 1250 fputs_unfiltered (", bytes =", gdb_stdlog);
9b409511 1251 for (i = 0; i < *xfered_len; i++)
27394598 1252 {
53b71562 1253 if ((((intptr_t) &(myaddr[i])) & 0xf) == 0)
27394598
AC
1254 {
1255 if (targetdebug < 2 && i > 0)
1256 {
1257 fprintf_unfiltered (gdb_stdlog, " ...");
1258 break;
1259 }
1260 fprintf_unfiltered (gdb_stdlog, "\n");
1261 }
2bc416ba 1262
27394598
AC
1263 fprintf_unfiltered (gdb_stdlog, " %02x", myaddr[i] & 0xff);
1264 }
1265 }
2bc416ba 1266
27394598
AC
1267 fputc_unfiltered ('\n', gdb_stdlog);
1268 }
9b409511
YQ
1269
1270 /* Check implementations of to_xfer_partial update *XFERED_LEN
1271 properly. Do assertion after printing debug messages, so that we
1272 can find more clues on assertion failure from debugging messages. */
bc113b4e 1273 if (retval == TARGET_XFER_OK || retval == TARGET_XFER_UNAVAILABLE)
9b409511
YQ
1274 gdb_assert (*xfered_len > 0);
1275
27394598
AC
1276 return retval;
1277}
1278
578d3588
PA
1279/* Read LEN bytes of target memory at address MEMADDR, placing the
1280 results in GDB's memory at MYADDR. Returns either 0 for success or
9b409511 1281 TARGET_XFER_E_IO if any error occurs.
c906108c
SS
1282
1283 If an error occurs, no guarantee is made about the contents of the data at
1284 MYADDR. In particular, the caller should not depend upon partial reads
1285 filling the buffer with good data. There is no way for the caller to know
1286 how much good data might have been transfered anyway. Callers that can
cf7a04e8 1287 deal with partial reads should call target_read (which will retry until
c378eb4e 1288 it makes no progress, and then return how much was transferred). */
c906108c
SS
1289
1290int
1b162304 1291target_read_memory (CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len)
c906108c 1292{
c35b1492
PA
1293 /* Dispatch to the topmost target, not the flattened current_target.
1294 Memory accesses check target->to_has_(all_)memory, and the
1295 flattened target doesn't inherit those. */
1296 if (target_read (current_target.beneath, TARGET_OBJECT_MEMORY, NULL,
cf7a04e8
DJ
1297 myaddr, memaddr, len) == len)
1298 return 0;
0779438d 1299 else
578d3588 1300 return TARGET_XFER_E_IO;
c906108c
SS
1301}
1302
aee4bf85
PA
1303/* Like target_read_memory, but specify explicitly that this is a read
1304 from the target's raw memory. That is, this read bypasses the
1305 dcache, breakpoint shadowing, etc. */
1306
1307int
1308target_read_raw_memory (CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len)
1309{
1310 /* See comment in target_read_memory about why the request starts at
1311 current_target.beneath. */
1312 if (target_read (current_target.beneath, TARGET_OBJECT_RAW_MEMORY, NULL,
1313 myaddr, memaddr, len) == len)
1314 return 0;
1315 else
1316 return TARGET_XFER_E_IO;
1317}
1318
4e5d721f
DE
1319/* Like target_read_memory, but specify explicitly that this is a read from
1320 the target's stack. This may trigger different cache behavior. */
1321
1322int
45aa4659 1323target_read_stack (CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len)
4e5d721f 1324{
aee4bf85
PA
1325 /* See comment in target_read_memory about why the request starts at
1326 current_target.beneath. */
4e5d721f
DE
1327 if (target_read (current_target.beneath, TARGET_OBJECT_STACK_MEMORY, NULL,
1328 myaddr, memaddr, len) == len)
1329 return 0;
1330 else
578d3588 1331 return TARGET_XFER_E_IO;
4e5d721f
DE
1332}
1333
29453a14
YQ
1334/* Like target_read_memory, but specify explicitly that this is a read from
1335 the target's code. This may trigger different cache behavior. */
1336
1337int
1338target_read_code (CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len)
1339{
aee4bf85
PA
1340 /* See comment in target_read_memory about why the request starts at
1341 current_target.beneath. */
29453a14
YQ
1342 if (target_read (current_target.beneath, TARGET_OBJECT_CODE_MEMORY, NULL,
1343 myaddr, memaddr, len) == len)
1344 return 0;
1345 else
1346 return TARGET_XFER_E_IO;
1347}
1348
7f79c47e 1349/* Write LEN bytes from MYADDR to target memory at address MEMADDR.
9b409511 1350 Returns either 0 for success or TARGET_XFER_E_IO if any
578d3588
PA
1351 error occurs. If an error occurs, no guarantee is made about how
1352 much data got written. Callers that can deal with partial writes
1353 should call target_write. */
7f79c47e 1354
c906108c 1355int
45aa4659 1356target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr, ssize_t len)
c906108c 1357{
aee4bf85
PA
1358 /* See comment in target_read_memory about why the request starts at
1359 current_target.beneath. */
c35b1492 1360 if (target_write (current_target.beneath, TARGET_OBJECT_MEMORY, NULL,
cf7a04e8
DJ
1361 myaddr, memaddr, len) == len)
1362 return 0;
0779438d 1363 else
578d3588 1364 return TARGET_XFER_E_IO;
c906108c 1365}
c5aa993b 1366
f0ba3972 1367/* Write LEN bytes from MYADDR to target raw memory at address
9b409511 1368 MEMADDR. Returns either 0 for success or TARGET_XFER_E_IO
578d3588
PA
1369 if any error occurs. If an error occurs, no guarantee is made
1370 about how much data got written. Callers that can deal with
1371 partial writes should call target_write. */
f0ba3972
PA
1372
1373int
45aa4659 1374target_write_raw_memory (CORE_ADDR memaddr, const gdb_byte *myaddr, ssize_t len)
f0ba3972 1375{
aee4bf85
PA
1376 /* See comment in target_read_memory about why the request starts at
1377 current_target.beneath. */
f0ba3972
PA
1378 if (target_write (current_target.beneath, TARGET_OBJECT_RAW_MEMORY, NULL,
1379 myaddr, memaddr, len) == len)
1380 return 0;
1381 else
578d3588 1382 return TARGET_XFER_E_IO;
f0ba3972
PA
1383}
1384
fd79ecee
DJ
1385/* Fetch the target's memory map. */
1386
1387VEC(mem_region_s) *
1388target_memory_map (void)
1389{
1390 VEC(mem_region_s) *result;
1391 struct mem_region *last_one, *this_one;
1392 int ix;
1393 struct target_ops *t;
1394
1395 if (targetdebug)
1396 fprintf_unfiltered (gdb_stdlog, "target_memory_map ()\n");
1397
6b2c5a57 1398 result = current_target.to_memory_map (&current_target);
fd79ecee
DJ
1399 if (result == NULL)
1400 return NULL;
1401
1402 qsort (VEC_address (mem_region_s, result),
1403 VEC_length (mem_region_s, result),
1404 sizeof (struct mem_region), mem_region_cmp);
1405
1406 /* Check that regions do not overlap. Simultaneously assign
1407 a numbering for the "mem" commands to use to refer to
1408 each region. */
1409 last_one = NULL;
1410 for (ix = 0; VEC_iterate (mem_region_s, result, ix, this_one); ix++)
1411 {
1412 this_one->number = ix;
1413
1414 if (last_one && last_one->hi > this_one->lo)
1415 {
1416 warning (_("Overlapping regions in memory map: ignoring"));
1417 VEC_free (mem_region_s, result);
1418 return NULL;
1419 }
1420 last_one = this_one;
1421 }
1422
1423 return result;
1424}
1425
a76d924d
DJ
1426void
1427target_flash_erase (ULONGEST address, LONGEST length)
1428{
e8a6c6ac
TT
1429 if (targetdebug)
1430 fprintf_unfiltered (gdb_stdlog, "target_flash_erase (%s, %s)\n",
1431 hex_string (address), phex (length, 0));
1432 current_target.to_flash_erase (&current_target, address, length);
a76d924d
DJ
1433}
1434
1435void
1436target_flash_done (void)
1437{
f6fb2925
TT
1438 if (targetdebug)
1439 fprintf_unfiltered (gdb_stdlog, "target_flash_done\n");
1440 current_target.to_flash_done (&current_target);
a76d924d
DJ
1441}
1442
920d2a44
AC
1443static void
1444show_trust_readonly (struct ui_file *file, int from_tty,
1445 struct cmd_list_element *c, const char *value)
1446{
3e43a32a
MS
1447 fprintf_filtered (file,
1448 _("Mode for reading from readonly sections is %s.\n"),
920d2a44
AC
1449 value);
1450}
3a11626d 1451
7f79c47e 1452/* Target vector read/write partial wrapper functions. */
0088c768 1453
9b409511 1454static enum target_xfer_status
1e3ff5ad
AC
1455target_read_partial (struct target_ops *ops,
1456 enum target_object object,
1b0ba102 1457 const char *annex, gdb_byte *buf,
9b409511
YQ
1458 ULONGEST offset, ULONGEST len,
1459 ULONGEST *xfered_len)
1e3ff5ad 1460{
9b409511
YQ
1461 return target_xfer_partial (ops, object, annex, buf, NULL, offset, len,
1462 xfered_len);
1e3ff5ad
AC
1463}
1464
8a55ffb0 1465static enum target_xfer_status
1e3ff5ad
AC
1466target_write_partial (struct target_ops *ops,
1467 enum target_object object,
1b0ba102 1468 const char *annex, const gdb_byte *buf,
9b409511 1469 ULONGEST offset, LONGEST len, ULONGEST *xfered_len)
1e3ff5ad 1470{
9b409511
YQ
1471 return target_xfer_partial (ops, object, annex, NULL, buf, offset, len,
1472 xfered_len);
1e3ff5ad
AC
1473}
1474
1475/* Wrappers to perform the full transfer. */
7f79c47e
DE
1476
1477/* For docs on target_read see target.h. */
1478
1e3ff5ad
AC
1479LONGEST
1480target_read (struct target_ops *ops,
1481 enum target_object object,
1b0ba102 1482 const char *annex, gdb_byte *buf,
1e3ff5ad
AC
1483 ULONGEST offset, LONGEST len)
1484{
1485 LONGEST xfered = 0;
5d502164 1486
1e3ff5ad
AC
1487 while (xfered < len)
1488 {
9b409511
YQ
1489 ULONGEST xfered_len;
1490 enum target_xfer_status status;
1491
1492 status = target_read_partial (ops, object, annex,
1493 (gdb_byte *) buf + xfered,
1494 offset + xfered, len - xfered,
1495 &xfered_len);
5d502164 1496
1e3ff5ad 1497 /* Call an observer, notifying them of the xfer progress? */
9b409511 1498 if (status == TARGET_XFER_EOF)
13547ab6 1499 return xfered;
9b409511
YQ
1500 else if (status == TARGET_XFER_OK)
1501 {
1502 xfered += xfered_len;
1503 QUIT;
1504 }
1505 else
0088c768 1506 return -1;
9b409511 1507
1e3ff5ad
AC
1508 }
1509 return len;
1510}
1511
f1a507a1
JB
1512/* Assuming that the entire [begin, end) range of memory cannot be
1513 read, try to read whatever subrange is possible to read.
1514
1515 The function returns, in RESULT, either zero or one memory block.
1516 If there's a readable subrange at the beginning, it is completely
1517 read and returned. Any further readable subrange will not be read.
1518 Otherwise, if there's a readable subrange at the end, it will be
1519 completely read and returned. Any readable subranges before it
1520 (obviously, not starting at the beginning), will be ignored. In
1521 other cases -- either no readable subrange, or readable subrange(s)
1522 that is neither at the beginning, or end, nothing is returned.
1523
1524 The purpose of this function is to handle a read across a boundary
1525 of accessible memory in a case when memory map is not available.
1526 The above restrictions are fine for this case, but will give
1527 incorrect results if the memory is 'patchy'. However, supporting
1528 'patchy' memory would require trying to read every single byte,
1529 and it seems unacceptable solution. Explicit memory map is
1530 recommended for this case -- and target_read_memory_robust will
1531 take care of reading multiple ranges then. */
8dedea02
VP
1532
1533static void
3e43a32a
MS
1534read_whatever_is_readable (struct target_ops *ops,
1535 ULONGEST begin, ULONGEST end,
8dedea02 1536 VEC(memory_read_result_s) **result)
d5086790 1537{
f1a507a1 1538 gdb_byte *buf = xmalloc (end - begin);
8dedea02
VP
1539 ULONGEST current_begin = begin;
1540 ULONGEST current_end = end;
1541 int forward;
1542 memory_read_result_s r;
9b409511 1543 ULONGEST xfered_len;
8dedea02
VP
1544
1545 /* If we previously failed to read 1 byte, nothing can be done here. */
1546 if (end - begin <= 1)
13b3fd9b
MS
1547 {
1548 xfree (buf);
1549 return;
1550 }
8dedea02
VP
1551
1552 /* Check that either first or the last byte is readable, and give up
c378eb4e 1553 if not. This heuristic is meant to permit reading accessible memory
8dedea02
VP
1554 at the boundary of accessible region. */
1555 if (target_read_partial (ops, TARGET_OBJECT_MEMORY, NULL,
9b409511 1556 buf, begin, 1, &xfered_len) == TARGET_XFER_OK)
8dedea02
VP
1557 {
1558 forward = 1;
1559 ++current_begin;
1560 }
1561 else if (target_read_partial (ops, TARGET_OBJECT_MEMORY, NULL,
9b409511
YQ
1562 buf + (end-begin) - 1, end - 1, 1,
1563 &xfered_len) == TARGET_XFER_OK)
8dedea02
VP
1564 {
1565 forward = 0;
1566 --current_end;
1567 }
1568 else
1569 {
13b3fd9b 1570 xfree (buf);
8dedea02
VP
1571 return;
1572 }
1573
1574 /* Loop invariant is that the [current_begin, current_end) was previously
1575 found to be not readable as a whole.
1576
1577 Note loop condition -- if the range has 1 byte, we can't divide the range
1578 so there's no point trying further. */
1579 while (current_end - current_begin > 1)
1580 {
1581 ULONGEST first_half_begin, first_half_end;
1582 ULONGEST second_half_begin, second_half_end;
1583 LONGEST xfer;
8dedea02 1584 ULONGEST middle = current_begin + (current_end - current_begin)/2;
f1a507a1 1585
8dedea02
VP
1586 if (forward)
1587 {
1588 first_half_begin = current_begin;
1589 first_half_end = middle;
1590 second_half_begin = middle;
1591 second_half_end = current_end;
1592 }
1593 else
1594 {
1595 first_half_begin = middle;
1596 first_half_end = current_end;
1597 second_half_begin = current_begin;
1598 second_half_end = middle;
1599 }
1600
1601 xfer = target_read (ops, TARGET_OBJECT_MEMORY, NULL,
1602 buf + (first_half_begin - begin),
1603 first_half_begin,
1604 first_half_end - first_half_begin);
1605
1606 if (xfer == first_half_end - first_half_begin)
1607 {
c378eb4e 1608 /* This half reads up fine. So, the error must be in the
3e43a32a 1609 other half. */
8dedea02
VP
1610 current_begin = second_half_begin;
1611 current_end = second_half_end;
1612 }
1613 else
1614 {
c378eb4e
MS
1615 /* This half is not readable. Because we've tried one byte, we
1616 know some part of this half if actually redable. Go to the next
8dedea02
VP
1617 iteration to divide again and try to read.
1618
1619 We don't handle the other half, because this function only tries
1620 to read a single readable subrange. */
1621 current_begin = first_half_begin;
1622 current_end = first_half_end;
1623 }
1624 }
1625
1626 if (forward)
1627 {
1628 /* The [begin, current_begin) range has been read. */
1629 r.begin = begin;
1630 r.end = current_begin;
1631 r.data = buf;
1632 }
1633 else
1634 {
1635 /* The [current_end, end) range has been read. */
1636 LONGEST rlen = end - current_end;
f1a507a1 1637
8dedea02
VP
1638 r.data = xmalloc (rlen);
1639 memcpy (r.data, buf + current_end - begin, rlen);
1640 r.begin = current_end;
1641 r.end = end;
1642 xfree (buf);
1643 }
1644 VEC_safe_push(memory_read_result_s, (*result), &r);
1645}
1646
1647void
1648free_memory_read_result_vector (void *x)
1649{
1650 VEC(memory_read_result_s) *v = x;
1651 memory_read_result_s *current;
1652 int ix;
1653
1654 for (ix = 0; VEC_iterate (memory_read_result_s, v, ix, current); ++ix)
1655 {
1656 xfree (current->data);
1657 }
1658 VEC_free (memory_read_result_s, v);
1659}
1660
1661VEC(memory_read_result_s) *
1662read_memory_robust (struct target_ops *ops, ULONGEST offset, LONGEST len)
1663{
1664 VEC(memory_read_result_s) *result = 0;
1665
1666 LONGEST xfered = 0;
d5086790
VP
1667 while (xfered < len)
1668 {
8dedea02
VP
1669 struct mem_region *region = lookup_mem_region (offset + xfered);
1670 LONGEST rlen;
5d502164 1671
8dedea02
VP
1672 /* If there is no explicit region, a fake one should be created. */
1673 gdb_assert (region);
1674
1675 if (region->hi == 0)
1676 rlen = len - xfered;
1677 else
1678 rlen = region->hi - offset;
1679
1680 if (region->attrib.mode == MEM_NONE || region->attrib.mode == MEM_WO)
d5086790 1681 {
c378eb4e 1682 /* Cannot read this region. Note that we can end up here only
8dedea02
VP
1683 if the region is explicitly marked inaccessible, or
1684 'inaccessible-by-default' is in effect. */
1685 xfered += rlen;
1686 }
1687 else
1688 {
1689 LONGEST to_read = min (len - xfered, rlen);
1690 gdb_byte *buffer = (gdb_byte *)xmalloc (to_read);
1691
1692 LONGEST xfer = target_read (ops, TARGET_OBJECT_MEMORY, NULL,
1693 (gdb_byte *) buffer,
1694 offset + xfered, to_read);
1695 /* Call an observer, notifying them of the xfer progress? */
d5086790 1696 if (xfer <= 0)
d5086790 1697 {
c378eb4e 1698 /* Got an error reading full chunk. See if maybe we can read
8dedea02
VP
1699 some subrange. */
1700 xfree (buffer);
3e43a32a
MS
1701 read_whatever_is_readable (ops, offset + xfered,
1702 offset + xfered + to_read, &result);
8dedea02 1703 xfered += to_read;
d5086790 1704 }
8dedea02
VP
1705 else
1706 {
1707 struct memory_read_result r;
1708 r.data = buffer;
1709 r.begin = offset + xfered;
1710 r.end = r.begin + xfer;
1711 VEC_safe_push (memory_read_result_s, result, &r);
1712 xfered += xfer;
1713 }
1714 QUIT;
d5086790 1715 }
d5086790 1716 }
8dedea02 1717 return result;
d5086790
VP
1718}
1719
8dedea02 1720
cf7a04e8
DJ
1721/* An alternative to target_write with progress callbacks. */
1722
1e3ff5ad 1723LONGEST
cf7a04e8
DJ
1724target_write_with_progress (struct target_ops *ops,
1725 enum target_object object,
1726 const char *annex, const gdb_byte *buf,
1727 ULONGEST offset, LONGEST len,
1728 void (*progress) (ULONGEST, void *), void *baton)
1e3ff5ad
AC
1729{
1730 LONGEST xfered = 0;
a76d924d
DJ
1731
1732 /* Give the progress callback a chance to set up. */
1733 if (progress)
1734 (*progress) (0, baton);
1735
1e3ff5ad
AC
1736 while (xfered < len)
1737 {
9b409511
YQ
1738 ULONGEST xfered_len;
1739 enum target_xfer_status status;
1740
1741 status = target_write_partial (ops, object, annex,
1742 (gdb_byte *) buf + xfered,
1743 offset + xfered, len - xfered,
1744 &xfered_len);
cf7a04e8 1745
5c328c05
YQ
1746 if (status != TARGET_XFER_OK)
1747 return status == TARGET_XFER_EOF ? xfered : -1;
cf7a04e8
DJ
1748
1749 if (progress)
9b409511 1750 (*progress) (xfered_len, baton);
cf7a04e8 1751
9b409511 1752 xfered += xfered_len;
1e3ff5ad
AC
1753 QUIT;
1754 }
1755 return len;
1756}
1757
7f79c47e
DE
1758/* For docs on target_write see target.h. */
1759
cf7a04e8
DJ
1760LONGEST
1761target_write (struct target_ops *ops,
1762 enum target_object object,
1763 const char *annex, const gdb_byte *buf,
1764 ULONGEST offset, LONGEST len)
1765{
1766 return target_write_with_progress (ops, object, annex, buf, offset, len,
1767 NULL, NULL);
1768}
1769
159f81f3
DJ
1770/* Read OBJECT/ANNEX using OPS. Store the result in *BUF_P and return
1771 the size of the transferred data. PADDING additional bytes are
1772 available in *BUF_P. This is a helper function for
1773 target_read_alloc; see the declaration of that function for more
1774 information. */
13547ab6 1775
159f81f3
DJ
1776static LONGEST
1777target_read_alloc_1 (struct target_ops *ops, enum target_object object,
1778 const char *annex, gdb_byte **buf_p, int padding)
13547ab6
DJ
1779{
1780 size_t buf_alloc, buf_pos;
1781 gdb_byte *buf;
13547ab6
DJ
1782
1783 /* This function does not have a length parameter; it reads the
1784 entire OBJECT). Also, it doesn't support objects fetched partly
1785 from one target and partly from another (in a different stratum,
1786 e.g. a core file and an executable). Both reasons make it
1787 unsuitable for reading memory. */
1788 gdb_assert (object != TARGET_OBJECT_MEMORY);
1789
1790 /* Start by reading up to 4K at a time. The target will throttle
1791 this number down if necessary. */
1792 buf_alloc = 4096;
1793 buf = xmalloc (buf_alloc);
1794 buf_pos = 0;
1795 while (1)
1796 {
9b409511
YQ
1797 ULONGEST xfered_len;
1798 enum target_xfer_status status;
1799
1800 status = target_read_partial (ops, object, annex, &buf[buf_pos],
1801 buf_pos, buf_alloc - buf_pos - padding,
1802 &xfered_len);
1803
1804 if (status == TARGET_XFER_EOF)
13547ab6
DJ
1805 {
1806 /* Read all there was. */
1807 if (buf_pos == 0)
1808 xfree (buf);
1809 else
1810 *buf_p = buf;
1811 return buf_pos;
1812 }
9b409511
YQ
1813 else if (status != TARGET_XFER_OK)
1814 {
1815 /* An error occurred. */
1816 xfree (buf);
1817 return TARGET_XFER_E_IO;
1818 }
13547ab6 1819
9b409511 1820 buf_pos += xfered_len;
13547ab6
DJ
1821
1822 /* If the buffer is filling up, expand it. */
1823 if (buf_alloc < buf_pos * 2)
1824 {
1825 buf_alloc *= 2;
1826 buf = xrealloc (buf, buf_alloc);
1827 }
1828
1829 QUIT;
1830 }
1831}
1832
159f81f3
DJ
1833/* Read OBJECT/ANNEX using OPS. Store the result in *BUF_P and return
1834 the size of the transferred data. See the declaration in "target.h"
1835 function for more information about the return value. */
1836
1837LONGEST
1838target_read_alloc (struct target_ops *ops, enum target_object object,
1839 const char *annex, gdb_byte **buf_p)
1840{
1841 return target_read_alloc_1 (ops, object, annex, buf_p, 0);
1842}
1843
1844/* Read OBJECT/ANNEX using OPS. The result is NUL-terminated and
1845 returned as a string, allocated using xmalloc. If an error occurs
1846 or the transfer is unsupported, NULL is returned. Empty objects
1847 are returned as allocated but empty strings. A warning is issued
1848 if the result contains any embedded NUL bytes. */
1849
1850char *
1851target_read_stralloc (struct target_ops *ops, enum target_object object,
1852 const char *annex)
1853{
39086a0e
PA
1854 gdb_byte *buffer;
1855 char *bufstr;
7313baad 1856 LONGEST i, transferred;
159f81f3 1857
39086a0e
PA
1858 transferred = target_read_alloc_1 (ops, object, annex, &buffer, 1);
1859 bufstr = (char *) buffer;
159f81f3
DJ
1860
1861 if (transferred < 0)
1862 return NULL;
1863
1864 if (transferred == 0)
1865 return xstrdup ("");
1866
39086a0e 1867 bufstr[transferred] = 0;
7313baad
UW
1868
1869 /* Check for embedded NUL bytes; but allow trailing NULs. */
39086a0e
PA
1870 for (i = strlen (bufstr); i < transferred; i++)
1871 if (bufstr[i] != 0)
7313baad
UW
1872 {
1873 warning (_("target object %d, annex %s, "
1874 "contained unexpected null characters"),
1875 (int) object, annex ? annex : "(none)");
1876 break;
1877 }
159f81f3 1878
39086a0e 1879 return bufstr;
159f81f3
DJ
1880}
1881
b6591e8b
AC
1882/* Memory transfer methods. */
1883
1884void
1b0ba102 1885get_target_memory (struct target_ops *ops, CORE_ADDR addr, gdb_byte *buf,
b6591e8b
AC
1886 LONGEST len)
1887{
07b82ea5
PA
1888 /* This method is used to read from an alternate, non-current
1889 target. This read must bypass the overlay support (as symbols
1890 don't match this target), and GDB's internal cache (wrong cache
1891 for this target). */
1892 if (target_read (ops, TARGET_OBJECT_RAW_MEMORY, NULL, buf, addr, len)
b6591e8b 1893 != len)
578d3588 1894 memory_error (TARGET_XFER_E_IO, addr);
b6591e8b
AC
1895}
1896
1897ULONGEST
5d502164
MS
1898get_target_memory_unsigned (struct target_ops *ops, CORE_ADDR addr,
1899 int len, enum bfd_endian byte_order)
b6591e8b 1900{
f6519ebc 1901 gdb_byte buf[sizeof (ULONGEST)];
b6591e8b
AC
1902
1903 gdb_assert (len <= sizeof (buf));
1904 get_target_memory (ops, addr, buf, len);
e17a4113 1905 return extract_unsigned_integer (buf, len, byte_order);
b6591e8b
AC
1906}
1907
3db08215
MM
1908/* See target.h. */
1909
d914c394
SS
1910int
1911target_insert_breakpoint (struct gdbarch *gdbarch,
1912 struct bp_target_info *bp_tgt)
1913{
1914 if (!may_insert_breakpoints)
1915 {
1916 warning (_("May not insert breakpoints"));
1917 return 1;
1918 }
1919
6b84065d
TT
1920 return current_target.to_insert_breakpoint (&current_target,
1921 gdbarch, bp_tgt);
d914c394
SS
1922}
1923
3db08215
MM
1924/* See target.h. */
1925
d914c394 1926int
6b84065d
TT
1927target_remove_breakpoint (struct gdbarch *gdbarch,
1928 struct bp_target_info *bp_tgt)
d914c394
SS
1929{
1930 /* This is kind of a weird case to handle, but the permission might
1931 have been changed after breakpoints were inserted - in which case
1932 we should just take the user literally and assume that any
1933 breakpoints should be left in place. */
1934 if (!may_insert_breakpoints)
1935 {
1936 warning (_("May not remove breakpoints"));
1937 return 1;
1938 }
1939
6b84065d
TT
1940 return current_target.to_remove_breakpoint (&current_target,
1941 gdbarch, bp_tgt);
d914c394
SS
1942}
1943
c906108c 1944static void
fba45db2 1945target_info (char *args, int from_tty)
c906108c
SS
1946{
1947 struct target_ops *t;
c906108c 1948 int has_all_mem = 0;
c5aa993b 1949
c906108c 1950 if (symfile_objfile != NULL)
4262abfb
JK
1951 printf_unfiltered (_("Symbols from \"%s\".\n"),
1952 objfile_name (symfile_objfile));
c906108c 1953
258b763a 1954 for (t = target_stack; t != NULL; t = t->beneath)
c906108c 1955 {
c35b1492 1956 if (!(*t->to_has_memory) (t))
c906108c
SS
1957 continue;
1958
c5aa993b 1959 if ((int) (t->to_stratum) <= (int) dummy_stratum)
c906108c
SS
1960 continue;
1961 if (has_all_mem)
3e43a32a
MS
1962 printf_unfiltered (_("\tWhile running this, "
1963 "GDB does not access memory from...\n"));
c5aa993b
JM
1964 printf_unfiltered ("%s:\n", t->to_longname);
1965 (t->to_files_info) (t);
c35b1492 1966 has_all_mem = (*t->to_has_all_memory) (t);
c906108c
SS
1967 }
1968}
1969
fd79ecee
DJ
1970/* This function is called before any new inferior is created, e.g.
1971 by running a program, attaching, or connecting to a target.
1972 It cleans up any state from previous invocations which might
1973 change between runs. This is a subset of what target_preopen
1974 resets (things which might change between targets). */
1975
1976void
1977target_pre_inferior (int from_tty)
1978{
c378eb4e 1979 /* Clear out solib state. Otherwise the solib state of the previous
b9db4ced 1980 inferior might have survived and is entirely wrong for the new
c378eb4e 1981 target. This has been observed on GNU/Linux using glibc 2.3. How
b9db4ced
UW
1982 to reproduce:
1983
1984 bash$ ./foo&
1985 [1] 4711
1986 bash$ ./foo&
1987 [1] 4712
1988 bash$ gdb ./foo
1989 [...]
1990 (gdb) attach 4711
1991 (gdb) detach
1992 (gdb) attach 4712
1993 Cannot access memory at address 0xdeadbeef
1994 */
b9db4ced 1995
50c71eaf
PA
1996 /* In some OSs, the shared library list is the same/global/shared
1997 across inferiors. If code is shared between processes, so are
1998 memory regions and features. */
f5656ead 1999 if (!gdbarch_has_global_solist (target_gdbarch ()))
50c71eaf
PA
2000 {
2001 no_shared_libraries (NULL, from_tty);
2002
2003 invalidate_target_mem_regions ();
424163ea 2004
50c71eaf
PA
2005 target_clear_description ();
2006 }
8ffcbaaf
YQ
2007
2008 agent_capability_invalidate ();
fd79ecee
DJ
2009}
2010
b8fa0bfa
PA
2011/* Callback for iterate_over_inferiors. Gets rid of the given
2012 inferior. */
2013
2014static int
2015dispose_inferior (struct inferior *inf, void *args)
2016{
2017 struct thread_info *thread;
2018
2019 thread = any_thread_of_process (inf->pid);
2020 if (thread)
2021 {
2022 switch_to_thread (thread->ptid);
2023
2024 /* Core inferiors actually should be detached, not killed. */
2025 if (target_has_execution)
2026 target_kill ();
2027 else
2028 target_detach (NULL, 0);
2029 }
2030
2031 return 0;
2032}
2033
c906108c
SS
2034/* This is to be called by the open routine before it does
2035 anything. */
2036
2037void
fba45db2 2038target_preopen (int from_tty)
c906108c 2039{
c5aa993b 2040 dont_repeat ();
c906108c 2041
b8fa0bfa 2042 if (have_inferiors ())
c5aa993b 2043 {
adf40b2e 2044 if (!from_tty
b8fa0bfa
PA
2045 || !have_live_inferiors ()
2046 || query (_("A program is being debugged already. Kill it? ")))
2047 iterate_over_inferiors (dispose_inferior, NULL);
c906108c 2048 else
8a3fe4f8 2049 error (_("Program not killed."));
c906108c
SS
2050 }
2051
2052 /* Calling target_kill may remove the target from the stack. But if
2053 it doesn't (which seems like a win for UDI), remove it now. */
87ab71f0
PA
2054 /* Leave the exec target, though. The user may be switching from a
2055 live process to a core of the same program. */
460014f5 2056 pop_all_targets_above (file_stratum);
fd79ecee
DJ
2057
2058 target_pre_inferior (from_tty);
c906108c
SS
2059}
2060
2061/* Detach a target after doing deferred register stores. */
2062
2063void
52554a0e 2064target_detach (const char *args, int from_tty)
c906108c 2065{
136d6dae
VP
2066 struct target_ops* t;
2067
f5656ead 2068 if (gdbarch_has_global_breakpoints (target_gdbarch ()))
50c71eaf
PA
2069 /* Don't remove global breakpoints here. They're removed on
2070 disconnection from the target. */
2071 ;
2072 else
2073 /* If we're in breakpoints-always-inserted mode, have to remove
2074 them before detaching. */
dfd4cc63 2075 remove_breakpoints_pid (ptid_get_pid (inferior_ptid));
74960c60 2076
24291992
PA
2077 prepare_for_detach ();
2078
09da0d0a
TT
2079 current_target.to_detach (&current_target, args, from_tty);
2080 if (targetdebug)
2081 fprintf_unfiltered (gdb_stdlog, "target_detach (%s, %d)\n",
2082 args, from_tty);
c906108c
SS
2083}
2084
6ad8ae5c
DJ
2085void
2086target_disconnect (char *args, int from_tty)
2087{
50c71eaf
PA
2088 /* If we're in breakpoints-always-inserted mode or if breakpoints
2089 are global across processes, we have to remove them before
2090 disconnecting. */
74960c60
VP
2091 remove_breakpoints ();
2092
86a0854a
TT
2093 if (targetdebug)
2094 fprintf_unfiltered (gdb_stdlog, "target_disconnect (%s, %d)\n",
2095 args, from_tty);
2096 current_target.to_disconnect (&current_target, args, from_tty);
6ad8ae5c
DJ
2097}
2098
117de6a9 2099ptid_t
47608cb1 2100target_wait (ptid_t ptid, struct target_waitstatus *status, int options)
117de6a9
PA
2101{
2102 struct target_ops *t;
6b84065d
TT
2103 ptid_t retval = (current_target.to_wait) (&current_target, ptid,
2104 status, options);
117de6a9 2105
6b84065d 2106 if (targetdebug)
117de6a9 2107 {
6b84065d
TT
2108 char *status_string;
2109 char *options_string;
117de6a9 2110
6b84065d
TT
2111 status_string = target_waitstatus_to_string (status);
2112 options_string = target_options_to_string (options);
2113 fprintf_unfiltered (gdb_stdlog,
2114 "target_wait (%d, status, options={%s})"
2115 " = %d, %s\n",
2116 ptid_get_pid (ptid), options_string,
2117 ptid_get_pid (retval), status_string);
2118 xfree (status_string);
2119 xfree (options_string);
117de6a9
PA
2120 }
2121
6b84065d 2122 return retval;
117de6a9
PA
2123}
2124
2125char *
2126target_pid_to_str (ptid_t ptid)
2127{
770234d3 2128 return (*current_target.to_pid_to_str) (&current_target, ptid);
117de6a9
PA
2129}
2130
4694da01
TT
2131char *
2132target_thread_name (struct thread_info *info)
2133{
825828fc 2134 return current_target.to_thread_name (&current_target, info);
4694da01
TT
2135}
2136
e1ac3328 2137void
2ea28649 2138target_resume (ptid_t ptid, int step, enum gdb_signal signal)
e1ac3328 2139{
28439f5e
PA
2140 struct target_ops *t;
2141
4e5d721f 2142 target_dcache_invalidate ();
28439f5e 2143
6b84065d
TT
2144 current_target.to_resume (&current_target, ptid, step, signal);
2145 if (targetdebug)
2146 fprintf_unfiltered (gdb_stdlog, "target_resume (%d, %s, %s)\n",
2147 ptid_get_pid (ptid),
2148 step ? "step" : "continue",
2149 gdb_signal_to_name (signal));
28439f5e 2150
6b84065d
TT
2151 registers_changed_ptid (ptid);
2152 set_executing (ptid, 1);
2153 set_running (ptid, 1);
2154 clear_inline_frame_state (ptid);
e1ac3328 2155}
2455069d
UW
2156
2157void
2158target_pass_signals (int numsigs, unsigned char *pass_signals)
2159{
035cad7f 2160 if (targetdebug)
2455069d 2161 {
035cad7f 2162 int i;
2455069d 2163
035cad7f
TT
2164 fprintf_unfiltered (gdb_stdlog, "target_pass_signals (%d, {",
2165 numsigs);
2455069d 2166
035cad7f
TT
2167 for (i = 0; i < numsigs; i++)
2168 if (pass_signals[i])
2169 fprintf_unfiltered (gdb_stdlog, " %s",
2170 gdb_signal_to_name (i));
2455069d 2171
035cad7f 2172 fprintf_unfiltered (gdb_stdlog, " })\n");
2455069d 2173 }
035cad7f
TT
2174
2175 (*current_target.to_pass_signals) (&current_target, numsigs, pass_signals);
2455069d
UW
2176}
2177
9b224c5e
PA
2178void
2179target_program_signals (int numsigs, unsigned char *program_signals)
2180{
7d4f8efa 2181 if (targetdebug)
9b224c5e 2182 {
7d4f8efa 2183 int i;
9b224c5e 2184
7d4f8efa
TT
2185 fprintf_unfiltered (gdb_stdlog, "target_program_signals (%d, {",
2186 numsigs);
9b224c5e 2187
7d4f8efa
TT
2188 for (i = 0; i < numsigs; i++)
2189 if (program_signals[i])
2190 fprintf_unfiltered (gdb_stdlog, " %s",
2191 gdb_signal_to_name (i));
9b224c5e 2192
7d4f8efa 2193 fprintf_unfiltered (gdb_stdlog, " })\n");
9b224c5e 2194 }
7d4f8efa
TT
2195
2196 (*current_target.to_program_signals) (&current_target,
2197 numsigs, program_signals);
9b224c5e
PA
2198}
2199
098dba18
TT
2200static int
2201default_follow_fork (struct target_ops *self, int follow_child,
2202 int detach_fork)
2203{
2204 /* Some target returned a fork event, but did not know how to follow it. */
2205 internal_error (__FILE__, __LINE__,
2206 _("could not find a target to follow fork"));
2207}
2208
ee057212
DJ
2209/* Look through the list of possible targets for a target that can
2210 follow forks. */
2211
2212int
07107ca6 2213target_follow_fork (int follow_child, int detach_fork)
ee057212 2214{
098dba18
TT
2215 int retval = current_target.to_follow_fork (&current_target,
2216 follow_child, detach_fork);
ee057212 2217
098dba18
TT
2218 if (targetdebug)
2219 fprintf_unfiltered (gdb_stdlog,
2220 "target_follow_fork (%d, %d) = %d\n",
2221 follow_child, detach_fork, retval);
2222 return retval;
ee057212
DJ
2223}
2224
8d657035
TT
2225static void
2226default_mourn_inferior (struct target_ops *self)
2227{
2228 internal_error (__FILE__, __LINE__,
2229 _("could not find a target to follow mourn inferior"));
2230}
2231
136d6dae
VP
2232void
2233target_mourn_inferior (void)
2234{
8d657035
TT
2235 current_target.to_mourn_inferior (&current_target);
2236 if (targetdebug)
2237 fprintf_unfiltered (gdb_stdlog, "target_mourn_inferior ()\n");
136d6dae 2238
8d657035
TT
2239 /* We no longer need to keep handles on any of the object files.
2240 Make sure to release them to avoid unnecessarily locking any
2241 of them while we're not actually debugging. */
2242 bfd_cache_close_all ();
136d6dae
VP
2243}
2244
424163ea
DJ
2245/* Look for a target which can describe architectural features, starting
2246 from TARGET. If we find one, return its description. */
2247
2248const struct target_desc *
2249target_read_description (struct target_ops *target)
2250{
2117c711 2251 return target->to_read_description (target);
424163ea
DJ
2252}
2253
58a5184e 2254/* This implements a basic search of memory, reading target memory and
08388c79
DE
2255 performing the search here (as opposed to performing the search in on the
2256 target side with, for example, gdbserver). */
2257
2258int
2259simple_search_memory (struct target_ops *ops,
2260 CORE_ADDR start_addr, ULONGEST search_space_len,
2261 const gdb_byte *pattern, ULONGEST pattern_len,
2262 CORE_ADDR *found_addrp)
2263{
2264 /* NOTE: also defined in find.c testcase. */
2265#define SEARCH_CHUNK_SIZE 16000
2266 const unsigned chunk_size = SEARCH_CHUNK_SIZE;
2267 /* Buffer to hold memory contents for searching. */
2268 gdb_byte *search_buf;
2269 unsigned search_buf_size;
2270 struct cleanup *old_cleanups;
2271
2272 search_buf_size = chunk_size + pattern_len - 1;
2273
2274 /* No point in trying to allocate a buffer larger than the search space. */
2275 if (search_space_len < search_buf_size)
2276 search_buf_size = search_space_len;
2277
2278 search_buf = malloc (search_buf_size);
2279 if (search_buf == NULL)
5e1471f5 2280 error (_("Unable to allocate memory to perform the search."));
08388c79
DE
2281 old_cleanups = make_cleanup (free_current_contents, &search_buf);
2282
2283 /* Prime the search buffer. */
2284
2285 if (target_read (ops, TARGET_OBJECT_MEMORY, NULL,
2286 search_buf, start_addr, search_buf_size) != search_buf_size)
2287 {
b3dc46ff
AB
2288 warning (_("Unable to access %s bytes of target "
2289 "memory at %s, halting search."),
2290 pulongest (search_buf_size), hex_string (start_addr));
08388c79
DE
2291 do_cleanups (old_cleanups);
2292 return -1;
2293 }
2294
2295 /* Perform the search.
2296
2297 The loop is kept simple by allocating [N + pattern-length - 1] bytes.
2298 When we've scanned N bytes we copy the trailing bytes to the start and
2299 read in another N bytes. */
2300
2301 while (search_space_len >= pattern_len)
2302 {
2303 gdb_byte *found_ptr;
2304 unsigned nr_search_bytes = min (search_space_len, search_buf_size);
2305
2306 found_ptr = memmem (search_buf, nr_search_bytes,
2307 pattern, pattern_len);
2308
2309 if (found_ptr != NULL)
2310 {
2311 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf);
5d502164 2312
08388c79
DE
2313 *found_addrp = found_addr;
2314 do_cleanups (old_cleanups);
2315 return 1;
2316 }
2317
2318 /* Not found in this chunk, skip to next chunk. */
2319
2320 /* Don't let search_space_len wrap here, it's unsigned. */
2321 if (search_space_len >= chunk_size)
2322 search_space_len -= chunk_size;
2323 else
2324 search_space_len = 0;
2325
2326 if (search_space_len >= pattern_len)
2327 {
2328 unsigned keep_len = search_buf_size - chunk_size;
8a35fb51 2329 CORE_ADDR read_addr = start_addr + chunk_size + keep_len;
08388c79
DE
2330 int nr_to_read;
2331
2332 /* Copy the trailing part of the previous iteration to the front
2333 of the buffer for the next iteration. */
2334 gdb_assert (keep_len == pattern_len - 1);
2335 memcpy (search_buf, search_buf + chunk_size, keep_len);
2336
2337 nr_to_read = min (search_space_len - keep_len, chunk_size);
2338
2339 if (target_read (ops, TARGET_OBJECT_MEMORY, NULL,
2340 search_buf + keep_len, read_addr,
2341 nr_to_read) != nr_to_read)
2342 {
b3dc46ff 2343 warning (_("Unable to access %s bytes of target "
9b20d036 2344 "memory at %s, halting search."),
b3dc46ff 2345 plongest (nr_to_read),
08388c79
DE
2346 hex_string (read_addr));
2347 do_cleanups (old_cleanups);
2348 return -1;
2349 }
2350
2351 start_addr += chunk_size;
2352 }
2353 }
2354
2355 /* Not found. */
2356
2357 do_cleanups (old_cleanups);
2358 return 0;
2359}
2360
58a5184e
TT
2361/* Default implementation of memory-searching. */
2362
2363static int
2364default_search_memory (struct target_ops *self,
2365 CORE_ADDR start_addr, ULONGEST search_space_len,
2366 const gdb_byte *pattern, ULONGEST pattern_len,
2367 CORE_ADDR *found_addrp)
2368{
2369 /* Start over from the top of the target stack. */
2370 return simple_search_memory (current_target.beneath,
2371 start_addr, search_space_len,
2372 pattern, pattern_len, found_addrp);
2373}
2374
08388c79
DE
2375/* Search SEARCH_SPACE_LEN bytes beginning at START_ADDR for the
2376 sequence of bytes in PATTERN with length PATTERN_LEN.
2377
2378 The result is 1 if found, 0 if not found, and -1 if there was an error
2379 requiring halting of the search (e.g. memory read error).
2380 If the pattern is found the address is recorded in FOUND_ADDRP. */
2381
2382int
2383target_search_memory (CORE_ADDR start_addr, ULONGEST search_space_len,
2384 const gdb_byte *pattern, ULONGEST pattern_len,
2385 CORE_ADDR *found_addrp)
2386{
08388c79
DE
2387 int found;
2388
08388c79
DE
2389 if (targetdebug)
2390 fprintf_unfiltered (gdb_stdlog, "target_search_memory (%s, ...)\n",
2391 hex_string (start_addr));
2392
58a5184e
TT
2393 found = current_target.to_search_memory (&current_target, start_addr,
2394 search_space_len,
2395 pattern, pattern_len, found_addrp);
08388c79
DE
2396
2397 if (targetdebug)
2398 fprintf_unfiltered (gdb_stdlog, " = %d\n", found);
2399
2400 return found;
2401}
2402
8edfe269
DJ
2403/* Look through the currently pushed targets. If none of them will
2404 be able to restart the currently running process, issue an error
2405 message. */
2406
2407void
2408target_require_runnable (void)
2409{
2410 struct target_ops *t;
2411
2412 for (t = target_stack; t != NULL; t = t->beneath)
2413 {
2414 /* If this target knows how to create a new program, then
2415 assume we will still be able to after killing the current
2416 one. Either killing and mourning will not pop T, or else
2417 find_default_run_target will find it again. */
2418 if (t->to_create_inferior != NULL)
2419 return;
2420
2421 /* Do not worry about thread_stratum targets that can not
2422 create inferiors. Assume they will be pushed again if
2423 necessary, and continue to the process_stratum. */
85e747d2
UW
2424 if (t->to_stratum == thread_stratum
2425 || t->to_stratum == arch_stratum)
8edfe269
DJ
2426 continue;
2427
3e43a32a
MS
2428 error (_("The \"%s\" target does not support \"run\". "
2429 "Try \"help target\" or \"continue\"."),
8edfe269
DJ
2430 t->to_shortname);
2431 }
2432
2433 /* This function is only called if the target is running. In that
2434 case there should have been a process_stratum target and it
c378eb4e 2435 should either know how to create inferiors, or not... */
9b20d036 2436 internal_error (__FILE__, __LINE__, _("No targets found"));
8edfe269
DJ
2437}
2438
c906108c
SS
2439/* Look through the list of possible targets for a target that can
2440 execute a run or attach command without any other data. This is
2441 used to locate the default process stratum.
2442
5f667f2d
PA
2443 If DO_MESG is not NULL, the result is always valid (error() is
2444 called for errors); else, return NULL on error. */
c906108c
SS
2445
2446static struct target_ops *
fba45db2 2447find_default_run_target (char *do_mesg)
c906108c
SS
2448{
2449 struct target_ops **t;
2450 struct target_ops *runable = NULL;
2451 int count;
2452
2453 count = 0;
2454
2455 for (t = target_structs; t < target_structs + target_struct_size;
2456 ++t)
2457 {
e88ef65c 2458 if ((*t)->to_can_run != delegate_can_run && target_can_run (*t))
c906108c
SS
2459 {
2460 runable = *t;
2461 ++count;
2462 }
2463 }
2464
2465 if (count != 1)
5f667f2d
PA
2466 {
2467 if (do_mesg)
2468 error (_("Don't know how to %s. Try \"help target\"."), do_mesg);
2469 else
2470 return NULL;
2471 }
c906108c
SS
2472
2473 return runable;
2474}
2475
b3ccfe11 2476/* See target.h. */
c906108c 2477
b3ccfe11
TT
2478struct target_ops *
2479find_attach_target (void)
c906108c
SS
2480{
2481 struct target_ops *t;
2482
b3ccfe11
TT
2483 /* If a target on the current stack can attach, use it. */
2484 for (t = current_target.beneath; t != NULL; t = t->beneath)
2485 {
2486 if (t->to_attach != NULL)
2487 break;
2488 }
c906108c 2489
b3ccfe11
TT
2490 /* Otherwise, use the default run target for attaching. */
2491 if (t == NULL)
2492 t = find_default_run_target ("attach");
b84876c2 2493
b3ccfe11 2494 return t;
b84876c2
PA
2495}
2496
b3ccfe11 2497/* See target.h. */
b84876c2 2498
b3ccfe11
TT
2499struct target_ops *
2500find_run_target (void)
9908b566
VP
2501{
2502 struct target_ops *t;
2503
b3ccfe11
TT
2504 /* If a target on the current stack can attach, use it. */
2505 for (t = current_target.beneath; t != NULL; t = t->beneath)
2506 {
2507 if (t->to_create_inferior != NULL)
2508 break;
2509 }
5d502164 2510
b3ccfe11
TT
2511 /* Otherwise, use the default run target. */
2512 if (t == NULL)
2513 t = find_default_run_target ("run");
9908b566 2514
b3ccfe11 2515 return t;
9908b566
VP
2516}
2517
145b16a9
UW
2518/* Implement the "info proc" command. */
2519
451b7c33 2520int
145b16a9
UW
2521target_info_proc (char *args, enum info_proc_what what)
2522{
2523 struct target_ops *t;
2524
2525 /* If we're already connected to something that can get us OS
2526 related data, use it. Otherwise, try using the native
2527 target. */
2528 if (current_target.to_stratum >= process_stratum)
2529 t = current_target.beneath;
2530 else
2531 t = find_default_run_target (NULL);
2532
2533 for (; t != NULL; t = t->beneath)
2534 {
2535 if (t->to_info_proc != NULL)
2536 {
2537 t->to_info_proc (t, args, what);
2538
2539 if (targetdebug)
2540 fprintf_unfiltered (gdb_stdlog,
2541 "target_info_proc (\"%s\", %d)\n", args, what);
2542
451b7c33 2543 return 1;
145b16a9
UW
2544 }
2545 }
2546
451b7c33 2547 return 0;
145b16a9
UW
2548}
2549
03583c20 2550static int
2bfc0540 2551find_default_supports_disable_randomization (struct target_ops *self)
03583c20
UW
2552{
2553 struct target_ops *t;
2554
2555 t = find_default_run_target (NULL);
2556 if (t && t->to_supports_disable_randomization)
2bfc0540 2557 return (t->to_supports_disable_randomization) (t);
03583c20
UW
2558 return 0;
2559}
2560
2561int
2562target_supports_disable_randomization (void)
2563{
2564 struct target_ops *t;
2565
2566 for (t = &current_target; t != NULL; t = t->beneath)
2567 if (t->to_supports_disable_randomization)
2bfc0540 2568 return t->to_supports_disable_randomization (t);
03583c20
UW
2569
2570 return 0;
2571}
9908b566 2572
07e059b5
VP
2573char *
2574target_get_osdata (const char *type)
2575{
07e059b5
VP
2576 struct target_ops *t;
2577
739ef7fb
PA
2578 /* If we're already connected to something that can get us OS
2579 related data, use it. Otherwise, try using the native
2580 target. */
2581 if (current_target.to_stratum >= process_stratum)
6d097e65 2582 t = current_target.beneath;
739ef7fb
PA
2583 else
2584 t = find_default_run_target ("get OS data");
07e059b5
VP
2585
2586 if (!t)
2587 return NULL;
2588
6d097e65 2589 return target_read_stralloc (t, TARGET_OBJECT_OSDATA, type);
07e059b5
VP
2590}
2591
6c95b8df
PA
2592/* Determine the current address space of thread PTID. */
2593
2594struct address_space *
2595target_thread_address_space (ptid_t ptid)
2596{
c0694254 2597 struct address_space *aspace;
6c95b8df 2598 struct inferior *inf;
c0694254
PA
2599 struct target_ops *t;
2600
2601 for (t = current_target.beneath; t != NULL; t = t->beneath)
2602 {
2603 if (t->to_thread_address_space != NULL)
2604 {
2605 aspace = t->to_thread_address_space (t, ptid);
2606 gdb_assert (aspace);
6c95b8df 2607
c0694254
PA
2608 if (targetdebug)
2609 fprintf_unfiltered (gdb_stdlog,
2610 "target_thread_address_space (%s) = %d\n",
2611 target_pid_to_str (ptid),
2612 address_space_num (aspace));
2613 return aspace;
2614 }
2615 }
6c95b8df
PA
2616
2617 /* Fall-back to the "main" address space of the inferior. */
2618 inf = find_inferior_pid (ptid_get_pid (ptid));
2619
2620 if (inf == NULL || inf->aspace == NULL)
3e43a32a 2621 internal_error (__FILE__, __LINE__,
9b20d036
MS
2622 _("Can't determine the current "
2623 "address space of thread %s\n"),
6c95b8df
PA
2624 target_pid_to_str (ptid));
2625
2626 return inf->aspace;
2627}
2628
7313baad
UW
2629
2630/* Target file operations. */
2631
2632static struct target_ops *
2633default_fileio_target (void)
2634{
2635 /* If we're already connected to something that can perform
2636 file I/O, use it. Otherwise, try using the native target. */
2637 if (current_target.to_stratum >= process_stratum)
2638 return current_target.beneath;
2639 else
2640 return find_default_run_target ("file I/O");
2641}
2642
2643/* Open FILENAME on the target, using FLAGS and MODE. Return a
2644 target file descriptor, or -1 if an error occurs (and set
2645 *TARGET_ERRNO). */
2646int
2647target_fileio_open (const char *filename, int flags, int mode,
2648 int *target_errno)
2649{
2650 struct target_ops *t;
2651
2652 for (t = default_fileio_target (); t != NULL; t = t->beneath)
2653 {
2654 if (t->to_fileio_open != NULL)
2655 {
cd897586 2656 int fd = t->to_fileio_open (t, filename, flags, mode, target_errno);
7313baad
UW
2657
2658 if (targetdebug)
2659 fprintf_unfiltered (gdb_stdlog,
2660 "target_fileio_open (%s,0x%x,0%o) = %d (%d)\n",
2661 filename, flags, mode,
2662 fd, fd != -1 ? 0 : *target_errno);
2663 return fd;
2664 }
2665 }
2666
2667 *target_errno = FILEIO_ENOSYS;
2668 return -1;
2669}
2670
2671/* Write up to LEN bytes from WRITE_BUF to FD on the target.
2672 Return the number of bytes written, or -1 if an error occurs
2673 (and set *TARGET_ERRNO). */
2674int
2675target_fileio_pwrite (int fd, const gdb_byte *write_buf, int len,
2676 ULONGEST offset, int *target_errno)
2677{
2678 struct target_ops *t;
2679
2680 for (t = default_fileio_target (); t != NULL; t = t->beneath)
2681 {
2682 if (t->to_fileio_pwrite != NULL)
2683 {
0d866f62 2684 int ret = t->to_fileio_pwrite (t, fd, write_buf, len, offset,
7313baad
UW
2685 target_errno);
2686
2687 if (targetdebug)
2688 fprintf_unfiltered (gdb_stdlog,
a71b5a38 2689 "target_fileio_pwrite (%d,...,%d,%s) "
7313baad 2690 "= %d (%d)\n",
a71b5a38 2691 fd, len, pulongest (offset),
7313baad
UW
2692 ret, ret != -1 ? 0 : *target_errno);
2693 return ret;
2694 }
2695 }
2696
2697 *target_errno = FILEIO_ENOSYS;
2698 return -1;
2699}
2700
2701/* Read up to LEN bytes FD on the target into READ_BUF.
2702 Return the number of bytes read, or -1 if an error occurs
2703 (and set *TARGET_ERRNO). */
2704int
2705target_fileio_pread (int fd, gdb_byte *read_buf, int len,
2706 ULONGEST offset, int *target_errno)
2707{
2708 struct target_ops *t;
2709
2710 for (t = default_fileio_target (); t != NULL; t = t->beneath)
2711 {
2712 if (t->to_fileio_pread != NULL)
2713 {
a3be983c 2714 int ret = t->to_fileio_pread (t, fd, read_buf, len, offset,
7313baad
UW
2715 target_errno);
2716
2717 if (targetdebug)
2718 fprintf_unfiltered (gdb_stdlog,
a71b5a38 2719 "target_fileio_pread (%d,...,%d,%s) "
7313baad 2720 "= %d (%d)\n",
a71b5a38 2721 fd, len, pulongest (offset),
7313baad
UW
2722 ret, ret != -1 ? 0 : *target_errno);
2723 return ret;
2724 }
2725 }
2726
2727 *target_errno = FILEIO_ENOSYS;
2728 return -1;
2729}
2730
2731/* Close FD on the target. Return 0, or -1 if an error occurs
2732 (and set *TARGET_ERRNO). */
2733int
2734target_fileio_close (int fd, int *target_errno)
2735{
2736 struct target_ops *t;
2737
2738 for (t = default_fileio_target (); t != NULL; t = t->beneath)
2739 {
2740 if (t->to_fileio_close != NULL)
2741 {
df39ea25 2742 int ret = t->to_fileio_close (t, fd, target_errno);
7313baad
UW
2743
2744 if (targetdebug)
2745 fprintf_unfiltered (gdb_stdlog,
2746 "target_fileio_close (%d) = %d (%d)\n",
2747 fd, ret, ret != -1 ? 0 : *target_errno);
2748 return ret;
2749 }
2750 }
2751
2752 *target_errno = FILEIO_ENOSYS;
2753 return -1;
2754}
2755
2756/* Unlink FILENAME on the target. Return 0, or -1 if an error
2757 occurs (and set *TARGET_ERRNO). */
2758int
2759target_fileio_unlink (const char *filename, int *target_errno)
2760{
2761 struct target_ops *t;
2762
2763 for (t = default_fileio_target (); t != NULL; t = t->beneath)
2764 {
2765 if (t->to_fileio_unlink != NULL)
2766 {
dbbca37d 2767 int ret = t->to_fileio_unlink (t, filename, target_errno);
7313baad
UW
2768
2769 if (targetdebug)
2770 fprintf_unfiltered (gdb_stdlog,
2771 "target_fileio_unlink (%s) = %d (%d)\n",
2772 filename, ret, ret != -1 ? 0 : *target_errno);
2773 return ret;
2774 }
2775 }
2776
2777 *target_errno = FILEIO_ENOSYS;
2778 return -1;
2779}
2780
b9e7b9c3
UW
2781/* Read value of symbolic link FILENAME on the target. Return a
2782 null-terminated string allocated via xmalloc, or NULL if an error
2783 occurs (and set *TARGET_ERRNO). */
2784char *
2785target_fileio_readlink (const char *filename, int *target_errno)
2786{
2787 struct target_ops *t;
2788
2789 for (t = default_fileio_target (); t != NULL; t = t->beneath)
2790 {
2791 if (t->to_fileio_readlink != NULL)
2792 {
fab5aa7c 2793 char *ret = t->to_fileio_readlink (t, filename, target_errno);
b9e7b9c3
UW
2794
2795 if (targetdebug)
2796 fprintf_unfiltered (gdb_stdlog,
2797 "target_fileio_readlink (%s) = %s (%d)\n",
2798 filename, ret? ret : "(nil)",
2799 ret? 0 : *target_errno);
2800 return ret;
2801 }
2802 }
2803
2804 *target_errno = FILEIO_ENOSYS;
2805 return NULL;
2806}
2807
7313baad
UW
2808static void
2809target_fileio_close_cleanup (void *opaque)
2810{
2811 int fd = *(int *) opaque;
2812 int target_errno;
2813
2814 target_fileio_close (fd, &target_errno);
2815}
2816
2817/* Read target file FILENAME. Store the result in *BUF_P and
2818 return the size of the transferred data. PADDING additional bytes are
2819 available in *BUF_P. This is a helper function for
2820 target_fileio_read_alloc; see the declaration of that function for more
2821 information. */
2822
2823static LONGEST
2824target_fileio_read_alloc_1 (const char *filename,
2825 gdb_byte **buf_p, int padding)
2826{
2827 struct cleanup *close_cleanup;
2828 size_t buf_alloc, buf_pos;
2829 gdb_byte *buf;
2830 LONGEST n;
2831 int fd;
2832 int target_errno;
2833
2834 fd = target_fileio_open (filename, FILEIO_O_RDONLY, 0700, &target_errno);
2835 if (fd == -1)
2836 return -1;
2837
2838 close_cleanup = make_cleanup (target_fileio_close_cleanup, &fd);
2839
2840 /* Start by reading up to 4K at a time. The target will throttle
2841 this number down if necessary. */
2842 buf_alloc = 4096;
2843 buf = xmalloc (buf_alloc);
2844 buf_pos = 0;
2845 while (1)
2846 {
2847 n = target_fileio_pread (fd, &buf[buf_pos],
2848 buf_alloc - buf_pos - padding, buf_pos,
2849 &target_errno);
2850 if (n < 0)
2851 {
2852 /* An error occurred. */
2853 do_cleanups (close_cleanup);
2854 xfree (buf);
2855 return -1;
2856 }
2857 else if (n == 0)
2858 {
2859 /* Read all there was. */
2860 do_cleanups (close_cleanup);
2861 if (buf_pos == 0)
2862 xfree (buf);
2863 else
2864 *buf_p = buf;
2865 return buf_pos;
2866 }
2867
2868 buf_pos += n;
2869
2870 /* If the buffer is filling up, expand it. */
2871 if (buf_alloc < buf_pos * 2)
2872 {
2873 buf_alloc *= 2;
2874 buf = xrealloc (buf, buf_alloc);
2875 }
2876
2877 QUIT;
2878 }
2879}
2880
2881/* Read target file FILENAME. Store the result in *BUF_P and return
2882 the size of the transferred data. See the declaration in "target.h"
2883 function for more information about the return value. */
2884
2885LONGEST
2886target_fileio_read_alloc (const char *filename, gdb_byte **buf_p)
2887{
2888 return target_fileio_read_alloc_1 (filename, buf_p, 0);
2889}
2890
2891/* Read target file FILENAME. The result is NUL-terminated and
2892 returned as a string, allocated using xmalloc. If an error occurs
2893 or the transfer is unsupported, NULL is returned. Empty objects
2894 are returned as allocated but empty strings. A warning is issued
2895 if the result contains any embedded NUL bytes. */
2896
2897char *
2898target_fileio_read_stralloc (const char *filename)
2899{
39086a0e
PA
2900 gdb_byte *buffer;
2901 char *bufstr;
7313baad
UW
2902 LONGEST i, transferred;
2903
39086a0e
PA
2904 transferred = target_fileio_read_alloc_1 (filename, &buffer, 1);
2905 bufstr = (char *) buffer;
7313baad
UW
2906
2907 if (transferred < 0)
2908 return NULL;
2909
2910 if (transferred == 0)
2911 return xstrdup ("");
2912
39086a0e 2913 bufstr[transferred] = 0;
7313baad
UW
2914
2915 /* Check for embedded NUL bytes; but allow trailing NULs. */
39086a0e
PA
2916 for (i = strlen (bufstr); i < transferred; i++)
2917 if (bufstr[i] != 0)
7313baad
UW
2918 {
2919 warning (_("target file %s "
2920 "contained unexpected null characters"),
2921 filename);
2922 break;
2923 }
2924
39086a0e 2925 return bufstr;
7313baad
UW
2926}
2927
2928
e0d24f8d 2929static int
31568a15
TT
2930default_region_ok_for_hw_watchpoint (struct target_ops *self,
2931 CORE_ADDR addr, int len)
e0d24f8d 2932{
f5656ead 2933 return (len <= gdbarch_ptr_bit (target_gdbarch ()) / TARGET_CHAR_BIT);
ccaa32c7
GS
2934}
2935
5009afc5
AS
2936static int
2937default_watchpoint_addr_within_range (struct target_ops *target,
2938 CORE_ADDR addr,
2939 CORE_ADDR start, int length)
2940{
2941 return addr >= start && addr < start + length;
2942}
2943
c2250ad1
UW
2944static struct gdbarch *
2945default_thread_architecture (struct target_ops *ops, ptid_t ptid)
2946{
f5656ead 2947 return target_gdbarch ();
c2250ad1
UW
2948}
2949
c906108c 2950static int
555bbdeb
TT
2951return_zero (struct target_ops *ignore)
2952{
2953 return 0;
2954}
2955
2956static int
2957return_zero_has_execution (struct target_ops *ignore, ptid_t ignore2)
c906108c
SS
2958{
2959 return 0;
2960}
2961
ed9a39eb
JM
2962/*
2963 * Find the next target down the stack from the specified target.
2964 */
2965
2966struct target_ops *
fba45db2 2967find_target_beneath (struct target_ops *t)
ed9a39eb 2968{
258b763a 2969 return t->beneath;
ed9a39eb
JM
2970}
2971
8b06beed
TT
2972/* See target.h. */
2973
2974struct target_ops *
2975find_target_at (enum strata stratum)
2976{
2977 struct target_ops *t;
2978
2979 for (t = current_target.beneath; t != NULL; t = t->beneath)
2980 if (t->to_stratum == stratum)
2981 return t;
2982
2983 return NULL;
2984}
2985
c906108c
SS
2986\f
2987/* The inferior process has died. Long live the inferior! */
2988
2989void
fba45db2 2990generic_mourn_inferior (void)
c906108c 2991{
7f9f62ba 2992 ptid_t ptid;
c906108c 2993
7f9f62ba 2994 ptid = inferior_ptid;
39f77062 2995 inferior_ptid = null_ptid;
7f9f62ba 2996
f59f708a
PA
2997 /* Mark breakpoints uninserted in case something tries to delete a
2998 breakpoint while we delete the inferior's threads (which would
2999 fail, since the inferior is long gone). */
3000 mark_breakpoints_out ();
3001
7f9f62ba
PA
3002 if (!ptid_equal (ptid, null_ptid))
3003 {
3004 int pid = ptid_get_pid (ptid);
6c95b8df 3005 exit_inferior (pid);
7f9f62ba
PA
3006 }
3007
f59f708a
PA
3008 /* Note this wipes step-resume breakpoints, so needs to be done
3009 after exit_inferior, which ends up referencing the step-resume
3010 breakpoints through clear_thread_inferior_resources. */
c906108c 3011 breakpoint_init_inferior (inf_exited);
f59f708a 3012
c906108c
SS
3013 registers_changed ();
3014
c906108c
SS
3015 reopen_exec_file ();
3016 reinit_frame_cache ();
3017
9a4105ab
AC
3018 if (deprecated_detach_hook)
3019 deprecated_detach_hook ();
c906108c
SS
3020}
3021\f
fd0a2a6f
MK
3022/* Convert a normal process ID to a string. Returns the string in a
3023 static buffer. */
c906108c
SS
3024
3025char *
39f77062 3026normal_pid_to_str (ptid_t ptid)
c906108c 3027{
fd0a2a6f 3028 static char buf[32];
c906108c 3029
5fff8fc0 3030 xsnprintf (buf, sizeof buf, "process %d", ptid_get_pid (ptid));
c906108c
SS
3031 return buf;
3032}
3033
2c0b251b 3034static char *
770234d3 3035default_pid_to_str (struct target_ops *ops, ptid_t ptid)
117de6a9
PA
3036{
3037 return normal_pid_to_str (ptid);
3038}
3039
9b4eba8e
HZ
3040/* Error-catcher for target_find_memory_regions. */
3041static int
2e73927c
TT
3042dummy_find_memory_regions (struct target_ops *self,
3043 find_memory_region_ftype ignore1, void *ignore2)
be4d1333 3044{
9b4eba8e 3045 error (_("Command not implemented for this target."));
be4d1333
MS
3046 return 0;
3047}
3048
9b4eba8e
HZ
3049/* Error-catcher for target_make_corefile_notes. */
3050static char *
fc6691b2
TT
3051dummy_make_corefile_notes (struct target_ops *self,
3052 bfd *ignore1, int *ignore2)
be4d1333 3053{
9b4eba8e 3054 error (_("Command not implemented for this target."));
be4d1333
MS
3055 return NULL;
3056}
3057
c906108c
SS
3058/* Set up the handful of non-empty slots needed by the dummy target
3059 vector. */
3060
3061static void
fba45db2 3062init_dummy_target (void)
c906108c
SS
3063{
3064 dummy_target.to_shortname = "None";
3065 dummy_target.to_longname = "None";
3066 dummy_target.to_doc = "";
03583c20
UW
3067 dummy_target.to_supports_disable_randomization
3068 = find_default_supports_disable_randomization;
c906108c 3069 dummy_target.to_stratum = dummy_stratum;
555bbdeb
TT
3070 dummy_target.to_has_all_memory = return_zero;
3071 dummy_target.to_has_memory = return_zero;
3072 dummy_target.to_has_stack = return_zero;
3073 dummy_target.to_has_registers = return_zero;
3074 dummy_target.to_has_execution = return_zero_has_execution;
c906108c 3075 dummy_target.to_magic = OPS_MAGIC;
1101cb7b
TT
3076
3077 install_dummy_methods (&dummy_target);
c906108c 3078}
c906108c 3079\f
c906108c 3080static void
fba45db2 3081debug_to_open (char *args, int from_tty)
c906108c
SS
3082{
3083 debug_target.to_open (args, from_tty);
3084
96baa820 3085 fprintf_unfiltered (gdb_stdlog, "target_open (%s, %d)\n", args, from_tty);
c906108c
SS
3086}
3087
f1c07ab0 3088void
460014f5 3089target_close (struct target_ops *targ)
f1c07ab0 3090{
7fdc1521
TT
3091 gdb_assert (!target_is_pushed (targ));
3092
f1c07ab0 3093 if (targ->to_xclose != NULL)
460014f5 3094 targ->to_xclose (targ);
f1c07ab0 3095 else if (targ->to_close != NULL)
de90e03d 3096 targ->to_close (targ);
947b8855
PA
3097
3098 if (targetdebug)
460014f5 3099 fprintf_unfiltered (gdb_stdlog, "target_close ()\n");
f1c07ab0
AC
3100}
3101
28439f5e
PA
3102int
3103target_thread_alive (ptid_t ptid)
c906108c 3104{
cbffc065 3105 int retval;
28439f5e 3106
cbffc065
TT
3107 retval = current_target.to_thread_alive (&current_target, ptid);
3108 if (targetdebug)
3109 fprintf_unfiltered (gdb_stdlog, "target_thread_alive (%d) = %d\n",
3110 ptid_get_pid (ptid), retval);
28439f5e 3111
cbffc065 3112 return retval;
28439f5e
PA
3113}
3114
3115void
3116target_find_new_threads (void)
3117{
09b0dc2b
TT
3118 current_target.to_find_new_threads (&current_target);
3119 if (targetdebug)
3120 fprintf_unfiltered (gdb_stdlog, "target_find_new_threads ()\n");
c906108c
SS
3121}
3122
d914c394
SS
3123void
3124target_stop (ptid_t ptid)
3125{
3126 if (!may_stop)
3127 {
3128 warning (_("May not interrupt or stop the target, ignoring attempt"));
3129 return;
3130 }
3131
1eab8a48 3132 (*current_target.to_stop) (&current_target, ptid);
d914c394
SS
3133}
3134
c906108c 3135static void
f045800c 3136debug_to_post_attach (struct target_ops *self, int pid)
c906108c 3137{
f045800c 3138 debug_target.to_post_attach (&debug_target, pid);
c906108c 3139
28439f5e 3140 fprintf_unfiltered (gdb_stdlog, "target_post_attach (%d)\n", pid);
c906108c
SS
3141}
3142
09826ec5
PA
3143/* Concatenate ELEM to LIST, a comma separate list, and return the
3144 result. The LIST incoming argument is released. */
3145
3146static char *
3147str_comma_list_concat_elem (char *list, const char *elem)
3148{
3149 if (list == NULL)
3150 return xstrdup (elem);
3151 else
3152 return reconcat (list, list, ", ", elem, (char *) NULL);
3153}
3154
3155/* Helper for target_options_to_string. If OPT is present in
3156 TARGET_OPTIONS, append the OPT_STR (string version of OPT) in RET.
3157 Returns the new resulting string. OPT is removed from
3158 TARGET_OPTIONS. */
3159
3160static char *
3161do_option (int *target_options, char *ret,
3162 int opt, char *opt_str)
3163{
3164 if ((*target_options & opt) != 0)
3165 {
3166 ret = str_comma_list_concat_elem (ret, opt_str);
3167 *target_options &= ~opt;
3168 }
3169
3170 return ret;
3171}
3172
3173char *
3174target_options_to_string (int target_options)
3175{
3176 char *ret = NULL;
3177
3178#define DO_TARG_OPTION(OPT) \
3179 ret = do_option (&target_options, ret, OPT, #OPT)
3180
3181 DO_TARG_OPTION (TARGET_WNOHANG);
3182
3183 if (target_options != 0)
3184 ret = str_comma_list_concat_elem (ret, "unknown???");
3185
3186 if (ret == NULL)
3187 ret = xstrdup ("");
3188 return ret;
3189}
3190
bf0c5130 3191static void
56be3814
UW
3192debug_print_register (const char * func,
3193 struct regcache *regcache, int regno)
bf0c5130 3194{
f8d29908 3195 struct gdbarch *gdbarch = get_regcache_arch (regcache);
5d502164 3196
bf0c5130 3197 fprintf_unfiltered (gdb_stdlog, "%s ", func);
f8d29908 3198 if (regno >= 0 && regno < gdbarch_num_regs (gdbarch)
f8d29908
UW
3199 && gdbarch_register_name (gdbarch, regno) != NULL
3200 && gdbarch_register_name (gdbarch, regno)[0] != '\0')
3201 fprintf_unfiltered (gdb_stdlog, "(%s)",
3202 gdbarch_register_name (gdbarch, regno));
bf0c5130
AC
3203 else
3204 fprintf_unfiltered (gdb_stdlog, "(%d)", regno);
0ff58721 3205 if (regno >= 0 && regno < gdbarch_num_regs (gdbarch))
bf0c5130 3206 {
e17a4113 3207 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
f8d29908 3208 int i, size = register_size (gdbarch, regno);
e362b510 3209 gdb_byte buf[MAX_REGISTER_SIZE];
5d502164 3210
0ff58721 3211 regcache_raw_collect (regcache, regno, buf);
bf0c5130 3212 fprintf_unfiltered (gdb_stdlog, " = ");
81c4a259 3213 for (i = 0; i < size; i++)
bf0c5130
AC
3214 {
3215 fprintf_unfiltered (gdb_stdlog, "%02x", buf[i]);
3216 }
81c4a259 3217 if (size <= sizeof (LONGEST))
bf0c5130 3218 {
e17a4113 3219 ULONGEST val = extract_unsigned_integer (buf, size, byte_order);
5d502164 3220
0b1553bc
UW
3221 fprintf_unfiltered (gdb_stdlog, " %s %s",
3222 core_addr_to_string_nz (val), plongest (val));
bf0c5130
AC
3223 }
3224 }
3225 fprintf_unfiltered (gdb_stdlog, "\n");
3226}
3227
28439f5e
PA
3228void
3229target_fetch_registers (struct regcache *regcache, int regno)
c906108c 3230{
ad5989bd
TT
3231 current_target.to_fetch_registers (&current_target, regcache, regno);
3232 if (targetdebug)
3233 debug_print_register ("target_fetch_registers", regcache, regno);
c906108c
SS
3234}
3235
28439f5e
PA
3236void
3237target_store_registers (struct regcache *regcache, int regno)
c906108c 3238{
28439f5e 3239 struct target_ops *t;
5d502164 3240
d914c394
SS
3241 if (!may_write_registers)
3242 error (_("Writing to registers is not allowed (regno %d)"), regno);
3243
6b84065d
TT
3244 current_target.to_store_registers (&current_target, regcache, regno);
3245 if (targetdebug)
28439f5e 3246 {
6b84065d 3247 debug_print_register ("target_store_registers", regcache, regno);
28439f5e 3248 }
c906108c
SS
3249}
3250
dc146f7c
VP
3251int
3252target_core_of_thread (ptid_t ptid)
3253{
9e538d0d 3254 int retval = current_target.to_core_of_thread (&current_target, ptid);
dc146f7c 3255
9e538d0d
TT
3256 if (targetdebug)
3257 fprintf_unfiltered (gdb_stdlog,
3258 "target_core_of_thread (%d) = %d\n",
3259 ptid_get_pid (ptid), retval);
3260 return retval;
dc146f7c
VP
3261}
3262
936d2992
PA
3263int
3264simple_verify_memory (struct target_ops *ops,
3265 const gdb_byte *data, CORE_ADDR lma, ULONGEST size)
3266{
3267 LONGEST total_xfered = 0;
3268
3269 while (total_xfered < size)
3270 {
3271 ULONGEST xfered_len;
3272 enum target_xfer_status status;
3273 gdb_byte buf[1024];
3274 ULONGEST howmuch = min (sizeof (buf), size - total_xfered);
3275
3276 status = target_xfer_partial (ops, TARGET_OBJECT_MEMORY, NULL,
3277 buf, NULL, lma + total_xfered, howmuch,
3278 &xfered_len);
3279 if (status == TARGET_XFER_OK
3280 && memcmp (data + total_xfered, buf, xfered_len) == 0)
3281 {
3282 total_xfered += xfered_len;
3283 QUIT;
3284 }
3285 else
3286 return 0;
3287 }
3288 return 1;
3289}
3290
3291/* Default implementation of memory verification. */
3292
3293static int
3294default_verify_memory (struct target_ops *self,
3295 const gdb_byte *data, CORE_ADDR memaddr, ULONGEST size)
3296{
3297 /* Start over from the top of the target stack. */
3298 return simple_verify_memory (current_target.beneath,
3299 data, memaddr, size);
3300}
3301
4a5e7a5b
PA
3302int
3303target_verify_memory (const gdb_byte *data, CORE_ADDR memaddr, ULONGEST size)
3304{
eb276a6b
TT
3305 int retval = current_target.to_verify_memory (&current_target,
3306 data, memaddr, size);
5d502164 3307
eb276a6b
TT
3308 if (targetdebug)
3309 fprintf_unfiltered (gdb_stdlog,
3310 "target_verify_memory (%s, %s) = %d\n",
3311 paddress (target_gdbarch (), memaddr),
3312 pulongest (size),
3313 retval);
3314 return retval;
4a5e7a5b
PA
3315}
3316
9c06b0b4
TJB
3317/* The documentation for this function is in its prototype declaration in
3318 target.h. */
3319
3320int
3321target_insert_mask_watchpoint (CORE_ADDR addr, CORE_ADDR mask, int rw)
3322{
cd4ae029 3323 int ret;
9c06b0b4 3324
cd4ae029
TT
3325 ret = current_target.to_insert_mask_watchpoint (&current_target,
3326 addr, mask, rw);
9c06b0b4 3327
cd4ae029
TT
3328 if (targetdebug)
3329 fprintf_unfiltered (gdb_stdlog, "\
9c06b0b4 3330target_insert_mask_watchpoint (%s, %s, %d) = %d\n",
cd4ae029
TT
3331 core_addr_to_string (addr),
3332 core_addr_to_string (mask), rw, ret);
3333
3334 return ret;
9c06b0b4
TJB
3335}
3336
3337/* The documentation for this function is in its prototype declaration in
3338 target.h. */
3339
3340int
3341target_remove_mask_watchpoint (CORE_ADDR addr, CORE_ADDR mask, int rw)
3342{
8b1c364c 3343 int ret;
9c06b0b4 3344
8b1c364c
TT
3345 ret = current_target.to_remove_mask_watchpoint (&current_target,
3346 addr, mask, rw);
9c06b0b4 3347
8b1c364c
TT
3348 if (targetdebug)
3349 fprintf_unfiltered (gdb_stdlog, "\
9c06b0b4 3350target_remove_mask_watchpoint (%s, %s, %d) = %d\n",
8b1c364c
TT
3351 core_addr_to_string (addr),
3352 core_addr_to_string (mask), rw, ret);
9c06b0b4 3353
8b1c364c 3354 return ret;
9c06b0b4
TJB
3355}
3356
3357/* The documentation for this function is in its prototype declaration
3358 in target.h. */
3359
3360int
3361target_masked_watch_num_registers (CORE_ADDR addr, CORE_ADDR mask)
3362{
6c7e5e5c
TT
3363 return current_target.to_masked_watch_num_registers (&current_target,
3364 addr, mask);
9c06b0b4
TJB
3365}
3366
f1310107
TJB
3367/* The documentation for this function is in its prototype declaration
3368 in target.h. */
3369
3370int
3371target_ranged_break_num_registers (void)
3372{
a134316b 3373 return current_target.to_ranged_break_num_registers (&current_target);
f1310107
TJB
3374}
3375
02d27625
MM
3376/* See target.h. */
3377
02d27625
MM
3378struct btrace_target_info *
3379target_enable_btrace (ptid_t ptid)
3380{
6dc7fcf4 3381 return current_target.to_enable_btrace (&current_target, ptid);
02d27625
MM
3382}
3383
3384/* See target.h. */
3385
3386void
3387target_disable_btrace (struct btrace_target_info *btinfo)
3388{
8dc292d3 3389 current_target.to_disable_btrace (&current_target, btinfo);
02d27625
MM
3390}
3391
3392/* See target.h. */
3393
3394void
3395target_teardown_btrace (struct btrace_target_info *btinfo)
3396{
9ace480d 3397 current_target.to_teardown_btrace (&current_target, btinfo);
02d27625
MM
3398}
3399
3400/* See target.h. */
3401
969c39fb
MM
3402enum btrace_error
3403target_read_btrace (VEC (btrace_block_s) **btrace,
3404 struct btrace_target_info *btinfo,
02d27625
MM
3405 enum btrace_read_type type)
3406{
eb5b20d4 3407 return current_target.to_read_btrace (&current_target, btrace, btinfo, type);
02d27625
MM
3408}
3409
d02ed0bb
MM
3410/* See target.h. */
3411
7c1687a9
MM
3412void
3413target_stop_recording (void)
3414{
ee97f592 3415 current_target.to_stop_recording (&current_target);
7c1687a9
MM
3416}
3417
3418/* See target.h. */
3419
d02ed0bb
MM
3420void
3421target_info_record (void)
3422{
3423 struct target_ops *t;
3424
3425 for (t = current_target.beneath; t != NULL; t = t->beneath)
3426 if (t->to_info_record != NULL)
3427 {
630d6a4a 3428 t->to_info_record (t);
d02ed0bb
MM
3429 return;
3430 }
3431
3432 tcomplain ();
3433}
3434
3435/* See target.h. */
3436
3437void
85e1311a 3438target_save_record (const char *filename)
d02ed0bb 3439{
f09e2107 3440 current_target.to_save_record (&current_target, filename);
d02ed0bb
MM
3441}
3442
3443/* See target.h. */
3444
3445int
3446target_supports_delete_record (void)
3447{
3448 struct target_ops *t;
3449
3450 for (t = current_target.beneath; t != NULL; t = t->beneath)
3451 if (t->to_delete_record != NULL)
3452 return 1;
3453
3454 return 0;
3455}
3456
3457/* See target.h. */
3458
3459void
3460target_delete_record (void)
3461{
07366925 3462 current_target.to_delete_record (&current_target);
d02ed0bb
MM
3463}
3464
3465/* See target.h. */
3466
3467int
3468target_record_is_replaying (void)
3469{
dd2e9d25 3470 return current_target.to_record_is_replaying (&current_target);
d02ed0bb
MM
3471}
3472
3473/* See target.h. */
3474
3475void
3476target_goto_record_begin (void)
3477{
671e76cc 3478 current_target.to_goto_record_begin (&current_target);
d02ed0bb
MM
3479}
3480
3481/* See target.h. */
3482
3483void
3484target_goto_record_end (void)
3485{
e9179bb3 3486 current_target.to_goto_record_end (&current_target);
d02ed0bb
MM
3487}
3488
3489/* See target.h. */
3490
3491void
3492target_goto_record (ULONGEST insn)
3493{
05969c84 3494 current_target.to_goto_record (&current_target, insn);
d02ed0bb
MM
3495}
3496
67c86d06
MM
3497/* See target.h. */
3498
3499void
3500target_insn_history (int size, int flags)
3501{
3679abfa 3502 current_target.to_insn_history (&current_target, size, flags);
67c86d06
MM
3503}
3504
3505/* See target.h. */
3506
3507void
3508target_insn_history_from (ULONGEST from, int size, int flags)
3509{
8444ab58 3510 current_target.to_insn_history_from (&current_target, from, size, flags);
67c86d06
MM
3511}
3512
3513/* See target.h. */
3514
3515void
3516target_insn_history_range (ULONGEST begin, ULONGEST end, int flags)
3517{
c29302cc 3518 current_target.to_insn_history_range (&current_target, begin, end, flags);
67c86d06
MM
3519}
3520
15984c13
MM
3521/* See target.h. */
3522
3523void
3524target_call_history (int size, int flags)
3525{
170049d4 3526 current_target.to_call_history (&current_target, size, flags);
15984c13
MM
3527}
3528
3529/* See target.h. */
3530
3531void
3532target_call_history_from (ULONGEST begin, int size, int flags)
3533{
16fc27d6 3534 current_target.to_call_history_from (&current_target, begin, size, flags);
15984c13
MM
3535}
3536
3537/* See target.h. */
3538
3539void
3540target_call_history_range (ULONGEST begin, ULONGEST end, int flags)
3541{
115d9817 3542 current_target.to_call_history_range (&current_target, begin, end, flags);
15984c13
MM
3543}
3544
c906108c 3545static void
f32dbf8c 3546debug_to_prepare_to_store (struct target_ops *self, struct regcache *regcache)
c906108c 3547{
f32dbf8c 3548 debug_target.to_prepare_to_store (&debug_target, regcache);
c906108c 3549
96baa820 3550 fprintf_unfiltered (gdb_stdlog, "target_prepare_to_store ()\n");
c906108c
SS
3551}
3552
ea001bdc
MM
3553/* See target.h. */
3554
3555const struct frame_unwind *
3556target_get_unwinder (void)
3557{
ac01945b 3558 return current_target.to_get_unwinder (&current_target);
ea001bdc
MM
3559}
3560
3561/* See target.h. */
3562
3563const struct frame_unwind *
3564target_get_tailcall_unwinder (void)
3565{
ac01945b 3566 return current_target.to_get_tailcall_unwinder (&current_target);
ea001bdc
MM
3567}
3568
c0eca49f 3569/* Default implementation of to_decr_pc_after_break. */
118e6252 3570
c0eca49f
TT
3571static CORE_ADDR
3572default_target_decr_pc_after_break (struct target_ops *ops,
118e6252
MM
3573 struct gdbarch *gdbarch)
3574{
118e6252
MM
3575 return gdbarch_decr_pc_after_break (gdbarch);
3576}
3577
3578/* See target.h. */
3579
3580CORE_ADDR
3581target_decr_pc_after_break (struct gdbarch *gdbarch)
3582{
c0eca49f 3583 return current_target.to_decr_pc_after_break (&current_target, gdbarch);
118e6252
MM
3584}
3585
c906108c 3586static void
fba45db2 3587debug_to_files_info (struct target_ops *target)
c906108c
SS
3588{
3589 debug_target.to_files_info (target);
3590
96baa820 3591 fprintf_unfiltered (gdb_stdlog, "target_files_info (xxx)\n");
c906108c
SS
3592}
3593
3594static int
3db08215 3595debug_to_insert_breakpoint (struct target_ops *ops, struct gdbarch *gdbarch,
a6d9a66e 3596 struct bp_target_info *bp_tgt)
c906108c
SS
3597{
3598 int retval;
3599
6b84065d 3600 retval = debug_target.to_insert_breakpoint (&debug_target, gdbarch, bp_tgt);
c906108c 3601
96baa820 3602 fprintf_unfiltered (gdb_stdlog,
bd91e7ae
OS
3603 "target_insert_breakpoint (%s, xxx) = %ld\n",
3604 core_addr_to_string (bp_tgt->placed_address),
104c1213 3605 (unsigned long) retval);
c906108c
SS
3606 return retval;
3607}
3608
3609static int
3db08215 3610debug_to_remove_breakpoint (struct target_ops *ops, struct gdbarch *gdbarch,
a6d9a66e 3611 struct bp_target_info *bp_tgt)
c906108c
SS
3612{
3613 int retval;
3614
6b84065d 3615 retval = debug_target.to_remove_breakpoint (&debug_target, gdbarch, bp_tgt);
c906108c 3616
96baa820 3617 fprintf_unfiltered (gdb_stdlog,
bd91e7ae
OS
3618 "target_remove_breakpoint (%s, xxx) = %ld\n",
3619 core_addr_to_string (bp_tgt->placed_address),
104c1213 3620 (unsigned long) retval);
c906108c
SS
3621 return retval;
3622}
3623
ccaa32c7 3624static int
5461485a
TT
3625debug_to_can_use_hw_breakpoint (struct target_ops *self,
3626 int type, int cnt, int from_tty)
ccaa32c7
GS
3627{
3628 int retval;
3629
5461485a
TT
3630 retval = debug_target.to_can_use_hw_breakpoint (&debug_target,
3631 type, cnt, from_tty);
ccaa32c7
GS
3632
3633 fprintf_unfiltered (gdb_stdlog,
3634 "target_can_use_hw_breakpoint (%ld, %ld, %ld) = %ld\n",
3635 (unsigned long) type,
3636 (unsigned long) cnt,
3637 (unsigned long) from_tty,
3638 (unsigned long) retval);
3639 return retval;
3640}
3641
e0d24f8d 3642static int
31568a15
TT
3643debug_to_region_ok_for_hw_watchpoint (struct target_ops *self,
3644 CORE_ADDR addr, int len)
e0d24f8d
WZ
3645{
3646 CORE_ADDR retval;
3647
31568a15
TT
3648 retval = debug_target.to_region_ok_for_hw_watchpoint (&debug_target,
3649 addr, len);
e0d24f8d
WZ
3650
3651 fprintf_unfiltered (gdb_stdlog,
bd91e7ae
OS
3652 "target_region_ok_for_hw_watchpoint (%s, %ld) = %s\n",
3653 core_addr_to_string (addr), (unsigned long) len,
3654 core_addr_to_string (retval));
e0d24f8d
WZ
3655 return retval;
3656}
3657
0cf6dd15 3658static int
c3a5ff89
TT
3659debug_to_can_accel_watchpoint_condition (struct target_ops *self,
3660 CORE_ADDR addr, int len, int rw,
0cf6dd15
TJB
3661 struct expression *cond)
3662{
3663 int retval;
3664
c3a5ff89
TT
3665 retval = debug_target.to_can_accel_watchpoint_condition (&debug_target,
3666 addr, len,
3e43a32a 3667 rw, cond);
0cf6dd15
TJB
3668
3669 fprintf_unfiltered (gdb_stdlog,
3e43a32a
MS
3670 "target_can_accel_watchpoint_condition "
3671 "(%s, %d, %d, %s) = %ld\n",
bd91e7ae
OS
3672 core_addr_to_string (addr), len, rw,
3673 host_address_to_string (cond), (unsigned long) retval);
0cf6dd15
TJB
3674 return retval;
3675}
3676
ccaa32c7 3677static int
6a109b6b 3678debug_to_stopped_by_watchpoint (struct target_ops *ops)
ccaa32c7
GS
3679{
3680 int retval;
3681
6a109b6b 3682 retval = debug_target.to_stopped_by_watchpoint (&debug_target);
ccaa32c7
GS
3683
3684 fprintf_unfiltered (gdb_stdlog,
d92524f1 3685 "target_stopped_by_watchpoint () = %ld\n",
ccaa32c7
GS
3686 (unsigned long) retval);
3687 return retval;
3688}
3689
4aa7a7f5
JJ
3690static int
3691debug_to_stopped_data_address (struct target_ops *target, CORE_ADDR *addr)
ccaa32c7 3692{
4aa7a7f5 3693 int retval;
ccaa32c7 3694
4aa7a7f5 3695 retval = debug_target.to_stopped_data_address (target, addr);
ccaa32c7
GS
3696
3697 fprintf_unfiltered (gdb_stdlog,
bd91e7ae
OS
3698 "target_stopped_data_address ([%s]) = %ld\n",
3699 core_addr_to_string (*addr),
4aa7a7f5 3700 (unsigned long)retval);
ccaa32c7
GS
3701 return retval;
3702}
3703
5009afc5
AS
3704static int
3705debug_to_watchpoint_addr_within_range (struct target_ops *target,
3706 CORE_ADDR addr,
3707 CORE_ADDR start, int length)
3708{
3709 int retval;
3710
3711 retval = debug_target.to_watchpoint_addr_within_range (target, addr,
3712 start, length);
3713
3714 fprintf_filtered (gdb_stdlog,
bd91e7ae
OS
3715 "target_watchpoint_addr_within_range (%s, %s, %d) = %d\n",
3716 core_addr_to_string (addr), core_addr_to_string (start),
3717 length, retval);
5009afc5
AS
3718 return retval;
3719}
3720
ccaa32c7 3721static int
23a26771
TT
3722debug_to_insert_hw_breakpoint (struct target_ops *self,
3723 struct gdbarch *gdbarch,
a6d9a66e 3724 struct bp_target_info *bp_tgt)
ccaa32c7
GS
3725{
3726 int retval;
3727
23a26771
TT
3728 retval = debug_target.to_insert_hw_breakpoint (&debug_target,
3729 gdbarch, bp_tgt);
ccaa32c7
GS
3730
3731 fprintf_unfiltered (gdb_stdlog,
bd91e7ae
OS
3732 "target_insert_hw_breakpoint (%s, xxx) = %ld\n",
3733 core_addr_to_string (bp_tgt->placed_address),
ccaa32c7
GS
3734 (unsigned long) retval);
3735 return retval;
3736}
3737
3738static int
a64dc96c
TT
3739debug_to_remove_hw_breakpoint (struct target_ops *self,
3740 struct gdbarch *gdbarch,
a6d9a66e 3741 struct bp_target_info *bp_tgt)
ccaa32c7
GS
3742{
3743 int retval;
3744
a64dc96c
TT
3745 retval = debug_target.to_remove_hw_breakpoint (&debug_target,
3746 gdbarch, bp_tgt);
ccaa32c7
GS
3747
3748 fprintf_unfiltered (gdb_stdlog,
bd91e7ae
OS
3749 "target_remove_hw_breakpoint (%s, xxx) = %ld\n",
3750 core_addr_to_string (bp_tgt->placed_address),
ccaa32c7
GS
3751 (unsigned long) retval);
3752 return retval;
3753}
3754
3755static int
7bb99c53
TT
3756debug_to_insert_watchpoint (struct target_ops *self,
3757 CORE_ADDR addr, int len, int type,
0cf6dd15 3758 struct expression *cond)
ccaa32c7
GS
3759{
3760 int retval;
3761
7bb99c53
TT
3762 retval = debug_target.to_insert_watchpoint (&debug_target,
3763 addr, len, type, cond);
ccaa32c7
GS
3764
3765 fprintf_unfiltered (gdb_stdlog,
bd91e7ae
OS
3766 "target_insert_watchpoint (%s, %d, %d, %s) = %ld\n",
3767 core_addr_to_string (addr), len, type,
3768 host_address_to_string (cond), (unsigned long) retval);
ccaa32c7
GS
3769 return retval;
3770}
3771
3772static int
11b5219a
TT
3773debug_to_remove_watchpoint (struct target_ops *self,
3774 CORE_ADDR addr, int len, int type,
0cf6dd15 3775 struct expression *cond)
ccaa32c7
GS
3776{
3777 int retval;
3778
11b5219a
TT
3779 retval = debug_target.to_remove_watchpoint (&debug_target,
3780 addr, len, type, cond);
ccaa32c7
GS
3781
3782 fprintf_unfiltered (gdb_stdlog,
bd91e7ae
OS
3783 "target_remove_watchpoint (%s, %d, %d, %s) = %ld\n",
3784 core_addr_to_string (addr), len, type,
3785 host_address_to_string (cond), (unsigned long) retval);
ccaa32c7
GS
3786 return retval;
3787}
3788
c906108c 3789static void
c42bf286 3790debug_to_terminal_init (struct target_ops *self)
c906108c 3791{
c42bf286 3792 debug_target.to_terminal_init (&debug_target);
c906108c 3793
96baa820 3794 fprintf_unfiltered (gdb_stdlog, "target_terminal_init ()\n");
c906108c
SS
3795}
3796
3797static void
d2f640d4 3798debug_to_terminal_inferior (struct target_ops *self)
c906108c 3799{
d2f640d4 3800 debug_target.to_terminal_inferior (&debug_target);
c906108c 3801
96baa820 3802 fprintf_unfiltered (gdb_stdlog, "target_terminal_inferior ()\n");
c906108c
SS
3803}
3804
3805static void
2e1e1a19 3806debug_to_terminal_ours_for_output (struct target_ops *self)
c906108c 3807{
2e1e1a19 3808 debug_target.to_terminal_ours_for_output (&debug_target);
c906108c 3809
96baa820 3810 fprintf_unfiltered (gdb_stdlog, "target_terminal_ours_for_output ()\n");
c906108c
SS
3811}
3812
3813static void
e3594fd1 3814debug_to_terminal_ours (struct target_ops *self)
c906108c 3815{
e3594fd1 3816 debug_target.to_terminal_ours (&debug_target);
c906108c 3817
96baa820 3818 fprintf_unfiltered (gdb_stdlog, "target_terminal_ours ()\n");
c906108c
SS
3819}
3820
a790ad35 3821static void
ae3bd431 3822debug_to_terminal_save_ours (struct target_ops *self)
a790ad35 3823{
ae3bd431 3824 debug_target.to_terminal_save_ours (&debug_target);
a790ad35
SC
3825
3826 fprintf_unfiltered (gdb_stdlog, "target_terminal_save_ours ()\n");
3827}
3828
c906108c 3829static void
0a4f40a2
TT
3830debug_to_terminal_info (struct target_ops *self,
3831 const char *arg, int from_tty)
c906108c 3832{
0a4f40a2 3833 debug_target.to_terminal_info (&debug_target, arg, from_tty);
c906108c 3834
96baa820 3835 fprintf_unfiltered (gdb_stdlog, "target_terminal_info (%s, %d)\n", arg,
c906108c
SS
3836 from_tty);
3837}
3838
c906108c 3839static void
71a9f134 3840debug_to_load (struct target_ops *self, char *args, int from_tty)
c906108c 3841{
71a9f134 3842 debug_target.to_load (&debug_target, args, from_tty);
c906108c 3843
96baa820 3844 fprintf_unfiltered (gdb_stdlog, "target_load (%s, %d)\n", args, from_tty);
c906108c
SS
3845}
3846
c906108c 3847static void
2e97a79e 3848debug_to_post_startup_inferior (struct target_ops *self, ptid_t ptid)
c906108c 3849{
2e97a79e 3850 debug_target.to_post_startup_inferior (&debug_target, ptid);
c906108c 3851
96baa820 3852 fprintf_unfiltered (gdb_stdlog, "target_post_startup_inferior (%d)\n",
dfd4cc63 3853 ptid_get_pid (ptid));
c906108c
SS
3854}
3855
77b06cd7 3856static int
a863b201 3857debug_to_insert_fork_catchpoint (struct target_ops *self, int pid)
c906108c 3858{
77b06cd7
TJB
3859 int retval;
3860
a863b201 3861 retval = debug_target.to_insert_fork_catchpoint (&debug_target, pid);
77b06cd7
TJB
3862
3863 fprintf_unfiltered (gdb_stdlog, "target_insert_fork_catchpoint (%d) = %d\n",
3864 pid, retval);
c906108c 3865
77b06cd7 3866 return retval;
c906108c
SS
3867}
3868
3869static int
973fc227 3870debug_to_remove_fork_catchpoint (struct target_ops *self, int pid)
c906108c 3871{
c5aa993b 3872 int retval;
c906108c 3873
973fc227 3874 retval = debug_target.to_remove_fork_catchpoint (&debug_target, pid);
c906108c 3875
96baa820 3876 fprintf_unfiltered (gdb_stdlog, "target_remove_fork_catchpoint (%d) = %d\n",
c5aa993b 3877 pid, retval);
c906108c
SS
3878
3879 return retval;
3880}
3881
77b06cd7 3882static int
3ecc7da0 3883debug_to_insert_vfork_catchpoint (struct target_ops *self, int pid)
c906108c 3884{
77b06cd7
TJB
3885 int retval;
3886
3ecc7da0 3887 retval = debug_target.to_insert_vfork_catchpoint (&debug_target, pid);
c906108c 3888
77b06cd7
TJB
3889 fprintf_unfiltered (gdb_stdlog, "target_insert_vfork_catchpoint (%d) = %d\n",
3890 pid, retval);
3891
3892 return retval;
c906108c
SS
3893}
3894
3895static int
e98cf0cd 3896debug_to_remove_vfork_catchpoint (struct target_ops *self, int pid)
c906108c 3897{
c5aa993b 3898 int retval;
c906108c 3899
e98cf0cd 3900 retval = debug_target.to_remove_vfork_catchpoint (&debug_target, pid);
c906108c 3901
96baa820 3902 fprintf_unfiltered (gdb_stdlog, "target_remove_vfork_catchpoint (%d) = %d\n",
c5aa993b 3903 pid, retval);
c906108c
SS
3904
3905 return retval;
3906}
3907
77b06cd7 3908static int
ba025e51 3909debug_to_insert_exec_catchpoint (struct target_ops *self, int pid)
c906108c 3910{
77b06cd7
TJB
3911 int retval;
3912
ba025e51 3913 retval = debug_target.to_insert_exec_catchpoint (&debug_target, pid);
c906108c 3914
77b06cd7
TJB
3915 fprintf_unfiltered (gdb_stdlog, "target_insert_exec_catchpoint (%d) = %d\n",
3916 pid, retval);
3917
3918 return retval;
c906108c
SS
3919}
3920
3921static int
758e29d2 3922debug_to_remove_exec_catchpoint (struct target_ops *self, int pid)
c906108c 3923{
c5aa993b 3924 int retval;
c906108c 3925
758e29d2 3926 retval = debug_target.to_remove_exec_catchpoint (&debug_target, pid);
c906108c 3927
96baa820 3928 fprintf_unfiltered (gdb_stdlog, "target_remove_exec_catchpoint (%d) = %d\n",
c5aa993b 3929 pid, retval);
c906108c
SS
3930
3931 return retval;
3932}
3933
c906108c 3934static int
d796e1d6
TT
3935debug_to_has_exited (struct target_ops *self,
3936 int pid, int wait_status, int *exit_status)
c906108c 3937{
c5aa993b 3938 int has_exited;
c906108c 3939
d796e1d6
TT
3940 has_exited = debug_target.to_has_exited (&debug_target,
3941 pid, wait_status, exit_status);
c906108c 3942
96baa820 3943 fprintf_unfiltered (gdb_stdlog, "target_has_exited (%d, %d, %d) = %d\n",
c5aa993b 3944 pid, wait_status, *exit_status, has_exited);
c906108c
SS
3945
3946 return has_exited;
3947}
3948
c906108c 3949static int
da82bd6b 3950debug_to_can_run (struct target_ops *self)
c906108c
SS
3951{
3952 int retval;
3953
da82bd6b 3954 retval = debug_target.to_can_run (&debug_target);
c906108c 3955
96baa820 3956 fprintf_unfiltered (gdb_stdlog, "target_can_run () = %d\n", retval);
c906108c
SS
3957
3958 return retval;
3959}
3960
c2250ad1
UW
3961static struct gdbarch *
3962debug_to_thread_architecture (struct target_ops *ops, ptid_t ptid)
3963{
3964 struct gdbarch *retval;
3965
3966 retval = debug_target.to_thread_architecture (ops, ptid);
3967
3e43a32a
MS
3968 fprintf_unfiltered (gdb_stdlog,
3969 "target_thread_architecture (%s) = %s [%s]\n",
3970 target_pid_to_str (ptid),
3971 host_address_to_string (retval),
c2250ad1
UW
3972 gdbarch_bfd_arch_info (retval)->printable_name);
3973 return retval;
3974}
3975
c906108c 3976static void
1eab8a48 3977debug_to_stop (struct target_ops *self, ptid_t ptid)
c906108c 3978{
1eab8a48 3979 debug_target.to_stop (&debug_target, ptid);
c906108c 3980
94cc34af
PA
3981 fprintf_unfiltered (gdb_stdlog, "target_stop (%s)\n",
3982 target_pid_to_str (ptid));
c906108c
SS
3983}
3984
96baa820 3985static void
1aac633b 3986debug_to_rcmd (struct target_ops *self, char *command,
d9fcf2fb 3987 struct ui_file *outbuf)
96baa820 3988{
1aac633b 3989 debug_target.to_rcmd (&debug_target, command, outbuf);
96baa820
JM
3990 fprintf_unfiltered (gdb_stdlog, "target_rcmd (%s, ...)\n", command);
3991}
3992
c906108c 3993static char *
8dd27370 3994debug_to_pid_to_exec_file (struct target_ops *self, int pid)
c906108c 3995{
c5aa993b 3996 char *exec_file;
c906108c 3997
8dd27370 3998 exec_file = debug_target.to_pid_to_exec_file (&debug_target, pid);
c906108c 3999
96baa820 4000 fprintf_unfiltered (gdb_stdlog, "target_pid_to_exec_file (%d) = %s\n",
c5aa993b 4001 pid, exec_file);
c906108c
SS
4002
4003 return exec_file;
4004}
4005
c906108c 4006static void
fba45db2 4007setup_target_debug (void)
c906108c
SS
4008{
4009 memcpy (&debug_target, &current_target, sizeof debug_target);
4010
4011 current_target.to_open = debug_to_open;
c906108c 4012 current_target.to_post_attach = debug_to_post_attach;
c906108c 4013 current_target.to_prepare_to_store = debug_to_prepare_to_store;
c906108c
SS
4014 current_target.to_files_info = debug_to_files_info;
4015 current_target.to_insert_breakpoint = debug_to_insert_breakpoint;
4016 current_target.to_remove_breakpoint = debug_to_remove_breakpoint;
ccaa32c7
GS
4017 current_target.to_can_use_hw_breakpoint = debug_to_can_use_hw_breakpoint;
4018 current_target.to_insert_hw_breakpoint = debug_to_insert_hw_breakpoint;
4019 current_target.to_remove_hw_breakpoint = debug_to_remove_hw_breakpoint;
4020 current_target.to_insert_watchpoint = debug_to_insert_watchpoint;
4021 current_target.to_remove_watchpoint = debug_to_remove_watchpoint;
4022 current_target.to_stopped_by_watchpoint = debug_to_stopped_by_watchpoint;
4023 current_target.to_stopped_data_address = debug_to_stopped_data_address;
3e43a32a
MS
4024 current_target.to_watchpoint_addr_within_range
4025 = debug_to_watchpoint_addr_within_range;
4026 current_target.to_region_ok_for_hw_watchpoint
4027 = debug_to_region_ok_for_hw_watchpoint;
4028 current_target.to_can_accel_watchpoint_condition
4029 = debug_to_can_accel_watchpoint_condition;
c906108c
SS
4030 current_target.to_terminal_init = debug_to_terminal_init;
4031 current_target.to_terminal_inferior = debug_to_terminal_inferior;
3e43a32a
MS
4032 current_target.to_terminal_ours_for_output
4033 = debug_to_terminal_ours_for_output;
c906108c 4034 current_target.to_terminal_ours = debug_to_terminal_ours;
a790ad35 4035 current_target.to_terminal_save_ours = debug_to_terminal_save_ours;
c906108c 4036 current_target.to_terminal_info = debug_to_terminal_info;
c906108c 4037 current_target.to_load = debug_to_load;
c906108c 4038 current_target.to_post_startup_inferior = debug_to_post_startup_inferior;
c906108c
SS
4039 current_target.to_insert_fork_catchpoint = debug_to_insert_fork_catchpoint;
4040 current_target.to_remove_fork_catchpoint = debug_to_remove_fork_catchpoint;
4041 current_target.to_insert_vfork_catchpoint = debug_to_insert_vfork_catchpoint;
4042 current_target.to_remove_vfork_catchpoint = debug_to_remove_vfork_catchpoint;
c906108c
SS
4043 current_target.to_insert_exec_catchpoint = debug_to_insert_exec_catchpoint;
4044 current_target.to_remove_exec_catchpoint = debug_to_remove_exec_catchpoint;
c906108c 4045 current_target.to_has_exited = debug_to_has_exited;
c906108c 4046 current_target.to_can_run = debug_to_can_run;
c906108c 4047 current_target.to_stop = debug_to_stop;
96baa820 4048 current_target.to_rcmd = debug_to_rcmd;
c906108c 4049 current_target.to_pid_to_exec_file = debug_to_pid_to_exec_file;
c2250ad1 4050 current_target.to_thread_architecture = debug_to_thread_architecture;
c906108c 4051}
c906108c 4052\f
c5aa993b
JM
4053
4054static char targ_desc[] =
3e43a32a
MS
4055"Names of targets and files being debugged.\nShows the entire \
4056stack of targets currently in use (including the exec-file,\n\
c906108c
SS
4057core-file, and process, if any), as well as the symbol file name.";
4058
a53f3625
TT
4059static void
4060default_rcmd (struct target_ops *self, char *command, struct ui_file *output)
4061{
4062 error (_("\"monitor\" command not supported by this target."));
4063}
4064
96baa820
JM
4065static void
4066do_monitor_command (char *cmd,
4067 int from_tty)
4068{
96baa820
JM
4069 target_rcmd (cmd, gdb_stdtarg);
4070}
4071
87680a14
JB
4072/* Print the name of each layers of our target stack. */
4073
4074static void
4075maintenance_print_target_stack (char *cmd, int from_tty)
4076{
4077 struct target_ops *t;
4078
4079 printf_filtered (_("The current target stack is:\n"));
4080
4081 for (t = target_stack; t != NULL; t = t->beneath)
4082 {
4083 printf_filtered (" - %s (%s)\n", t->to_shortname, t->to_longname);
4084 }
4085}
4086
c6ebd6cf
VP
4087/* Controls if async mode is permitted. */
4088int target_async_permitted = 0;
4089
4090/* The set command writes to this variable. If the inferior is
b5419e49 4091 executing, target_async_permitted is *not* updated. */
c6ebd6cf
VP
4092static int target_async_permitted_1 = 0;
4093
4094static void
9401a810
PA
4095set_target_async_command (char *args, int from_tty,
4096 struct cmd_list_element *c)
c6ebd6cf 4097{
c35b1492 4098 if (have_live_inferiors ())
c6ebd6cf
VP
4099 {
4100 target_async_permitted_1 = target_async_permitted;
4101 error (_("Cannot change this setting while the inferior is running."));
4102 }
4103
4104 target_async_permitted = target_async_permitted_1;
4105}
4106
4107static void
9401a810
PA
4108show_target_async_command (struct ui_file *file, int from_tty,
4109 struct cmd_list_element *c,
4110 const char *value)
c6ebd6cf 4111{
3e43a32a
MS
4112 fprintf_filtered (file,
4113 _("Controlling the inferior in "
4114 "asynchronous mode is %s.\n"), value);
c6ebd6cf
VP
4115}
4116
d914c394
SS
4117/* Temporary copies of permission settings. */
4118
4119static int may_write_registers_1 = 1;
4120static int may_write_memory_1 = 1;
4121static int may_insert_breakpoints_1 = 1;
4122static int may_insert_tracepoints_1 = 1;
4123static int may_insert_fast_tracepoints_1 = 1;
4124static int may_stop_1 = 1;
4125
4126/* Make the user-set values match the real values again. */
4127
4128void
4129update_target_permissions (void)
4130{
4131 may_write_registers_1 = may_write_registers;
4132 may_write_memory_1 = may_write_memory;
4133 may_insert_breakpoints_1 = may_insert_breakpoints;
4134 may_insert_tracepoints_1 = may_insert_tracepoints;
4135 may_insert_fast_tracepoints_1 = may_insert_fast_tracepoints;
4136 may_stop_1 = may_stop;
4137}
4138
4139/* The one function handles (most of) the permission flags in the same
4140 way. */
4141
4142static void
4143set_target_permissions (char *args, int from_tty,
4144 struct cmd_list_element *c)
4145{
4146 if (target_has_execution)
4147 {
4148 update_target_permissions ();
4149 error (_("Cannot change this setting while the inferior is running."));
4150 }
4151
4152 /* Make the real values match the user-changed values. */
4153 may_write_registers = may_write_registers_1;
4154 may_insert_breakpoints = may_insert_breakpoints_1;
4155 may_insert_tracepoints = may_insert_tracepoints_1;
4156 may_insert_fast_tracepoints = may_insert_fast_tracepoints_1;
4157 may_stop = may_stop_1;
4158 update_observer_mode ();
4159}
4160
4161/* Set memory write permission independently of observer mode. */
4162
4163static void
4164set_write_memory_permission (char *args, int from_tty,
4165 struct cmd_list_element *c)
4166{
4167 /* Make the real values match the user-changed values. */
4168 may_write_memory = may_write_memory_1;
4169 update_observer_mode ();
4170}
4171
4172
c906108c 4173void
fba45db2 4174initialize_targets (void)
c906108c
SS
4175{
4176 init_dummy_target ();
4177 push_target (&dummy_target);
4178
4179 add_info ("target", target_info, targ_desc);
4180 add_info ("files", target_info, targ_desc);
4181
ccce17b0 4182 add_setshow_zuinteger_cmd ("target", class_maintenance, &targetdebug, _("\
85c07804
AC
4183Set target debugging."), _("\
4184Show target debugging."), _("\
333dabeb
DJ
4185When non-zero, target debugging is enabled. Higher numbers are more\n\
4186verbose. Changes do not take effect until the next \"run\" or \"target\"\n\
85c07804 4187command."),
ccce17b0
YQ
4188 NULL,
4189 show_targetdebug,
4190 &setdebuglist, &showdebuglist);
3a11626d 4191
2bc416ba 4192 add_setshow_boolean_cmd ("trust-readonly-sections", class_support,
7915a72c
AC
4193 &trust_readonly, _("\
4194Set mode for reading from readonly sections."), _("\
4195Show mode for reading from readonly sections."), _("\
3a11626d
MS
4196When this mode is on, memory reads from readonly sections (such as .text)\n\
4197will be read from the object file instead of from the target. This will\n\
7915a72c 4198result in significant performance improvement for remote targets."),
2c5b56ce 4199 NULL,
920d2a44 4200 show_trust_readonly,
e707bbc2 4201 &setlist, &showlist);
96baa820
JM
4202
4203 add_com ("monitor", class_obscure, do_monitor_command,
1bedd215 4204 _("Send a command to the remote monitor (remote targets only)."));
96baa820 4205
87680a14
JB
4206 add_cmd ("target-stack", class_maintenance, maintenance_print_target_stack,
4207 _("Print the name of each layer of the internal target stack."),
4208 &maintenanceprintlist);
4209
c6ebd6cf
VP
4210 add_setshow_boolean_cmd ("target-async", no_class,
4211 &target_async_permitted_1, _("\
4212Set whether gdb controls the inferior in asynchronous mode."), _("\
4213Show whether gdb controls the inferior in asynchronous mode."), _("\
4214Tells gdb whether to control the inferior in asynchronous mode."),
9401a810
PA
4215 set_target_async_command,
4216 show_target_async_command,
c6ebd6cf
VP
4217 &setlist,
4218 &showlist);
4219
d914c394
SS
4220 add_setshow_boolean_cmd ("may-write-registers", class_support,
4221 &may_write_registers_1, _("\
4222Set permission to write into registers."), _("\
4223Show permission to write into registers."), _("\
4224When this permission is on, GDB may write into the target's registers.\n\
4225Otherwise, any sort of write attempt will result in an error."),
4226 set_target_permissions, NULL,
4227 &setlist, &showlist);
4228
4229 add_setshow_boolean_cmd ("may-write-memory", class_support,
4230 &may_write_memory_1, _("\
4231Set permission to write into target memory."), _("\
4232Show permission to write into target memory."), _("\
4233When this permission is on, GDB may write into the target's memory.\n\
4234Otherwise, any sort of write attempt will result in an error."),
4235 set_write_memory_permission, NULL,
4236 &setlist, &showlist);
4237
4238 add_setshow_boolean_cmd ("may-insert-breakpoints", class_support,
4239 &may_insert_breakpoints_1, _("\
4240Set permission to insert breakpoints in the target."), _("\
4241Show permission to insert breakpoints in the target."), _("\
4242When this permission is on, GDB may insert breakpoints in the program.\n\
4243Otherwise, any sort of insertion attempt will result in an error."),
4244 set_target_permissions, NULL,
4245 &setlist, &showlist);
4246
4247 add_setshow_boolean_cmd ("may-insert-tracepoints", class_support,
4248 &may_insert_tracepoints_1, _("\
4249Set permission to insert tracepoints in the target."), _("\
4250Show permission to insert tracepoints in the target."), _("\
4251When this permission is on, GDB may insert tracepoints in the program.\n\
4252Otherwise, any sort of insertion attempt will result in an error."),
4253 set_target_permissions, NULL,
4254 &setlist, &showlist);
4255
4256 add_setshow_boolean_cmd ("may-insert-fast-tracepoints", class_support,
4257 &may_insert_fast_tracepoints_1, _("\
4258Set permission to insert fast tracepoints in the target."), _("\
4259Show permission to insert fast tracepoints in the target."), _("\
4260When this permission is on, GDB may insert fast tracepoints.\n\
4261Otherwise, any sort of insertion attempt will result in an error."),
4262 set_target_permissions, NULL,
4263 &setlist, &showlist);
4264
4265 add_setshow_boolean_cmd ("may-interrupt", class_support,
4266 &may_stop_1, _("\
4267Set permission to interrupt or signal the target."), _("\
4268Show permission to interrupt or signal the target."), _("\
4269When this permission is on, GDB may interrupt/stop the target's execution.\n\
4270Otherwise, any attempt to interrupt or stop will be ignored."),
4271 set_target_permissions, NULL,
4272 &setlist, &showlist);
c906108c 4273}
This page took 1.859912 seconds and 4 git commands to generate.