*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / target.c
CommitLineData
c906108c 1/* Select target systems and architectures at runtime for GDB.
7998dfc3 2
6aba47ca 3 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
9b254dd1 4 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
f6519ebc 5 Free Software Foundation, Inc.
7998dfc3 6
c906108c
SS
7 Contributed by Cygnus Support.
8
c5aa993b 9 This file is part of GDB.
c906108c 10
c5aa993b
JM
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
a9762ec7 13 the Free Software Foundation; either version 3 of the License, or
c5aa993b 14 (at your option) any later version.
c906108c 15
c5aa993b
JM
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
c906108c 20
c5aa993b 21 You should have received a copy of the GNU General Public License
a9762ec7 22 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c906108c
SS
23
24#include "defs.h"
25#include <errno.h>
c906108c
SS
26#include "gdb_string.h"
27#include "target.h"
28#include "gdbcmd.h"
29#include "symtab.h"
30#include "inferior.h"
31#include "bfd.h"
32#include "symfile.h"
33#include "objfiles.h"
03f2053f 34#include "gdb_wait.h"
4930751a 35#include "dcache.h"
c906108c 36#include <signal.h>
4e052eda 37#include "regcache.h"
0088c768 38#include "gdb_assert.h"
b6591e8b 39#include "gdbcore.h"
9e35dae4 40#include "exceptions.h"
424163ea 41#include "target-descriptions.h"
e1ac3328 42#include "gdbthread.h"
b9db4ced 43#include "solib.h"
c906108c 44
a14ed312 45static void target_info (char *, int);
c906108c 46
a14ed312 47static void kill_or_be_killed (int);
c906108c 48
a14ed312 49static void default_terminal_info (char *, int);
c906108c 50
5009afc5
AS
51static int default_watchpoint_addr_within_range (struct target_ops *,
52 CORE_ADDR, CORE_ADDR, int);
53
e0d24f8d
WZ
54static int default_region_ok_for_hw_watchpoint (CORE_ADDR, int);
55
a14ed312 56static int nosymbol (char *, CORE_ADDR *);
c906108c 57
4ecb6f27 58static void tcomplain (void) ATTR_NORETURN;
c906108c 59
a14ed312 60static int nomemory (CORE_ADDR, char *, int, int, struct target_ops *);
c906108c 61
a14ed312 62static int return_zero (void);
c906108c 63
a14ed312 64static int return_one (void);
c906108c 65
ccaa32c7
GS
66static int return_minus_one (void);
67
a14ed312 68void target_ignore (void);
c906108c 69
a14ed312 70static void target_command (char *, int);
c906108c 71
a14ed312 72static struct target_ops *find_default_run_target (char *);
c906108c 73
a14ed312 74static void nosupport_runtime (void);
392a587b 75
4b8a223f 76static LONGEST default_xfer_partial (struct target_ops *ops,
0088c768 77 enum target_object object,
1b0ba102
AC
78 const char *annex, gdb_byte *readbuf,
79 const gdb_byte *writebuf,
8aa91c1e 80 ULONGEST offset, LONGEST len);
0088c768 81
cf7a04e8
DJ
82static LONGEST current_xfer_partial (struct target_ops *ops,
83 enum target_object object,
84 const char *annex, gdb_byte *readbuf,
85 const gdb_byte *writebuf,
86 ULONGEST offset, LONGEST len);
c906108c 87
cf7a04e8
DJ
88static LONGEST target_xfer_partial (struct target_ops *ops,
89 enum target_object object,
90 const char *annex,
91 void *readbuf, const void *writebuf,
92 ULONGEST offset, LONGEST len);
c906108c 93
a14ed312 94static void init_dummy_target (void);
c906108c 95
aa869812
AC
96static struct target_ops debug_target;
97
a14ed312 98static void debug_to_open (char *, int);
c906108c 99
a14ed312 100static void debug_to_close (int);
c906108c 101
a14ed312 102static void debug_to_attach (char *, int);
c906108c 103
a14ed312 104static void debug_to_detach (char *, int);
c906108c 105
39f77062 106static void debug_to_resume (ptid_t, int, enum target_signal);
c906108c 107
39f77062 108static ptid_t debug_to_wait (ptid_t, struct target_waitstatus *);
c906108c 109
56be3814 110static void debug_to_fetch_registers (struct regcache *, int);
c906108c 111
56be3814 112static void debug_to_store_registers (struct regcache *, int);
c906108c 113
316f2060 114static void debug_to_prepare_to_store (struct regcache *);
c906108c 115
a14ed312 116static void debug_to_files_info (struct target_ops *);
c906108c 117
8181d85f 118static int debug_to_insert_breakpoint (struct bp_target_info *);
c906108c 119
8181d85f 120static int debug_to_remove_breakpoint (struct bp_target_info *);
c906108c 121
ccaa32c7
GS
122static int debug_to_can_use_hw_breakpoint (int, int, int);
123
8181d85f 124static int debug_to_insert_hw_breakpoint (struct bp_target_info *);
ccaa32c7 125
8181d85f 126static int debug_to_remove_hw_breakpoint (struct bp_target_info *);
ccaa32c7
GS
127
128static int debug_to_insert_watchpoint (CORE_ADDR, int, int);
129
130static int debug_to_remove_watchpoint (CORE_ADDR, int, int);
131
132static int debug_to_stopped_by_watchpoint (void);
133
4aa7a7f5 134static int debug_to_stopped_data_address (struct target_ops *, CORE_ADDR *);
ccaa32c7 135
5009afc5
AS
136static int debug_to_watchpoint_addr_within_range (struct target_ops *,
137 CORE_ADDR, CORE_ADDR, int);
138
e0d24f8d
WZ
139static int debug_to_region_ok_for_hw_watchpoint (CORE_ADDR, int);
140
a14ed312 141static void debug_to_terminal_init (void);
c906108c 142
a14ed312 143static void debug_to_terminal_inferior (void);
c906108c 144
a14ed312 145static void debug_to_terminal_ours_for_output (void);
c906108c 146
a790ad35
SC
147static void debug_to_terminal_save_ours (void);
148
a14ed312 149static void debug_to_terminal_ours (void);
c906108c 150
a14ed312 151static void debug_to_terminal_info (char *, int);
c906108c 152
a14ed312 153static void debug_to_kill (void);
c906108c 154
a14ed312 155static void debug_to_load (char *, int);
c906108c 156
a14ed312 157static int debug_to_lookup_symbol (char *, CORE_ADDR *);
c906108c 158
a14ed312 159static void debug_to_mourn_inferior (void);
c906108c 160
a14ed312 161static int debug_to_can_run (void);
c906108c 162
39f77062 163static void debug_to_notice_signals (ptid_t);
c906108c 164
39f77062 165static int debug_to_thread_alive (ptid_t);
c906108c 166
94cc34af 167static void debug_to_stop (ptid_t);
c906108c 168
5ac10fd1
AC
169/* NOTE: cagney/2004-09-29: Many targets reference this variable in
170 wierd and mysterious ways. Putting the variable here lets those
171 wierd and mysterious ways keep building while they are being
172 converted to the inferior inheritance structure. */
1df84f13 173struct target_ops deprecated_child_ops;
5ac10fd1 174
c906108c 175/* Pointer to array of target architecture structures; the size of the
2bc416ba 176 array; the current index into the array; the allocated size of the
c906108c
SS
177 array. */
178struct target_ops **target_structs;
179unsigned target_struct_size;
180unsigned target_struct_index;
181unsigned target_struct_allocsize;
182#define DEFAULT_ALLOCSIZE 10
183
184/* The initial current target, so that there is always a semi-valid
185 current target. */
186
187static struct target_ops dummy_target;
188
189/* Top of target stack. */
190
258b763a 191static struct target_ops *target_stack;
c906108c
SS
192
193/* The target structure we are currently using to talk to a process
194 or file or whatever "inferior" we have. */
195
196struct target_ops current_target;
197
198/* Command list for target. */
199
200static struct cmd_list_element *targetlist = NULL;
201
cf7a04e8
DJ
202/* Nonzero if we should trust readonly sections from the
203 executable when reading memory. */
204
205static int trust_readonly = 0;
206
8defab1a
DJ
207/* Nonzero if we should show true memory content including
208 memory breakpoint inserted by gdb. */
209
210static int show_memory_breakpoints = 0;
211
c906108c
SS
212/* Non-zero if we want to see trace of target level stuff. */
213
214static 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
4930751a
C
224DCACHE *target_dcache;
225
c906108c
SS
226/* The user just typed 'target' without the name of a target. */
227
c906108c 228static void
fba45db2 229target_command (char *arg, int from_tty)
c906108c
SS
230{
231 fputs_filtered ("Argument required (target name). Try `help target'\n",
232 gdb_stdout);
233}
234
235/* Add a possible target architecture to the list. */
236
237void
fba45db2 238add_target (struct target_ops *t)
c906108c 239{
0088c768 240 /* Provide default values for all "must have" methods. */
0b603eba
AC
241 if (t->to_xfer_partial == NULL)
242 t->to_xfer_partial = default_xfer_partial;
0088c768 243
c906108c
SS
244 if (!target_structs)
245 {
246 target_struct_allocsize = DEFAULT_ALLOCSIZE;
247 target_structs = (struct target_ops **) xmalloc
248 (target_struct_allocsize * sizeof (*target_structs));
249 }
250 if (target_struct_size >= target_struct_allocsize)
251 {
252 target_struct_allocsize *= 2;
253 target_structs = (struct target_ops **)
c5aa993b
JM
254 xrealloc ((char *) target_structs,
255 target_struct_allocsize * sizeof (*target_structs));
c906108c
SS
256 }
257 target_structs[target_struct_size++] = t;
c906108c
SS
258
259 if (targetlist == NULL)
1bedd215
AC
260 add_prefix_cmd ("target", class_run, target_command, _("\
261Connect to a target machine or process.\n\
c906108c
SS
262The first argument is the type or protocol of the target machine.\n\
263Remaining arguments are interpreted by the target protocol. For more\n\
264information on the arguments for a particular protocol, type\n\
1bedd215 265`help target ' followed by the protocol name."),
c906108c
SS
266 &targetlist, "target ", 0, &cmdlist);
267 add_cmd (t->to_shortname, no_class, t->to_open, t->to_doc, &targetlist);
268}
269
270/* Stub functions */
271
272void
fba45db2 273target_ignore (void)
c906108c
SS
274{
275}
276
11cf8741
JM
277void
278target_load (char *arg, int from_tty)
279{
4930751a 280 dcache_invalidate (target_dcache);
11cf8741
JM
281 (*current_target.to_load) (arg, from_tty);
282}
283
c906108c 284static int
fba45db2
KB
285nomemory (CORE_ADDR memaddr, char *myaddr, int len, int write,
286 struct target_ops *t)
c906108c 287{
c5aa993b
JM
288 errno = EIO; /* Can't read/write this location */
289 return 0; /* No bytes handled */
c906108c
SS
290}
291
292static void
fba45db2 293tcomplain (void)
c906108c 294{
8a3fe4f8 295 error (_("You can't do that when your target is `%s'"),
c906108c
SS
296 current_target.to_shortname);
297}
298
299void
fba45db2 300noprocess (void)
c906108c 301{
8a3fe4f8 302 error (_("You can't do that without a process to debug."));
c906108c
SS
303}
304
c906108c 305static int
fba45db2 306nosymbol (char *name, CORE_ADDR *addrp)
c906108c 307{
c5aa993b 308 return 1; /* Symbol does not exist in target env */
c906108c
SS
309}
310
392a587b 311static void
fba45db2 312nosupport_runtime (void)
c906108c 313{
39f77062 314 if (ptid_equal (inferior_ptid, null_ptid))
c906108c
SS
315 noprocess ();
316 else
8a3fe4f8 317 error (_("No run-time support for this"));
c906108c
SS
318}
319
320
c906108c 321static void
fba45db2 322default_terminal_info (char *args, int from_tty)
c906108c 323{
a3f17187 324 printf_unfiltered (_("No saved terminal information.\n"));
c906108c
SS
325}
326
327/* This is the default target_create_inferior and target_attach function.
328 If the current target is executing, it asks whether to kill it off.
329 If this function returns without calling error(), it has killed off
330 the target, and the operation should be attempted. */
331
332static void
fba45db2 333kill_or_be_killed (int from_tty)
c906108c
SS
334{
335 if (target_has_execution)
336 {
a3f17187 337 printf_unfiltered (_("You are already running a program:\n"));
c906108c 338 target_files_info ();
c5aa993b
JM
339 if (query ("Kill it? "))
340 {
341 target_kill ();
342 if (target_has_execution)
8a3fe4f8 343 error (_("Killing the program did not help."));
c5aa993b
JM
344 return;
345 }
346 else
347 {
8a3fe4f8 348 error (_("Program not killed."));
c5aa993b 349 }
c906108c 350 }
c5aa993b 351 tcomplain ();
c906108c
SS
352}
353
0ef643c8
JB
354/* A default implementation for the to_get_ada_task_ptid target method.
355
356 This function builds the PTID by using both LWP and TID as part of
357 the PTID lwp and tid elements. The pid used is the pid of the
358 inferior_ptid. */
359
360ptid_t
361default_get_ada_task_ptid (long lwp, long tid)
362{
363 return ptid_build (ptid_get_pid (inferior_ptid), lwp, tid);
364}
365
7998dfc3
AC
366/* Go through the target stack from top to bottom, copying over zero
367 entries in current_target, then filling in still empty entries. In
368 effect, we are doing class inheritance through the pushed target
369 vectors.
370
371 NOTE: cagney/2003-10-17: The problem with this inheritance, as it
372 is currently implemented, is that it discards any knowledge of
373 which target an inherited method originally belonged to.
374 Consequently, new new target methods should instead explicitly and
375 locally search the target stack for the target that can handle the
376 request. */
c906108c
SS
377
378static void
7998dfc3 379update_current_target (void)
c906108c 380{
7998dfc3
AC
381 struct target_ops *t;
382
08d8bcd7 383 /* First, reset current's contents. */
7998dfc3
AC
384 memset (&current_target, 0, sizeof (current_target));
385
386#define INHERIT(FIELD, TARGET) \
387 if (!current_target.FIELD) \
388 current_target.FIELD = (TARGET)->FIELD
389
390 for (t = target_stack; t; t = t->beneath)
391 {
392 INHERIT (to_shortname, t);
393 INHERIT (to_longname, t);
394 INHERIT (to_doc, t);
b52323fa
UW
395 /* Do not inherit to_open. */
396 /* Do not inherit to_close. */
7998dfc3
AC
397 INHERIT (to_attach, t);
398 INHERIT (to_post_attach, t);
dc177b7a 399 INHERIT (to_attach_no_wait, t);
7998dfc3 400 INHERIT (to_detach, t);
597320e7 401 /* Do not inherit to_disconnect. */
7998dfc3
AC
402 INHERIT (to_resume, t);
403 INHERIT (to_wait, t);
7998dfc3
AC
404 INHERIT (to_fetch_registers, t);
405 INHERIT (to_store_registers, t);
406 INHERIT (to_prepare_to_store, t);
c8e73a31 407 INHERIT (deprecated_xfer_memory, t);
7998dfc3
AC
408 INHERIT (to_files_info, t);
409 INHERIT (to_insert_breakpoint, t);
410 INHERIT (to_remove_breakpoint, t);
411 INHERIT (to_can_use_hw_breakpoint, t);
412 INHERIT (to_insert_hw_breakpoint, t);
413 INHERIT (to_remove_hw_breakpoint, t);
414 INHERIT (to_insert_watchpoint, t);
415 INHERIT (to_remove_watchpoint, t);
416 INHERIT (to_stopped_data_address, t);
74174d2e 417 INHERIT (to_have_steppable_watchpoint, t);
7998dfc3 418 INHERIT (to_have_continuable_watchpoint, t);
5009afc5
AS
419 INHERIT (to_stopped_by_watchpoint, t);
420 INHERIT (to_watchpoint_addr_within_range, t);
e0d24f8d 421 INHERIT (to_region_ok_for_hw_watchpoint, t);
7998dfc3
AC
422 INHERIT (to_terminal_init, t);
423 INHERIT (to_terminal_inferior, t);
424 INHERIT (to_terminal_ours_for_output, t);
425 INHERIT (to_terminal_ours, t);
426 INHERIT (to_terminal_save_ours, t);
427 INHERIT (to_terminal_info, t);
428 INHERIT (to_kill, t);
429 INHERIT (to_load, t);
430 INHERIT (to_lookup_symbol, t);
431 INHERIT (to_create_inferior, t);
432 INHERIT (to_post_startup_inferior, t);
433 INHERIT (to_acknowledge_created_inferior, t);
434 INHERIT (to_insert_fork_catchpoint, t);
435 INHERIT (to_remove_fork_catchpoint, t);
436 INHERIT (to_insert_vfork_catchpoint, t);
437 INHERIT (to_remove_vfork_catchpoint, t);
ee057212 438 /* Do not inherit to_follow_fork. */
7998dfc3
AC
439 INHERIT (to_insert_exec_catchpoint, t);
440 INHERIT (to_remove_exec_catchpoint, t);
7998dfc3
AC
441 INHERIT (to_has_exited, t);
442 INHERIT (to_mourn_inferior, t);
443 INHERIT (to_can_run, t);
444 INHERIT (to_notice_signals, t);
445 INHERIT (to_thread_alive, t);
446 INHERIT (to_find_new_threads, t);
447 INHERIT (to_pid_to_str, t);
448 INHERIT (to_extra_thread_info, t);
449 INHERIT (to_stop, t);
4b8a223f 450 /* Do not inherit to_xfer_partial. */
7998dfc3 451 INHERIT (to_rcmd, t);
7998dfc3 452 INHERIT (to_pid_to_exec_file, t);
49d03eab 453 INHERIT (to_log_command, t);
7998dfc3
AC
454 INHERIT (to_stratum, t);
455 INHERIT (to_has_all_memory, t);
456 INHERIT (to_has_memory, t);
457 INHERIT (to_has_stack, t);
458 INHERIT (to_has_registers, t);
459 INHERIT (to_has_execution, t);
460 INHERIT (to_has_thread_control, t);
461 INHERIT (to_sections, t);
462 INHERIT (to_sections_end, t);
463 INHERIT (to_can_async_p, t);
464 INHERIT (to_is_async_p, t);
465 INHERIT (to_async, t);
b84876c2 466 INHERIT (to_async_mask, t);
7998dfc3
AC
467 INHERIT (to_find_memory_regions, t);
468 INHERIT (to_make_corefile_notes, t);
469 INHERIT (to_get_thread_local_address, t);
b2175913 470 INHERIT (to_can_execute_reverse, t);
424163ea 471 /* Do not inherit to_read_description. */
0ef643c8 472 INHERIT (to_get_ada_task_ptid, t);
08388c79 473 /* Do not inherit to_search_memory. */
8a305172 474 INHERIT (to_supports_multi_process, t);
7998dfc3 475 INHERIT (to_magic, t);
fd79ecee 476 /* Do not inherit to_memory_map. */
a76d924d
DJ
477 /* Do not inherit to_flash_erase. */
478 /* Do not inherit to_flash_done. */
7998dfc3
AC
479 }
480#undef INHERIT
481
482 /* Clean up a target struct so it no longer has any zero pointers in
0088c768
AC
483 it. Some entries are defaulted to a method that print an error,
484 others are hard-wired to a standard recursive default. */
c906108c
SS
485
486#define de_fault(field, value) \
7998dfc3
AC
487 if (!current_target.field) \
488 current_target.field = value
0d06e24b 489
2bc416ba
DJ
490 de_fault (to_open,
491 (void (*) (char *, int))
0d06e24b 492 tcomplain);
2bc416ba
DJ
493 de_fault (to_close,
494 (void (*) (int))
0d06e24b 495 target_ignore);
2bc416ba
DJ
496 de_fault (to_post_attach,
497 (void (*) (int))
0d06e24b 498 target_ignore);
2bc416ba
DJ
499 de_fault (to_detach,
500 (void (*) (char *, int))
0d06e24b 501 target_ignore);
2bc416ba
DJ
502 de_fault (to_resume,
503 (void (*) (ptid_t, int, enum target_signal))
0d06e24b 504 noprocess);
2bc416ba
DJ
505 de_fault (to_wait,
506 (ptid_t (*) (ptid_t, struct target_waitstatus *))
0d06e24b 507 noprocess);
2bc416ba 508 de_fault (to_fetch_registers,
56be3814 509 (void (*) (struct regcache *, int))
0d06e24b 510 target_ignore);
2bc416ba 511 de_fault (to_store_registers,
56be3814 512 (void (*) (struct regcache *, int))
0d06e24b 513 noprocess);
2bc416ba 514 de_fault (to_prepare_to_store,
316f2060 515 (void (*) (struct regcache *))
0d06e24b 516 noprocess);
2bc416ba
DJ
517 de_fault (deprecated_xfer_memory,
518 (int (*) (CORE_ADDR, gdb_byte *, int, int, struct mem_attrib *, struct target_ops *))
0d06e24b 519 nomemory);
2bc416ba
DJ
520 de_fault (to_files_info,
521 (void (*) (struct target_ops *))
0d06e24b 522 target_ignore);
2bc416ba 523 de_fault (to_insert_breakpoint,
0d06e24b 524 memory_insert_breakpoint);
2bc416ba 525 de_fault (to_remove_breakpoint,
0d06e24b 526 memory_remove_breakpoint);
ccaa32c7
GS
527 de_fault (to_can_use_hw_breakpoint,
528 (int (*) (int, int, int))
529 return_zero);
530 de_fault (to_insert_hw_breakpoint,
8181d85f 531 (int (*) (struct bp_target_info *))
ccaa32c7
GS
532 return_minus_one);
533 de_fault (to_remove_hw_breakpoint,
8181d85f 534 (int (*) (struct bp_target_info *))
ccaa32c7
GS
535 return_minus_one);
536 de_fault (to_insert_watchpoint,
537 (int (*) (CORE_ADDR, int, int))
538 return_minus_one);
539 de_fault (to_remove_watchpoint,
540 (int (*) (CORE_ADDR, int, int))
541 return_minus_one);
542 de_fault (to_stopped_by_watchpoint,
543 (int (*) (void))
544 return_zero);
545 de_fault (to_stopped_data_address,
4aa7a7f5 546 (int (*) (struct target_ops *, CORE_ADDR *))
ccaa32c7 547 return_zero);
5009afc5
AS
548 de_fault (to_watchpoint_addr_within_range,
549 default_watchpoint_addr_within_range);
e0d24f8d
WZ
550 de_fault (to_region_ok_for_hw_watchpoint,
551 default_region_ok_for_hw_watchpoint);
2bc416ba
DJ
552 de_fault (to_terminal_init,
553 (void (*) (void))
0d06e24b 554 target_ignore);
2bc416ba
DJ
555 de_fault (to_terminal_inferior,
556 (void (*) (void))
0d06e24b 557 target_ignore);
2bc416ba
DJ
558 de_fault (to_terminal_ours_for_output,
559 (void (*) (void))
0d06e24b 560 target_ignore);
2bc416ba
DJ
561 de_fault (to_terminal_ours,
562 (void (*) (void))
0d06e24b 563 target_ignore);
2bc416ba
DJ
564 de_fault (to_terminal_save_ours,
565 (void (*) (void))
a790ad35 566 target_ignore);
2bc416ba 567 de_fault (to_terminal_info,
0d06e24b 568 default_terminal_info);
2bc416ba
DJ
569 de_fault (to_kill,
570 (void (*) (void))
0d06e24b 571 noprocess);
2bc416ba
DJ
572 de_fault (to_load,
573 (void (*) (char *, int))
0d06e24b 574 tcomplain);
2bc416ba
DJ
575 de_fault (to_lookup_symbol,
576 (int (*) (char *, CORE_ADDR *))
0d06e24b 577 nosymbol);
2bc416ba
DJ
578 de_fault (to_post_startup_inferior,
579 (void (*) (ptid_t))
0d06e24b 580 target_ignore);
2bc416ba
DJ
581 de_fault (to_acknowledge_created_inferior,
582 (void (*) (int))
0d06e24b 583 target_ignore);
2bc416ba
DJ
584 de_fault (to_insert_fork_catchpoint,
585 (void (*) (int))
0d06e24b 586 tcomplain);
2bc416ba
DJ
587 de_fault (to_remove_fork_catchpoint,
588 (int (*) (int))
0d06e24b 589 tcomplain);
2bc416ba
DJ
590 de_fault (to_insert_vfork_catchpoint,
591 (void (*) (int))
0d06e24b 592 tcomplain);
2bc416ba
DJ
593 de_fault (to_remove_vfork_catchpoint,
594 (int (*) (int))
0d06e24b 595 tcomplain);
2bc416ba
DJ
596 de_fault (to_insert_exec_catchpoint,
597 (void (*) (int))
0d06e24b 598 tcomplain);
2bc416ba
DJ
599 de_fault (to_remove_exec_catchpoint,
600 (int (*) (int))
0d06e24b 601 tcomplain);
2bc416ba
DJ
602 de_fault (to_has_exited,
603 (int (*) (int, int, int *))
0d06e24b 604 return_zero);
2bc416ba
DJ
605 de_fault (to_mourn_inferior,
606 (void (*) (void))
0d06e24b 607 noprocess);
2bc416ba 608 de_fault (to_can_run,
0d06e24b 609 return_zero);
2bc416ba
DJ
610 de_fault (to_notice_signals,
611 (void (*) (ptid_t))
0d06e24b 612 target_ignore);
2bc416ba
DJ
613 de_fault (to_thread_alive,
614 (int (*) (ptid_t))
0d06e24b 615 return_zero);
2bc416ba
DJ
616 de_fault (to_find_new_threads,
617 (void (*) (void))
0d06e24b 618 target_ignore);
2bc416ba
DJ
619 de_fault (to_extra_thread_info,
620 (char *(*) (struct thread_info *))
0d06e24b 621 return_zero);
2bc416ba 622 de_fault (to_stop,
94cc34af 623 (void (*) (ptid_t))
0d06e24b 624 target_ignore);
cf7a04e8 625 current_target.to_xfer_partial = current_xfer_partial;
2bc416ba
DJ
626 de_fault (to_rcmd,
627 (void (*) (char *, struct ui_file *))
0d06e24b 628 tcomplain);
2bc416ba
DJ
629 de_fault (to_pid_to_exec_file,
630 (char *(*) (int))
0d06e24b 631 return_zero);
2bc416ba
DJ
632 de_fault (to_async,
633 (void (*) (void (*) (enum inferior_event_type, void*), void*))
0d06e24b 634 tcomplain);
b84876c2
PA
635 de_fault (to_async_mask,
636 (int (*) (int))
637 return_one);
424163ea 638 current_target.to_read_description = NULL;
0ef643c8
JB
639 de_fault (to_get_ada_task_ptid,
640 (ptid_t (*) (long, long))
641 default_get_ada_task_ptid);
8a305172
PA
642 de_fault (to_supports_multi_process,
643 (int (*) (void))
644 return_zero);
c906108c 645#undef de_fault
c906108c 646
7998dfc3
AC
647 /* Finally, position the target-stack beneath the squashed
648 "current_target". That way code looking for a non-inherited
649 target method can quickly and simply find it. */
650 current_target.beneath = target_stack;
b4b61fdb
DJ
651
652 if (targetdebug)
653 setup_target_debug ();
c906108c
SS
654}
655
52bb452f
DJ
656/* Mark OPS as a running target. This reverses the effect
657 of target_mark_exited. */
658
659void
660target_mark_running (struct target_ops *ops)
661{
662 struct target_ops *t;
663
664 for (t = target_stack; t != NULL; t = t->beneath)
665 if (t == ops)
666 break;
667 if (t == NULL)
668 internal_error (__FILE__, __LINE__,
669 "Attempted to mark unpushed target \"%s\" as running",
670 ops->to_shortname);
671
672 ops->to_has_execution = 1;
673 ops->to_has_all_memory = 1;
674 ops->to_has_memory = 1;
675 ops->to_has_stack = 1;
676 ops->to_has_registers = 1;
677
678 update_current_target ();
679}
680
681/* Mark OPS as a non-running target. This reverses the effect
682 of target_mark_running. */
683
684void
685target_mark_exited (struct target_ops *ops)
686{
687 struct target_ops *t;
688
689 for (t = target_stack; t != NULL; t = t->beneath)
690 if (t == ops)
691 break;
692 if (t == NULL)
693 internal_error (__FILE__, __LINE__,
694 "Attempted to mark unpushed target \"%s\" as running",
695 ops->to_shortname);
696
697 ops->to_has_execution = 0;
698 ops->to_has_all_memory = 0;
699 ops->to_has_memory = 0;
700 ops->to_has_stack = 0;
701 ops->to_has_registers = 0;
702
703 update_current_target ();
704}
705
c906108c
SS
706/* Push a new target type into the stack of the existing target accessors,
707 possibly superseding some of the existing accessors.
708
709 Result is zero if the pushed target ended up on top of the stack,
710 nonzero if at least one target is on top of it.
711
712 Rather than allow an empty stack, we always have the dummy target at
713 the bottom stratum, so we can call the function vectors without
714 checking them. */
715
716int
fba45db2 717push_target (struct target_ops *t)
c906108c 718{
258b763a 719 struct target_ops **cur;
c906108c
SS
720
721 /* Check magic number. If wrong, it probably means someone changed
722 the struct definition, but not all the places that initialize one. */
723 if (t->to_magic != OPS_MAGIC)
724 {
c5aa993b
JM
725 fprintf_unfiltered (gdb_stderr,
726 "Magic number of %s target struct wrong\n",
727 t->to_shortname);
e2e0b3e5 728 internal_error (__FILE__, __LINE__, _("failed internal consistency check"));
c906108c
SS
729 }
730
258b763a
AC
731 /* Find the proper stratum to install this target in. */
732 for (cur = &target_stack; (*cur) != NULL; cur = &(*cur)->beneath)
c906108c 733 {
258b763a 734 if ((int) (t->to_stratum) >= (int) (*cur)->to_stratum)
c906108c
SS
735 break;
736 }
737
258b763a 738 /* If there's already targets at this stratum, remove them. */
88c231eb 739 /* FIXME: cagney/2003-10-15: I think this should be popping all
258b763a
AC
740 targets to CUR, and not just those at this stratum level. */
741 while ((*cur) != NULL && t->to_stratum == (*cur)->to_stratum)
742 {
743 /* There's already something at this stratum level. Close it,
744 and un-hook it from the stack. */
745 struct target_ops *tmp = (*cur);
746 (*cur) = (*cur)->beneath;
747 tmp->beneath = NULL;
f1c07ab0 748 target_close (tmp, 0);
258b763a 749 }
c906108c
SS
750
751 /* We have removed all targets in our stratum, now add the new one. */
258b763a
AC
752 t->beneath = (*cur);
753 (*cur) = t;
c906108c
SS
754
755 update_current_target ();
756
258b763a
AC
757 /* Not on top? */
758 return (t != target_stack);
c906108c
SS
759}
760
2bc416ba 761/* Remove a target_ops vector from the stack, wherever it may be.
c906108c
SS
762 Return how many times it was removed (0 or 1). */
763
764int
fba45db2 765unpush_target (struct target_ops *t)
c906108c 766{
258b763a
AC
767 struct target_ops **cur;
768 struct target_ops *tmp;
c906108c 769
c8d104ad
PA
770 if (t->to_stratum == dummy_stratum)
771 internal_error (__FILE__, __LINE__,
772 "Attempt to unpush the dummy target");
773
c906108c
SS
774 /* Look for the specified target. Note that we assume that a target
775 can only occur once in the target stack. */
776
258b763a
AC
777 for (cur = &target_stack; (*cur) != NULL; cur = &(*cur)->beneath)
778 {
779 if ((*cur) == t)
780 break;
781 }
c906108c 782
258b763a 783 if ((*cur) == NULL)
c906108c
SS
784 return 0; /* Didn't find target_ops, quit now */
785
5269965e
AC
786 /* NOTE: cagney/2003-12-06: In '94 the close call was made
787 unconditional by moving it to before the above check that the
788 target was in the target stack (something about "Change the way
789 pushing and popping of targets work to support target overlays
790 and inheritance"). This doesn't make much sense - only open
791 targets should be closed. */
792 target_close (t, 0);
793
c906108c 794 /* Unchain the target */
258b763a
AC
795 tmp = (*cur);
796 (*cur) = (*cur)->beneath;
797 tmp->beneath = NULL;
c906108c
SS
798
799 update_current_target ();
c906108c
SS
800
801 return 1;
802}
803
804void
fba45db2 805pop_target (void)
c906108c 806{
b52323fa 807 target_close (target_stack, 0); /* Let it clean up */
258b763a 808 if (unpush_target (target_stack) == 1)
c906108c
SS
809 return;
810
c5aa993b
JM
811 fprintf_unfiltered (gdb_stderr,
812 "pop_target couldn't find target %s\n",
813 current_target.to_shortname);
e2e0b3e5 814 internal_error (__FILE__, __LINE__, _("failed internal consistency check"));
c906108c
SS
815}
816
aa76d38d 817void
87ab71f0 818pop_all_targets_above (enum strata above_stratum, int quitting)
aa76d38d 819{
87ab71f0 820 while ((int) (current_target.to_stratum) > (int) above_stratum)
aa76d38d 821 {
b52323fa 822 target_close (target_stack, quitting);
aa76d38d
PA
823 if (!unpush_target (target_stack))
824 {
825 fprintf_unfiltered (gdb_stderr,
826 "pop_all_targets couldn't find target %s\n",
b52323fa 827 target_stack->to_shortname);
aa76d38d
PA
828 internal_error (__FILE__, __LINE__,
829 _("failed internal consistency check"));
830 break;
831 }
832 }
833}
834
87ab71f0
PA
835void
836pop_all_targets (int quitting)
837{
838 pop_all_targets_above (dummy_stratum, quitting);
839}
840
72f5cf0e 841/* Using the objfile specified in OBJFILE, find the address for the
9e35dae4
DJ
842 current thread's thread-local storage with offset OFFSET. */
843CORE_ADDR
844target_translate_tls_address (struct objfile *objfile, CORE_ADDR offset)
845{
846 volatile CORE_ADDR addr = 0;
847
848 if (target_get_thread_local_address_p ()
1cf3db46 849 && gdbarch_fetch_tls_load_module_address_p (target_gdbarch))
9e35dae4
DJ
850 {
851 ptid_t ptid = inferior_ptid;
852 volatile struct gdb_exception ex;
853
854 TRY_CATCH (ex, RETURN_MASK_ALL)
855 {
856 CORE_ADDR lm_addr;
857
858 /* Fetch the load module address for this objfile. */
1cf3db46 859 lm_addr = gdbarch_fetch_tls_load_module_address (target_gdbarch,
9e35dae4
DJ
860 objfile);
861 /* If it's 0, throw the appropriate exception. */
862 if (lm_addr == 0)
863 throw_error (TLS_LOAD_MODULE_NOT_FOUND_ERROR,
864 _("TLS load module not found"));
865
866 addr = target_get_thread_local_address (ptid, lm_addr, offset);
867 }
868 /* If an error occurred, print TLS related messages here. Otherwise,
869 throw the error to some higher catcher. */
870 if (ex.reason < 0)
871 {
872 int objfile_is_library = (objfile->flags & OBJF_SHARED);
873
874 switch (ex.error)
875 {
876 case TLS_NO_LIBRARY_SUPPORT_ERROR:
877 error (_("Cannot find thread-local variables in this thread library."));
878 break;
879 case TLS_LOAD_MODULE_NOT_FOUND_ERROR:
880 if (objfile_is_library)
881 error (_("Cannot find shared library `%s' in dynamic"
882 " linker's load module list"), objfile->name);
883 else
884 error (_("Cannot find executable file `%s' in dynamic"
885 " linker's load module list"), objfile->name);
886 break;
887 case TLS_NOT_ALLOCATED_YET_ERROR:
888 if (objfile_is_library)
889 error (_("The inferior has not yet allocated storage for"
890 " thread-local variables in\n"
891 "the shared library `%s'\n"
892 "for %s"),
893 objfile->name, target_pid_to_str (ptid));
894 else
895 error (_("The inferior has not yet allocated storage for"
896 " thread-local variables in\n"
897 "the executable `%s'\n"
898 "for %s"),
899 objfile->name, target_pid_to_str (ptid));
900 break;
901 case TLS_GENERIC_ERROR:
902 if (objfile_is_library)
903 error (_("Cannot find thread-local storage for %s, "
904 "shared library %s:\n%s"),
905 target_pid_to_str (ptid),
906 objfile->name, ex.message);
907 else
908 error (_("Cannot find thread-local storage for %s, "
909 "executable file %s:\n%s"),
910 target_pid_to_str (ptid),
911 objfile->name, ex.message);
912 break;
913 default:
914 throw_exception (ex);
915 break;
916 }
917 }
918 }
919 /* It wouldn't be wrong here to try a gdbarch method, too; finding
920 TLS is an ABI-specific thing. But we don't do that yet. */
921 else
922 error (_("Cannot find thread-local variables on this target"));
923
924 return addr;
925}
926
c906108c
SS
927#undef MIN
928#define MIN(A, B) (((A) <= (B)) ? (A) : (B))
929
930/* target_read_string -- read a null terminated string, up to LEN bytes,
931 from MEMADDR in target. Set *ERRNOP to the errno code, or 0 if successful.
932 Set *STRING to a pointer to malloc'd memory containing the data; the caller
933 is responsible for freeing it. Return the number of bytes successfully
934 read. */
935
936int
fba45db2 937target_read_string (CORE_ADDR memaddr, char **string, int len, int *errnop)
c906108c
SS
938{
939 int tlen, origlen, offset, i;
1b0ba102 940 gdb_byte buf[4];
c906108c
SS
941 int errcode = 0;
942 char *buffer;
943 int buffer_allocated;
944 char *bufptr;
945 unsigned int nbytes_read = 0;
946
6217bf3e
MS
947 gdb_assert (string);
948
c906108c
SS
949 /* Small for testing. */
950 buffer_allocated = 4;
951 buffer = xmalloc (buffer_allocated);
952 bufptr = buffer;
953
954 origlen = len;
955
956 while (len > 0)
957 {
958 tlen = MIN (len, 4 - (memaddr & 3));
959 offset = memaddr & 3;
960
1b0ba102 961 errcode = target_read_memory (memaddr & ~3, buf, sizeof buf);
c906108c
SS
962 if (errcode != 0)
963 {
964 /* The transfer request might have crossed the boundary to an
965 unallocated region of memory. Retry the transfer, requesting
966 a single byte. */
967 tlen = 1;
968 offset = 0;
b8eb5af0 969 errcode = target_read_memory (memaddr, buf, 1);
c906108c
SS
970 if (errcode != 0)
971 goto done;
972 }
973
974 if (bufptr - buffer + tlen > buffer_allocated)
975 {
976 unsigned int bytes;
977 bytes = bufptr - buffer;
978 buffer_allocated *= 2;
979 buffer = xrealloc (buffer, buffer_allocated);
980 bufptr = buffer + bytes;
981 }
982
983 for (i = 0; i < tlen; i++)
984 {
985 *bufptr++ = buf[i + offset];
986 if (buf[i + offset] == '\000')
987 {
988 nbytes_read += i + 1;
989 goto done;
990 }
991 }
992
993 memaddr += tlen;
994 len -= tlen;
995 nbytes_read += tlen;
996 }
c5aa993b 997done:
6217bf3e 998 *string = buffer;
c906108c
SS
999 if (errnop != NULL)
1000 *errnop = errcode;
c906108c
SS
1001 return nbytes_read;
1002}
1003
8db32d44
AC
1004/* Find a section containing ADDR. */
1005struct section_table *
1006target_section_by_addr (struct target_ops *target, CORE_ADDR addr)
1007{
1008 struct section_table *secp;
1009 for (secp = target->to_sections;
1010 secp < target->to_sections_end;
1011 secp++)
1012 {
1013 if (addr >= secp->addr && addr < secp->endaddr)
1014 return secp;
1015 }
1016 return NULL;
1017}
1018
cf7a04e8
DJ
1019/* Perform a partial memory transfer. The arguments and return
1020 value are just as for target_xfer_partial. */
1021
1022static LONGEST
1023memory_xfer_partial (struct target_ops *ops, void *readbuf, const void *writebuf,
1024 ULONGEST memaddr, LONGEST len)
0779438d 1025{
cf7a04e8
DJ
1026 LONGEST res;
1027 int reg_len;
1028 struct mem_region *region;
1029
1030 /* Zero length requests are ok and require no work. */
1031 if (len == 0)
1032 return 0;
1033
1034 /* Try the executable file, if "trust-readonly-sections" is set. */
1035 if (readbuf != NULL && trust_readonly)
1036 {
1037 struct section_table *secp;
1038
1039 secp = target_section_by_addr (ops, memaddr);
1040 if (secp != NULL
1041 && (bfd_get_section_flags (secp->bfd, secp->the_bfd_section)
1042 & SEC_READONLY))
1043 return xfer_memory (memaddr, readbuf, len, 0, NULL, ops);
1044 }
1045
98646950
UW
1046 /* Likewise for accesses to unmapped overlay sections. */
1047 if (readbuf != NULL && overlay_debugging)
1048 {
714835d5 1049 struct obj_section *section = find_pc_overlay (memaddr);
98646950
UW
1050 if (pc_in_unmapped_range (memaddr, section))
1051 return xfer_memory (memaddr, readbuf, len, 0, NULL, ops);
1052 }
1053
cf7a04e8
DJ
1054 /* Try GDB's internal data cache. */
1055 region = lookup_mem_region (memaddr);
4b5752d0
VP
1056 /* region->hi == 0 means there's no upper bound. */
1057 if (memaddr + len < region->hi || region->hi == 0)
cf7a04e8
DJ
1058 reg_len = len;
1059 else
1060 reg_len = region->hi - memaddr;
1061
1062 switch (region->attrib.mode)
1063 {
1064 case MEM_RO:
1065 if (writebuf != NULL)
1066 return -1;
1067 break;
1068
1069 case MEM_WO:
1070 if (readbuf != NULL)
1071 return -1;
1072 break;
a76d924d
DJ
1073
1074 case MEM_FLASH:
1075 /* We only support writing to flash during "load" for now. */
1076 if (writebuf != NULL)
1077 error (_("Writing to flash memory forbidden in this context"));
1078 break;
4b5752d0
VP
1079
1080 case MEM_NONE:
1081 return -1;
cf7a04e8
DJ
1082 }
1083
1084 if (region->attrib.cache)
1085 {
1086 /* FIXME drow/2006-08-09: This call discards OPS, so the raw
1087 memory request will start back at current_target. */
1088 if (readbuf != NULL)
1089 res = dcache_xfer_memory (target_dcache, memaddr, readbuf,
1090 reg_len, 0);
1091 else
1092 /* FIXME drow/2006-08-09: If we're going to preserve const
1093 correctness dcache_xfer_memory should take readbuf and
1094 writebuf. */
1095 res = dcache_xfer_memory (target_dcache, memaddr,
1096 (void *) writebuf,
1097 reg_len, 1);
1098 if (res <= 0)
1099 return -1;
1100 else
8defab1a
DJ
1101 {
1102 if (readbuf && !show_memory_breakpoints)
1103 breakpoint_restore_shadows (readbuf, memaddr, reg_len);
1104 return res;
1105 }
cf7a04e8
DJ
1106 }
1107
1108 /* If none of those methods found the memory we wanted, fall back
1109 to a target partial transfer. Normally a single call to
1110 to_xfer_partial is enough; if it doesn't recognize an object
1111 it will call the to_xfer_partial of the next target down.
1112 But for memory this won't do. Memory is the only target
1113 object which can be read from more than one valid target.
1114 A core file, for instance, could have some of memory but
1115 delegate other bits to the target below it. So, we must
1116 manually try all targets. */
1117
1118 do
1119 {
1120 res = ops->to_xfer_partial (ops, TARGET_OBJECT_MEMORY, NULL,
4b5752d0 1121 readbuf, writebuf, memaddr, reg_len);
cf7a04e8 1122 if (res > 0)
8defab1a 1123 break;
cf7a04e8 1124
5ad3a4ca
DJ
1125 /* We want to continue past core files to executables, but not
1126 past a running target's memory. */
1127 if (ops->to_has_all_memory)
8defab1a 1128 break;
5ad3a4ca 1129
cf7a04e8
DJ
1130 ops = ops->beneath;
1131 }
1132 while (ops != NULL);
1133
8defab1a
DJ
1134 if (readbuf && !show_memory_breakpoints)
1135 breakpoint_restore_shadows (readbuf, memaddr, reg_len);
1136
cf7a04e8
DJ
1137 /* If we still haven't got anything, return the last error. We
1138 give up. */
1139 return res;
0779438d
AC
1140}
1141
8defab1a
DJ
1142static void
1143restore_show_memory_breakpoints (void *arg)
1144{
1145 show_memory_breakpoints = (uintptr_t) arg;
1146}
1147
1148struct cleanup *
1149make_show_memory_breakpoints_cleanup (int show)
1150{
1151 int current = show_memory_breakpoints;
1152 show_memory_breakpoints = show;
1153
1154 return make_cleanup (restore_show_memory_breakpoints,
1155 (void *) (uintptr_t) current);
1156}
1157
27394598
AC
1158static LONGEST
1159target_xfer_partial (struct target_ops *ops,
1160 enum target_object object, const char *annex,
1161 void *readbuf, const void *writebuf,
1162 ULONGEST offset, LONGEST len)
1163{
1164 LONGEST retval;
1165
1166 gdb_assert (ops->to_xfer_partial != NULL);
cf7a04e8
DJ
1167
1168 /* If this is a memory transfer, let the memory-specific code
1169 have a look at it instead. Memory transfers are more
1170 complicated. */
1171 if (object == TARGET_OBJECT_MEMORY)
1172 retval = memory_xfer_partial (ops, readbuf, writebuf, offset, len);
1173 else
1174 {
1175 enum target_object raw_object = object;
1176
1177 /* If this is a raw memory transfer, request the normal
1178 memory object from other layers. */
1179 if (raw_object == TARGET_OBJECT_RAW_MEMORY)
1180 raw_object = TARGET_OBJECT_MEMORY;
1181
1182 retval = ops->to_xfer_partial (ops, raw_object, annex, readbuf,
1183 writebuf, offset, len);
1184 }
1185
27394598
AC
1186 if (targetdebug)
1187 {
1188 const unsigned char *myaddr = NULL;
1189
1190 fprintf_unfiltered (gdb_stdlog,
0b1553bc 1191 "%s:target_xfer_partial (%d, %s, 0x%lx, 0x%lx, %s, %s) = %s",
27394598
AC
1192 ops->to_shortname,
1193 (int) object,
1194 (annex ? annex : "(null)"),
1195 (long) readbuf, (long) writebuf,
0b1553bc
UW
1196 core_addr_to_string_nz (offset),
1197 plongest (len), plongest (retval));
27394598
AC
1198
1199 if (readbuf)
1200 myaddr = readbuf;
1201 if (writebuf)
1202 myaddr = writebuf;
1203 if (retval > 0 && myaddr != NULL)
1204 {
1205 int i;
2bc416ba 1206
27394598
AC
1207 fputs_unfiltered (", bytes =", gdb_stdlog);
1208 for (i = 0; i < retval; i++)
1209 {
1210 if ((((long) &(myaddr[i])) & 0xf) == 0)
1211 {
1212 if (targetdebug < 2 && i > 0)
1213 {
1214 fprintf_unfiltered (gdb_stdlog, " ...");
1215 break;
1216 }
1217 fprintf_unfiltered (gdb_stdlog, "\n");
1218 }
2bc416ba 1219
27394598
AC
1220 fprintf_unfiltered (gdb_stdlog, " %02x", myaddr[i] & 0xff);
1221 }
1222 }
2bc416ba 1223
27394598
AC
1224 fputc_unfiltered ('\n', gdb_stdlog);
1225 }
1226 return retval;
1227}
1228
c906108c
SS
1229/* Read LEN bytes of target memory at address MEMADDR, placing the results in
1230 GDB's memory at MYADDR. Returns either 0 for success or an errno value
1231 if any error occurs.
1232
1233 If an error occurs, no guarantee is made about the contents of the data at
1234 MYADDR. In particular, the caller should not depend upon partial reads
1235 filling the buffer with good data. There is no way for the caller to know
1236 how much good data might have been transfered anyway. Callers that can
cf7a04e8
DJ
1237 deal with partial reads should call target_read (which will retry until
1238 it makes no progress, and then return how much was transferred). */
c906108c
SS
1239
1240int
fc1a4b47 1241target_read_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len)
c906108c 1242{
cf7a04e8
DJ
1243 if (target_read (&current_target, TARGET_OBJECT_MEMORY, NULL,
1244 myaddr, memaddr, len) == len)
1245 return 0;
0779438d 1246 else
cf7a04e8 1247 return EIO;
c906108c
SS
1248}
1249
c906108c 1250int
fc1a4b47 1251target_write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr, int len)
c906108c 1252{
cf7a04e8
DJ
1253 if (target_write (&current_target, TARGET_OBJECT_MEMORY, NULL,
1254 myaddr, memaddr, len) == len)
1255 return 0;
0779438d 1256 else
cf7a04e8 1257 return EIO;
c906108c 1258}
c5aa993b 1259
fd79ecee
DJ
1260/* Fetch the target's memory map. */
1261
1262VEC(mem_region_s) *
1263target_memory_map (void)
1264{
1265 VEC(mem_region_s) *result;
1266 struct mem_region *last_one, *this_one;
1267 int ix;
1268 struct target_ops *t;
1269
1270 if (targetdebug)
1271 fprintf_unfiltered (gdb_stdlog, "target_memory_map ()\n");
1272
1273 for (t = current_target.beneath; t != NULL; t = t->beneath)
1274 if (t->to_memory_map != NULL)
1275 break;
1276
1277 if (t == NULL)
1278 return NULL;
1279
1280 result = t->to_memory_map (t);
1281 if (result == NULL)
1282 return NULL;
1283
1284 qsort (VEC_address (mem_region_s, result),
1285 VEC_length (mem_region_s, result),
1286 sizeof (struct mem_region), mem_region_cmp);
1287
1288 /* Check that regions do not overlap. Simultaneously assign
1289 a numbering for the "mem" commands to use to refer to
1290 each region. */
1291 last_one = NULL;
1292 for (ix = 0; VEC_iterate (mem_region_s, result, ix, this_one); ix++)
1293 {
1294 this_one->number = ix;
1295
1296 if (last_one && last_one->hi > this_one->lo)
1297 {
1298 warning (_("Overlapping regions in memory map: ignoring"));
1299 VEC_free (mem_region_s, result);
1300 return NULL;
1301 }
1302 last_one = this_one;
1303 }
1304
1305 return result;
1306}
1307
a76d924d
DJ
1308void
1309target_flash_erase (ULONGEST address, LONGEST length)
1310{
1311 struct target_ops *t;
1312
1313 for (t = current_target.beneath; t != NULL; t = t->beneath)
1314 if (t->to_flash_erase != NULL)
1315 {
1316 if (targetdebug)
1317 fprintf_unfiltered (gdb_stdlog, "target_flash_erase (%s, %s)\n",
1318 paddr (address), phex (length, 0));
8944021f
DJ
1319 t->to_flash_erase (t, address, length);
1320 return;
a76d924d
DJ
1321 }
1322
1323 tcomplain ();
1324}
1325
1326void
1327target_flash_done (void)
1328{
1329 struct target_ops *t;
1330
1331 for (t = current_target.beneath; t != NULL; t = t->beneath)
1332 if (t->to_flash_done != NULL)
1333 {
1334 if (targetdebug)
1335 fprintf_unfiltered (gdb_stdlog, "target_flash_done\n");
8944021f
DJ
1336 t->to_flash_done (t);
1337 return;
a76d924d
DJ
1338 }
1339
1340 tcomplain ();
1341}
1342
4aa7a7f5
JJ
1343#ifndef target_stopped_data_address_p
1344int
1345target_stopped_data_address_p (struct target_ops *target)
1346{
aa869812
AC
1347 if (target->to_stopped_data_address
1348 == (int (*) (struct target_ops *, CORE_ADDR *)) return_zero)
4aa7a7f5 1349 return 0;
aa869812
AC
1350 if (target->to_stopped_data_address == debug_to_stopped_data_address
1351 && (debug_target.to_stopped_data_address
1352 == (int (*) (struct target_ops *, CORE_ADDR *)) return_zero))
1353 return 0;
1354 return 1;
4aa7a7f5
JJ
1355}
1356#endif
1357
920d2a44
AC
1358static void
1359show_trust_readonly (struct ui_file *file, int from_tty,
1360 struct cmd_list_element *c, const char *value)
1361{
1362 fprintf_filtered (file, _("\
1363Mode for reading from readonly sections is %s.\n"),
1364 value);
1365}
3a11626d 1366
1e3ff5ad
AC
1367/* More generic transfers. */
1368
0088c768 1369static LONGEST
8aa91c1e 1370default_xfer_partial (struct target_ops *ops, enum target_object object,
2bc416ba 1371 const char *annex, gdb_byte *readbuf,
1b0ba102 1372 const gdb_byte *writebuf, ULONGEST offset, LONGEST len)
0088c768
AC
1373{
1374 if (object == TARGET_OBJECT_MEMORY
c8e73a31
AC
1375 && ops->deprecated_xfer_memory != NULL)
1376 /* If available, fall back to the target's
1377 "deprecated_xfer_memory" method. */
0088c768 1378 {
4b8a223f 1379 int xfered = -1;
0088c768 1380 errno = 0;
4b8a223f
AC
1381 if (writebuf != NULL)
1382 {
1383 void *buffer = xmalloc (len);
1384 struct cleanup *cleanup = make_cleanup (xfree, buffer);
1385 memcpy (buffer, writebuf, len);
c8e73a31
AC
1386 xfered = ops->deprecated_xfer_memory (offset, buffer, len,
1387 1/*write*/, NULL, ops);
4b8a223f
AC
1388 do_cleanups (cleanup);
1389 }
1390 if (readbuf != NULL)
244e85c8
MS
1391 xfered = ops->deprecated_xfer_memory (offset, readbuf, len,
1392 0/*read*/, NULL, ops);
0088c768
AC
1393 if (xfered > 0)
1394 return xfered;
1395 else if (xfered == 0 && errno == 0)
c8e73a31
AC
1396 /* "deprecated_xfer_memory" uses 0, cross checked against
1397 ERRNO as one indication of an error. */
0088c768
AC
1398 return 0;
1399 else
1400 return -1;
1401 }
1402 else if (ops->beneath != NULL)
cf7a04e8
DJ
1403 return ops->beneath->to_xfer_partial (ops->beneath, object, annex,
1404 readbuf, writebuf, offset, len);
1405 else
1406 return -1;
1407}
1408
1409/* The xfer_partial handler for the topmost target. Unlike the default,
1410 it does not need to handle memory specially; it just passes all
1411 requests down the stack. */
1412
1413static LONGEST
1414current_xfer_partial (struct target_ops *ops, enum target_object object,
1415 const char *annex, gdb_byte *readbuf,
1416 const gdb_byte *writebuf, ULONGEST offset, LONGEST len)
1417{
1418 if (ops->beneath != NULL)
1419 return ops->beneath->to_xfer_partial (ops->beneath, object, annex,
1420 readbuf, writebuf, offset, len);
0088c768
AC
1421 else
1422 return -1;
1423}
1424
1425/* Target vector read/write partial wrapper functions.
1426
1427 NOTE: cagney/2003-10-21: I wonder if having "to_xfer_partial
1428 (inbuf, outbuf)", instead of separate read/write methods, make life
1429 easier. */
1430
13547ab6 1431static LONGEST
1e3ff5ad
AC
1432target_read_partial (struct target_ops *ops,
1433 enum target_object object,
1b0ba102 1434 const char *annex, gdb_byte *buf,
1e3ff5ad
AC
1435 ULONGEST offset, LONGEST len)
1436{
27394598 1437 return target_xfer_partial (ops, object, annex, buf, NULL, offset, len);
1e3ff5ad
AC
1438}
1439
13547ab6 1440static LONGEST
1e3ff5ad
AC
1441target_write_partial (struct target_ops *ops,
1442 enum target_object object,
1b0ba102 1443 const char *annex, const gdb_byte *buf,
1e3ff5ad
AC
1444 ULONGEST offset, LONGEST len)
1445{
27394598 1446 return target_xfer_partial (ops, object, annex, NULL, buf, offset, len);
1e3ff5ad
AC
1447}
1448
1449/* Wrappers to perform the full transfer. */
1450LONGEST
1451target_read (struct target_ops *ops,
1452 enum target_object object,
1b0ba102 1453 const char *annex, gdb_byte *buf,
1e3ff5ad
AC
1454 ULONGEST offset, LONGEST len)
1455{
1456 LONGEST xfered = 0;
1457 while (xfered < len)
1458 {
0088c768 1459 LONGEST xfer = target_read_partial (ops, object, annex,
fc1a4b47 1460 (gdb_byte *) buf + xfered,
0088c768 1461 offset + xfered, len - xfered);
1e3ff5ad 1462 /* Call an observer, notifying them of the xfer progress? */
13547ab6
DJ
1463 if (xfer == 0)
1464 return xfered;
1465 if (xfer < 0)
0088c768 1466 return -1;
1e3ff5ad
AC
1467 xfered += xfer;
1468 QUIT;
1469 }
1470 return len;
1471}
1472
d5086790
VP
1473LONGEST
1474target_read_until_error (struct target_ops *ops,
1475 enum target_object object,
1476 const char *annex, gdb_byte *buf,
1477 ULONGEST offset, LONGEST len)
1478{
1479 LONGEST xfered = 0;
1480 while (xfered < len)
1481 {
1482 LONGEST xfer = target_read_partial (ops, object, annex,
1483 (gdb_byte *) buf + xfered,
1484 offset + xfered, len - xfered);
1485 /* Call an observer, notifying them of the xfer progress? */
1486 if (xfer == 0)
1487 return xfered;
1488 if (xfer < 0)
1489 {
1490 /* We've got an error. Try to read in smaller blocks. */
1491 ULONGEST start = offset + xfered;
1492 ULONGEST remaining = len - xfered;
1493 ULONGEST half;
1494
1495 /* If an attempt was made to read a random memory address,
1496 it's likely that the very first byte is not accessible.
1497 Try reading the first byte, to avoid doing log N tries
1498 below. */
1499 xfer = target_read_partial (ops, object, annex,
1500 (gdb_byte *) buf + xfered, start, 1);
1501 if (xfer <= 0)
1502 return xfered;
1503 start += 1;
1504 remaining -= 1;
1505 half = remaining/2;
1506
1507 while (half > 0)
1508 {
1509 xfer = target_read_partial (ops, object, annex,
1510 (gdb_byte *) buf + xfered,
1511 start, half);
1512 if (xfer == 0)
1513 return xfered;
1514 if (xfer < 0)
1515 {
1516 remaining = half;
1517 }
1518 else
1519 {
1520 /* We have successfully read the first half. So, the
1521 error must be in the second half. Adjust start and
1522 remaining to point at the second half. */
1523 xfered += xfer;
1524 start += xfer;
1525 remaining -= xfer;
1526 }
1527 half = remaining/2;
1528 }
1529
1530 return xfered;
1531 }
1532 xfered += xfer;
1533 QUIT;
1534 }
1535 return len;
1536}
1537
1538
cf7a04e8
DJ
1539/* An alternative to target_write with progress callbacks. */
1540
1e3ff5ad 1541LONGEST
cf7a04e8
DJ
1542target_write_with_progress (struct target_ops *ops,
1543 enum target_object object,
1544 const char *annex, const gdb_byte *buf,
1545 ULONGEST offset, LONGEST len,
1546 void (*progress) (ULONGEST, void *), void *baton)
1e3ff5ad
AC
1547{
1548 LONGEST xfered = 0;
a76d924d
DJ
1549
1550 /* Give the progress callback a chance to set up. */
1551 if (progress)
1552 (*progress) (0, baton);
1553
1e3ff5ad
AC
1554 while (xfered < len)
1555 {
1556 LONGEST xfer = target_write_partial (ops, object, annex,
fc1a4b47 1557 (gdb_byte *) buf + xfered,
1e3ff5ad 1558 offset + xfered, len - xfered);
cf7a04e8 1559
13547ab6
DJ
1560 if (xfer == 0)
1561 return xfered;
1562 if (xfer < 0)
0088c768 1563 return -1;
cf7a04e8
DJ
1564
1565 if (progress)
1566 (*progress) (xfer, baton);
1567
1e3ff5ad
AC
1568 xfered += xfer;
1569 QUIT;
1570 }
1571 return len;
1572}
1573
cf7a04e8
DJ
1574LONGEST
1575target_write (struct target_ops *ops,
1576 enum target_object object,
1577 const char *annex, const gdb_byte *buf,
1578 ULONGEST offset, LONGEST len)
1579{
1580 return target_write_with_progress (ops, object, annex, buf, offset, len,
1581 NULL, NULL);
1582}
1583
159f81f3
DJ
1584/* Read OBJECT/ANNEX using OPS. Store the result in *BUF_P and return
1585 the size of the transferred data. PADDING additional bytes are
1586 available in *BUF_P. This is a helper function for
1587 target_read_alloc; see the declaration of that function for more
1588 information. */
13547ab6 1589
159f81f3
DJ
1590static LONGEST
1591target_read_alloc_1 (struct target_ops *ops, enum target_object object,
1592 const char *annex, gdb_byte **buf_p, int padding)
13547ab6
DJ
1593{
1594 size_t buf_alloc, buf_pos;
1595 gdb_byte *buf;
1596 LONGEST n;
1597
1598 /* This function does not have a length parameter; it reads the
1599 entire OBJECT). Also, it doesn't support objects fetched partly
1600 from one target and partly from another (in a different stratum,
1601 e.g. a core file and an executable). Both reasons make it
1602 unsuitable for reading memory. */
1603 gdb_assert (object != TARGET_OBJECT_MEMORY);
1604
1605 /* Start by reading up to 4K at a time. The target will throttle
1606 this number down if necessary. */
1607 buf_alloc = 4096;
1608 buf = xmalloc (buf_alloc);
1609 buf_pos = 0;
1610 while (1)
1611 {
1612 n = target_read_partial (ops, object, annex, &buf[buf_pos],
159f81f3 1613 buf_pos, buf_alloc - buf_pos - padding);
13547ab6
DJ
1614 if (n < 0)
1615 {
1616 /* An error occurred. */
1617 xfree (buf);
1618 return -1;
1619 }
1620 else if (n == 0)
1621 {
1622 /* Read all there was. */
1623 if (buf_pos == 0)
1624 xfree (buf);
1625 else
1626 *buf_p = buf;
1627 return buf_pos;
1628 }
1629
1630 buf_pos += n;
1631
1632 /* If the buffer is filling up, expand it. */
1633 if (buf_alloc < buf_pos * 2)
1634 {
1635 buf_alloc *= 2;
1636 buf = xrealloc (buf, buf_alloc);
1637 }
1638
1639 QUIT;
1640 }
1641}
1642
159f81f3
DJ
1643/* Read OBJECT/ANNEX using OPS. Store the result in *BUF_P and return
1644 the size of the transferred data. See the declaration in "target.h"
1645 function for more information about the return value. */
1646
1647LONGEST
1648target_read_alloc (struct target_ops *ops, enum target_object object,
1649 const char *annex, gdb_byte **buf_p)
1650{
1651 return target_read_alloc_1 (ops, object, annex, buf_p, 0);
1652}
1653
1654/* Read OBJECT/ANNEX using OPS. The result is NUL-terminated and
1655 returned as a string, allocated using xmalloc. If an error occurs
1656 or the transfer is unsupported, NULL is returned. Empty objects
1657 are returned as allocated but empty strings. A warning is issued
1658 if the result contains any embedded NUL bytes. */
1659
1660char *
1661target_read_stralloc (struct target_ops *ops, enum target_object object,
1662 const char *annex)
1663{
1664 gdb_byte *buffer;
1665 LONGEST transferred;
1666
1667 transferred = target_read_alloc_1 (ops, object, annex, &buffer, 1);
1668
1669 if (transferred < 0)
1670 return NULL;
1671
1672 if (transferred == 0)
1673 return xstrdup ("");
1674
1675 buffer[transferred] = 0;
1676 if (strlen (buffer) < transferred)
1677 warning (_("target object %d, annex %s, "
1678 "contained unexpected null characters"),
1679 (int) object, annex ? annex : "(none)");
1680
1681 return (char *) buffer;
1682}
1683
b6591e8b
AC
1684/* Memory transfer methods. */
1685
1686void
1b0ba102 1687get_target_memory (struct target_ops *ops, CORE_ADDR addr, gdb_byte *buf,
b6591e8b
AC
1688 LONGEST len)
1689{
1690 if (target_read (ops, TARGET_OBJECT_MEMORY, NULL, buf, addr, len)
1691 != len)
1692 memory_error (EIO, addr);
1693}
1694
1695ULONGEST
1696get_target_memory_unsigned (struct target_ops *ops,
1697 CORE_ADDR addr, int len)
1698{
f6519ebc 1699 gdb_byte buf[sizeof (ULONGEST)];
b6591e8b
AC
1700
1701 gdb_assert (len <= sizeof (buf));
1702 get_target_memory (ops, addr, buf, len);
1703 return extract_unsigned_integer (buf, len);
1704}
1705
c906108c 1706static void
fba45db2 1707target_info (char *args, int from_tty)
c906108c
SS
1708{
1709 struct target_ops *t;
c906108c 1710 int has_all_mem = 0;
c5aa993b 1711
c906108c 1712 if (symfile_objfile != NULL)
a3f17187 1713 printf_unfiltered (_("Symbols from \"%s\".\n"), symfile_objfile->name);
c906108c 1714
258b763a 1715 for (t = target_stack; t != NULL; t = t->beneath)
c906108c 1716 {
c906108c
SS
1717 if (!t->to_has_memory)
1718 continue;
1719
c5aa993b 1720 if ((int) (t->to_stratum) <= (int) dummy_stratum)
c906108c
SS
1721 continue;
1722 if (has_all_mem)
a3f17187 1723 printf_unfiltered (_("\tWhile running this, GDB does not access memory from...\n"));
c5aa993b
JM
1724 printf_unfiltered ("%s:\n", t->to_longname);
1725 (t->to_files_info) (t);
c906108c
SS
1726 has_all_mem = t->to_has_all_memory;
1727 }
1728}
1729
fd79ecee
DJ
1730/* This function is called before any new inferior is created, e.g.
1731 by running a program, attaching, or connecting to a target.
1732 It cleans up any state from previous invocations which might
1733 change between runs. This is a subset of what target_preopen
1734 resets (things which might change between targets). */
1735
1736void
1737target_pre_inferior (int from_tty)
1738{
b9db4ced
UW
1739 /* Clear out solib state. Otherwise the solib state of the previous
1740 inferior might have survived and is entirely wrong for the new
1741 target. This has been observed on GNU/Linux using glibc 2.3. How
1742 to reproduce:
1743
1744 bash$ ./foo&
1745 [1] 4711
1746 bash$ ./foo&
1747 [1] 4712
1748 bash$ gdb ./foo
1749 [...]
1750 (gdb) attach 4711
1751 (gdb) detach
1752 (gdb) attach 4712
1753 Cannot access memory at address 0xdeadbeef
1754 */
b9db4ced 1755
50c71eaf
PA
1756 /* In some OSs, the shared library list is the same/global/shared
1757 across inferiors. If code is shared between processes, so are
1758 memory regions and features. */
1759 if (!gdbarch_has_global_solist (target_gdbarch))
1760 {
1761 no_shared_libraries (NULL, from_tty);
1762
1763 invalidate_target_mem_regions ();
424163ea 1764
50c71eaf
PA
1765 target_clear_description ();
1766 }
fd79ecee
DJ
1767}
1768
c906108c
SS
1769/* This is to be called by the open routine before it does
1770 anything. */
1771
1772void
fba45db2 1773target_preopen (int from_tty)
c906108c 1774{
c5aa993b 1775 dont_repeat ();
c906108c
SS
1776
1777 if (target_has_execution)
c5aa993b 1778 {
adf40b2e 1779 if (!from_tty
e2e0b3e5 1780 || query (_("A program is being debugged already. Kill it? ")))
c5aa993b 1781 target_kill ();
c906108c 1782 else
8a3fe4f8 1783 error (_("Program not killed."));
c906108c
SS
1784 }
1785
1786 /* Calling target_kill may remove the target from the stack. But if
1787 it doesn't (which seems like a win for UDI), remove it now. */
87ab71f0
PA
1788 /* Leave the exec target, though. The user may be switching from a
1789 live process to a core of the same program. */
1790 pop_all_targets_above (file_stratum, 0);
fd79ecee
DJ
1791
1792 target_pre_inferior (from_tty);
c906108c
SS
1793}
1794
1795/* Detach a target after doing deferred register stores. */
1796
1797void
fba45db2 1798target_detach (char *args, int from_tty)
c906108c 1799{
50c71eaf
PA
1800 if (gdbarch_has_global_solist (target_gdbarch))
1801 /* Don't remove global breakpoints here. They're removed on
1802 disconnection from the target. */
1803 ;
1804 else
1805 /* If we're in breakpoints-always-inserted mode, have to remove
1806 them before detaching. */
1807 remove_breakpoints ();
74960c60 1808
c906108c
SS
1809 (current_target.to_detach) (args, from_tty);
1810}
1811
6ad8ae5c
DJ
1812void
1813target_disconnect (char *args, int from_tty)
1814{
597320e7
DJ
1815 struct target_ops *t;
1816
50c71eaf
PA
1817 /* If we're in breakpoints-always-inserted mode or if breakpoints
1818 are global across processes, we have to remove them before
1819 disconnecting. */
74960c60
VP
1820 remove_breakpoints ();
1821
597320e7
DJ
1822 for (t = current_target.beneath; t != NULL; t = t->beneath)
1823 if (t->to_disconnect != NULL)
1824 {
1825 if (targetdebug)
1826 fprintf_unfiltered (gdb_stdlog, "target_disconnect (%s, %d)\n",
1827 args, from_tty);
1828 t->to_disconnect (t, args, from_tty);
1829 return;
1830 }
1831
1832 tcomplain ();
6ad8ae5c
DJ
1833}
1834
e1ac3328
VP
1835void
1836target_resume (ptid_t ptid, int step, enum target_signal signal)
1837{
1838 dcache_invalidate (target_dcache);
1839 (*current_target.to_resume) (ptid, step, signal);
8ea051c5 1840 set_executing (ptid, 1);
e1ac3328 1841 set_running (ptid, 1);
e1ac3328 1842}
ee057212
DJ
1843/* Look through the list of possible targets for a target that can
1844 follow forks. */
1845
1846int
1847target_follow_fork (int follow_child)
1848{
1849 struct target_ops *t;
1850
1851 for (t = current_target.beneath; t != NULL; t = t->beneath)
1852 {
1853 if (t->to_follow_fork != NULL)
1854 {
1855 int retval = t->to_follow_fork (t, follow_child);
1856 if (targetdebug)
1857 fprintf_unfiltered (gdb_stdlog, "target_follow_fork (%d) = %d\n",
1858 follow_child, retval);
1859 return retval;
1860 }
1861 }
1862
1863 /* Some target returned a fork event, but did not know how to follow it. */
1864 internal_error (__FILE__, __LINE__,
1865 "could not find a target to follow fork");
1866}
1867
424163ea
DJ
1868/* Look for a target which can describe architectural features, starting
1869 from TARGET. If we find one, return its description. */
1870
1871const struct target_desc *
1872target_read_description (struct target_ops *target)
1873{
1874 struct target_ops *t;
1875
1876 for (t = target; t != NULL; t = t->beneath)
1877 if (t->to_read_description != NULL)
1878 {
1879 const struct target_desc *tdesc;
1880
1881 tdesc = t->to_read_description (t);
1882 if (tdesc)
1883 return tdesc;
1884 }
1885
1886 return NULL;
1887}
1888
08388c79
DE
1889/* The default implementation of to_search_memory.
1890 This implements a basic search of memory, reading target memory and
1891 performing the search here (as opposed to performing the search in on the
1892 target side with, for example, gdbserver). */
1893
1894int
1895simple_search_memory (struct target_ops *ops,
1896 CORE_ADDR start_addr, ULONGEST search_space_len,
1897 const gdb_byte *pattern, ULONGEST pattern_len,
1898 CORE_ADDR *found_addrp)
1899{
1900 /* NOTE: also defined in find.c testcase. */
1901#define SEARCH_CHUNK_SIZE 16000
1902 const unsigned chunk_size = SEARCH_CHUNK_SIZE;
1903 /* Buffer to hold memory contents for searching. */
1904 gdb_byte *search_buf;
1905 unsigned search_buf_size;
1906 struct cleanup *old_cleanups;
1907
1908 search_buf_size = chunk_size + pattern_len - 1;
1909
1910 /* No point in trying to allocate a buffer larger than the search space. */
1911 if (search_space_len < search_buf_size)
1912 search_buf_size = search_space_len;
1913
1914 search_buf = malloc (search_buf_size);
1915 if (search_buf == NULL)
5e1471f5 1916 error (_("Unable to allocate memory to perform the search."));
08388c79
DE
1917 old_cleanups = make_cleanup (free_current_contents, &search_buf);
1918
1919 /* Prime the search buffer. */
1920
1921 if (target_read (ops, TARGET_OBJECT_MEMORY, NULL,
1922 search_buf, start_addr, search_buf_size) != search_buf_size)
1923 {
5e1471f5 1924 warning (_("Unable to access target memory at %s, halting search."),
08388c79
DE
1925 hex_string (start_addr));
1926 do_cleanups (old_cleanups);
1927 return -1;
1928 }
1929
1930 /* Perform the search.
1931
1932 The loop is kept simple by allocating [N + pattern-length - 1] bytes.
1933 When we've scanned N bytes we copy the trailing bytes to the start and
1934 read in another N bytes. */
1935
1936 while (search_space_len >= pattern_len)
1937 {
1938 gdb_byte *found_ptr;
1939 unsigned nr_search_bytes = min (search_space_len, search_buf_size);
1940
1941 found_ptr = memmem (search_buf, nr_search_bytes,
1942 pattern, pattern_len);
1943
1944 if (found_ptr != NULL)
1945 {
1946 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf);
1947 *found_addrp = found_addr;
1948 do_cleanups (old_cleanups);
1949 return 1;
1950 }
1951
1952 /* Not found in this chunk, skip to next chunk. */
1953
1954 /* Don't let search_space_len wrap here, it's unsigned. */
1955 if (search_space_len >= chunk_size)
1956 search_space_len -= chunk_size;
1957 else
1958 search_space_len = 0;
1959
1960 if (search_space_len >= pattern_len)
1961 {
1962 unsigned keep_len = search_buf_size - chunk_size;
1963 CORE_ADDR read_addr = start_addr + keep_len;
1964 int nr_to_read;
1965
1966 /* Copy the trailing part of the previous iteration to the front
1967 of the buffer for the next iteration. */
1968 gdb_assert (keep_len == pattern_len - 1);
1969 memcpy (search_buf, search_buf + chunk_size, keep_len);
1970
1971 nr_to_read = min (search_space_len - keep_len, chunk_size);
1972
1973 if (target_read (ops, TARGET_OBJECT_MEMORY, NULL,
1974 search_buf + keep_len, read_addr,
1975 nr_to_read) != nr_to_read)
1976 {
5e1471f5 1977 warning (_("Unable to access target memory at %s, halting search."),
08388c79
DE
1978 hex_string (read_addr));
1979 do_cleanups (old_cleanups);
1980 return -1;
1981 }
1982
1983 start_addr += chunk_size;
1984 }
1985 }
1986
1987 /* Not found. */
1988
1989 do_cleanups (old_cleanups);
1990 return 0;
1991}
1992
1993/* Search SEARCH_SPACE_LEN bytes beginning at START_ADDR for the
1994 sequence of bytes in PATTERN with length PATTERN_LEN.
1995
1996 The result is 1 if found, 0 if not found, and -1 if there was an error
1997 requiring halting of the search (e.g. memory read error).
1998 If the pattern is found the address is recorded in FOUND_ADDRP. */
1999
2000int
2001target_search_memory (CORE_ADDR start_addr, ULONGEST search_space_len,
2002 const gdb_byte *pattern, ULONGEST pattern_len,
2003 CORE_ADDR *found_addrp)
2004{
2005 struct target_ops *t;
2006 int found;
2007
2008 /* We don't use INHERIT to set current_target.to_search_memory,
2009 so we have to scan the target stack and handle targetdebug
2010 ourselves. */
2011
2012 if (targetdebug)
2013 fprintf_unfiltered (gdb_stdlog, "target_search_memory (%s, ...)\n",
2014 hex_string (start_addr));
2015
2016 for (t = current_target.beneath; t != NULL; t = t->beneath)
2017 if (t->to_search_memory != NULL)
2018 break;
2019
2020 if (t != NULL)
2021 {
2022 found = t->to_search_memory (t, start_addr, search_space_len,
2023 pattern, pattern_len, found_addrp);
2024 }
2025 else
2026 {
2027 /* If a special version of to_search_memory isn't available, use the
2028 simple version. */
2029 found = simple_search_memory (&current_target,
2030 start_addr, search_space_len,
2031 pattern, pattern_len, found_addrp);
2032 }
2033
2034 if (targetdebug)
2035 fprintf_unfiltered (gdb_stdlog, " = %d\n", found);
2036
2037 return found;
2038}
2039
8edfe269
DJ
2040/* Look through the currently pushed targets. If none of them will
2041 be able to restart the currently running process, issue an error
2042 message. */
2043
2044void
2045target_require_runnable (void)
2046{
2047 struct target_ops *t;
2048
2049 for (t = target_stack; t != NULL; t = t->beneath)
2050 {
2051 /* If this target knows how to create a new program, then
2052 assume we will still be able to after killing the current
2053 one. Either killing and mourning will not pop T, or else
2054 find_default_run_target will find it again. */
2055 if (t->to_create_inferior != NULL)
2056 return;
2057
2058 /* Do not worry about thread_stratum targets that can not
2059 create inferiors. Assume they will be pushed again if
2060 necessary, and continue to the process_stratum. */
2061 if (t->to_stratum == thread_stratum)
2062 continue;
2063
2064 error (_("\
2065The \"%s\" target does not support \"run\". Try \"help target\" or \"continue\"."),
2066 t->to_shortname);
2067 }
2068
2069 /* This function is only called if the target is running. In that
2070 case there should have been a process_stratum target and it
2071 should either know how to create inferiors, or not... */
2072 internal_error (__FILE__, __LINE__, "No targets found");
2073}
2074
c906108c
SS
2075/* Look through the list of possible targets for a target that can
2076 execute a run or attach command without any other data. This is
2077 used to locate the default process stratum.
2078
5f667f2d
PA
2079 If DO_MESG is not NULL, the result is always valid (error() is
2080 called for errors); else, return NULL on error. */
c906108c
SS
2081
2082static struct target_ops *
fba45db2 2083find_default_run_target (char *do_mesg)
c906108c
SS
2084{
2085 struct target_ops **t;
2086 struct target_ops *runable = NULL;
2087 int count;
2088
2089 count = 0;
2090
2091 for (t = target_structs; t < target_structs + target_struct_size;
2092 ++t)
2093 {
c5aa993b 2094 if ((*t)->to_can_run && target_can_run (*t))
c906108c
SS
2095 {
2096 runable = *t;
2097 ++count;
2098 }
2099 }
2100
2101 if (count != 1)
5f667f2d
PA
2102 {
2103 if (do_mesg)
2104 error (_("Don't know how to %s. Try \"help target\"."), do_mesg);
2105 else
2106 return NULL;
2107 }
c906108c
SS
2108
2109 return runable;
2110}
2111
2112void
fba45db2 2113find_default_attach (char *args, int from_tty)
c906108c
SS
2114{
2115 struct target_ops *t;
2116
c5aa993b 2117 t = find_default_run_target ("attach");
c906108c
SS
2118 (t->to_attach) (args, from_tty);
2119 return;
2120}
2121
c906108c 2122void
c27cda74
AC
2123find_default_create_inferior (char *exec_file, char *allargs, char **env,
2124 int from_tty)
c906108c
SS
2125{
2126 struct target_ops *t;
2127
c5aa993b 2128 t = find_default_run_target ("run");
c27cda74 2129 (t->to_create_inferior) (exec_file, allargs, env, from_tty);
c906108c
SS
2130 return;
2131}
2132
b84876c2
PA
2133int
2134find_default_can_async_p (void)
2135{
2136 struct target_ops *t;
2137
5f667f2d
PA
2138 /* This may be called before the target is pushed on the stack;
2139 look for the default process stratum. If there's none, gdb isn't
2140 configured with a native debugger, and target remote isn't
2141 connected yet. */
2142 t = find_default_run_target (NULL);
2143 if (t && t->to_can_async_p)
b84876c2
PA
2144 return (t->to_can_async_p) ();
2145 return 0;
2146}
2147
2148int
2149find_default_is_async_p (void)
2150{
2151 struct target_ops *t;
2152
5f667f2d
PA
2153 /* This may be called before the target is pushed on the stack;
2154 look for the default process stratum. If there's none, gdb isn't
2155 configured with a native debugger, and target remote isn't
2156 connected yet. */
2157 t = find_default_run_target (NULL);
2158 if (t && t->to_is_async_p)
b84876c2
PA
2159 return (t->to_is_async_p) ();
2160 return 0;
2161}
2162
9908b566
VP
2163int
2164find_default_supports_non_stop (void)
2165{
2166 struct target_ops *t;
2167
2168 t = find_default_run_target (NULL);
2169 if (t && t->to_supports_non_stop)
2170 return (t->to_supports_non_stop) ();
2171 return 0;
2172}
2173
2174int
2175target_supports_non_stop ()
2176{
2177 struct target_ops *t;
2178 for (t = &current_target; t != NULL; t = t->beneath)
2179 if (t->to_supports_non_stop)
2180 return t->to_supports_non_stop ();
2181
2182 return 0;
2183}
2184
2185
e0d24f8d
WZ
2186static int
2187default_region_ok_for_hw_watchpoint (CORE_ADDR addr, int len)
2188{
ffe5a37e 2189 return (len <= gdbarch_ptr_bit (target_gdbarch) / TARGET_CHAR_BIT);
ccaa32c7
GS
2190}
2191
5009afc5
AS
2192static int
2193default_watchpoint_addr_within_range (struct target_ops *target,
2194 CORE_ADDR addr,
2195 CORE_ADDR start, int length)
2196{
2197 return addr >= start && addr < start + length;
2198}
2199
c906108c 2200static int
fba45db2 2201return_zero (void)
c906108c
SS
2202{
2203 return 0;
2204}
2205
2206static int
fba45db2 2207return_one (void)
c906108c
SS
2208{
2209 return 1;
2210}
2211
ccaa32c7
GS
2212static int
2213return_minus_one (void)
2214{
2215 return -1;
2216}
2217
6426a772
JM
2218/*
2219 * Resize the to_sections pointer. Also make sure that anyone that
2220 * was holding on to an old value of it gets updated.
2221 * Returns the old size.
2222 */
2223
2224int
2225target_resize_to_sections (struct target_ops *target, int num_added)
2226{
2227 struct target_ops **t;
2228 struct section_table *old_value;
2229 int old_count;
2230
2231 old_value = target->to_sections;
2232
2233 if (target->to_sections)
2234 {
2235 old_count = target->to_sections_end - target->to_sections;
2236 target->to_sections = (struct section_table *)
2237 xrealloc ((char *) target->to_sections,
2238 (sizeof (struct section_table)) * (num_added + old_count));
2239 }
2240 else
2241 {
2242 old_count = 0;
2243 target->to_sections = (struct section_table *)
2244 xmalloc ((sizeof (struct section_table)) * num_added);
2245 }
2246 target->to_sections_end = target->to_sections + (num_added + old_count);
2247
2248 /* Check to see if anyone else was pointing to this structure.
2249 If old_value was null, then no one was. */
2bc416ba 2250
6426a772
JM
2251 if (old_value)
2252 {
2253 for (t = target_structs; t < target_structs + target_struct_size;
2254 ++t)
2255 {
2256 if ((*t)->to_sections == old_value)
2257 {
2258 (*t)->to_sections = target->to_sections;
2259 (*t)->to_sections_end = target->to_sections_end;
2260 }
2261 }
e354df01
NW
2262 /* There is a flattened view of the target stack in current_target,
2263 so its to_sections pointer might also need updating. */
2264 if (current_target.to_sections == old_value)
2265 {
2266 current_target.to_sections = target->to_sections;
2267 current_target.to_sections_end = target->to_sections_end;
2268 }
6426a772 2269 }
2bc416ba 2270
6426a772
JM
2271 return old_count;
2272
2273}
2274
07cd4b97
JB
2275/* Remove all target sections taken from ABFD.
2276
2277 Scan the current target stack for targets whose section tables
2278 refer to sections from BFD, and remove those sections. We use this
2279 when we notice that the inferior has unloaded a shared object, for
2280 example. */
2281void
2282remove_target_sections (bfd *abfd)
2283{
2284 struct target_ops **t;
2285
2286 for (t = target_structs; t < target_structs + target_struct_size; t++)
2287 {
2288 struct section_table *src, *dest;
2289
2290 dest = (*t)->to_sections;
2291 for (src = (*t)->to_sections; src < (*t)->to_sections_end; src++)
2292 if (src->bfd != abfd)
2293 {
2294 /* Keep this section. */
2295 if (dest < src) *dest = *src;
2296 dest++;
2297 }
2298
2299 /* If we've dropped any sections, resize the section table. */
2300 if (dest < src)
2301 target_resize_to_sections (*t, dest - src);
2302 }
2303}
2304
2305
2306
2307
7a292a7a
SS
2308/* Find a single runnable target in the stack and return it. If for
2309 some reason there is more than one, return NULL. */
2310
2311struct target_ops *
fba45db2 2312find_run_target (void)
7a292a7a
SS
2313{
2314 struct target_ops **t;
2315 struct target_ops *runable = NULL;
2316 int count;
c5aa993b 2317
7a292a7a 2318 count = 0;
c5aa993b 2319
7a292a7a
SS
2320 for (t = target_structs; t < target_structs + target_struct_size; ++t)
2321 {
c5aa993b 2322 if ((*t)->to_can_run && target_can_run (*t))
7a292a7a
SS
2323 {
2324 runable = *t;
2325 ++count;
2326 }
2327 }
c5aa993b 2328
7a292a7a
SS
2329 return (count == 1 ? runable : NULL);
2330}
2331
ed9a39eb
JM
2332/* Find a single core_stratum target in the list of targets and return it.
2333 If for some reason there is more than one, return NULL. */
2334
c906108c 2335struct target_ops *
fba45db2 2336find_core_target (void)
c906108c
SS
2337{
2338 struct target_ops **t;
2339 struct target_ops *runable = NULL;
2340 int count;
c5aa993b 2341
c906108c 2342 count = 0;
c5aa993b 2343
c906108c
SS
2344 for (t = target_structs; t < target_structs + target_struct_size;
2345 ++t)
2346 {
2347 if ((*t)->to_stratum == core_stratum)
2348 {
2349 runable = *t;
2350 ++count;
2351 }
2352 }
c5aa993b
JM
2353
2354 return (count == 1 ? runable : NULL);
c906108c 2355}
ed9a39eb
JM
2356
2357/*
2358 * Find the next target down the stack from the specified target.
2359 */
2360
2361struct target_ops *
fba45db2 2362find_target_beneath (struct target_ops *t)
ed9a39eb 2363{
258b763a 2364 return t->beneath;
ed9a39eb
JM
2365}
2366
c906108c
SS
2367\f
2368/* The inferior process has died. Long live the inferior! */
2369
2370void
fba45db2 2371generic_mourn_inferior (void)
c906108c 2372{
7f9f62ba 2373 ptid_t ptid;
c906108c 2374
7f9f62ba 2375 ptid = inferior_ptid;
39f77062 2376 inferior_ptid = null_ptid;
7f9f62ba
PA
2377
2378 if (!ptid_equal (ptid, null_ptid))
2379 {
2380 int pid = ptid_get_pid (ptid);
2381 delete_inferior (pid);
2382 }
2383
c906108c
SS
2384 breakpoint_init_inferior (inf_exited);
2385 registers_changed ();
2386
c906108c
SS
2387 reopen_exec_file ();
2388 reinit_frame_cache ();
2389
9a4105ab
AC
2390 if (deprecated_detach_hook)
2391 deprecated_detach_hook ();
c906108c
SS
2392}
2393\f
8807d78b 2394/* Helper function for child_wait and the derivatives of child_wait.
c906108c
SS
2395 HOSTSTATUS is the waitstatus from wait() or the equivalent; store our
2396 translation of that in OURSTATUS. */
2397void
fba45db2 2398store_waitstatus (struct target_waitstatus *ourstatus, int hoststatus)
c906108c 2399{
c906108c
SS
2400 if (WIFEXITED (hoststatus))
2401 {
2402 ourstatus->kind = TARGET_WAITKIND_EXITED;
2403 ourstatus->value.integer = WEXITSTATUS (hoststatus);
2404 }
2405 else if (!WIFSTOPPED (hoststatus))
2406 {
2407 ourstatus->kind = TARGET_WAITKIND_SIGNALLED;
2408 ourstatus->value.sig = target_signal_from_host (WTERMSIG (hoststatus));
2409 }
2410 else
2411 {
2412 ourstatus->kind = TARGET_WAITKIND_STOPPED;
2413 ourstatus->value.sig = target_signal_from_host (WSTOPSIG (hoststatus));
2414 }
2415}
2416\f
c906108c 2417/* Returns zero to leave the inferior alone, one to interrupt it. */
507f3c78 2418int (*target_activity_function) (void);
c906108c
SS
2419int target_activity_fd;
2420\f
fd0a2a6f
MK
2421/* Convert a normal process ID to a string. Returns the string in a
2422 static buffer. */
c906108c
SS
2423
2424char *
39f77062 2425normal_pid_to_str (ptid_t ptid)
c906108c 2426{
fd0a2a6f 2427 static char buf[32];
c906108c 2428
5fff8fc0 2429 xsnprintf (buf, sizeof buf, "process %d", ptid_get_pid (ptid));
c906108c
SS
2430 return buf;
2431}
2432
be4d1333 2433/* Error-catcher for target_find_memory_regions */
be4d1333
MS
2434static int dummy_find_memory_regions (int (*ignore1) (), void *ignore2)
2435{
8a3fe4f8 2436 error (_("No target."));
be4d1333
MS
2437 return 0;
2438}
2439
2440/* Error-catcher for target_make_corefile_notes */
be4d1333
MS
2441static char * dummy_make_corefile_notes (bfd *ignore1, int *ignore2)
2442{
8a3fe4f8 2443 error (_("No target."));
be4d1333
MS
2444 return NULL;
2445}
2446
c906108c
SS
2447/* Set up the handful of non-empty slots needed by the dummy target
2448 vector. */
2449
2450static void
fba45db2 2451init_dummy_target (void)
c906108c
SS
2452{
2453 dummy_target.to_shortname = "None";
2454 dummy_target.to_longname = "None";
2455 dummy_target.to_doc = "";
2456 dummy_target.to_attach = find_default_attach;
c906108c 2457 dummy_target.to_create_inferior = find_default_create_inferior;
b84876c2
PA
2458 dummy_target.to_can_async_p = find_default_can_async_p;
2459 dummy_target.to_is_async_p = find_default_is_async_p;
9908b566 2460 dummy_target.to_supports_non_stop = find_default_supports_non_stop;
ed9a39eb 2461 dummy_target.to_pid_to_str = normal_pid_to_str;
c906108c 2462 dummy_target.to_stratum = dummy_stratum;
be4d1333
MS
2463 dummy_target.to_find_memory_regions = dummy_find_memory_regions;
2464 dummy_target.to_make_corefile_notes = dummy_make_corefile_notes;
0b603eba 2465 dummy_target.to_xfer_partial = default_xfer_partial;
c906108c
SS
2466 dummy_target.to_magic = OPS_MAGIC;
2467}
c906108c 2468\f
c906108c 2469static void
fba45db2 2470debug_to_open (char *args, int from_tty)
c906108c
SS
2471{
2472 debug_target.to_open (args, from_tty);
2473
96baa820 2474 fprintf_unfiltered (gdb_stdlog, "target_open (%s, %d)\n", args, from_tty);
c906108c
SS
2475}
2476
2477static void
fba45db2 2478debug_to_close (int quitting)
c906108c 2479{
f1c07ab0 2480 target_close (&debug_target, quitting);
96baa820 2481 fprintf_unfiltered (gdb_stdlog, "target_close (%d)\n", quitting);
c906108c
SS
2482}
2483
f1c07ab0
AC
2484void
2485target_close (struct target_ops *targ, int quitting)
2486{
2487 if (targ->to_xclose != NULL)
2488 targ->to_xclose (targ, quitting);
2489 else if (targ->to_close != NULL)
2490 targ->to_close (quitting);
2491}
2492
c906108c 2493static void
fba45db2 2494debug_to_attach (char *args, int from_tty)
c906108c
SS
2495{
2496 debug_target.to_attach (args, from_tty);
2497
96baa820 2498 fprintf_unfiltered (gdb_stdlog, "target_attach (%s, %d)\n", args, from_tty);
c906108c
SS
2499}
2500
2501
2502static void
fba45db2 2503debug_to_post_attach (int pid)
c906108c
SS
2504{
2505 debug_target.to_post_attach (pid);
2506
96baa820 2507 fprintf_unfiltered (gdb_stdlog, "target_post_attach (%d)\n", pid);
c906108c
SS
2508}
2509
c906108c 2510static void
fba45db2 2511debug_to_detach (char *args, int from_tty)
c906108c
SS
2512{
2513 debug_target.to_detach (args, from_tty);
2514
96baa820 2515 fprintf_unfiltered (gdb_stdlog, "target_detach (%s, %d)\n", args, from_tty);
c906108c
SS
2516}
2517
c906108c 2518static void
39f77062 2519debug_to_resume (ptid_t ptid, int step, enum target_signal siggnal)
c906108c 2520{
39f77062 2521 debug_target.to_resume (ptid, step, siggnal);
c906108c 2522
39f77062 2523 fprintf_unfiltered (gdb_stdlog, "target_resume (%d, %s, %s)\n", PIDGET (ptid),
c906108c
SS
2524 step ? "step" : "continue",
2525 target_signal_to_name (siggnal));
2526}
2527
39f77062
KB
2528static ptid_t
2529debug_to_wait (ptid_t ptid, struct target_waitstatus *status)
c906108c 2530{
39f77062 2531 ptid_t retval;
c906108c 2532
39f77062 2533 retval = debug_target.to_wait (ptid, status);
c906108c 2534
96baa820 2535 fprintf_unfiltered (gdb_stdlog,
39f77062
KB
2536 "target_wait (%d, status) = %d, ", PIDGET (ptid),
2537 PIDGET (retval));
96baa820 2538 fprintf_unfiltered (gdb_stdlog, "status->kind = ");
c906108c
SS
2539 switch (status->kind)
2540 {
2541 case TARGET_WAITKIND_EXITED:
96baa820 2542 fprintf_unfiltered (gdb_stdlog, "exited, status = %d\n",
c906108c
SS
2543 status->value.integer);
2544 break;
2545 case TARGET_WAITKIND_STOPPED:
96baa820 2546 fprintf_unfiltered (gdb_stdlog, "stopped, signal = %s\n",
c906108c
SS
2547 target_signal_to_name (status->value.sig));
2548 break;
2549 case TARGET_WAITKIND_SIGNALLED:
96baa820 2550 fprintf_unfiltered (gdb_stdlog, "signalled, signal = %s\n",
c906108c
SS
2551 target_signal_to_name (status->value.sig));
2552 break;
2553 case TARGET_WAITKIND_LOADED:
96baa820 2554 fprintf_unfiltered (gdb_stdlog, "loaded\n");
c906108c
SS
2555 break;
2556 case TARGET_WAITKIND_FORKED:
96baa820 2557 fprintf_unfiltered (gdb_stdlog, "forked\n");
c906108c
SS
2558 break;
2559 case TARGET_WAITKIND_VFORKED:
96baa820 2560 fprintf_unfiltered (gdb_stdlog, "vforked\n");
c906108c
SS
2561 break;
2562 case TARGET_WAITKIND_EXECD:
96baa820 2563 fprintf_unfiltered (gdb_stdlog, "execd\n");
c906108c
SS
2564 break;
2565 case TARGET_WAITKIND_SPURIOUS:
96baa820 2566 fprintf_unfiltered (gdb_stdlog, "spurious\n");
c906108c
SS
2567 break;
2568 default:
96baa820 2569 fprintf_unfiltered (gdb_stdlog, "unknown???\n");
c906108c
SS
2570 break;
2571 }
2572
2573 return retval;
2574}
2575
bf0c5130 2576static void
56be3814
UW
2577debug_print_register (const char * func,
2578 struct regcache *regcache, int regno)
bf0c5130 2579{
f8d29908 2580 struct gdbarch *gdbarch = get_regcache_arch (regcache);
bf0c5130 2581 fprintf_unfiltered (gdb_stdlog, "%s ", func);
f8d29908 2582 if (regno >= 0 && regno < gdbarch_num_regs (gdbarch)
f8d29908
UW
2583 && gdbarch_register_name (gdbarch, regno) != NULL
2584 && gdbarch_register_name (gdbarch, regno)[0] != '\0')
2585 fprintf_unfiltered (gdb_stdlog, "(%s)",
2586 gdbarch_register_name (gdbarch, regno));
bf0c5130
AC
2587 else
2588 fprintf_unfiltered (gdb_stdlog, "(%d)", regno);
0ff58721 2589 if (regno >= 0 && regno < gdbarch_num_regs (gdbarch))
bf0c5130 2590 {
f8d29908 2591 int i, size = register_size (gdbarch, regno);
d9d9c31f 2592 unsigned char buf[MAX_REGISTER_SIZE];
0ff58721 2593 regcache_raw_collect (regcache, regno, buf);
bf0c5130 2594 fprintf_unfiltered (gdb_stdlog, " = ");
81c4a259 2595 for (i = 0; i < size; i++)
bf0c5130
AC
2596 {
2597 fprintf_unfiltered (gdb_stdlog, "%02x", buf[i]);
2598 }
81c4a259 2599 if (size <= sizeof (LONGEST))
bf0c5130 2600 {
81c4a259 2601 ULONGEST val = extract_unsigned_integer (buf, size);
0b1553bc
UW
2602 fprintf_unfiltered (gdb_stdlog, " %s %s",
2603 core_addr_to_string_nz (val), plongest (val));
bf0c5130
AC
2604 }
2605 }
2606 fprintf_unfiltered (gdb_stdlog, "\n");
2607}
2608
c906108c 2609static void
56be3814 2610debug_to_fetch_registers (struct regcache *regcache, int regno)
c906108c 2611{
56be3814
UW
2612 debug_target.to_fetch_registers (regcache, regno);
2613 debug_print_register ("target_fetch_registers", regcache, regno);
c906108c
SS
2614}
2615
2616static void
56be3814 2617debug_to_store_registers (struct regcache *regcache, int regno)
c906108c 2618{
56be3814
UW
2619 debug_target.to_store_registers (regcache, regno);
2620 debug_print_register ("target_store_registers", regcache, regno);
bf0c5130 2621 fprintf_unfiltered (gdb_stdlog, "\n");
c906108c
SS
2622}
2623
2624static void
316f2060 2625debug_to_prepare_to_store (struct regcache *regcache)
c906108c 2626{
316f2060 2627 debug_target.to_prepare_to_store (regcache);
c906108c 2628
96baa820 2629 fprintf_unfiltered (gdb_stdlog, "target_prepare_to_store ()\n");
c906108c
SS
2630}
2631
2632static int
961cb7b5 2633deprecated_debug_xfer_memory (CORE_ADDR memaddr, bfd_byte *myaddr, int len,
c8e73a31
AC
2634 int write, struct mem_attrib *attrib,
2635 struct target_ops *target)
c906108c
SS
2636{
2637 int retval;
2638
c8e73a31
AC
2639 retval = debug_target.deprecated_xfer_memory (memaddr, myaddr, len, write,
2640 attrib, target);
c906108c 2641
96baa820 2642 fprintf_unfiltered (gdb_stdlog,
c906108c 2643 "target_xfer_memory (0x%x, xxx, %d, %s, xxx) = %d",
c5aa993b 2644 (unsigned int) memaddr, /* possable truncate long long */
c906108c
SS
2645 len, write ? "write" : "read", retval);
2646
c906108c
SS
2647 if (retval > 0)
2648 {
2649 int i;
2650
96baa820 2651 fputs_unfiltered (", bytes =", gdb_stdlog);
c906108c
SS
2652 for (i = 0; i < retval; i++)
2653 {
2654 if ((((long) &(myaddr[i])) & 0xf) == 0)
333dabeb
DJ
2655 {
2656 if (targetdebug < 2 && i > 0)
2657 {
2658 fprintf_unfiltered (gdb_stdlog, " ...");
2659 break;
2660 }
2661 fprintf_unfiltered (gdb_stdlog, "\n");
2662 }
2bc416ba 2663
96baa820 2664 fprintf_unfiltered (gdb_stdlog, " %02x", myaddr[i] & 0xff);
c906108c
SS
2665 }
2666 }
2667
96baa820 2668 fputc_unfiltered ('\n', gdb_stdlog);
c906108c
SS
2669
2670 return retval;
2671}
2672
2673static void
fba45db2 2674debug_to_files_info (struct target_ops *target)
c906108c
SS
2675{
2676 debug_target.to_files_info (target);
2677
96baa820 2678 fprintf_unfiltered (gdb_stdlog, "target_files_info (xxx)\n");
c906108c
SS
2679}
2680
2681static int
8181d85f 2682debug_to_insert_breakpoint (struct bp_target_info *bp_tgt)
c906108c
SS
2683{
2684 int retval;
2685
8181d85f 2686 retval = debug_target.to_insert_breakpoint (bp_tgt);
c906108c 2687
96baa820 2688 fprintf_unfiltered (gdb_stdlog,
104c1213 2689 "target_insert_breakpoint (0x%lx, xxx) = %ld\n",
8181d85f 2690 (unsigned long) bp_tgt->placed_address,
104c1213 2691 (unsigned long) retval);
c906108c
SS
2692 return retval;
2693}
2694
2695static int
8181d85f 2696debug_to_remove_breakpoint (struct bp_target_info *bp_tgt)
c906108c
SS
2697{
2698 int retval;
2699
8181d85f 2700 retval = debug_target.to_remove_breakpoint (bp_tgt);
c906108c 2701
96baa820 2702 fprintf_unfiltered (gdb_stdlog,
104c1213 2703 "target_remove_breakpoint (0x%lx, xxx) = %ld\n",
8181d85f 2704 (unsigned long) bp_tgt->placed_address,
104c1213 2705 (unsigned long) retval);
c906108c
SS
2706 return retval;
2707}
2708
ccaa32c7
GS
2709static int
2710debug_to_can_use_hw_breakpoint (int type, int cnt, int from_tty)
2711{
2712 int retval;
2713
2714 retval = debug_target.to_can_use_hw_breakpoint (type, cnt, from_tty);
2715
2716 fprintf_unfiltered (gdb_stdlog,
2717 "target_can_use_hw_breakpoint (%ld, %ld, %ld) = %ld\n",
2718 (unsigned long) type,
2719 (unsigned long) cnt,
2720 (unsigned long) from_tty,
2721 (unsigned long) retval);
2722 return retval;
2723}
2724
e0d24f8d
WZ
2725static int
2726debug_to_region_ok_for_hw_watchpoint (CORE_ADDR addr, int len)
2727{
2728 CORE_ADDR retval;
2729
2730 retval = debug_target.to_region_ok_for_hw_watchpoint (addr, len);
2731
2732 fprintf_unfiltered (gdb_stdlog,
2733 "TARGET_REGION_OK_FOR_HW_WATCHPOINT (%ld, %ld) = 0x%lx\n",
2734 (unsigned long) addr,
2735 (unsigned long) len,
2736 (unsigned long) retval);
2737 return retval;
2738}
2739
ccaa32c7
GS
2740static int
2741debug_to_stopped_by_watchpoint (void)
2742{
2743 int retval;
2744
2745 retval = debug_target.to_stopped_by_watchpoint ();
2746
2747 fprintf_unfiltered (gdb_stdlog,
2748 "STOPPED_BY_WATCHPOINT () = %ld\n",
2749 (unsigned long) retval);
2750 return retval;
2751}
2752
4aa7a7f5
JJ
2753static int
2754debug_to_stopped_data_address (struct target_ops *target, CORE_ADDR *addr)
ccaa32c7 2755{
4aa7a7f5 2756 int retval;
ccaa32c7 2757
4aa7a7f5 2758 retval = debug_target.to_stopped_data_address (target, addr);
ccaa32c7
GS
2759
2760 fprintf_unfiltered (gdb_stdlog,
4aa7a7f5
JJ
2761 "target_stopped_data_address ([0x%lx]) = %ld\n",
2762 (unsigned long)*addr,
2763 (unsigned long)retval);
ccaa32c7
GS
2764 return retval;
2765}
2766
5009afc5
AS
2767static int
2768debug_to_watchpoint_addr_within_range (struct target_ops *target,
2769 CORE_ADDR addr,
2770 CORE_ADDR start, int length)
2771{
2772 int retval;
2773
2774 retval = debug_target.to_watchpoint_addr_within_range (target, addr,
2775 start, length);
2776
2777 fprintf_filtered (gdb_stdlog,
2778 "target_watchpoint_addr_within_range (0x%lx, 0x%lx, %d) = %d\n",
2779 (unsigned long) addr, (unsigned long) start, length,
2780 retval);
2781 return retval;
2782}
2783
ccaa32c7 2784static int
8181d85f 2785debug_to_insert_hw_breakpoint (struct bp_target_info *bp_tgt)
ccaa32c7
GS
2786{
2787 int retval;
2788
8181d85f 2789 retval = debug_target.to_insert_hw_breakpoint (bp_tgt);
ccaa32c7
GS
2790
2791 fprintf_unfiltered (gdb_stdlog,
2792 "target_insert_hw_breakpoint (0x%lx, xxx) = %ld\n",
8181d85f 2793 (unsigned long) bp_tgt->placed_address,
ccaa32c7
GS
2794 (unsigned long) retval);
2795 return retval;
2796}
2797
2798static int
8181d85f 2799debug_to_remove_hw_breakpoint (struct bp_target_info *bp_tgt)
ccaa32c7
GS
2800{
2801 int retval;
2802
8181d85f 2803 retval = debug_target.to_remove_hw_breakpoint (bp_tgt);
ccaa32c7
GS
2804
2805 fprintf_unfiltered (gdb_stdlog,
2806 "target_remove_hw_breakpoint (0x%lx, xxx) = %ld\n",
8181d85f 2807 (unsigned long) bp_tgt->placed_address,
ccaa32c7
GS
2808 (unsigned long) retval);
2809 return retval;
2810}
2811
2812static int
2813debug_to_insert_watchpoint (CORE_ADDR addr, int len, int type)
2814{
2815 int retval;
2816
2817 retval = debug_target.to_insert_watchpoint (addr, len, type);
2818
2819 fprintf_unfiltered (gdb_stdlog,
2820 "target_insert_watchpoint (0x%lx, %d, %d) = %ld\n",
2821 (unsigned long) addr, len, type, (unsigned long) retval);
2822 return retval;
2823}
2824
2825static int
2826debug_to_remove_watchpoint (CORE_ADDR addr, int len, int type)
2827{
2828 int retval;
2829
ecde4882 2830 retval = debug_target.to_remove_watchpoint (addr, len, type);
ccaa32c7
GS
2831
2832 fprintf_unfiltered (gdb_stdlog,
ecde4882 2833 "target_remove_watchpoint (0x%lx, %d, %d) = %ld\n",
ccaa32c7
GS
2834 (unsigned long) addr, len, type, (unsigned long) retval);
2835 return retval;
2836}
2837
c906108c 2838static void
fba45db2 2839debug_to_terminal_init (void)
c906108c
SS
2840{
2841 debug_target.to_terminal_init ();
2842
96baa820 2843 fprintf_unfiltered (gdb_stdlog, "target_terminal_init ()\n");
c906108c
SS
2844}
2845
2846static void
fba45db2 2847debug_to_terminal_inferior (void)
c906108c
SS
2848{
2849 debug_target.to_terminal_inferior ();
2850
96baa820 2851 fprintf_unfiltered (gdb_stdlog, "target_terminal_inferior ()\n");
c906108c
SS
2852}
2853
2854static void
fba45db2 2855debug_to_terminal_ours_for_output (void)
c906108c
SS
2856{
2857 debug_target.to_terminal_ours_for_output ();
2858
96baa820 2859 fprintf_unfiltered (gdb_stdlog, "target_terminal_ours_for_output ()\n");
c906108c
SS
2860}
2861
2862static void
fba45db2 2863debug_to_terminal_ours (void)
c906108c
SS
2864{
2865 debug_target.to_terminal_ours ();
2866
96baa820 2867 fprintf_unfiltered (gdb_stdlog, "target_terminal_ours ()\n");
c906108c
SS
2868}
2869
a790ad35
SC
2870static void
2871debug_to_terminal_save_ours (void)
2872{
2873 debug_target.to_terminal_save_ours ();
2874
2875 fprintf_unfiltered (gdb_stdlog, "target_terminal_save_ours ()\n");
2876}
2877
c906108c 2878static void
fba45db2 2879debug_to_terminal_info (char *arg, int from_tty)
c906108c
SS
2880{
2881 debug_target.to_terminal_info (arg, from_tty);
2882
96baa820 2883 fprintf_unfiltered (gdb_stdlog, "target_terminal_info (%s, %d)\n", arg,
c906108c
SS
2884 from_tty);
2885}
2886
2887static void
fba45db2 2888debug_to_kill (void)
c906108c
SS
2889{
2890 debug_target.to_kill ();
2891
96baa820 2892 fprintf_unfiltered (gdb_stdlog, "target_kill ()\n");
c906108c
SS
2893}
2894
2895static void
fba45db2 2896debug_to_load (char *args, int from_tty)
c906108c
SS
2897{
2898 debug_target.to_load (args, from_tty);
2899
96baa820 2900 fprintf_unfiltered (gdb_stdlog, "target_load (%s, %d)\n", args, from_tty);
c906108c
SS
2901}
2902
2903static int
fba45db2 2904debug_to_lookup_symbol (char *name, CORE_ADDR *addrp)
c906108c
SS
2905{
2906 int retval;
2907
2908 retval = debug_target.to_lookup_symbol (name, addrp);
2909
96baa820 2910 fprintf_unfiltered (gdb_stdlog, "target_lookup_symbol (%s, xxx)\n", name);
c906108c
SS
2911
2912 return retval;
2913}
2914
2915static void
c27cda74
AC
2916debug_to_create_inferior (char *exec_file, char *args, char **env,
2917 int from_tty)
c906108c 2918{
c27cda74 2919 debug_target.to_create_inferior (exec_file, args, env, from_tty);
c906108c 2920
c27cda74
AC
2921 fprintf_unfiltered (gdb_stdlog, "target_create_inferior (%s, %s, xxx, %d)\n",
2922 exec_file, args, from_tty);
c906108c
SS
2923}
2924
2925static void
39f77062 2926debug_to_post_startup_inferior (ptid_t ptid)
c906108c 2927{
39f77062 2928 debug_target.to_post_startup_inferior (ptid);
c906108c 2929
96baa820 2930 fprintf_unfiltered (gdb_stdlog, "target_post_startup_inferior (%d)\n",
39f77062 2931 PIDGET (ptid));
c906108c
SS
2932}
2933
2934static void
fba45db2 2935debug_to_acknowledge_created_inferior (int pid)
c906108c
SS
2936{
2937 debug_target.to_acknowledge_created_inferior (pid);
2938
96baa820 2939 fprintf_unfiltered (gdb_stdlog, "target_acknowledge_created_inferior (%d)\n",
c906108c
SS
2940 pid);
2941}
2942
fa113d1a 2943static void
fba45db2 2944debug_to_insert_fork_catchpoint (int pid)
c906108c 2945{
fa113d1a 2946 debug_target.to_insert_fork_catchpoint (pid);
c906108c 2947
fa113d1a
AC
2948 fprintf_unfiltered (gdb_stdlog, "target_insert_fork_catchpoint (%d)\n",
2949 pid);
c906108c
SS
2950}
2951
2952static int
fba45db2 2953debug_to_remove_fork_catchpoint (int pid)
c906108c 2954{
c5aa993b 2955 int retval;
c906108c
SS
2956
2957 retval = debug_target.to_remove_fork_catchpoint (pid);
2958
96baa820 2959 fprintf_unfiltered (gdb_stdlog, "target_remove_fork_catchpoint (%d) = %d\n",
c5aa993b 2960 pid, retval);
c906108c
SS
2961
2962 return retval;
2963}
2964
fa113d1a 2965static void
fba45db2 2966debug_to_insert_vfork_catchpoint (int pid)
c906108c 2967{
fa113d1a 2968 debug_target.to_insert_vfork_catchpoint (pid);
c906108c 2969
fa113d1a
AC
2970 fprintf_unfiltered (gdb_stdlog, "target_insert_vfork_catchpoint (%d)\n",
2971 pid);
c906108c
SS
2972}
2973
2974static int
fba45db2 2975debug_to_remove_vfork_catchpoint (int pid)
c906108c 2976{
c5aa993b 2977 int retval;
c906108c
SS
2978
2979 retval = debug_target.to_remove_vfork_catchpoint (pid);
2980
96baa820 2981 fprintf_unfiltered (gdb_stdlog, "target_remove_vfork_catchpoint (%d) = %d\n",
c5aa993b 2982 pid, retval);
c906108c
SS
2983
2984 return retval;
2985}
2986
fa113d1a 2987static void
fba45db2 2988debug_to_insert_exec_catchpoint (int pid)
c906108c 2989{
fa113d1a 2990 debug_target.to_insert_exec_catchpoint (pid);
c906108c 2991
fa113d1a
AC
2992 fprintf_unfiltered (gdb_stdlog, "target_insert_exec_catchpoint (%d)\n",
2993 pid);
c906108c
SS
2994}
2995
2996static int
fba45db2 2997debug_to_remove_exec_catchpoint (int pid)
c906108c 2998{
c5aa993b 2999 int retval;
c906108c
SS
3000
3001 retval = debug_target.to_remove_exec_catchpoint (pid);
3002
96baa820 3003 fprintf_unfiltered (gdb_stdlog, "target_remove_exec_catchpoint (%d) = %d\n",
c5aa993b 3004 pid, retval);
c906108c
SS
3005
3006 return retval;
3007}
3008
c906108c 3009static int
fba45db2 3010debug_to_has_exited (int pid, int wait_status, int *exit_status)
c906108c 3011{
c5aa993b 3012 int has_exited;
c906108c
SS
3013
3014 has_exited = debug_target.to_has_exited (pid, wait_status, exit_status);
3015
96baa820 3016 fprintf_unfiltered (gdb_stdlog, "target_has_exited (%d, %d, %d) = %d\n",
c5aa993b 3017 pid, wait_status, *exit_status, has_exited);
c906108c
SS
3018
3019 return has_exited;
3020}
3021
3022static void
fba45db2 3023debug_to_mourn_inferior (void)
c906108c
SS
3024{
3025 debug_target.to_mourn_inferior ();
3026
96baa820 3027 fprintf_unfiltered (gdb_stdlog, "target_mourn_inferior ()\n");
c906108c
SS
3028}
3029
3030static int
fba45db2 3031debug_to_can_run (void)
c906108c
SS
3032{
3033 int retval;
3034
3035 retval = debug_target.to_can_run ();
3036
96baa820 3037 fprintf_unfiltered (gdb_stdlog, "target_can_run () = %d\n", retval);
c906108c
SS
3038
3039 return retval;
3040}
3041
3042static void
39f77062 3043debug_to_notice_signals (ptid_t ptid)
c906108c 3044{
39f77062 3045 debug_target.to_notice_signals (ptid);
c906108c 3046
39f77062
KB
3047 fprintf_unfiltered (gdb_stdlog, "target_notice_signals (%d)\n",
3048 PIDGET (ptid));
c906108c
SS
3049}
3050
3051static int
39f77062 3052debug_to_thread_alive (ptid_t ptid)
c906108c
SS
3053{
3054 int retval;
3055
39f77062 3056 retval = debug_target.to_thread_alive (ptid);
c906108c 3057
96baa820 3058 fprintf_unfiltered (gdb_stdlog, "target_thread_alive (%d) = %d\n",
39f77062 3059 PIDGET (ptid), retval);
c906108c
SS
3060
3061 return retval;
3062}
3063
0d06e24b 3064static void
fba45db2 3065debug_to_find_new_threads (void)
0d06e24b
JM
3066{
3067 debug_target.to_find_new_threads ();
3068
3069 fputs_unfiltered ("target_find_new_threads ()\n", gdb_stdlog);
3070}
3071
c906108c 3072static void
94cc34af 3073debug_to_stop (ptid_t ptid)
c906108c 3074{
94cc34af 3075 debug_target.to_stop (ptid);
c906108c 3076
94cc34af
PA
3077 fprintf_unfiltered (gdb_stdlog, "target_stop (%s)\n",
3078 target_pid_to_str (ptid));
c906108c
SS
3079}
3080
96baa820
JM
3081static void
3082debug_to_rcmd (char *command,
d9fcf2fb 3083 struct ui_file *outbuf)
96baa820
JM
3084{
3085 debug_target.to_rcmd (command, outbuf);
3086 fprintf_unfiltered (gdb_stdlog, "target_rcmd (%s, ...)\n", command);
3087}
3088
c906108c 3089static char *
fba45db2 3090debug_to_pid_to_exec_file (int pid)
c906108c 3091{
c5aa993b 3092 char *exec_file;
c906108c
SS
3093
3094 exec_file = debug_target.to_pid_to_exec_file (pid);
3095
96baa820 3096 fprintf_unfiltered (gdb_stdlog, "target_pid_to_exec_file (%d) = %s\n",
c5aa993b 3097 pid, exec_file);
c906108c
SS
3098
3099 return exec_file;
3100}
3101
c906108c 3102static void
fba45db2 3103setup_target_debug (void)
c906108c
SS
3104{
3105 memcpy (&debug_target, &current_target, sizeof debug_target);
3106
3107 current_target.to_open = debug_to_open;
3108 current_target.to_close = debug_to_close;
3109 current_target.to_attach = debug_to_attach;
3110 current_target.to_post_attach = debug_to_post_attach;
c906108c 3111 current_target.to_detach = debug_to_detach;
c906108c
SS
3112 current_target.to_resume = debug_to_resume;
3113 current_target.to_wait = debug_to_wait;
c906108c
SS
3114 current_target.to_fetch_registers = debug_to_fetch_registers;
3115 current_target.to_store_registers = debug_to_store_registers;
3116 current_target.to_prepare_to_store = debug_to_prepare_to_store;
c8e73a31 3117 current_target.deprecated_xfer_memory = deprecated_debug_xfer_memory;
c906108c
SS
3118 current_target.to_files_info = debug_to_files_info;
3119 current_target.to_insert_breakpoint = debug_to_insert_breakpoint;
3120 current_target.to_remove_breakpoint = debug_to_remove_breakpoint;
ccaa32c7
GS
3121 current_target.to_can_use_hw_breakpoint = debug_to_can_use_hw_breakpoint;
3122 current_target.to_insert_hw_breakpoint = debug_to_insert_hw_breakpoint;
3123 current_target.to_remove_hw_breakpoint = debug_to_remove_hw_breakpoint;
3124 current_target.to_insert_watchpoint = debug_to_insert_watchpoint;
3125 current_target.to_remove_watchpoint = debug_to_remove_watchpoint;
3126 current_target.to_stopped_by_watchpoint = debug_to_stopped_by_watchpoint;
3127 current_target.to_stopped_data_address = debug_to_stopped_data_address;
5009afc5 3128 current_target.to_watchpoint_addr_within_range = debug_to_watchpoint_addr_within_range;
e0d24f8d 3129 current_target.to_region_ok_for_hw_watchpoint = debug_to_region_ok_for_hw_watchpoint;
c906108c
SS
3130 current_target.to_terminal_init = debug_to_terminal_init;
3131 current_target.to_terminal_inferior = debug_to_terminal_inferior;
3132 current_target.to_terminal_ours_for_output = debug_to_terminal_ours_for_output;
3133 current_target.to_terminal_ours = debug_to_terminal_ours;
a790ad35 3134 current_target.to_terminal_save_ours = debug_to_terminal_save_ours;
c906108c
SS
3135 current_target.to_terminal_info = debug_to_terminal_info;
3136 current_target.to_kill = debug_to_kill;
3137 current_target.to_load = debug_to_load;
3138 current_target.to_lookup_symbol = debug_to_lookup_symbol;
3139 current_target.to_create_inferior = debug_to_create_inferior;
3140 current_target.to_post_startup_inferior = debug_to_post_startup_inferior;
3141 current_target.to_acknowledge_created_inferior = debug_to_acknowledge_created_inferior;
c906108c
SS
3142 current_target.to_insert_fork_catchpoint = debug_to_insert_fork_catchpoint;
3143 current_target.to_remove_fork_catchpoint = debug_to_remove_fork_catchpoint;
3144 current_target.to_insert_vfork_catchpoint = debug_to_insert_vfork_catchpoint;
3145 current_target.to_remove_vfork_catchpoint = debug_to_remove_vfork_catchpoint;
c906108c
SS
3146 current_target.to_insert_exec_catchpoint = debug_to_insert_exec_catchpoint;
3147 current_target.to_remove_exec_catchpoint = debug_to_remove_exec_catchpoint;
c906108c
SS
3148 current_target.to_has_exited = debug_to_has_exited;
3149 current_target.to_mourn_inferior = debug_to_mourn_inferior;
3150 current_target.to_can_run = debug_to_can_run;
3151 current_target.to_notice_signals = debug_to_notice_signals;
3152 current_target.to_thread_alive = debug_to_thread_alive;
0d06e24b 3153 current_target.to_find_new_threads = debug_to_find_new_threads;
c906108c 3154 current_target.to_stop = debug_to_stop;
96baa820 3155 current_target.to_rcmd = debug_to_rcmd;
c906108c 3156 current_target.to_pid_to_exec_file = debug_to_pid_to_exec_file;
c906108c 3157}
c906108c 3158\f
c5aa993b
JM
3159
3160static char targ_desc[] =
3161"Names of targets and files being debugged.\n\
c906108c
SS
3162Shows the entire stack of targets currently in use (including the exec-file,\n\
3163core-file, and process, if any), as well as the symbol file name.";
3164
96baa820
JM
3165static void
3166do_monitor_command (char *cmd,
3167 int from_tty)
3168{
2b5fe715
AC
3169 if ((current_target.to_rcmd
3170 == (void (*) (char *, struct ui_file *)) tcomplain)
96baa820 3171 || (current_target.to_rcmd == debug_to_rcmd
2b5fe715
AC
3172 && (debug_target.to_rcmd
3173 == (void (*) (char *, struct ui_file *)) tcomplain)))
8a3fe4f8 3174 error (_("\"monitor\" command not supported by this target."));
96baa820
JM
3175 target_rcmd (cmd, gdb_stdtarg);
3176}
3177
87680a14
JB
3178/* Print the name of each layers of our target stack. */
3179
3180static void
3181maintenance_print_target_stack (char *cmd, int from_tty)
3182{
3183 struct target_ops *t;
3184
3185 printf_filtered (_("The current target stack is:\n"));
3186
3187 for (t = target_stack; t != NULL; t = t->beneath)
3188 {
3189 printf_filtered (" - %s (%s)\n", t->to_shortname, t->to_longname);
3190 }
3191}
3192
c6ebd6cf
VP
3193/* Controls if async mode is permitted. */
3194int target_async_permitted = 0;
3195
3196/* The set command writes to this variable. If the inferior is
3197 executing, linux_nat_async_permitted is *not* updated. */
3198static int target_async_permitted_1 = 0;
3199
3200static void
3201set_maintenance_target_async_permitted (char *args, int from_tty,
3202 struct cmd_list_element *c)
3203{
3204 if (target_has_execution)
3205 {
3206 target_async_permitted_1 = target_async_permitted;
3207 error (_("Cannot change this setting while the inferior is running."));
3208 }
3209
3210 target_async_permitted = target_async_permitted_1;
3211}
3212
3213static void
3214show_maintenance_target_async_permitted (struct ui_file *file, int from_tty,
3215 struct cmd_list_element *c,
3216 const char *value)
3217{
3218 fprintf_filtered (file, _("\
3219Controlling the inferior in asynchronous mode is %s.\n"), value);
3220}
3221
c906108c 3222void
fba45db2 3223initialize_targets (void)
c906108c
SS
3224{
3225 init_dummy_target ();
3226 push_target (&dummy_target);
3227
3228 add_info ("target", target_info, targ_desc);
3229 add_info ("files", target_info, targ_desc);
3230
85c07804
AC
3231 add_setshow_zinteger_cmd ("target", class_maintenance, &targetdebug, _("\
3232Set target debugging."), _("\
3233Show target debugging."), _("\
333dabeb
DJ
3234When non-zero, target debugging is enabled. Higher numbers are more\n\
3235verbose. Changes do not take effect until the next \"run\" or \"target\"\n\
85c07804
AC
3236command."),
3237 NULL,
920d2a44 3238 show_targetdebug,
85c07804 3239 &setdebuglist, &showdebuglist);
3a11626d 3240
2bc416ba 3241 add_setshow_boolean_cmd ("trust-readonly-sections", class_support,
7915a72c
AC
3242 &trust_readonly, _("\
3243Set mode for reading from readonly sections."), _("\
3244Show mode for reading from readonly sections."), _("\
3a11626d
MS
3245When this mode is on, memory reads from readonly sections (such as .text)\n\
3246will be read from the object file instead of from the target. This will\n\
7915a72c 3247result in significant performance improvement for remote targets."),
2c5b56ce 3248 NULL,
920d2a44 3249 show_trust_readonly,
e707bbc2 3250 &setlist, &showlist);
96baa820
JM
3251
3252 add_com ("monitor", class_obscure, do_monitor_command,
1bedd215 3253 _("Send a command to the remote monitor (remote targets only)."));
96baa820 3254
87680a14
JB
3255 add_cmd ("target-stack", class_maintenance, maintenance_print_target_stack,
3256 _("Print the name of each layer of the internal target stack."),
3257 &maintenanceprintlist);
3258
c6ebd6cf
VP
3259 add_setshow_boolean_cmd ("target-async", no_class,
3260 &target_async_permitted_1, _("\
3261Set whether gdb controls the inferior in asynchronous mode."), _("\
3262Show whether gdb controls the inferior in asynchronous mode."), _("\
3263Tells gdb whether to control the inferior in asynchronous mode."),
3264 set_maintenance_target_async_permitted,
3265 show_maintenance_target_async_permitted,
3266 &setlist,
3267 &showlist);
3268
8add0441 3269 target_dcache = dcache_init ();
c906108c 3270}
This page took 1.030549 seconds and 4 git commands to generate.