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