2003-04-15 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / gdb / infcmd.c
CommitLineData
c906108c 1/* Memory-access and commands for "inferior" process, for GDB.
b6ba6518 2 Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
de5ad195 3 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
c906108c
SS
4 Free Software Foundation, Inc.
5
c5aa993b 6 This file is part of GDB.
c906108c 7
c5aa993b
JM
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
c906108c 12
c5aa993b
JM
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
c906108c 17
c5aa993b
JM
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
c906108c
SS
22
23#include "defs.h"
24#include <signal.h>
25#include "gdb_string.h"
26#include "symtab.h"
27#include "gdbtypes.h"
28#include "frame.h"
29#include "inferior.h"
30#include "environ.h"
31#include "value.h"
32#include "gdbcmd.h"
1adeb98a 33#include "symfile.h"
c906108c
SS
34#include "gdbcore.h"
35#include "target.h"
36#include "language.h"
37#include "symfile.h"
38#include "objfiles.h"
c94fdfd0 39#include "completer.h"
8b93c638 40#include "ui-out.h"
6426a772 41#include "event-top.h"
96baa820 42#include "parser-defs.h"
36160dc4 43#include "regcache.h"
f9418c0f 44#include "reggroups.h"
fe898f56 45#include "block.h"
f9418c0f 46#include <ctype.h>
72cec141 47
a58dd373 48/* Functions exported for general use, in inferior.h: */
c906108c 49
a14ed312 50void all_registers_info (char *, int);
c906108c 51
a14ed312 52void registers_info (char *, int);
c906108c 53
a58dd373
EZ
54void nexti_command (char *, int);
55
56void stepi_command (char *, int);
c906108c 57
a14ed312 58void continue_command (char *, int);
c906108c 59
a58dd373
EZ
60void interrupt_target_command (char *args, int from_tty);
61
62/* Local functions: */
63
64static void nofp_registers_info (char *, int);
65
11cf8741
JM
66static void print_return_value (int struct_return, struct type *value_type);
67
a14ed312 68static void finish_command_continuation (struct continuation_arg *);
43ff13b4 69
a14ed312 70static void until_next_command (int);
c906108c 71
a14ed312 72static void until_command (char *, int);
c906108c 73
a14ed312 74static void path_info (char *, int);
c906108c 75
a14ed312 76static void path_command (char *, int);
c906108c 77
a14ed312 78static void unset_command (char *, int);
c906108c 79
a14ed312 80static void float_info (char *, int);
c906108c 81
a14ed312 82static void detach_command (char *, int);
c906108c 83
a14ed312 84static void unset_environment_command (char *, int);
c906108c 85
a14ed312 86static void set_environment_command (char *, int);
c906108c 87
a14ed312 88static void environment_info (char *, int);
c906108c 89
a14ed312 90static void program_info (char *, int);
c906108c 91
a14ed312 92static void finish_command (char *, int);
c906108c 93
a14ed312 94static void signal_command (char *, int);
c906108c 95
a14ed312 96static void jump_command (char *, int);
c906108c 97
a14ed312 98static void step_1 (int, int, char *);
c2d11a7d
JM
99static void step_once (int skip_subroutines, int single_inst, int count);
100static void step_1_continuation (struct continuation_arg *arg);
c906108c 101
a14ed312 102static void next_command (char *, int);
c906108c 103
a14ed312 104static void step_command (char *, int);
c906108c 105
a14ed312 106static void run_command (char *, int);
c906108c 107
a14ed312 108static void run_no_args_command (char *args, int from_tty);
392a587b 109
a14ed312 110static void go_command (char *line_no, int from_tty);
392a587b 111
a14ed312 112static int strip_bg_char (char **);
43ff13b4 113
a14ed312 114void _initialize_infcmd (void);
c906108c
SS
115
116#define GO_USAGE "Usage: go <location>\n"
117
4efb68b1 118static void breakpoint_auto_delete_contents (void *);
c906108c
SS
119
120#define ERROR_NO_INFERIOR \
121 if (!target_has_execution) error ("The program is not being run.");
122
123/* String containing arguments to give to the program, separated by spaces.
124 Empty string (pointer to '\0') means no args. */
125
126static char *inferior_args;
127
552c04a7
TT
128/* The inferior arguments as a vector. If INFERIOR_ARGC is nonzero,
129 then we must compute INFERIOR_ARGS from this (via the target). */
130
131static int inferior_argc;
132static char **inferior_argv;
133
c906108c
SS
134/* File name for default use for standard in/out in the inferior. */
135
136char *inferior_io_terminal;
137
138/* Pid of our debugged inferior, or 0 if no inferior now.
139 Since various parts of infrun.c test this to see whether there is a program
140 being debugged it should be nonzero (currently 3 is used) for remote
141 debugging. */
142
39f77062 143ptid_t inferior_ptid;
c906108c
SS
144
145/* Last signal that the inferior received (why it stopped). */
146
147enum target_signal stop_signal;
148
149/* Address at which inferior stopped. */
150
151CORE_ADDR stop_pc;
152
153/* Chain containing status of breakpoint(s) that we have stopped at. */
154
155bpstat stop_bpstat;
156
157/* Flag indicating that a command has proceeded the inferior past the
158 current breakpoint. */
159
160int breakpoint_proceeded;
161
162/* Nonzero if stopped due to a step command. */
163
164int stop_step;
165
166/* Nonzero if stopped due to completion of a stack dummy routine. */
167
168int stop_stack_dummy;
169
170/* Nonzero if stopped due to a random (unexpected) signal in inferior
171 process. */
172
173int stopped_by_random_signal;
174
175/* Range to single step within.
176 If this is nonzero, respond to a single-step signal
177 by continuing to step if the pc is in this range. */
178
c5aa993b
JM
179CORE_ADDR step_range_start; /* Inclusive */
180CORE_ADDR step_range_end; /* Exclusive */
c906108c
SS
181
182/* Stack frame address as of when stepping command was issued.
183 This is how we know when we step into a subroutine call,
184 and how to set the frame for the breakpoint used to step out. */
185
aa0cd9c1 186struct frame_id step_frame_id;
c906108c
SS
187
188/* Our notion of the current stack pointer. */
189
190CORE_ADDR step_sp;
191
5fbbeb29 192enum step_over_calls_kind step_over_calls;
c906108c
SS
193
194/* If stepping, nonzero means step count is > 1
195 so don't print frame next time inferior stops
196 if it stops due to stepping. */
197
198int step_multi;
199
200/* Environment to use for running inferior,
201 in format described in environ.h. */
202
203struct environ *inferior_environ;
c906108c 204\f
07091751
FN
205/* Accessor routines. */
206
207char *
208get_inferior_args (void)
209{
552c04a7
TT
210 if (inferior_argc != 0)
211 {
212 char *n, *old;
213
214 n = gdbarch_construct_inferior_arguments (current_gdbarch,
215 inferior_argc, inferior_argv);
216 old = set_inferior_args (n);
217 xfree (old);
218 }
219
220 if (inferior_args == NULL)
221 inferior_args = xstrdup ("");
222
07091751
FN
223 return inferior_args;
224}
225
226char *
227set_inferior_args (char *newargs)
228{
229 char *saved_args = inferior_args;
230
231 inferior_args = newargs;
552c04a7
TT
232 inferior_argc = 0;
233 inferior_argv = 0;
07091751
FN
234
235 return saved_args;
236}
c5aa993b 237
552c04a7
TT
238void
239set_inferior_args_vector (int argc, char **argv)
240{
241 inferior_argc = argc;
242 inferior_argv = argv;
243}
244
245/* Notice when `set args' is run. */
246static void
247notice_args_set (char *args, int from_tty, struct cmd_list_element *c)
248{
249 inferior_argc = 0;
250 inferior_argv = 0;
251}
252
253/* Notice when `show args' is run. */
254static void
9f60d481 255notice_args_read (char *args, int from_tty, struct cmd_list_element *c)
552c04a7
TT
256{
257 /* Might compute the value. */
258 get_inferior_args ();
259}
260
c2a727fa
TT
261\f
262/* Compute command-line string given argument vector. This does the
263 same shell processing as fork_inferior. */
264/* ARGSUSED */
265char *
266construct_inferior_arguments (struct gdbarch *gdbarch, int argc, char **argv)
267{
268 char *result;
269
270 if (STARTUP_WITH_SHELL)
271 {
272 /* This holds all the characters considered special to the
273 typical Unix shells. We include `^' because the SunOS
274 /bin/sh treats it as a synonym for `|'. */
275 char *special = "\"!#$&*()\\|[]{}<>?'\"`~^; \t\n";
276 int i;
277 int length = 0;
278 char *out, *cp;
279
280 /* We over-compute the size. It shouldn't matter. */
281 for (i = 0; i < argc; ++i)
03c6228e 282 length += 2 * strlen (argv[i]) + 1 + 2 * (argv[i][0] == '\0');
c2a727fa
TT
283
284 result = (char *) xmalloc (length);
285 out = result;
286
287 for (i = 0; i < argc; ++i)
288 {
289 if (i > 0)
290 *out++ = ' ';
291
03c6228e
AS
292 /* Need to handle empty arguments specially. */
293 if (argv[i][0] == '\0')
c2a727fa 294 {
03c6228e
AS
295 *out++ = '\'';
296 *out++ = '\'';
297 }
298 else
299 {
300 for (cp = argv[i]; *cp; ++cp)
301 {
302 if (strchr (special, *cp) != NULL)
303 *out++ = '\\';
304 *out++ = *cp;
305 }
c2a727fa
TT
306 }
307 }
308 *out = '\0';
309 }
310 else
311 {
312 /* In this case we can't handle arguments that contain spaces,
313 tabs, or newlines -- see breakup_args(). */
314 int i;
315 int length = 0;
316
317 for (i = 0; i < argc; ++i)
318 {
319 char *cp = strchr (argv[i], ' ');
320 if (cp == NULL)
321 cp = strchr (argv[i], '\t');
322 if (cp == NULL)
323 cp = strchr (argv[i], '\n');
324 if (cp != NULL)
325 error ("can't handle command-line argument containing whitespace");
326 length += strlen (argv[i]) + 1;
327 }
328
329 result = (char *) xmalloc (length);
330 result[0] = '\0';
331 for (i = 0; i < argc; ++i)
332 {
333 if (i > 0)
334 strcat (result, " ");
335 strcat (result, argv[i]);
336 }
337 }
338
339 return result;
340}
552c04a7
TT
341\f
342
43ff13b4
JM
343/* This function detects whether or not a '&' character (indicating
344 background execution) has been added as *the last* of the arguments ARGS
345 of a command. If it has, it removes it and returns 1. Otherwise it
346 does nothing and returns 0. */
c5aa993b 347static int
fba45db2 348strip_bg_char (char **args)
43ff13b4
JM
349{
350 char *p = NULL;
c5aa993b 351
9846de1b 352 p = strchr (*args, '&');
c5aa993b 353
9846de1b 354 if (p)
43ff13b4
JM
355 {
356 if (p == (*args + strlen (*args) - 1))
357 {
c5aa993b 358 if (strlen (*args) > 1)
43ff13b4
JM
359 {
360 do
361 p--;
362 while (*p == ' ' || *p == '\t');
363 *(p + 1) = '\0';
364 }
365 else
366 *args = 0;
367 return 1;
368 }
369 }
370 return 0;
371}
372
c906108c
SS
373/* ARGSUSED */
374void
fba45db2 375tty_command (char *file, int from_tty)
c906108c
SS
376{
377 if (file == 0)
378 error_no_arg ("terminal name for running target process");
379
380 inferior_io_terminal = savestring (file, strlen (file));
381}
382
383static void
fba45db2 384run_command (char *args, int from_tty)
c906108c
SS
385{
386 char *exec_file;
387
388 dont_repeat ();
389
39f77062 390 if (! ptid_equal (inferior_ptid, null_ptid) && target_has_execution)
c906108c 391 {
adf40b2e
JM
392 if (from_tty
393 && !query ("The program being debugged has been started already.\n\
c906108c
SS
394Start it from the beginning? "))
395 error ("Program not restarted.");
396 target_kill ();
397#if defined(SOLIB_RESTART)
398 SOLIB_RESTART ();
399#endif
400 init_wait_for_inferior ();
401 }
402
403 clear_breakpoint_hit_counts ();
404
c906108c
SS
405 /* Purge old solib objfiles. */
406 objfile_purge_solibs ();
407
408 do_run_cleanups (NULL);
409
39ad761d
JB
410 /* The comment here used to read, "The exec file is re-read every
411 time we do a generic_mourn_inferior, so we just have to worry
412 about the symbol file." The `generic_mourn_inferior' function
413 gets called whenever the program exits. However, suppose the
414 program exits, and *then* the executable file changes? We need
415 to check again here. Since reopen_exec_file doesn't do anything
416 if the timestamp hasn't changed, I don't see the harm. */
417 reopen_exec_file ();
c906108c
SS
418 reread_symbols ();
419
39ad761d
JB
420 exec_file = (char *) get_exec_file (0);
421
c906108c
SS
422 /* We keep symbols from add-symbol-file, on the grounds that the
423 user might want to add some symbols before running the program
424 (right?). But sometimes (dynamic loading where the user manually
425 introduces the new symbols with add-symbol-file), the code which
426 the symbols describe does not persist between runs. Currently
427 the user has to manually nuke all symbols between runs if they
428 want them to go away (PR 2207). This is probably reasonable. */
429
43ff13b4 430 if (!args)
6426a772
JM
431 {
432 if (event_loop_p && target_can_async_p ())
433 async_disable_stdin ();
434 }
43ff13b4 435 else
c906108c 436 {
43ff13b4
JM
437 int async_exec = strip_bg_char (&args);
438
439 /* If we get a request for running in the bg but the target
440 doesn't support it, error out. */
6426a772 441 if (event_loop_p && async_exec && !target_can_async_p ())
43ff13b4
JM
442 error ("Asynchronous execution not supported on this target.");
443
444 /* If we don't get a request of running in the bg, then we need
c5aa993b 445 to simulate synchronous (fg) execution. */
6426a772 446 if (event_loop_p && !async_exec && target_can_async_p ())
43ff13b4
JM
447 {
448 /* Simulate synchronous execution */
6426a772 449 async_disable_stdin ();
43ff13b4
JM
450 }
451
452 /* If there were other args, beside '&', process them. */
453 if (args)
454 {
07091751
FN
455 char *old_args = set_inferior_args (xstrdup (args));
456 xfree (old_args);
43ff13b4 457 }
c906108c
SS
458 }
459
460 if (from_tty)
461 {
8b93c638
JM
462 ui_out_field_string (uiout, NULL, "Starting program");
463 ui_out_text (uiout, ": ");
464 if (exec_file)
465 ui_out_field_string (uiout, "execfile", exec_file);
466 ui_out_spaces (uiout, 1);
552c04a7
TT
467 /* We call get_inferior_args() because we might need to compute
468 the value now. */
469 ui_out_field_string (uiout, "infargs", get_inferior_args ());
8b93c638
JM
470 ui_out_text (uiout, "\n");
471 ui_out_flush (uiout);
c906108c
SS
472 }
473
552c04a7
TT
474 /* We call get_inferior_args() because we might need to compute
475 the value now. */
476 target_create_inferior (exec_file, get_inferior_args (),
c906108c
SS
477 environ_vector (inferior_environ));
478}
479
480
481static void
fba45db2 482run_no_args_command (char *args, int from_tty)
c906108c 483{
07091751
FN
484 char *old_args = set_inferior_args (xstrdup (""));
485 xfree (old_args);
c906108c 486}
c906108c 487\f
c5aa993b 488
c906108c 489void
fba45db2 490continue_command (char *proc_count_exp, int from_tty)
c906108c 491{
c5aa993b 492 int async_exec = 0;
c906108c
SS
493 ERROR_NO_INFERIOR;
494
43ff13b4
JM
495 /* Find out whether we must run in the background. */
496 if (proc_count_exp != NULL)
497 async_exec = strip_bg_char (&proc_count_exp);
498
499 /* If we must run in the background, but the target can't do it,
500 error out. */
6426a772 501 if (event_loop_p && async_exec && !target_can_async_p ())
43ff13b4
JM
502 error ("Asynchronous execution not supported on this target.");
503
504 /* If we are not asked to run in the bg, then prepare to run in the
505 foreground, synchronously. */
6426a772 506 if (event_loop_p && !async_exec && target_can_async_p ())
c5aa993b 507 {
43ff13b4 508 /* Simulate synchronous execution */
6426a772 509 async_disable_stdin ();
43ff13b4 510 }
c906108c 511
43ff13b4
JM
512 /* If have argument (besides '&'), set proceed count of breakpoint
513 we stopped at. */
c906108c
SS
514 if (proc_count_exp != NULL)
515 {
516 bpstat bs = stop_bpstat;
517 int num = bpstat_num (&bs);
518 if (num == 0 && from_tty)
519 {
520 printf_filtered
521 ("Not stopped at any breakpoint; argument ignored.\n");
522 }
523 while (num != 0)
524 {
525 set_ignore_count (num,
bb518678 526 parse_and_eval_long (proc_count_exp) - 1,
c906108c
SS
527 from_tty);
528 /* set_ignore_count prints a message ending with a period.
529 So print two spaces before "Continuing.". */
530 if (from_tty)
531 printf_filtered (" ");
532 num = bpstat_num (&bs);
533 }
534 }
535
536 if (from_tty)
537 printf_filtered ("Continuing.\n");
538
539 clear_proceed_status ();
540
2acceee2 541 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_DEFAULT, 0);
c906108c
SS
542}
543\f
544/* Step until outside of current statement. */
545
546/* ARGSUSED */
547static void
fba45db2 548step_command (char *count_string, int from_tty)
c906108c
SS
549{
550 step_1 (0, 0, count_string);
551}
552
553/* Likewise, but skip over subroutine calls as if single instructions. */
554
555/* ARGSUSED */
556static void
fba45db2 557next_command (char *count_string, int from_tty)
c906108c
SS
558{
559 step_1 (1, 0, count_string);
560}
561
562/* Likewise, but step only one instruction. */
563
564/* ARGSUSED */
565void
fba45db2 566stepi_command (char *count_string, int from_tty)
c906108c
SS
567{
568 step_1 (0, 1, count_string);
569}
570
571/* ARGSUSED */
572void
fba45db2 573nexti_command (char *count_string, int from_tty)
c906108c
SS
574{
575 step_1 (1, 1, count_string);
576}
577
74b7792f
AC
578static void
579disable_longjmp_breakpoint_cleanup (void *ignore)
580{
581 disable_longjmp_breakpoint ();
582}
583
c906108c 584static void
fba45db2 585step_1 (int skip_subroutines, int single_inst, char *count_string)
c906108c
SS
586{
587 register int count = 1;
588 struct frame_info *frame;
589 struct cleanup *cleanups = 0;
43ff13b4 590 int async_exec = 0;
c5aa993b 591
c906108c 592 ERROR_NO_INFERIOR;
43ff13b4
JM
593
594 if (count_string)
595 async_exec = strip_bg_char (&count_string);
c5aa993b 596
43ff13b4
JM
597 /* If we get a request for running in the bg but the target
598 doesn't support it, error out. */
6426a772 599 if (event_loop_p && async_exec && !target_can_async_p ())
43ff13b4
JM
600 error ("Asynchronous execution not supported on this target.");
601
602 /* If we don't get a request of running in the bg, then we need
603 to simulate synchronous (fg) execution. */
6426a772 604 if (event_loop_p && !async_exec && target_can_async_p ())
43ff13b4
JM
605 {
606 /* Simulate synchronous execution */
6426a772 607 async_disable_stdin ();
43ff13b4
JM
608 }
609
bb518678 610 count = count_string ? parse_and_eval_long (count_string) : 1;
c906108c 611
c5aa993b 612 if (!single_inst || skip_subroutines) /* leave si command alone */
c906108c 613 {
c5aa993b 614 enable_longjmp_breakpoint ();
c2d11a7d 615 if (!event_loop_p || !target_can_async_p ())
74b7792f 616 cleanups = make_cleanup (disable_longjmp_breakpoint_cleanup, 0 /*ignore*/);
c2d11a7d 617 else
74b7792f 618 make_exec_cleanup (disable_longjmp_breakpoint_cleanup, 0 /*ignore*/);
c2d11a7d
JM
619 }
620
621 /* In synchronous case, all is well, just use the regular for loop. */
622 if (!event_loop_p || !target_can_async_p ())
623 {
624 for (; count > 0; count--)
625 {
626 clear_proceed_status ();
627
628 frame = get_current_frame ();
629 if (!frame) /* Avoid coredump here. Why tho? */
630 error ("No current frame");
aa0cd9c1 631 step_frame_id = get_frame_id (frame);
c2d11a7d
JM
632 step_sp = read_sp ();
633
634 if (!single_inst)
635 {
636 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end);
637 if (step_range_end == 0)
638 {
639 char *name;
640 if (find_pc_partial_function (stop_pc, &name, &step_range_start,
641 &step_range_end) == 0)
642 error ("Cannot find bounds of current function");
643
644 target_terminal_ours ();
645 printf_filtered ("\
646Single stepping until exit from function %s, \n\
647which has no line number information.\n", name);
648 }
649 }
650 else
651 {
652 /* Say we are stepping, but stop after one insn whatever it does. */
653 step_range_start = step_range_end = 1;
654 if (!skip_subroutines)
655 /* It is stepi.
656 Don't step over function calls, not even to functions lacking
657 line numbers. */
5fbbeb29 658 step_over_calls = STEP_OVER_NONE;
c2d11a7d
JM
659 }
660
661 if (skip_subroutines)
5fbbeb29 662 step_over_calls = STEP_OVER_ALL;
c2d11a7d
JM
663
664 step_multi = (count > 1);
665 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_DEFAULT, 1);
666
667 if (!stop_step)
668 break;
669
670 /* FIXME: On nexti, this may have already been done (when we hit the
671 step resume break, I think). Probably this should be moved to
672 wait_for_inferior (near the top). */
673#if defined (SHIFT_INST_REGS)
674 SHIFT_INST_REGS ();
675#endif
676 }
677
678 if (!single_inst || skip_subroutines)
679 do_cleanups (cleanups);
680 return;
681 }
682 /* In case of asynchronous target things get complicated, do only
683 one step for now, before returning control to the event loop. Let
684 the continuation figure out how many other steps we need to do,
685 and handle them one at the time, through step_once(). */
686 else
687 {
688 if (event_loop_p && target_can_async_p ())
689 step_once (skip_subroutines, single_inst, count);
c906108c 690 }
c2d11a7d 691}
c906108c 692
c2d11a7d
JM
693/* Called after we are done with one step operation, to check whether
694 we need to step again, before we print the prompt and return control
695 to the user. If count is > 1, we will need to do one more call to
696 proceed(), via step_once(). Basically it is like step_once and
697 step_1_continuation are co-recursive. */
698static void
fba45db2 699step_1_continuation (struct continuation_arg *arg)
c2d11a7d 700{
57e687d9
MS
701 int count;
702 int skip_subroutines;
703 int single_inst;
704
705 skip_subroutines = arg->data.integer;
706 single_inst = arg->next->data.integer;
707 count = arg->next->next->data.integer;
708
709 if (stop_step)
710 {
711 /* FIXME: On nexti, this may have already been done (when we hit the
712 step resume break, I think). Probably this should be moved to
713 wait_for_inferior (near the top). */
c2d11a7d 714#if defined (SHIFT_INST_REGS)
57e687d9 715 SHIFT_INST_REGS ();
c2d11a7d 716#endif
57e687d9
MS
717 step_once (skip_subroutines, single_inst, count - 1);
718 }
719 else
720 if (!single_inst || skip_subroutines)
721 do_exec_cleanups (ALL_CLEANUPS);
c2d11a7d
JM
722}
723
724/* Do just one step operation. If count >1 we will have to set up a
725 continuation to be done after the target stops (after this one
726 step). This is useful to implement the 'step n' kind of commands, in
727 case of asynchronous targets. We had to split step_1 into two parts,
728 one to be done before proceed() and one afterwards. This function is
729 called in case of step n with n>1, after the first step operation has
730 been completed.*/
731static void
0d06e24b 732step_once (int skip_subroutines, int single_inst, int count)
c2d11a7d 733{
0d06e24b
JM
734 struct continuation_arg *arg1;
735 struct continuation_arg *arg2;
736 struct continuation_arg *arg3;
737 struct frame_info *frame;
c2d11a7d
JM
738
739 if (count > 0)
c906108c
SS
740 {
741 clear_proceed_status ();
742
743 frame = get_current_frame ();
c5aa993b 744 if (!frame) /* Avoid coredump here. Why tho? */
c906108c 745 error ("No current frame");
aa0cd9c1 746 step_frame_id = get_frame_id (frame);
c906108c
SS
747 step_sp = read_sp ();
748
c5aa993b 749 if (!single_inst)
c906108c
SS
750 {
751 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end);
5fbbeb29
CF
752
753 /* If we have no line info, switch to stepi mode. */
754 if (step_range_end == 0 && step_stop_if_no_debug)
755 {
756 step_range_start = step_range_end = 1;
757 }
758 else if (step_range_end == 0)
c906108c
SS
759 {
760 char *name;
761 if (find_pc_partial_function (stop_pc, &name, &step_range_start,
762 &step_range_end) == 0)
763 error ("Cannot find bounds of current function");
764
765 target_terminal_ours ();
766 printf_filtered ("\
767Single stepping until exit from function %s, \n\
768which has no line number information.\n", name);
769 }
770 }
771 else
772 {
773 /* Say we are stepping, but stop after one insn whatever it does. */
774 step_range_start = step_range_end = 1;
775 if (!skip_subroutines)
776 /* It is stepi.
777 Don't step over function calls, not even to functions lacking
778 line numbers. */
5fbbeb29 779 step_over_calls = STEP_OVER_NONE;
c906108c
SS
780 }
781
782 if (skip_subroutines)
5fbbeb29 783 step_over_calls = STEP_OVER_ALL;
c906108c
SS
784
785 step_multi = (count > 1);
c2d11a7d
JM
786 arg1 =
787 (struct continuation_arg *) xmalloc (sizeof (struct continuation_arg));
788 arg2 =
789 (struct continuation_arg *) xmalloc (sizeof (struct continuation_arg));
790 arg3 =
791 (struct continuation_arg *) xmalloc (sizeof (struct continuation_arg));
792 arg1->next = arg2;
57e687d9 793 arg1->data.integer = skip_subroutines;
c2d11a7d 794 arg2->next = arg3;
57e687d9 795 arg2->data.integer = single_inst;
c2d11a7d 796 arg3->next = NULL;
57e687d9 797 arg3->data.integer = count;
c2d11a7d 798 add_intermediate_continuation (step_1_continuation, arg1);
2acceee2 799 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_DEFAULT, 1);
c906108c 800 }
c906108c 801}
c2d11a7d 802
c906108c
SS
803\f
804/* Continue program at specified address. */
805
806static void
fba45db2 807jump_command (char *arg, int from_tty)
c906108c
SS
808{
809 register CORE_ADDR addr;
810 struct symtabs_and_lines sals;
811 struct symtab_and_line sal;
812 struct symbol *fn;
813 struct symbol *sfn;
43ff13b4 814 int async_exec = 0;
c5aa993b 815
c906108c
SS
816 ERROR_NO_INFERIOR;
817
43ff13b4
JM
818 /* Find out whether we must run in the background. */
819 if (arg != NULL)
820 async_exec = strip_bg_char (&arg);
821
822 /* If we must run in the background, but the target can't do it,
823 error out. */
6426a772 824 if (event_loop_p && async_exec && !target_can_async_p ())
43ff13b4
JM
825 error ("Asynchronous execution not supported on this target.");
826
827 /* If we are not asked to run in the bg, then prepare to run in the
828 foreground, synchronously. */
6426a772 829 if (event_loop_p && !async_exec && target_can_async_p ())
c5aa993b 830 {
43ff13b4 831 /* Simulate synchronous execution */
6426a772 832 async_disable_stdin ();
43ff13b4
JM
833 }
834
c906108c
SS
835 if (!arg)
836 error_no_arg ("starting address");
837
838 sals = decode_line_spec_1 (arg, 1);
839 if (sals.nelts != 1)
840 {
841 error ("Unreasonable jump request");
842 }
843
844 sal = sals.sals[0];
b8c9b27d 845 xfree (sals.sals);
c906108c
SS
846
847 if (sal.symtab == 0 && sal.pc == 0)
848 error ("No source file has been specified.");
849
c5aa993b 850 resolve_sal_pc (&sal); /* May error out */
c906108c
SS
851
852 /* See if we are trying to jump to another function. */
853 fn = get_frame_function (get_current_frame ());
854 sfn = find_pc_function (sal.pc);
855 if (fn != NULL && sfn != fn)
856 {
857 if (!query ("Line %d is not in `%s'. Jump anyway? ", sal.line,
de5ad195 858 SYMBOL_PRINT_NAME (fn)))
c906108c
SS
859 {
860 error ("Not confirmed.");
861 /* NOTREACHED */
862 }
863 }
864
c5aa993b 865 if (sfn != NULL)
c906108c
SS
866 {
867 fixup_symbol_section (sfn, 0);
c5aa993b 868 if (section_is_overlay (SYMBOL_BFD_SECTION (sfn)) &&
c906108c
SS
869 !section_is_mapped (SYMBOL_BFD_SECTION (sfn)))
870 {
871 if (!query ("WARNING!!! Destination is in unmapped overlay! Jump anyway? "))
872 {
873 error ("Not confirmed.");
874 /* NOTREACHED */
875 }
876 }
877 }
878
c906108c
SS
879 addr = sal.pc;
880
881 if (from_tty)
882 {
883 printf_filtered ("Continuing at ");
884 print_address_numeric (addr, 1, gdb_stdout);
885 printf_filtered (".\n");
886 }
887
888 clear_proceed_status ();
889 proceed (addr, TARGET_SIGNAL_0, 0);
890}
c906108c 891\f
c5aa993b 892
c906108c
SS
893/* Go to line or address in current procedure */
894static void
fba45db2 895go_command (char *line_no, int from_tty)
c906108c 896{
c5aa993b 897 if (line_no == (char *) NULL || !*line_no)
b83266a0 898 printf_filtered (GO_USAGE);
c906108c
SS
899 else
900 {
b83266a0
SS
901 tbreak_command (line_no, from_tty);
902 jump_command (line_no, from_tty);
c906108c
SS
903 }
904}
c906108c 905\f
c5aa993b 906
c906108c
SS
907/* Continue program giving it specified signal. */
908
909static void
fba45db2 910signal_command (char *signum_exp, int from_tty)
c906108c
SS
911{
912 enum target_signal oursig;
913
914 dont_repeat (); /* Too dangerous. */
915 ERROR_NO_INFERIOR;
916
917 if (!signum_exp)
918 error_no_arg ("signal number");
919
920 /* It would be even slicker to make signal names be valid expressions,
921 (the type could be "enum $signal" or some such), then the user could
922 assign them to convenience variables. */
923 oursig = target_signal_from_name (signum_exp);
924
925 if (oursig == TARGET_SIGNAL_UNKNOWN)
926 {
927 /* No, try numeric. */
bb518678 928 int num = parse_and_eval_long (signum_exp);
c906108c
SS
929
930 if (num == 0)
931 oursig = TARGET_SIGNAL_0;
932 else
933 oursig = target_signal_from_command (num);
934 }
935
936 if (from_tty)
937 {
938 if (oursig == TARGET_SIGNAL_0)
939 printf_filtered ("Continuing with no signal.\n");
940 else
941 printf_filtered ("Continuing with signal %s.\n",
942 target_signal_to_name (oursig));
943 }
944
945 clear_proceed_status ();
946 /* "signal 0" should not get stuck if we are stopped at a breakpoint.
947 FIXME: Neither should "signal foo" but when I tried passing
948 (CORE_ADDR)-1 unconditionally I got a testsuite failure which I haven't
949 tried to track down yet. */
2acceee2 950 proceed (oursig == TARGET_SIGNAL_0 ? (CORE_ADDR) -1 : stop_pc, oursig, 0);
c906108c
SS
951}
952
953/* Call breakpoint_auto_delete on the current contents of the bpstat
954 pointed to by arg (which is really a bpstat *). */
955
c906108c 956static void
4efb68b1 957breakpoint_auto_delete_contents (void *arg)
c906108c 958{
c5aa993b 959 breakpoint_auto_delete (*(bpstat *) arg);
c906108c
SS
960}
961
c906108c
SS
962
963/* Execute a "stack dummy", a piece of code stored in the stack
964 by the debugger to be executed in the inferior.
965
966 To call: first, do PUSH_DUMMY_FRAME.
967 Then push the contents of the dummy. It should end with a breakpoint insn.
968 Then call here, passing address at which to start the dummy.
969
970 The contents of all registers are saved before the dummy frame is popped
971 and copied into the buffer BUFFER.
972
973 The dummy's frame is automatically popped whenever that break is hit.
974 If that is the first time the program stops, run_stack_dummy
975 returns to its caller with that frame already gone and returns 0.
da59e081
JM
976
977 Otherwise, run_stack-dummy returns a non-zero value.
978 If the called function receives a random signal, we do not allow the user
979 to continue executing it as this may not work. The dummy frame is poped
980 and we return 1.
981 If we hit a breakpoint, we leave the frame in place and return 2 (the frame
982 will eventually be popped when we do hit the dummy end breakpoint). */
c906108c 983
c906108c 984int
36160dc4 985run_stack_dummy (CORE_ADDR addr, struct regcache *buffer)
c906108c
SS
986{
987 struct cleanup *old_cleanups = make_cleanup (null_cleanup, 0);
ed9a39eb 988 int saved_async = 0;
73dd234f
AC
989 struct breakpoint *bpt;
990 struct symtab_and_line sal;
c906108c
SS
991
992 /* Now proceed, having reached the desired place. */
993 clear_proceed_status ();
96baa820 994
73dd234f
AC
995 init_sal (&sal); /* initialize to zeroes */
996 if (CALL_DUMMY_LOCATION == AT_ENTRY_POINT)
7a292a7a 997 {
73dd234f
AC
998 sal.pc = CALL_DUMMY_ADDRESS ();
999 }
1000 else
1001 {
1002 /* If defined, CALL_DUMMY_BREAKPOINT_OFFSET is where we need to
1003 put a breakpoint instruction. If not, the call dummy already
1004 has the breakpoint instruction in it.
1005
1006 ADDR IS THE ADDRESS of the call dummy plus the
1007 CALL_DUMMY_START_OFFSET, so we need to subtract the
1008 CALL_DUMMY_START_OFFSET. */
1009 sal.pc = addr - CALL_DUMMY_START_OFFSET + CALL_DUMMY_BREAKPOINT_OFFSET;
7a292a7a 1010 }
73dd234f
AC
1011 sal.section = find_pc_overlay (sal.pc);
1012
1013 {
1014 /* Set up a frame ID for the dummy frame so we can pass it to
1015 set_momentary_breakpoint. We need to give the breakpoint a
1016 frame ID so that the breakpoint code can correctly re-identify
1017 the dummy breakpoint. */
1018 struct frame_id frame = frame_id_build (read_fp (), sal.pc);
1019 /* Create a momentary breakpoint at the return address of the
1020 inferior. That way it breaks when it returns. */
1021 bpt = set_momentary_breakpoint (sal, frame, bp_call_dummy);
1022 bpt->disposition = disp_del;
1023 }
1024
1025 /* If all error()s out of proceed ended up calling normal_stop (and
1026 perhaps they should; it already does in the special case of error
1027 out of resume()), then we wouldn't need this. */
1028 make_cleanup (breakpoint_auto_delete_contents, &stop_bpstat);
c906108c
SS
1029
1030 disable_watchpoints_before_interactive_call_start ();
1031 proceed_to_finish = 1; /* We want stop_registers, please... */
ed9a39eb
JM
1032
1033 if (target_can_async_p ())
1034 saved_async = target_async_mask (0);
1035
c906108c 1036 proceed (addr, TARGET_SIGNAL_0, 0);
ed9a39eb
JM
1037
1038 if (saved_async)
1039 target_async_mask (saved_async);
1040
c906108c
SS
1041 enable_watchpoints_after_interactive_call_stop ();
1042
1043 discard_cleanups (old_cleanups);
1044
242bfc55 1045 /* We can stop during an inferior call because a signal is received. */
da59e081 1046 if (stopped_by_random_signal)
242bfc55 1047 return 1;
da59e081
JM
1048
1049 /* We may also stop prematurely because we hit a breakpoint in the
242bfc55 1050 called routine. */
c906108c 1051 if (!stop_stack_dummy)
da59e081 1052 return 2;
c906108c 1053
da59e081 1054 /* On normal return, the stack dummy has been popped already. */
36160dc4 1055 regcache_cpy_no_passthrough (buffer, stop_registers);
c906108c
SS
1056 return 0;
1057}
1058\f
1059/* Proceed until we reach a different source line with pc greater than
1060 our current one or exit the function. We skip calls in both cases.
1061
1062 Note that eventually this command should probably be changed so
1063 that only source lines are printed out when we hit the breakpoint
1064 we set. This may involve changes to wait_for_inferior and the
1065 proceed status code. */
1066
1067/* ARGSUSED */
1068static void
fba45db2 1069until_next_command (int from_tty)
c906108c
SS
1070{
1071 struct frame_info *frame;
1072 CORE_ADDR pc;
1073 struct symbol *func;
1074 struct symtab_and_line sal;
c5aa993b 1075
c906108c
SS
1076 clear_proceed_status ();
1077
1078 frame = get_current_frame ();
1079
1080 /* Step until either exited from this function or greater
1081 than the current line (if in symbolic section) or pc (if
1082 not). */
1083
1084 pc = read_pc ();
1085 func = find_pc_function (pc);
c5aa993b 1086
c906108c
SS
1087 if (!func)
1088 {
1089 struct minimal_symbol *msymbol = lookup_minimal_symbol_by_pc (pc);
c5aa993b 1090
c906108c
SS
1091 if (msymbol == NULL)
1092 error ("Execution is not within a known function.");
c5aa993b 1093
c906108c
SS
1094 step_range_start = SYMBOL_VALUE_ADDRESS (msymbol);
1095 step_range_end = pc;
1096 }
1097 else
1098 {
1099 sal = find_pc_line (pc, 0);
c5aa993b 1100
c906108c
SS
1101 step_range_start = BLOCK_START (SYMBOL_BLOCK_VALUE (func));
1102 step_range_end = sal.end;
1103 }
c5aa993b 1104
5fbbeb29 1105 step_over_calls = STEP_OVER_ALL;
aa0cd9c1 1106 step_frame_id = get_frame_id (frame);
c906108c
SS
1107 step_sp = read_sp ();
1108
1109 step_multi = 0; /* Only one call to proceed */
c5aa993b 1110
2acceee2 1111 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_DEFAULT, 1);
c906108c
SS
1112}
1113
c5aa993b 1114static void
fba45db2 1115until_command (char *arg, int from_tty)
c906108c 1116{
43ff13b4
JM
1117 int async_exec = 0;
1118
c906108c
SS
1119 if (!target_has_execution)
1120 error ("The program is not running.");
43ff13b4
JM
1121
1122 /* Find out whether we must run in the background. */
1123 if (arg != NULL)
1124 async_exec = strip_bg_char (&arg);
1125
1126 /* If we must run in the background, but the target can't do it,
1127 error out. */
6426a772 1128 if (event_loop_p && async_exec && !target_can_async_p ())
43ff13b4
JM
1129 error ("Asynchronous execution not supported on this target.");
1130
1131 /* If we are not asked to run in the bg, then prepare to run in the
1132 foreground, synchronously. */
6426a772 1133 if (event_loop_p && !async_exec && target_can_async_p ())
c5aa993b 1134 {
43ff13b4 1135 /* Simulate synchronous execution */
6426a772 1136 async_disable_stdin ();
43ff13b4
JM
1137 }
1138
c906108c 1139 if (arg)
ae66c1fc 1140 until_break_command (arg, from_tty, 0);
c906108c
SS
1141 else
1142 until_next_command (from_tty);
1143}
ae66c1fc
EZ
1144
1145static void
1146advance_command (char *arg, int from_tty)
1147{
1148 int async_exec = 0;
1149
1150 if (!target_has_execution)
1151 error ("The program is not running.");
1152
1153 if (arg == NULL)
1154 error_no_arg ("a location");
1155
1156 /* Find out whether we must run in the background. */
1157 if (arg != NULL)
1158 async_exec = strip_bg_char (&arg);
1159
1160 /* If we must run in the background, but the target can't do it,
1161 error out. */
1162 if (event_loop_p && async_exec && !target_can_async_p ())
1163 error ("Asynchronous execution not supported on this target.");
1164
1165 /* If we are not asked to run in the bg, then prepare to run in the
1166 foreground, synchronously. */
1167 if (event_loop_p && !async_exec && target_can_async_p ())
1168 {
1169 /* Simulate synchronous execution. */
1170 async_disable_stdin ();
1171 }
1172
1173 until_break_command (arg, from_tty, 1);
1174}
c906108c 1175\f
43ff13b4 1176
11cf8741
JM
1177/* Print the result of a function at the end of a 'finish' command. */
1178static void
1179print_return_value (int structure_return, struct type *value_type)
1180{
3d6d86c6 1181 struct value *value;
8b93c638 1182 static struct ui_stream *stb = NULL;
11cf8741
JM
1183
1184 if (!structure_return)
1185 {
1186 value = value_being_returned (value_type, stop_registers, structure_return);
8b93c638
JM
1187 stb = ui_out_stream_new (uiout);
1188 ui_out_text (uiout, "Value returned is ");
1189 ui_out_field_fmt (uiout, "gdb-result-var", "$%d", record_latest_value (value));
9549d9c1 1190 ui_out_text (uiout, " = ");
8b93c638
JM
1191 value_print (value, stb->stream, 0, Val_no_prettyprint);
1192 ui_out_field_stream (uiout, "return-value", stb);
1193 ui_out_text (uiout, "\n");
11cf8741
JM
1194 }
1195 else
1196 {
1197 /* We cannot determine the contents of the structure because
1198 it is on the stack, and we don't know where, since we did not
1199 initiate the call, as opposed to the call_function_by_hand case */
1200#ifdef VALUE_RETURNED_FROM_STACK
1201 value = 0;
8b93c638
JM
1202 ui_out_text (uiout, "Value returned has type: ");
1203 ui_out_field_string (uiout, "return-type", TYPE_NAME (value_type));
1204 ui_out_text (uiout, ".");
1205 ui_out_text (uiout, " Cannot determine contents\n");
11cf8741
JM
1206#else
1207 value = value_being_returned (value_type, stop_registers, structure_return);
8b93c638
JM
1208 stb = ui_out_stream_new (uiout);
1209 ui_out_text (uiout, "Value returned is ");
1210 ui_out_field_fmt (uiout, "gdb-result-var", "$%d", record_latest_value (value));
28ae27b1 1211 ui_out_text (uiout, " = ");
8b93c638
JM
1212 value_print (value, stb->stream, 0, Val_no_prettyprint);
1213 ui_out_field_stream (uiout, "return-value", stb);
1214 ui_out_text (uiout, "\n");
11cf8741
JM
1215#endif
1216 }
1217}
1218
43ff13b4
JM
1219/* Stuff that needs to be done by the finish command after the target
1220 has stopped. In asynchronous mode, we wait for the target to stop in
1221 the call to poll or select in the event loop, so it is impossible to
1222 do all the stuff as part of the finish_command function itself. The
1223 only chance we have to complete this command is in
1224 fetch_inferior_event, which is called by the event loop as soon as it
1225 detects that the target has stopped. This function is called via the
6953f3ba 1226 cmd_continuation pointer. */
43ff13b4 1227void
fba45db2 1228finish_command_continuation (struct continuation_arg *arg)
43ff13b4
JM
1229{
1230 register struct symbol *function;
1231 struct breakpoint *breakpoint;
0d06e24b 1232 struct cleanup *cleanups;
c5aa993b 1233
57e687d9
MS
1234 breakpoint = (struct breakpoint *) arg->data.pointer;
1235 function = (struct symbol *) arg->next->data.pointer;
1236 cleanups = (struct cleanup *) arg->next->next->data.pointer;
43ff13b4 1237
c5aa993b 1238 if (bpstat_find_breakpoint (stop_bpstat, breakpoint) != NULL
43ff13b4
JM
1239 && function != 0)
1240 {
1241 struct type *value_type;
43ff13b4
JM
1242 CORE_ADDR funcaddr;
1243 int struct_return;
1244
1245 value_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (function));
1246 if (!value_type)
8e65ff28
AC
1247 internal_error (__FILE__, __LINE__,
1248 "finish_command: function has no target type");
c5aa993b 1249
43ff13b4
JM
1250 if (TYPE_CODE (value_type) == TYPE_CODE_VOID)
1251 {
0d06e24b 1252 do_exec_cleanups (cleanups);
43ff13b4
JM
1253 return;
1254 }
1255
1256 funcaddr = BLOCK_START (SYMBOL_BLOCK_VALUE (function));
1257
1258 struct_return = using_struct_return (value_of_variable (function, NULL),
c5aa993b
JM
1259 funcaddr,
1260 check_typedef (value_type),
11cf8741 1261 BLOCK_GCC_COMPILED (SYMBOL_BLOCK_VALUE (function)));
43ff13b4 1262
11cf8741 1263 print_return_value (struct_return, value_type);
43ff13b4 1264 }
0d06e24b 1265 do_exec_cleanups (cleanups);
43ff13b4
JM
1266}
1267
c906108c
SS
1268/* "finish": Set a temporary breakpoint at the place
1269 the selected frame will return to, then continue. */
1270
1271static void
fba45db2 1272finish_command (char *arg, int from_tty)
c906108c
SS
1273{
1274 struct symtab_and_line sal;
1275 register struct frame_info *frame;
1276 register struct symbol *function;
1277 struct breakpoint *breakpoint;
1278 struct cleanup *old_chain;
0d06e24b 1279 struct continuation_arg *arg1, *arg2, *arg3;
43ff13b4
JM
1280
1281 int async_exec = 0;
1282
1283 /* Find out whether we must run in the background. */
1284 if (arg != NULL)
1285 async_exec = strip_bg_char (&arg);
1286
1287 /* If we must run in the background, but the target can't do it,
1288 error out. */
6426a772 1289 if (event_loop_p && async_exec && !target_can_async_p ())
43ff13b4
JM
1290 error ("Asynchronous execution not supported on this target.");
1291
1292 /* If we are not asked to run in the bg, then prepare to run in the
1293 foreground, synchronously. */
6426a772 1294 if (event_loop_p && !async_exec && target_can_async_p ())
c5aa993b 1295 {
43ff13b4 1296 /* Simulate synchronous execution */
6426a772 1297 async_disable_stdin ();
43ff13b4 1298 }
c906108c
SS
1299
1300 if (arg)
1301 error ("The \"finish\" command does not take any arguments.");
1302 if (!target_has_execution)
1303 error ("The program is not running.");
6e7f8b9c 1304 if (deprecated_selected_frame == NULL)
c906108c
SS
1305 error ("No selected frame.");
1306
6e7f8b9c 1307 frame = get_prev_frame (deprecated_selected_frame);
c906108c
SS
1308 if (frame == 0)
1309 error ("\"finish\" not meaningful in the outermost frame.");
1310
1311 clear_proceed_status ();
1312
bdd78e62
AC
1313 sal = find_pc_line (get_frame_pc (frame), 0);
1314 sal.pc = get_frame_pc (frame);
c906108c 1315
818dd999 1316 breakpoint = set_momentary_breakpoint (sal, get_frame_id (frame), bp_finish);
c906108c 1317
6426a772 1318 if (!event_loop_p || !target_can_async_p ())
4d6140d9 1319 old_chain = make_cleanup_delete_breakpoint (breakpoint);
43ff13b4 1320 else
4d6140d9 1321 old_chain = make_exec_cleanup_delete_breakpoint (breakpoint);
c906108c
SS
1322
1323 /* Find the function we will return from. */
1324
bdd78e62 1325 function = find_pc_function (get_frame_pc (deprecated_selected_frame));
c906108c
SS
1326
1327 /* Print info on the selected frame, including level number
1328 but not source. */
1329 if (from_tty)
1330 {
1331 printf_filtered ("Run till exit from ");
6e7f8b9c
AC
1332 print_stack_frame (deprecated_selected_frame,
1333 frame_relative_level (deprecated_selected_frame), 0);
c906108c
SS
1334 }
1335
43ff13b4
JM
1336 /* If running asynchronously and the target support asynchronous
1337 execution, set things up for the rest of the finish command to be
1338 completed later on, when gdb has detected that the target has
1339 stopped, in fetch_inferior_event. */
6426a772 1340 if (event_loop_p && target_can_async_p ())
43ff13b4 1341 {
c5aa993b 1342 arg1 =
43ff13b4 1343 (struct continuation_arg *) xmalloc (sizeof (struct continuation_arg));
c5aa993b 1344 arg2 =
43ff13b4 1345 (struct continuation_arg *) xmalloc (sizeof (struct continuation_arg));
0d06e24b
JM
1346 arg3 =
1347 (struct continuation_arg *) xmalloc (sizeof (struct continuation_arg));
43ff13b4 1348 arg1->next = arg2;
0d06e24b
JM
1349 arg2->next = arg3;
1350 arg3->next = NULL;
57e687d9
MS
1351 arg1->data.pointer = breakpoint;
1352 arg2->data.pointer = function;
1353 arg3->data.pointer = old_chain;
43ff13b4
JM
1354 add_continuation (finish_command_continuation, arg1);
1355 }
1356
c5aa993b 1357 proceed_to_finish = 1; /* We want stop_registers, please... */
2acceee2 1358 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_DEFAULT, 0);
c906108c 1359
43ff13b4
JM
1360 /* Do this only if not running asynchronously or if the target
1361 cannot do async execution. Otherwise, complete this command when
c5aa993b 1362 the target actually stops, in fetch_inferior_event. */
6426a772 1363 if (!event_loop_p || !target_can_async_p ())
c5aa993b
JM
1364 {
1365
1366 /* Did we stop at our breakpoint? */
1367 if (bpstat_find_breakpoint (stop_bpstat, breakpoint) != NULL
1368 && function != 0)
1369 {
1370 struct type *value_type;
c5aa993b
JM
1371 CORE_ADDR funcaddr;
1372 int struct_return;
1373
1374 value_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (function));
1375 if (!value_type)
8e65ff28
AC
1376 internal_error (__FILE__, __LINE__,
1377 "finish_command: function has no target type");
c5aa993b
JM
1378
1379 /* FIXME: Shouldn't we do the cleanups before returning? */
1380 if (TYPE_CODE (value_type) == TYPE_CODE_VOID)
1381 return;
1382
1383 funcaddr = BLOCK_START (SYMBOL_BLOCK_VALUE (function));
1384
1385 struct_return =
1386 using_struct_return (value_of_variable (function, NULL),
1387 funcaddr,
1388 check_typedef (value_type),
1389 BLOCK_GCC_COMPILED (SYMBOL_BLOCK_VALUE (function)));
1390
11cf8741 1391 print_return_value (struct_return, value_type);
c5aa993b
JM
1392 }
1393 do_cleanups (old_chain);
1394 }
c906108c
SS
1395}
1396\f
1397/* ARGSUSED */
1398static void
fba45db2 1399program_info (char *args, int from_tty)
c906108c
SS
1400{
1401 bpstat bs = stop_bpstat;
1402 int num = bpstat_num (&bs);
c5aa993b 1403
c906108c
SS
1404 if (!target_has_execution)
1405 {
1406 printf_filtered ("The program being debugged is not being run.\n");
1407 return;
1408 }
1409
1410 target_files_info ();
1411 printf_filtered ("Program stopped at %s.\n",
c5aa993b 1412 local_hex_string ((unsigned long) stop_pc));
c906108c
SS
1413 if (stop_step)
1414 printf_filtered ("It stopped after being stepped.\n");
1415 else if (num != 0)
1416 {
1417 /* There may be several breakpoints in the same place, so this
c5aa993b 1418 isn't as strange as it seems. */
c906108c
SS
1419 while (num != 0)
1420 {
1421 if (num < 0)
1422 {
1423 printf_filtered ("It stopped at a breakpoint that has ");
1424 printf_filtered ("since been deleted.\n");
1425 }
1426 else
1427 printf_filtered ("It stopped at breakpoint %d.\n", num);
1428 num = bpstat_num (&bs);
1429 }
1430 }
1431 else if (stop_signal != TARGET_SIGNAL_0)
1432 {
1433 printf_filtered ("It stopped with signal %s, %s.\n",
1434 target_signal_to_name (stop_signal),
1435 target_signal_to_string (stop_signal));
1436 }
1437
1438 if (!from_tty)
1439 {
1440 printf_filtered ("Type \"info stack\" or \"info registers\" ");
1441 printf_filtered ("for more information.\n");
1442 }
1443}
1444\f
1445static void
fba45db2 1446environment_info (char *var, int from_tty)
c906108c
SS
1447{
1448 if (var)
1449 {
1450 register char *val = get_in_environ (inferior_environ, var);
1451 if (val)
1452 {
1453 puts_filtered (var);
1454 puts_filtered (" = ");
1455 puts_filtered (val);
1456 puts_filtered ("\n");
1457 }
1458 else
1459 {
1460 puts_filtered ("Environment variable \"");
1461 puts_filtered (var);
1462 puts_filtered ("\" not defined.\n");
1463 }
1464 }
1465 else
1466 {
1467 register char **vector = environ_vector (inferior_environ);
1468 while (*vector)
1469 {
1470 puts_filtered (*vector++);
1471 puts_filtered ("\n");
1472 }
1473 }
1474}
1475
1476static void
fba45db2 1477set_environment_command (char *arg, int from_tty)
c906108c
SS
1478{
1479 register char *p, *val, *var;
1480 int nullset = 0;
1481
1482 if (arg == 0)
1483 error_no_arg ("environment variable and value");
1484
1485 /* Find seperation between variable name and value */
1486 p = (char *) strchr (arg, '=');
1487 val = (char *) strchr (arg, ' ');
1488
1489 if (p != 0 && val != 0)
1490 {
1491 /* We have both a space and an equals. If the space is before the
c5aa993b
JM
1492 equals, walk forward over the spaces til we see a nonspace
1493 (possibly the equals). */
c906108c
SS
1494 if (p > val)
1495 while (*val == ' ')
1496 val++;
1497
1498 /* Now if the = is after the char following the spaces,
c5aa993b 1499 take the char following the spaces. */
c906108c
SS
1500 if (p > val)
1501 p = val - 1;
1502 }
1503 else if (val != 0 && p == 0)
1504 p = val;
1505
1506 if (p == arg)
1507 error_no_arg ("environment variable to set");
1508
1509 if (p == 0 || p[1] == 0)
1510 {
1511 nullset = 1;
1512 if (p == 0)
1513 p = arg + strlen (arg); /* So that savestring below will work */
1514 }
1515 else
1516 {
1517 /* Not setting variable value to null */
1518 val = p + 1;
1519 while (*val == ' ' || *val == '\t')
1520 val++;
1521 }
1522
c5aa993b
JM
1523 while (p != arg && (p[-1] == ' ' || p[-1] == '\t'))
1524 p--;
c906108c
SS
1525
1526 var = savestring (arg, p - arg);
1527 if (nullset)
1528 {
1529 printf_filtered ("Setting environment variable ");
1530 printf_filtered ("\"%s\" to null value.\n", var);
1531 set_in_environ (inferior_environ, var, "");
1532 }
1533 else
1534 set_in_environ (inferior_environ, var, val);
b8c9b27d 1535 xfree (var);
c906108c
SS
1536}
1537
1538static void
fba45db2 1539unset_environment_command (char *var, int from_tty)
c906108c
SS
1540{
1541 if (var == 0)
1542 {
1543 /* If there is no argument, delete all environment variables.
c5aa993b 1544 Ask for confirmation if reading from the terminal. */
c906108c
SS
1545 if (!from_tty || query ("Delete all environment variables? "))
1546 {
1547 free_environ (inferior_environ);
1548 inferior_environ = make_environ ();
1549 }
1550 }
1551 else
1552 unset_in_environ (inferior_environ, var);
1553}
1554
1555/* Handle the execution path (PATH variable) */
1556
1557static const char path_var_name[] = "PATH";
1558
1559/* ARGSUSED */
1560static void
fba45db2 1561path_info (char *args, int from_tty)
c906108c
SS
1562{
1563 puts_filtered ("Executable and object file path: ");
1564 puts_filtered (get_in_environ (inferior_environ, path_var_name));
1565 puts_filtered ("\n");
1566}
1567
1568/* Add zero or more directories to the front of the execution path. */
1569
1570static void
fba45db2 1571path_command (char *dirname, int from_tty)
c906108c
SS
1572{
1573 char *exec_path;
1574 char *env;
1575 dont_repeat ();
1576 env = get_in_environ (inferior_environ, path_var_name);
1577 /* Can be null if path is not set */
1578 if (!env)
1579 env = "";
4fcf66da 1580 exec_path = xstrdup (env);
c906108c
SS
1581 mod_path (dirname, &exec_path);
1582 set_in_environ (inferior_environ, path_var_name, exec_path);
b8c9b27d 1583 xfree (exec_path);
c906108c 1584 if (from_tty)
c5aa993b 1585 path_info ((char *) NULL, from_tty);
c906108c 1586}
c906108c 1587\f
c5aa993b 1588
c906108c
SS
1589#ifdef REGISTER_NAMES
1590char *gdb_register_names[] = REGISTER_NAMES;
1591#endif
4782dc19 1592/* Print out the machine register regnum. If regnum is -1, print all
0ab7a791
AC
1593 registers (print_all == 1) or all non-float and non-vector
1594 registers (print_all == 0).
c906108c
SS
1595
1596 For most machines, having all_registers_info() print the
0ab7a791
AC
1597 register(s) one per line is good enough. If a different format is
1598 required, (eg, for MIPS or Pyramid 90x, which both have lots of
1599 regs), or there is an existing convention for showing all the
1600 registers, define the architecture method PRINT_REGISTERS_INFO to
1601 provide that format. */
c906108c 1602
666e11c5 1603void
0ab7a791
AC
1604default_print_registers_info (struct gdbarch *gdbarch,
1605 struct ui_file *file,
1606 struct frame_info *frame,
1607 int regnum, int print_all)
c906108c 1608{
0ab7a791
AC
1609 int i;
1610 const int numregs = NUM_REGS + NUM_PSEUDO_REGS;
1611 char *raw_buffer = alloca (MAX_REGISTER_RAW_SIZE);
1612 char *virtual_buffer = alloca (MAX_REGISTER_VIRTUAL_SIZE);
1613
903ad3a6 1614 if (DEPRECATED_DO_REGISTERS_INFO_P ())
0ab7a791 1615 {
903ad3a6 1616 DEPRECATED_DO_REGISTERS_INFO (regnum, print_all);
0ab7a791
AC
1617 return;
1618 }
c906108c
SS
1619
1620 for (i = 0; i < numregs; i++)
1621 {
4782dc19
AC
1622 /* Decide between printing all regs, non-float / vector regs, or
1623 specific reg. */
c5aa993b
JM
1624 if (regnum == -1)
1625 {
f9418c0f 1626 if (print_all)
4782dc19 1627 {
f9418c0f 1628 if (!gdbarch_register_reggroup_p (gdbarch, i, all_reggroup))
4782dc19 1629 continue;
f9418c0f
AC
1630 }
1631 else
1632 {
1633 if (!gdbarch_register_reggroup_p (gdbarch, i, general_reggroup))
4782dc19
AC
1634 continue;
1635 }
c5aa993b
JM
1636 }
1637 else
1638 {
1639 if (i != regnum)
1640 continue;
1641 }
c906108c
SS
1642
1643 /* If the register name is empty, it is undefined for this
c5aa993b 1644 processor, so don't display anything. */
c906108c
SS
1645 if (REGISTER_NAME (i) == NULL || *(REGISTER_NAME (i)) == '\0')
1646 continue;
1647
0ab7a791
AC
1648 fputs_filtered (REGISTER_NAME (i), file);
1649 print_spaces_filtered (15 - strlen (REGISTER_NAME (i)), file);
c906108c
SS
1650
1651 /* Get the data in raw format. */
0ab7a791 1652 if (! frame_register_read (frame, i, raw_buffer))
c906108c 1653 {
0ab7a791 1654 fprintf_filtered (file, "*value not available*\n");
c906108c
SS
1655 continue;
1656 }
1657
0ab7a791
AC
1658 /* FIXME: cagney/2002-08-03: This code shouldn't be necessary.
1659 The function frame_register_read() should have returned the
1660 pre-cooked register so no conversion is necessary. */
c906108c 1661 /* Convert raw data to virtual format if necessary. */
c906108c
SS
1662 if (REGISTER_CONVERTIBLE (i))
1663 {
7b83296f 1664 REGISTER_CONVERT_TO_VIRTUAL (i, register_type (current_gdbarch, i),
c906108c
SS
1665 raw_buffer, virtual_buffer);
1666 }
1667 else
392a587b
JM
1668 {
1669 memcpy (virtual_buffer, raw_buffer,
1670 REGISTER_VIRTUAL_SIZE (i));
1671 }
c906108c 1672
0ab7a791
AC
1673 /* If virtual format is floating, print it that way, and in raw
1674 hex. */
7b83296f 1675 if (TYPE_CODE (register_type (current_gdbarch, i)) == TYPE_CODE_FLT)
c906108c 1676 {
0ab7a791 1677 int j;
c906108c 1678
7b83296f 1679 val_print (register_type (current_gdbarch, i), virtual_buffer, 0, 0,
0ab7a791 1680 file, 0, 1, 0, Val_pretty_default);
c906108c 1681
0ab7a791 1682 fprintf_filtered (file, "\t(raw 0x");
c906108c
SS
1683 for (j = 0; j < REGISTER_RAW_SIZE (i); j++)
1684 {
0ab7a791
AC
1685 int idx;
1686 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
1687 idx = j;
1688 else
1689 idx = REGISTER_RAW_SIZE (i) - 1 - j;
1690 fprintf_filtered (file, "%02x", (unsigned char) raw_buffer[idx]);
c906108c 1691 }
0ab7a791 1692 fprintf_filtered (file, ")");
c906108c 1693 }
c906108c
SS
1694 else
1695 {
ab4327e0 1696 /* Print the register in hex. */
7b83296f 1697 val_print (register_type (current_gdbarch, i), virtual_buffer, 0, 0,
9d84ac84 1698 file, 'x', 1, 0, Val_pretty_default);
ab4327e0
EZ
1699 /* If not a vector register, print it also according to its
1700 natural format. */
7b83296f 1701 if (TYPE_VECTOR (register_type (current_gdbarch, i)) == 0)
ab4327e0 1702 {
9d84ac84 1703 fprintf_filtered (file, "\t");
7b83296f 1704 val_print (register_type (current_gdbarch, i), virtual_buffer, 0, 0,
9d84ac84 1705 file, 0, 1, 0, Val_pretty_default);
ab4327e0 1706 }
c906108c
SS
1707 }
1708
0ab7a791 1709 fprintf_filtered (file, "\n");
c906108c
SS
1710 }
1711}
c906108c 1712
c906108c 1713void
fba45db2 1714registers_info (char *addr_exp, int fpregs)
c906108c
SS
1715{
1716 int regnum, numregs;
1717 register char *end;
1718
1719 if (!target_has_registers)
1720 error ("The program has no registers now.");
6e7f8b9c 1721 if (deprecated_selected_frame == NULL)
c906108c
SS
1722 error ("No selected frame.");
1723
1724 if (!addr_exp)
1725 {
0ab7a791 1726 gdbarch_print_registers_info (current_gdbarch, gdb_stdout,
6e7f8b9c 1727 deprecated_selected_frame, -1, fpregs);
c906108c
SS
1728 return;
1729 }
1730
f9418c0f 1731 while (*addr_exp != '\0')
c5aa993b 1732 {
f9418c0f
AC
1733 char *start;
1734 const char *end;
c906108c 1735
f9418c0f
AC
1736 /* Keep skipping leading white space. */
1737 if (isspace ((*addr_exp)))
1738 {
1739 addr_exp++;
1740 continue;
1741 }
c906108c 1742
f9418c0f
AC
1743 /* Discard any leading ``$''. Check that there is something
1744 resembling a register following it. */
1745 if (addr_exp[0] == '$')
1746 addr_exp++;
1747 if (isspace ((*addr_exp)) || (*addr_exp) == '\0')
1748 error ("Missing register name");
c906108c 1749
f9418c0f
AC
1750 /* Find the start/end of this register name/num/group. */
1751 start = addr_exp;
1752 while ((*addr_exp) != '\0' && !isspace ((*addr_exp)))
1753 addr_exp++;
1754 end = addr_exp;
1755
1756 /* Figure out what we've found and display it. */
1757
1758 /* A register name? */
1759 {
1760 int regnum = frame_map_name_to_regnum (start, end - start);
1761 if (regnum >= 0)
1762 {
1763 gdbarch_print_registers_info (current_gdbarch, gdb_stdout,
6e7f8b9c 1764 deprecated_selected_frame, regnum, fpregs);
f9418c0f
AC
1765 continue;
1766 }
1767 }
1768
1769 /* A register number? (how portable is this one?). */
1770 {
1771 char *endptr;
1772 int regnum = strtol (start, &endptr, 0);
1773 if (endptr == end
1774 && regnum >= 0
1775 && regnum < NUM_REGS + NUM_PSEUDO_REGS)
1776 {
1777 gdbarch_print_registers_info (current_gdbarch, gdb_stdout,
6e7f8b9c 1778 deprecated_selected_frame, regnum, fpregs);
f9418c0f
AC
1779 continue;
1780 }
1781 }
1782
1783 /* A register group? */
1784 {
1785 struct reggroup *const *group;
1786 for (group = reggroups (current_gdbarch);
1787 (*group) != NULL;
1788 group++)
1789 {
1790 /* Don't bother with a length check. Should the user
1791 enter a short register group name, go with the first
1792 group that matches. */
1793 if (strncmp (start, reggroup_name ((*group)), end - start) == 0)
1794 break;
1795 }
1796 if ((*group) != NULL)
1797 {
1798 int regnum;
1799 for (regnum = 0; regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
1800 {
1801 if (gdbarch_register_reggroup_p (current_gdbarch, regnum,
1802 (*group)))
1803 gdbarch_print_registers_info (current_gdbarch,
6e7f8b9c 1804 gdb_stdout, deprecated_selected_frame,
f9418c0f
AC
1805 regnum, fpregs);
1806 }
1807 continue;
1808 }
1809 }
c906108c 1810
f9418c0f
AC
1811 /* Nothing matched. */
1812 error ("Invalid register `%.*s'", (int) (end - start), start);
c5aa993b 1813 }
c906108c
SS
1814}
1815
1816void
fba45db2 1817all_registers_info (char *addr_exp, int from_tty)
c906108c
SS
1818{
1819 registers_info (addr_exp, 1);
1820}
1821
a58dd373 1822static void
fba45db2 1823nofp_registers_info (char *addr_exp, int from_tty)
c906108c
SS
1824{
1825 registers_info (addr_exp, 0);
1826}
e76f1f2e
AC
1827
1828static void
1829print_vector_info (struct gdbarch *gdbarch, struct ui_file *file,
1830 struct frame_info *frame, const char *args)
1831{
e71ecd70
MK
1832 if (!target_has_registers)
1833 error ("The program has no registers now.");
6e7f8b9c 1834 if (deprecated_selected_frame == NULL)
e71ecd70
MK
1835 error ("No selected frame.");
1836
e76f1f2e
AC
1837 if (gdbarch_print_vector_info_p (gdbarch))
1838 gdbarch_print_vector_info (gdbarch, file, frame, args);
1839 else
1840 {
1841 int regnum;
1842 int printed_something = 0;
ab4327e0 1843
e76f1f2e
AC
1844 for (regnum = 0; regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
1845 {
f9418c0f 1846 if (gdbarch_register_reggroup_p (gdbarch, regnum, vector_reggroup))
e76f1f2e
AC
1847 {
1848 printed_something = 1;
e76f1f2e 1849 gdbarch_print_registers_info (gdbarch, file, frame, regnum, 1);
e76f1f2e
AC
1850 }
1851 }
1852 if (!printed_something)
1853 fprintf_filtered (file, "No vector information\n");
1854 }
1855}
1856
1857static void
1858vector_info (char *args, int from_tty)
1859{
6e7f8b9c 1860 print_vector_info (current_gdbarch, gdb_stdout, deprecated_selected_frame, args);
e76f1f2e 1861}
c906108c 1862\f
c5aa993b 1863
c906108c
SS
1864/*
1865 * TODO:
1866 * Should save/restore the tty state since it might be that the
1867 * program to be debugged was started on this tty and it wants
1868 * the tty in some state other than what we want. If it's running
1869 * on another terminal or without a terminal, then saving and
1870 * restoring the tty state is a harmless no-op.
1871 * This only needs to be done if we are attaching to a process.
1872 */
1873
1874/*
1875 attach_command --
1876 takes a program started up outside of gdb and ``attaches'' to it.
1877 This stops it cold in its tracks and allows us to start debugging it.
1878 and wait for the trace-trap that results from attaching. */
1879
1880void
fba45db2 1881attach_command (char *args, int from_tty)
c906108c 1882{
c5aa993b
JM
1883 char *exec_file;
1884 char *full_exec_path = NULL;
c906108c 1885
c5aa993b 1886 dont_repeat (); /* Not for the faint of heart */
c906108c
SS
1887
1888 if (target_has_execution)
1889 {
1890 if (query ("A program is being debugged already. Kill it? "))
1891 target_kill ();
1892 else
1893 error ("Not killed.");
1894 }
1895
1896 target_attach (args, from_tty);
1897
1898 /* Set up the "saved terminal modes" of the inferior
1899 based on what modes we are starting it with. */
1900 target_terminal_init ();
1901
1902 /* Install inferior's terminal modes. */
1903 target_terminal_inferior ();
1904
1905 /* Set up execution context to know that we should return from
1906 wait_for_inferior as soon as the target reports a stop. */
1907 init_wait_for_inferior ();
1908 clear_proceed_status ();
c906108c
SS
1909
1910 /* No traps are generated when attaching to inferior under Mach 3
1911 or GNU hurd. */
1912#ifndef ATTACH_NO_WAIT
c54cfec8
EZ
1913 /* Careful here. See comments in inferior.h. Basically some OSes
1914 don't ignore SIGSTOPs on continue requests anymore. We need a
1915 way for handle_inferior_event to reset the stop_signal variable
1916 after an attach, and this is what STOP_QUIETLY_NO_SIGSTOP is for. */
c0236d92 1917 stop_soon = STOP_QUIETLY_NO_SIGSTOP;
c906108c 1918 wait_for_inferior ();
c0236d92 1919 stop_soon = NO_STOP_QUIETLY;
c906108c
SS
1920#endif
1921
1922 /*
1923 * If no exec file is yet known, try to determine it from the
1924 * process itself.
1925 */
1926 exec_file = (char *) get_exec_file (0);
c5aa993b
JM
1927 if (!exec_file)
1928 {
39f77062 1929 exec_file = target_pid_to_exec_file (PIDGET (inferior_ptid));
c5aa993b
JM
1930 if (exec_file)
1931 {
1932 /* It's possible we don't have a full path, but rather just a
1933 filename. Some targets, such as HP-UX, don't provide the
1934 full path, sigh.
1935
1936 Attempt to qualify the filename against the source path.
1937 (If that fails, we'll just fall back on the original
1938 filename. Not much more we can do...)
1939 */
1940 if (!source_full_path_of (exec_file, &full_exec_path))
1941 full_exec_path = savestring (exec_file, strlen (exec_file));
1942
1943 exec_file_attach (full_exec_path, from_tty);
1adeb98a 1944 symbol_file_add_main (full_exec_path, from_tty);
c5aa993b 1945 }
c906108c 1946 }
c906108c
SS
1947
1948#ifdef SOLIB_ADD
990f9fe3
FF
1949 /* Add shared library symbols from the newly attached process, if any. */
1950 SOLIB_ADD ((char *) 0, from_tty, &current_target, auto_solib_add);
1951 re_enable_breakpoints_in_shlibs ();
c906108c
SS
1952#endif
1953
1954 /* Take any necessary post-attaching actions for this platform.
c5aa993b 1955 */
39f77062 1956 target_post_attach (PIDGET (inferior_ptid));
c906108c
SS
1957
1958 normal_stop ();
6426a772
JM
1959
1960 if (attach_hook)
1961 attach_hook ();
c906108c
SS
1962}
1963
1964/*
1965 * detach_command --
1966 * takes a program previously attached to and detaches it.
1967 * The program resumes execution and will no longer stop
1968 * on signals, etc. We better not have left any breakpoints
1969 * in the program or it'll die when it hits one. For this
1970 * to work, it may be necessary for the process to have been
1971 * previously attached. It *might* work if the program was
1972 * started via the normal ptrace (PTRACE_TRACEME).
1973 */
1974
1975static void
fba45db2 1976detach_command (char *args, int from_tty)
c906108c 1977{
c5aa993b 1978 dont_repeat (); /* Not for the faint of heart */
c906108c
SS
1979 target_detach (args, from_tty);
1980#if defined(SOLIB_RESTART)
1981 SOLIB_RESTART ();
1982#endif
6426a772
JM
1983 if (detach_hook)
1984 detach_hook ();
c906108c
SS
1985}
1986
43ff13b4
JM
1987/* Stop the execution of the target while running in async mode, in
1988 the backgound. */
8b93c638 1989void
fba45db2 1990interrupt_target_command (char *args, int from_tty)
43ff13b4 1991{
6426a772 1992 if (event_loop_p && target_can_async_p ())
43ff13b4 1993 {
c5aa993b 1994 dont_repeat (); /* Not for the faint of heart */
43ff13b4
JM
1995 target_stop ();
1996 }
1997}
1998
c906108c
SS
1999/* ARGSUSED */
2000static void
23e3a7ac
AC
2001print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
2002 struct frame_info *frame, const char *args)
c906108c 2003{
e71ecd70
MK
2004 if (!target_has_registers)
2005 error ("The program has no registers now.");
6e7f8b9c 2006 if (deprecated_selected_frame == NULL)
e71ecd70
MK
2007 error ("No selected frame.");
2008
23e3a7ac
AC
2009 if (gdbarch_print_float_info_p (gdbarch))
2010 gdbarch_print_float_info (gdbarch, file, frame, args);
2011 else
2012 {
23e3a7ac
AC
2013 int regnum;
2014 int printed_something = 0;
ab4327e0 2015
23e3a7ac
AC
2016 for (regnum = 0; regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
2017 {
f9418c0f 2018 if (gdbarch_register_reggroup_p (gdbarch, regnum, float_reggroup))
23e3a7ac
AC
2019 {
2020 printed_something = 1;
23e3a7ac 2021 gdbarch_print_registers_info (gdbarch, file, frame, regnum, 1);
23e3a7ac
AC
2022 }
2023 }
2024 if (!printed_something)
2025 fprintf_filtered (file, "\
2026No floating-point info available for this processor.\n");
23e3a7ac
AC
2027 }
2028}
2029
2030static void
2031float_info (char *args, int from_tty)
2032{
6e7f8b9c 2033 print_float_info (current_gdbarch, gdb_stdout, deprecated_selected_frame, args);
c906108c
SS
2034}
2035\f
2036/* ARGSUSED */
2037static void
fba45db2 2038unset_command (char *args, int from_tty)
c906108c
SS
2039{
2040 printf_filtered ("\"unset\" must be followed by the name of ");
2041 printf_filtered ("an unset subcommand.\n");
2042 help_list (unsetlist, "unset ", -1, gdb_stdout);
2043}
2044
2045void
fba45db2 2046_initialize_infcmd (void)
c906108c
SS
2047{
2048 struct cmd_list_element *c;
c5aa993b 2049
c94fdfd0
EZ
2050 c = add_com ("tty", class_run, tty_command,
2051 "Set terminal for future runs of program being debugged.");
5ba2abeb 2052 set_cmd_completer (c, filename_completer);
c906108c 2053
fa58ee11
EZ
2054 c = add_set_cmd ("args", class_run, var_string_noescape,
2055 (char *) &inferior_args,
2056 "Set argument list to give program being debugged when it is started.\n\
c906108c 2057Follow this command with any number of args, to be passed to the program.",
fa58ee11 2058 &setlist);
5ba2abeb 2059 set_cmd_completer (c, filename_completer);
9f60d481 2060 set_cmd_sfunc (c, notice_args_set);
552c04a7 2061 c = add_show_from_set (c, &showlist);
9f60d481 2062 set_cmd_sfunc (c, notice_args_read);
c906108c
SS
2063
2064 c = add_cmd
2065 ("environment", no_class, environment_info,
2066 "The environment to give the program, or one variable's value.\n\
2067With an argument VAR, prints the value of environment variable VAR to\n\
2068give the program being debugged. With no arguments, prints the entire\n\
2069environment to be given to the program.", &showlist);
5ba2abeb 2070 set_cmd_completer (c, noop_completer);
c906108c
SS
2071
2072 add_prefix_cmd ("unset", no_class, unset_command,
d4654627 2073 "Complement to certain \"set\" commands.",
c906108c 2074 &unsetlist, "unset ", 0, &cmdlist);
c5aa993b 2075
c906108c 2076 c = add_cmd ("environment", class_run, unset_environment_command,
c5aa993b 2077 "Cancel environment variable VAR for the program.\n\
c906108c 2078This does not affect the program until the next \"run\" command.",
c5aa993b 2079 &unsetlist);
5ba2abeb 2080 set_cmd_completer (c, noop_completer);
c906108c
SS
2081
2082 c = add_cmd ("environment", class_run, set_environment_command,
2083 "Set environment variable value to give the program.\n\
2084Arguments are VAR VALUE where VAR is variable name and VALUE is value.\n\
2085VALUES of environment variables are uninterpreted strings.\n\
2086This does not affect the program until the next \"run\" command.",
c5aa993b 2087 &setlist);
5ba2abeb 2088 set_cmd_completer (c, noop_completer);
c5aa993b 2089
fa58ee11
EZ
2090 c = add_com ("path", class_files, path_command,
2091 "Add directory DIR(s) to beginning of search path for object files.\n\
c906108c
SS
2092$cwd in the path means the current working directory.\n\
2093This path is equivalent to the $PATH shell variable. It is a list of\n\
2094directories, separated by colons. These directories are searched to find\n\
2095fully linked executable files and separately compiled object files as needed.");
5ba2abeb 2096 set_cmd_completer (c, filename_completer);
c906108c
SS
2097
2098 c = add_cmd ("paths", no_class, path_info,
c5aa993b 2099 "Current search path for finding object files.\n\
c906108c
SS
2100$cwd in the path means the current working directory.\n\
2101This path is equivalent to the $PATH shell variable. It is a list of\n\
2102directories, separated by colons. These directories are searched to find\n\
2103fully linked executable files and separately compiled object files as needed.",
2104 &showlist);
5ba2abeb 2105 set_cmd_completer (c, noop_completer);
c906108c 2106
c5aa993b
JM
2107 add_com ("attach", class_run, attach_command,
2108 "Attach to a process or file outside of GDB.\n\
c906108c
SS
2109This command attaches to another target, of the same type as your last\n\
2110\"target\" command (\"info files\" will show your target stack).\n\
2111The command may take as argument a process id or a device file.\n\
2112For a process id, you must have permission to send the process a signal,\n\
2113and it must have the same effective uid as the debugger.\n\
2114When using \"attach\" with a process id, the debugger finds the\n\
2115program running in the process, looking first in the current working\n\
2116directory, or (if not found there) using the source file search path\n\
2117(see the \"directory\" command). You can also use the \"file\" command\n\
2118to specify the program, and to load its symbol table.");
2119
2120 add_com ("detach", class_run, detach_command,
2121 "Detach a process or file previously attached.\n\
2122If a process, it is no longer traced, and it continues its execution. If\n\
2123you were debugging a file, the file is closed and gdb no longer accesses it.");
2124
2125 add_com ("signal", class_run, signal_command,
2126 "Continue program giving it signal specified by the argument.\n\
2127An argument of \"0\" means continue program without giving it a signal.");
2128
2129 add_com ("stepi", class_run, stepi_command,
2130 "Step one instruction exactly.\n\
2131Argument N means do this N times (or till program stops for another reason).");
2132 add_com_alias ("si", "stepi", class_alias, 0);
2133
2134 add_com ("nexti", class_run, nexti_command,
2135 "Step one instruction, but proceed through subroutine calls.\n\
2136Argument N means do this N times (or till program stops for another reason).");
2137 add_com_alias ("ni", "nexti", class_alias, 0);
2138
2139 add_com ("finish", class_run, finish_command,
2140 "Execute until selected stack frame returns.\n\
2141Upon return, the value returned is printed and put in the value history.");
2142
2143 add_com ("next", class_run, next_command,
2144 "Step program, proceeding through subroutine calls.\n\
2145Like the \"step\" command as long as subroutine calls do not happen;\n\
2146when they do, the call is treated as one instruction.\n\
2147Argument N means do this N times (or till program stops for another reason).");
2148 add_com_alias ("n", "next", class_run, 1);
2149 if (xdb_commands)
c5aa993b 2150 add_com_alias ("S", "next", class_run, 1);
c906108c
SS
2151
2152 add_com ("step", class_run, step_command,
2153 "Step program until it reaches a different source line.\n\
2154Argument N means do this N times (or till program stops for another reason).");
2155 add_com_alias ("s", "step", class_run, 1);
2156
c94fdfd0
EZ
2157 c = add_com ("until", class_run, until_command,
2158 "Execute until the program reaches a source line greater than the current\n\
ae66c1fc 2159or a specified location (same args as break command) within the current frame.");
5ba2abeb 2160 set_cmd_completer (c, location_completer);
c906108c 2161 add_com_alias ("u", "until", class_run, 1);
c5aa993b 2162
ae66c1fc
EZ
2163 c = add_com ("advance", class_run, advance_command,
2164 "Continue the program up to the given location (same form as args for break command).\n\
2165Execution will also stop upon exit from the current stack frame.");
2166 set_cmd_completer (c, location_completer);
2167
c94fdfd0
EZ
2168 c = add_com ("jump", class_run, jump_command,
2169 "Continue program being debugged at specified line or address.\n\
c906108c
SS
2170Give as argument either LINENUM or *ADDR, where ADDR is an expression\n\
2171for an address to start at.");
5ba2abeb 2172 set_cmd_completer (c, location_completer);
c906108c 2173
b83266a0 2174 if (xdb_commands)
c94fdfd0
EZ
2175 {
2176 c = add_com ("go", class_run, go_command,
2177 "Usage: go <location>\n\
c906108c
SS
2178Continue program being debugged, stopping at specified line or \n\
2179address.\n\
2180Give as argument either LINENUM or *ADDR, where ADDR is an \n\
2181expression for an address to start at.\n\
2182This command is a combination of tbreak and jump.");
5ba2abeb 2183 set_cmd_completer (c, location_completer);
c94fdfd0 2184 }
b83266a0 2185
c906108c 2186 if (xdb_commands)
c5aa993b 2187 add_com_alias ("g", "go", class_run, 1);
c906108c
SS
2188
2189 add_com ("continue", class_run, continue_command,
2190 "Continue program being debugged, after signal or breakpoint.\n\
2191If proceeding from breakpoint, a number N may be used as an argument,\n\
2192which means to set the ignore count of that breakpoint to N - 1 (so that\n\
2193the breakpoint won't break until the Nth time it is reached).");
2194 add_com_alias ("c", "cont", class_run, 1);
2195 add_com_alias ("fg", "cont", class_run, 1);
2196
fa58ee11 2197 c = add_com ("run", class_run, run_command,
c906108c
SS
2198 "Start debugged program. You may specify arguments to give it.\n\
2199Args may include \"*\", or \"[...]\"; they are expanded using \"sh\".\n\
2200Input and output redirection with \">\", \"<\", or \">>\" are also allowed.\n\n\
2201With no arguments, uses arguments last specified (with \"run\" or \"set args\").\n\
2202To cancel previous arguments and run with no arguments,\n\
2203use \"set args\" without arguments.");
5ba2abeb 2204 set_cmd_completer (c, filename_completer);
c906108c
SS
2205 add_com_alias ("r", "run", class_run, 1);
2206 if (xdb_commands)
2207 add_com ("R", class_run, run_no_args_command,
c5aa993b 2208 "Start debugged program with no arguments.");
c906108c 2209
43ff13b4
JM
2210 add_com ("interrupt", class_run, interrupt_target_command,
2211 "Interrupt the execution of the debugged program.");
2212
c906108c 2213 add_info ("registers", nofp_registers_info,
c5aa993b 2214 "List of integer registers and their contents, for selected stack frame.\n\
c906108c 2215Register name as argument means describe only that register.");
7194c49b 2216 add_info_alias ("r", "registers", 1);
c906108c
SS
2217
2218 if (xdb_commands)
c5aa993b
JM
2219 add_com ("lr", class_info, nofp_registers_info,
2220 "List of integer registers and their contents, for selected stack frame.\n\
c906108c
SS
2221 Register name as argument means describe only that register.");
2222 add_info ("all-registers", all_registers_info,
c5aa993b 2223 "List of all registers and their contents, for selected stack frame.\n\
c906108c
SS
2224Register name as argument means describe only that register.");
2225
2226 add_info ("program", program_info,
2227 "Execution status of the program.");
2228
2229 add_info ("float", float_info,
2230 "Print the status of the floating point unit\n");
2231
e76f1f2e
AC
2232 add_info ("vector", vector_info,
2233 "Print the status of the vector unit\n");
2234
c906108c
SS
2235 inferior_environ = make_environ ();
2236 init_environ (inferior_environ);
2237}
This page took 0.433728 seconds and 4 git commands to generate.