Fix print of value type in a corner case of finish
[deliverable/binutils-gdb.git] / gdb / infcmd.c
CommitLineData
c906108c 1/* Memory-access and commands for "inferior" process, for GDB.
990a07ab 2
32d0add0 3 Copyright (C) 1986-2015 Free Software Foundation, Inc.
c906108c 4
c5aa993b 5 This file is part of GDB.
c906108c 6
c5aa993b
JM
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
a9762ec7 9 the Free Software Foundation; either version 3 of the License, or
c5aa993b 10 (at your option) any later version.
c906108c 11
c5aa993b
JM
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
c906108c 16
c5aa993b 17 You should have received a copy of the GNU General Public License
a9762ec7 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c906108c
SS
19
20#include "defs.h"
5af949e3 21#include "arch-utils.h"
c906108c 22#include <signal.h>
c906108c
SS
23#include "symtab.h"
24#include "gdbtypes.h"
25#include "frame.h"
26#include "inferior.h"
45741a9c 27#include "infrun.h"
c906108c
SS
28#include "environ.h"
29#include "value.h"
30#include "gdbcmd.h"
1adeb98a 31#include "symfile.h"
c906108c
SS
32#include "gdbcore.h"
33#include "target.h"
34#include "language.h"
c906108c 35#include "objfiles.h"
c94fdfd0 36#include "completer.h"
8b93c638 37#include "ui-out.h"
6426a772 38#include "event-top.h"
96baa820 39#include "parser-defs.h"
36160dc4 40#include "regcache.h"
f9418c0f 41#include "reggroups.h"
fe898f56 42#include "block.h"
a77053c2 43#include "solib.h"
f9418c0f 44#include <ctype.h>
281b533b 45#include "observer.h"
424163ea 46#include "target-descriptions.h"
ad842144 47#include "user-regs.h"
700b53b1 48#include "cli/cli-decode.h"
a0ef4274 49#include "gdbthread.h"
79a45b7d 50#include "valprint.h"
edb3359d 51#include "inline-frame.h"
573cda03 52#include "tracepoint.h"
09cee04b 53#include "inf-loop.h"
be34f849 54#include "continuations.h"
f8eba3c6 55#include "linespec.h"
529480d0 56#include "cli/cli-utils.h"
d5551862 57
a58dd373
EZ
58/* Local functions: */
59
60static void nofp_registers_info (char *, int);
61
6a3a010b 62static void print_return_value (struct value *function,
c055b101 63 struct type *value_type);
11cf8741 64
a14ed312 65static void until_next_command (int);
c906108c 66
a14ed312 67static void until_command (char *, int);
c906108c 68
a14ed312 69static void path_info (char *, int);
c906108c 70
a14ed312 71static void path_command (char *, int);
c906108c 72
a14ed312 73static void unset_command (char *, int);
c906108c 74
a14ed312 75static void float_info (char *, int);
c906108c 76
6ad8ae5c
DJ
77static void disconnect_command (char *, int);
78
a14ed312 79static void unset_environment_command (char *, int);
c906108c 80
a14ed312 81static void set_environment_command (char *, int);
c906108c 82
a14ed312 83static void environment_info (char *, int);
c906108c 84
a14ed312 85static void program_info (char *, int);
c906108c 86
a14ed312 87static void finish_command (char *, int);
c906108c 88
a14ed312 89static void signal_command (char *, int);
c906108c 90
a14ed312 91static void jump_command (char *, int);
c906108c 92
a14ed312 93static void step_1 (int, int, char *);
3e43a32a
MS
94static void step_once (int skip_subroutines, int single_inst,
95 int count, int thread);
c906108c 96
a14ed312 97static void next_command (char *, int);
c906108c 98
a14ed312 99static void step_command (char *, int);
c906108c 100
a14ed312 101static void run_command (char *, int);
c906108c 102
a14ed312 103static void run_no_args_command (char *args, int from_tty);
392a587b 104
a14ed312 105static void go_command (char *line_no, int from_tty);
392a587b 106
a14ed312 107void _initialize_infcmd (void);
c906108c 108
c906108c 109#define ERROR_NO_INFERIOR \
8a3fe4f8 110 if (!target_has_execution) error (_("The program is not being run."));
c906108c 111
3e43a32a
MS
112/* Scratch area where string containing arguments to give to the
113 program will be stored by 'set args'. As soon as anything is
114 stored, notice_args_set will move it into per-inferior storage.
1777feb0 115 Arguments are separated by spaces. Empty string (pointer to '\0')
3e43a32a 116 means no args. */
c906108c 117
3f81c18a 118static char *inferior_args_scratch;
c906108c 119
3f81c18a
VP
120/* Scratch area where 'set inferior-tty' will store user-provided value.
121 We'll immediate copy it into per-inferior storage. */
552c04a7 122
3f81c18a 123static char *inferior_io_terminal_scratch;
c906108c
SS
124
125/* Pid of our debugged inferior, or 0 if no inferior now.
126 Since various parts of infrun.c test this to see whether there is a program
127 being debugged it should be nonzero (currently 3 is used) for remote
128 debugging. */
129
39f77062 130ptid_t inferior_ptid;
c906108c 131
c906108c
SS
132/* Address at which inferior stopped. */
133
134CORE_ADDR stop_pc;
135
c906108c
SS
136/* Nonzero if stopped due to completion of a stack dummy routine. */
137
aa7d318d 138enum stop_stack_kind stop_stack_dummy;
c906108c
SS
139
140/* Nonzero if stopped due to a random (unexpected) signal in inferior
141 process. */
142
143int stopped_by_random_signal;
144
98882a26
PA
145/* See inferior.h. */
146
147int startup_with_shell = 1;
148
c906108c 149\f
1777feb0 150/* Accessor routines. */
07091751 151
3f81c18a
VP
152/* Set the io terminal for the current inferior. Ownership of
153 TERMINAL_NAME is not transferred. */
154
3cb3b8df
BR
155void
156set_inferior_io_terminal (const char *terminal_name)
157{
3f81c18a
VP
158 xfree (current_inferior ()->terminal);
159 current_inferior ()->terminal = terminal_name ? xstrdup (terminal_name) : 0;
3cb3b8df
BR
160}
161
162const char *
163get_inferior_io_terminal (void)
164{
3f81c18a
VP
165 return current_inferior ()->terminal;
166}
167
168static void
169set_inferior_tty_command (char *args, int from_tty,
170 struct cmd_list_element *c)
171{
172 /* CLI has assigned the user-provided value to inferior_io_terminal_scratch.
173 Now route it to current inferior. */
174 set_inferior_io_terminal (inferior_io_terminal_scratch);
175}
176
177static void
178show_inferior_tty_command (struct ui_file *file, int from_tty,
179 struct cmd_list_element *c, const char *value)
180{
181 /* Note that we ignore the passed-in value in favor of computing it
182 directly. */
275f2e57 183 const char *inferior_io_terminal = get_inferior_io_terminal ();
abbb1732 184
275f2e57
DJ
185 if (inferior_io_terminal == NULL)
186 inferior_io_terminal = "";
3f81c18a 187 fprintf_filtered (gdb_stdout,
275f2e57
DJ
188 _("Terminal for future runs of program being debugged "
189 "is \"%s\".\n"), inferior_io_terminal);
3cb3b8df
BR
190}
191
07091751
FN
192char *
193get_inferior_args (void)
194{
3f81c18a 195 if (current_inferior ()->argc != 0)
552c04a7 196 {
3f81c18a 197 char *n;
552c04a7 198
3f81c18a
VP
199 n = construct_inferior_arguments (current_inferior ()->argc,
200 current_inferior ()->argv);
201 set_inferior_args (n);
202 xfree (n);
552c04a7
TT
203 }
204
3f81c18a
VP
205 if (current_inferior ()->args == NULL)
206 current_inferior ()->args = xstrdup ("");
552c04a7 207
3f81c18a 208 return current_inferior ()->args;
07091751
FN
209}
210
3f81c18a
VP
211/* Set the arguments for the current inferior. Ownership of
212 NEWARGS is not transferred. */
213
214void
07091751
FN
215set_inferior_args (char *newargs)
216{
3f81c18a
VP
217 xfree (current_inferior ()->args);
218 current_inferior ()->args = newargs ? xstrdup (newargs) : NULL;
219 current_inferior ()->argc = 0;
220 current_inferior ()->argv = 0;
07091751 221}
c5aa993b 222
552c04a7
TT
223void
224set_inferior_args_vector (int argc, char **argv)
225{
3f81c18a
VP
226 current_inferior ()->argc = argc;
227 current_inferior ()->argv = argv;
552c04a7
TT
228}
229
230/* Notice when `set args' is run. */
6339bfc4 231
552c04a7 232static void
3f81c18a 233set_args_command (char *args, int from_tty, struct cmd_list_element *c)
552c04a7 234{
3f81c18a
VP
235 /* CLI has assigned the user-provided value to inferior_args_scratch.
236 Now route it to current inferior. */
237 set_inferior_args (inferior_args_scratch);
552c04a7
TT
238}
239
240/* Notice when `show args' is run. */
6339bfc4 241
552c04a7 242static void
3f81c18a
VP
243show_args_command (struct ui_file *file, int from_tty,
244 struct cmd_list_element *c, const char *value)
552c04a7 245{
258c00cc
TT
246 /* Note that we ignore the passed-in value in favor of computing it
247 directly. */
248 deprecated_show_value_hack (file, from_tty, c, get_inferior_args ());
552c04a7
TT
249}
250
c2a727fa
TT
251\f
252/* Compute command-line string given argument vector. This does the
253 same shell processing as fork_inferior. */
6339bfc4 254
c2a727fa 255char *
bd57a748 256construct_inferior_arguments (int argc, char **argv)
c2a727fa
TT
257{
258 char *result;
259
98882a26 260 if (startup_with_shell)
c2a727fa 261 {
5d60742e
EZ
262#ifdef __MINGW32__
263 /* This holds all the characters considered special to the
264 Windows shells. */
265 char *special = "\"!&*|[]{}<>?`~^=;, \t\n";
266 const char quote = '"';
267#else
c2a727fa
TT
268 /* This holds all the characters considered special to the
269 typical Unix shells. We include `^' because the SunOS
270 /bin/sh treats it as a synonym for `|'. */
5d60742e
EZ
271 char *special = "\"!#$&*()\\|[]{}<>?'`~^; \t\n";
272 const char quote = '\'';
273#endif
c2a727fa
TT
274 int i;
275 int length = 0;
276 char *out, *cp;
277
278 /* We over-compute the size. It shouldn't matter. */
279 for (i = 0; i < argc; ++i)
c2226152 280 length += 3 * strlen (argv[i]) + 1 + 2 * (argv[i][0] == '\0');
c2a727fa
TT
281
282 result = (char *) xmalloc (length);
283 out = result;
284
285 for (i = 0; i < argc; ++i)
286 {
287 if (i > 0)
288 *out++ = ' ';
289
03c6228e
AS
290 /* Need to handle empty arguments specially. */
291 if (argv[i][0] == '\0')
c2a727fa 292 {
5d60742e
EZ
293 *out++ = quote;
294 *out++ = quote;
03c6228e
AS
295 }
296 else
297 {
5d60742e
EZ
298#ifdef __MINGW32__
299 int quoted = 0;
300
301 if (strpbrk (argv[i], special))
302 {
303 quoted = 1;
304 *out++ = quote;
305 }
306#endif
03c6228e
AS
307 for (cp = argv[i]; *cp; ++cp)
308 {
c2226152
AS
309 if (*cp == '\n')
310 {
311 /* A newline cannot be quoted with a backslash (it
312 just disappears), only by putting it inside
313 quotes. */
5d60742e 314 *out++ = quote;
c2226152 315 *out++ = '\n';
5d60742e 316 *out++ = quote;
c2226152
AS
317 }
318 else
319 {
5d60742e
EZ
320#ifdef __MINGW32__
321 if (*cp == quote)
322#else
c2226152 323 if (strchr (special, *cp) != NULL)
5d60742e 324#endif
c2226152
AS
325 *out++ = '\\';
326 *out++ = *cp;
327 }
03c6228e 328 }
5d60742e
EZ
329#ifdef __MINGW32__
330 if (quoted)
331 *out++ = quote;
332#endif
c2a727fa
TT
333 }
334 }
335 *out = '\0';
336 }
337 else
338 {
339 /* In this case we can't handle arguments that contain spaces,
340 tabs, or newlines -- see breakup_args(). */
341 int i;
342 int length = 0;
343
344 for (i = 0; i < argc; ++i)
345 {
346 char *cp = strchr (argv[i], ' ');
347 if (cp == NULL)
348 cp = strchr (argv[i], '\t');
349 if (cp == NULL)
350 cp = strchr (argv[i], '\n');
351 if (cp != NULL)
3e43a32a
MS
352 error (_("can't handle command-line "
353 "argument containing whitespace"));
c2a727fa
TT
354 length += strlen (argv[i]) + 1;
355 }
356
357 result = (char *) xmalloc (length);
358 result[0] = '\0';
359 for (i = 0; i < argc; ++i)
360 {
361 if (i > 0)
362 strcat (result, " ");
363 strcat (result, argv[i]);
364 }
365 }
366
367 return result;
368}
552c04a7
TT
369\f
370
6c4486e6
PA
371/* This function strips the '&' character (indicating background
372 execution) that is added as *the last* of the arguments ARGS of a
373 command. A copy of the incoming ARGS without the '&' is returned,
374 unless the resulting string after stripping is empty, in which case
375 NULL is returned. *BG_CHAR_P is an output boolean that indicates
376 whether the '&' character was found. */
6339bfc4 377
6c4486e6
PA
378static char *
379strip_bg_char (const char *args, int *bg_char_p)
43ff13b4 380{
6c4486e6 381 const char *p;
c5aa993b 382
6c4486e6
PA
383 if (args == NULL || *args == '\0')
384 {
385 *bg_char_p = 0;
386 return NULL;
387 }
c5aa993b 388
6c4486e6
PA
389 p = args + strlen (args);
390 if (p[-1] == '&')
43ff13b4 391 {
6c4486e6
PA
392 p--;
393 while (p > args && isspace (p[-1]))
394 p--;
395
396 *bg_char_p = 1;
397 if (p != args)
398 return savestring (args, p - args);
399 else
400 return NULL;
43ff13b4 401 }
6c4486e6
PA
402
403 *bg_char_p = 0;
404 return xstrdup (args);
43ff13b4
JM
405}
406
281b533b
DJ
407/* Common actions to take after creating any sort of inferior, by any
408 means (running, attaching, connecting, et cetera). The target
409 should be stopped. */
410
411void
412post_create_inferior (struct target_ops *target, int from_tty)
413{
ce406537
PA
414 volatile struct gdb_exception ex;
415
b79599ff
DP
416 /* Be sure we own the terminal in case write operations are performed. */
417 target_terminal_ours ();
418
424163ea
DJ
419 /* If the target hasn't taken care of this already, do it now.
420 Targets which need to access registers during to_open,
421 to_create_inferior, or to_attach should do it earlier; but many
422 don't need to. */
423 target_find_description ();
424
ce406537
PA
425 /* Now that we know the register layout, retrieve current PC. But
426 if the PC is unavailable (e.g., we're opening a core file with
427 missing registers info), ignore it. */
428 stop_pc = 0;
429 TRY_CATCH (ex, RETURN_MASK_ERROR)
430 {
431 stop_pc = regcache_read_pc (get_current_regcache ());
432 }
433 if (ex.reason < 0 && ex.error != NOT_AVAILABLE_ERROR)
434 throw_exception (ex);
f698437e 435
50c71eaf
PA
436 if (exec_bfd)
437 {
2eff07b3
PP
438 const unsigned solib_add_generation
439 = current_program_space->solib_add_generation;
440
9353355f
DJ
441 /* Create the hooks to handle shared library load and unload
442 events. */
268a4a75 443 solib_create_inferior_hook (from_tty);
268a4a75 444
2eff07b3
PP
445 if (current_program_space->solib_add_generation == solib_add_generation)
446 {
447 /* The platform-specific hook should load initial shared libraries,
448 but didn't. FROM_TTY will be incorrectly 0 but such solib
449 targets should be fixed anyway. Call it only after the solib
450 target has been initialized by solib_create_inferior_hook. */
451
452 if (info_verbose)
453 warning (_("platform-specific solib_create_inferior_hook did "
454 "not load initial shared libraries."));
455
456 /* If the solist is global across processes, there's no need to
457 refetch it here. */
f5656ead 458 if (!gdbarch_has_global_solist (target_gdbarch ()))
4d1eb6b4 459 solib_add (NULL, 0, target, auto_solib_add);
2eff07b3 460 }
9353355f
DJ
461 }
462
ea5d7a99
PM
463 /* If the user sets watchpoints before execution having started,
464 then she gets software watchpoints, because GDB can't know which
465 target will end up being pushed, or if it supports hardware
466 watchpoints or not. breakpoint_re_set takes care of promoting
467 watchpoints to hardware watchpoints if possible, however, if this
468 new inferior doesn't load shared libraries or we don't pull in
469 symbols from any other source on this target/arch,
470 breakpoint_re_set is never called. Call it now so that software
471 watchpoints get a chance to be promoted to hardware watchpoints
472 if the now pushed target supports hardware watchpoints. */
473 breakpoint_re_set ();
474
281b533b
DJ
475 observer_notify_inferior_created (target, from_tty);
476}
477
a4d5f2e0
JB
478/* Kill the inferior if already running. This function is designed
479 to be called when we are about to start the execution of the program
480 from the beginning. Ask the user to confirm that he wants to restart
481 the program being debugged when FROM_TTY is non-null. */
c906108c 482
8edfe269 483static void
a4d5f2e0
JB
484kill_if_already_running (int from_tty)
485{
39f77062 486 if (! ptid_equal (inferior_ptid, null_ptid) && target_has_execution)
c906108c 487 {
8edfe269
DJ
488 /* Bail out before killing the program if we will not be able to
489 restart it. */
490 target_require_runnable ();
491
adf40b2e 492 if (from_tty
9e2f0ad4
HZ
493 && !query (_("The program being debugged has been started already.\n\
494Start it from the beginning? ")))
8a3fe4f8 495 error (_("Program not restarted."));
c906108c 496 target_kill ();
c906108c 497 }
a4d5f2e0
JB
498}
499
329ea579 500/* See inferior.h. */
8bc2fe48 501
329ea579 502void
8bc2fe48
PA
503prepare_execution_command (struct target_ops *target, int background)
504{
505 /* If we get a request for running in the bg but the target
506 doesn't support it, error out. */
507 if (background && !target->to_can_async_p (target))
508 error (_("Asynchronous execution not supported on this target."));
509
510 /* If we don't get a request of running in the bg, then we need
511 to simulate synchronous (fg) execution. */
512 if (!background && target->to_can_async_p (target))
513 {
514 /* Simulate synchronous execution. Note no cleanup is necessary
515 for this. stdin is re-enabled whenever an error reaches the
516 top level. */
517 async_disable_stdin ();
518 }
519}
520
1777feb0 521/* Implement the "run" command. If TBREAK_AT_MAIN is set, then insert
f67a969f
JB
522 a temporary breakpoint at the begining of the main program before
523 running the program. */
524
a4d5f2e0 525static void
f67a969f 526run_command_1 (char *args, int from_tty, int tbreak_at_main)
a4d5f2e0
JB
527{
528 char *exec_file;
29f49a6a
PA
529 struct cleanup *old_chain;
530 ptid_t ptid;
79a45e25 531 struct ui_out *uiout = current_uiout;
b3ccfe11 532 struct target_ops *run_target;
6c4486e6
PA
533 int async_exec;
534 struct cleanup *args_chain;
c906108c 535
a4d5f2e0
JB
536 dont_repeat ();
537
538 kill_if_already_running (from_tty);
3c35e65b
UW
539
540 init_wait_for_inferior ();
c906108c
SS
541 clear_breakpoint_hit_counts ();
542
fd79ecee
DJ
543 /* Clean up any leftovers from other runs. Some other things from
544 this function should probably be moved into target_pre_inferior. */
545 target_pre_inferior (from_tty);
546
39ad761d
JB
547 /* The comment here used to read, "The exec file is re-read every
548 time we do a generic_mourn_inferior, so we just have to worry
549 about the symbol file." The `generic_mourn_inferior' function
550 gets called whenever the program exits. However, suppose the
551 program exits, and *then* the executable file changes? We need
552 to check again here. Since reopen_exec_file doesn't do anything
553 if the timestamp hasn't changed, I don't see the harm. */
554 reopen_exec_file ();
c906108c
SS
555 reread_symbols ();
556
6c4486e6
PA
557 args = strip_bg_char (args, &async_exec);
558 args_chain = make_cleanup (xfree, args);
f67a969f 559
8bc2fe48
PA
560 /* Do validation and preparation before possibly changing anything
561 in the inferior. */
39ad761d 562
b3ccfe11
TT
563 run_target = find_run_target ();
564
8bc2fe48
PA
565 prepare_execution_command (run_target, async_exec);
566
b3ccfe11 567 if (non_stop && !run_target->to_supports_non_stop (run_target))
9908b566
VP
568 error (_("The target does not support running in non-stop mode."));
569
8bc2fe48
PA
570 /* Done. Can now set breakpoints, change inferior args, etc. */
571
572 /* Insert the temporary breakpoint if a location was specified. */
573 if (tbreak_at_main)
574 tbreak_command (main_name (), 0);
575
576 exec_file = (char *) get_exec_file (0);
577
c906108c
SS
578 /* We keep symbols from add-symbol-file, on the grounds that the
579 user might want to add some symbols before running the program
580 (right?). But sometimes (dynamic loading where the user manually
581 introduces the new symbols with add-symbol-file), the code which
582 the symbols describe does not persist between runs. Currently
583 the user has to manually nuke all symbols between runs if they
584 want them to go away (PR 2207). This is probably reasonable. */
585
8bc2fe48
PA
586 /* If there were other args, beside '&', process them. */
587 if (args != NULL)
588 set_inferior_args (args);
c906108c
SS
589
590 if (from_tty)
591 {
8b93c638
JM
592 ui_out_field_string (uiout, NULL, "Starting program");
593 ui_out_text (uiout, ": ");
594 if (exec_file)
595 ui_out_field_string (uiout, "execfile", exec_file);
596 ui_out_spaces (uiout, 1);
552c04a7
TT
597 /* We call get_inferior_args() because we might need to compute
598 the value now. */
599 ui_out_field_string (uiout, "infargs", get_inferior_args ());
8b93c638
JM
600 ui_out_text (uiout, "\n");
601 ui_out_flush (uiout);
c906108c
SS
602 }
603
6c4486e6
PA
604 /* Done with ARGS. */
605 do_cleanups (args_chain);
606
552c04a7
TT
607 /* We call get_inferior_args() because we might need to compute
608 the value now. */
b3ccfe11
TT
609 run_target->to_create_inferior (run_target, exec_file, get_inferior_args (),
610 environ_vector (current_inferior ()->environment),
611 from_tty);
612 /* to_create_inferior should push the target, so after this point we
613 shouldn't refer to run_target again. */
614 run_target = NULL;
281b533b 615
29f49a6a
PA
616 /* We're starting off a new process. When we get out of here, in
617 non-stop mode, finish the state of all threads of that process,
618 but leave other threads alone, as they may be stopped in internal
619 events --- the frontend shouldn't see them as stopped. In
620 all-stop, always finish the state of all threads, as we may be
621 resuming more than just the new process. */
622 if (non_stop)
623 ptid = pid_to_ptid (ptid_get_pid (inferior_ptid));
624 else
625 ptid = minus_one_ptid;
626 old_chain = make_cleanup (finish_thread_state_cleanup, &ptid);
627
de1b3c3d
PA
628 /* Pass zero for FROM_TTY, because at this point the "run" command
629 has done its thing; now we are setting up the running program. */
630 post_create_inferior (&current_target, 0);
281b533b 631
74d1f91e
JK
632 /* Start the target running. Do not use -1 continuation as it would skip
633 breakpoint right at the entry point. */
a493e3e2 634 proceed (regcache_read_pc (get_current_regcache ()), GDB_SIGNAL_0, 0);
c906108c 635
29f49a6a
PA
636 /* Since there was no error, there's no need to finish the thread
637 states here. */
638 discard_cleanups (old_chain);
639}
c906108c 640
f67a969f
JB
641static void
642run_command (char *args, int from_tty)
643{
644 run_command_1 (args, from_tty, 0);
645}
646
c906108c 647static void
fba45db2 648run_no_args_command (char *args, int from_tty)
c906108c 649{
3f81c18a 650 set_inferior_args ("");
c906108c 651}
c906108c 652\f
c5aa993b 653
a4d5f2e0
JB
654/* Start the execution of the program up until the beginning of the main
655 program. */
656
657static void
658start_command (char *args, int from_tty)
659{
660 /* Some languages such as Ada need to search inside the program
661 minimal symbols for the location where to put the temporary
662 breakpoint before starting. */
663 if (!have_minimal_symbols ())
8a3fe4f8 664 error (_("No symbol table loaded. Use the \"file\" command."));
a4d5f2e0 665
f67a969f
JB
666 /* Run the program until reaching the main procedure... */
667 run_command_1 (args, from_tty, 1);
a4d5f2e0
JB
668}
669
8cae4b3f
PA
670static int
671proceed_thread_callback (struct thread_info *thread, void *arg)
672{
74531fed
PA
673 /* We go through all threads individually instead of compressing
674 into a single target `resume_all' request, because some threads
675 may be stopped in internal breakpoints/events, or stopped waiting
676 for its turn in the displaced stepping queue (that is, they are
677 running && !executing). The target side has no idea about why
678 the thread is stopped, so a `resume_all' command would resume too
679 much. If/when GDB gains a way to tell the target `hold this
680 thread stopped until I say otherwise', then we can optimize
681 this. */
4f8d22e3 682 if (!is_stopped (thread->ptid))
8cae4b3f
PA
683 return 0;
684
dcf4fbde 685 switch_to_thread (thread->ptid);
70509625 686 clear_proceed_status (0);
a493e3e2 687 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 0);
8cae4b3f
PA
688 return 0;
689}
690
70221824 691static void
d729566a
PA
692ensure_valid_thread (void)
693{
694 if (ptid_equal (inferior_ptid, null_ptid)
695 || is_exited (inferior_ptid))
3e43a32a 696 error (_("Cannot execute this command without a live selected thread."));
d729566a
PA
697}
698
573cda03 699/* If the user is looking at trace frames, any resumption of execution
1777feb0 700 is likely to mix up recorded and live target data. So simply
573cda03
SS
701 disallow those commands. */
702
70221824 703static void
573cda03
SS
704ensure_not_tfind_mode (void)
705{
706 if (get_traceframe_number () >= 0)
3e43a32a 707 error (_("Cannot execute this command while looking at trace frames."));
573cda03
SS
708}
709
3d3fef6b
YQ
710/* Throw an error indicating the current thread is running. */
711
712static void
713error_is_running (void)
714{
715 error (_("Cannot execute this command while "
716 "the selected thread is running."));
717}
718
719/* Calls error_is_running if the current thread is running. */
720
721static void
722ensure_not_running (void)
723{
724 if (is_running (inferior_ptid))
725 error_is_running ();
726}
727
77ebaa5a
VP
728void
729continue_1 (int all_threads)
730{
3d488bfc 731 ERROR_NO_INFERIOR;
573cda03 732 ensure_not_tfind_mode ();
3d488bfc 733
77ebaa5a
VP
734 if (non_stop && all_threads)
735 {
736 /* Don't error out if the current thread is running, because
abbb1732 737 there may be other stopped threads. */
77ebaa5a
VP
738 struct cleanup *old_chain;
739
740 /* Backup current thread and selected frame. */
741 old_chain = make_cleanup_restore_current_thread ();
742
743 iterate_over_threads (proceed_thread_callback, NULL);
744
0ff33695
PA
745 if (sync_execution)
746 {
747 /* If all threads in the target were already running,
748 proceed_thread_callback ends up never calling proceed,
749 and so nothing calls this to put the inferior's terminal
750 settings in effect and remove stdin from the event loop,
751 which we must when running a foreground command. E.g.:
752
753 (gdb) c -a&
754 Continuing.
755 <all threads are running now>
756 (gdb) c -a
757 Continuing.
758 <no thread was resumed, but the inferior now owns the terminal>
759 */
760 target_terminal_inferior ();
761 }
762
77ebaa5a
VP
763 /* Restore selected ptid. */
764 do_cleanups (old_chain);
765 }
766 else
767 {
d729566a 768 ensure_valid_thread ();
77ebaa5a 769 ensure_not_running ();
70509625 770 clear_proceed_status (0);
a493e3e2 771 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 0);
77ebaa5a
VP
772 }
773}
774
8cae4b3f 775/* continue [-a] [proceed-count] [&] */
6339bfc4 776
1dd5fedc 777static void
8cae4b3f 778continue_command (char *args, int from_tty)
c906108c 779{
6c4486e6 780 int async_exec;
8cae4b3f 781 int all_threads = 0;
6c4486e6
PA
782 struct cleanup *args_chain;
783
c906108c
SS
784 ERROR_NO_INFERIOR;
785
1777feb0 786 /* Find out whether we must run in the background. */
6c4486e6
PA
787 args = strip_bg_char (args, &async_exec);
788 args_chain = make_cleanup (xfree, args);
43ff13b4 789
8bc2fe48 790 prepare_execution_command (&current_target, async_exec);
c906108c 791
8cae4b3f
PA
792 if (args != NULL)
793 {
794 if (strncmp (args, "-a", sizeof ("-a") - 1) == 0)
795 {
796 all_threads = 1;
797 args += sizeof ("-a") - 1;
798 if (*args == '\0')
799 args = NULL;
800 }
801 }
802
803 if (!non_stop && all_threads)
804 error (_("`-a' is meaningless in all-stop mode."));
805
806 if (args != NULL && all_threads)
3e43a32a
MS
807 error (_("Can't resume all threads and specify "
808 "proceed count simultaneously."));
8cae4b3f
PA
809
810 /* If we have an argument left, set proceed count of breakpoint we
811 stopped at. */
812 if (args != NULL)
c906108c 813 {
347bddb7 814 bpstat bs = NULL;
8671a17b
PA
815 int num, stat;
816 int stopped = 0;
347bddb7
PA
817 struct thread_info *tp;
818
819 if (non_stop)
e09875d4 820 tp = find_thread_ptid (inferior_ptid);
347bddb7
PA
821 else
822 {
823 ptid_t last_ptid;
824 struct target_waitstatus ws;
825
826 get_last_target_status (&last_ptid, &ws);
e09875d4 827 tp = find_thread_ptid (last_ptid);
347bddb7
PA
828 }
829 if (tp != NULL)
16c381f0 830 bs = tp->control.stop_bpstat;
8671a17b
PA
831
832 while ((stat = bpstat_num (&bs, &num)) != 0)
833 if (stat > 0)
834 {
835 set_ignore_count (num,
8cae4b3f 836 parse_and_eval_long (args) - 1,
8671a17b
PA
837 from_tty);
838 /* set_ignore_count prints a message ending with a period.
839 So print two spaces before "Continuing.". */
840 if (from_tty)
841 printf_filtered (" ");
842 stopped = 1;
843 }
844
845 if (!stopped && from_tty)
c906108c
SS
846 {
847 printf_filtered
848 ("Not stopped at any breakpoint; argument ignored.\n");
849 }
c906108c
SS
850 }
851
6c4486e6
PA
852 /* Done with ARGS. */
853 do_cleanups (args_chain);
854
c906108c 855 if (from_tty)
a3f17187 856 printf_filtered (_("Continuing.\n"));
c906108c 857
77ebaa5a 858 continue_1 (all_threads);
c906108c
SS
859}
860\f
edb3359d
DJ
861/* Record the starting point of a "step" or "next" command. */
862
863static void
864set_step_frame (void)
865{
866 struct symtab_and_line sal;
867
868 find_frame_sal (get_current_frame (), &sal);
869 set_step_info (get_current_frame (), sal);
870}
871
c906108c
SS
872/* Step until outside of current statement. */
873
c906108c 874static void
fba45db2 875step_command (char *count_string, int from_tty)
c906108c
SS
876{
877 step_1 (0, 0, count_string);
878}
879
880/* Likewise, but skip over subroutine calls as if single instructions. */
881
c906108c 882static void
fba45db2 883next_command (char *count_string, int from_tty)
c906108c
SS
884{
885 step_1 (1, 0, count_string);
886}
887
888/* Likewise, but step only one instruction. */
889
1dd5fedc 890static void
fba45db2 891stepi_command (char *count_string, int from_tty)
c906108c
SS
892{
893 step_1 (0, 1, count_string);
894}
895
1dd5fedc 896static void
fba45db2 897nexti_command (char *count_string, int from_tty)
c906108c
SS
898{
899 step_1 (1, 1, count_string);
900}
901
186c406b 902void
611c83ae 903delete_longjmp_breakpoint_cleanup (void *arg)
74b7792f 904{
611c83ae
PA
905 int thread = * (int *) arg;
906 delete_longjmp_breakpoint (thread);
74b7792f
AC
907}
908
c906108c 909static void
fba45db2 910step_1 (int skip_subroutines, int single_inst, char *count_string)
c906108c 911{
52f0bd74 912 int count = 1;
f107f563 913 struct cleanup *cleanups = make_cleanup (null_cleanup, NULL);
6c4486e6 914 int async_exec;
b3dc826b 915 int thread = -1;
6c4486e6 916 struct cleanup *args_chain;
c5aa993b 917
c906108c 918 ERROR_NO_INFERIOR;
573cda03 919 ensure_not_tfind_mode ();
d729566a 920 ensure_valid_thread ();
94cc34af 921 ensure_not_running ();
43ff13b4 922
6c4486e6
PA
923 count_string = strip_bg_char (count_string, &async_exec);
924 args_chain = make_cleanup (xfree, count_string);
c5aa993b 925
8bc2fe48 926 prepare_execution_command (&current_target, async_exec);
43ff13b4 927
bb518678 928 count = count_string ? parse_and_eval_long (count_string) : 1;
c906108c 929
6c4486e6
PA
930 /* Done with ARGS. */
931 do_cleanups (args_chain);
932
1777feb0 933 if (!single_inst || skip_subroutines) /* Leave si command alone. */
c906108c 934 {
186c406b
TT
935 struct thread_info *tp = inferior_thread ();
936
611c83ae 937 if (in_thread_list (inferior_ptid))
b3dc826b 938 thread = pid_to_thread_id (inferior_ptid);
611c83ae 939
186c406b 940 set_longjmp_breakpoint (tp, get_frame_id (get_current_frame ()));
611c83ae 941
b3dc826b 942 make_cleanup (delete_longjmp_breakpoint_cleanup, &thread);
c2d11a7d
JM
943 }
944
37d94800 945 /* In synchronous case, all is well; each step_once call will step once. */
362646f5 946 if (!target_can_async_p ())
c2d11a7d
JM
947 {
948 for (; count > 0; count--)
949 {
37d94800 950 step_once (skip_subroutines, single_inst, count, thread);
c2d11a7d 951
751b8ce1
PA
952 if (!target_has_execution)
953 break;
c2d11a7d
JM
954 else
955 {
751b8ce1
PA
956 struct thread_info *tp = inferior_thread ();
957
958 if (!tp->control.stop_step || !tp->step_multi)
959 {
960 /* If we stopped for some reason that is not stepping
961 there are no further steps to make. */
962 tp->step_multi = 0;
963 break;
964 }
c2d11a7d 965 }
c2d11a7d
JM
966 }
967
f107f563 968 do_cleanups (cleanups);
c2d11a7d 969 }
c2d11a7d
JM
970 else
971 {
37d94800
PA
972 /* In the case of an asynchronous target things get complicated;
973 do only one step for now, before returning control to the
974 event loop. Let the continuation figure out how many other
975 steps we need to do, and handle them one at the time, through
976 step_once. */
b3dc826b 977 step_once (skip_subroutines, single_inst, count, thread);
37d94800 978
611c83ae 979 /* We are running, and the continuation is installed. It will
f107f563
VP
980 disable the longjmp breakpoint as appropriate. */
981 discard_cleanups (cleanups);
c906108c 982 }
c2d11a7d 983}
c906108c 984
bfec99b2
PA
985struct step_1_continuation_args
986{
987 int count;
988 int skip_subroutines;
989 int single_inst;
990 int thread;
991};
992
c2d11a7d
JM
993/* Called after we are done with one step operation, to check whether
994 we need to step again, before we print the prompt and return control
1777feb0
MS
995 to the user. If count is > 1, we will need to do one more call to
996 proceed(), via step_once(). Basically it is like step_once and
997 step_1_continuation are co-recursive. */
6339bfc4 998
c2d11a7d 999static void
fa4cd53f 1000step_1_continuation (void *args, int err)
c2d11a7d 1001{
bfec99b2 1002 struct step_1_continuation_args *a = args;
f13468d9 1003
af679fd0 1004 if (target_has_execution)
f13468d9 1005 {
af679fd0
PA
1006 struct thread_info *tp;
1007
1008 tp = inferior_thread ();
fa4cd53f
PA
1009 if (!err
1010 && tp->step_multi && tp->control.stop_step)
af679fd0
PA
1011 {
1012 /* There are more steps to make, and we did stop due to
1013 ending a stepping range. Do another step. */
37d94800
PA
1014 step_once (a->skip_subroutines, a->single_inst,
1015 a->count - 1, a->thread);
af679fd0
PA
1016 return;
1017 }
1018 tp->step_multi = 0;
f107f563 1019 }
af679fd0 1020
fa4cd53f
PA
1021 /* We either hit an error, or stopped for some reason that is
1022 not stepping, or there are no further steps to make.
1023 Cleanup. */
af679fd0
PA
1024 if (!a->single_inst || a->skip_subroutines)
1025 delete_longjmp_breakpoint (a->thread);
c2d11a7d
JM
1026}
1027
37d94800
PA
1028/* Do just one step operation. This is useful to implement the 'step
1029 n' kind of commands. In case of asynchronous targets, we will have
1030 to set up a continuation to be done after the target stops (after
1031 this one step). For synch targets, the caller handles further
1032 stepping. */
1033
1034static void
611c83ae 1035step_once (int skip_subroutines, int single_inst, int count, int thread)
bfec99b2 1036{
edb3359d 1037 struct frame_info *frame = get_current_frame ();
c2d11a7d
JM
1038
1039 if (count > 0)
c906108c 1040 {
4e1c45ea
PA
1041 /* Don't assume THREAD is a valid thread id. It is set to -1 if
1042 the longjmp breakpoint was not required. Use the
1043 INFERIOR_PTID thread instead, which is the same thread when
1044 THREAD is set. */
1045 struct thread_info *tp = inferior_thread ();
abbb1732 1046
70509625 1047 clear_proceed_status (!skip_subroutines);
edb3359d 1048 set_step_frame ();
c906108c 1049
c5aa993b 1050 if (!single_inst)
c906108c 1051 {
1641cfcc
PA
1052 CORE_ADDR pc;
1053
edb3359d 1054 /* Step at an inlined function behaves like "down". */
3f01d0d0 1055 if (!skip_subroutines
edb3359d
DJ
1056 && inline_skipped_frames (inferior_ptid))
1057 {
09cee04b
PA
1058 ptid_t resume_ptid;
1059
1060 /* Pretend that we've ran. */
1061 resume_ptid = user_visible_resume_ptid (1);
1062 set_running (resume_ptid, 1);
1063
edb3359d
DJ
1064 step_into_inline_frame (inferior_ptid);
1065 if (count > 1)
1066 step_once (skip_subroutines, single_inst, count - 1, thread);
1067 else
09cee04b
PA
1068 {
1069 /* Pretend that we've stopped. */
1070 normal_stop ();
1071
1072 if (target_can_async_p ())
1073 inferior_event_handler (INF_EXEC_COMPLETE, NULL);
1074 }
edb3359d
DJ
1075 return;
1076 }
1077
1641cfcc
PA
1078 pc = get_frame_pc (frame);
1079 find_pc_line_pc_range (pc,
16c381f0
JK
1080 &tp->control.step_range_start,
1081 &tp->control.step_range_end);
5fbbeb29 1082
c1e36e3e
PA
1083 tp->control.may_range_step = 1;
1084
5fbbeb29 1085 /* If we have no line info, switch to stepi mode. */
16c381f0 1086 if (tp->control.step_range_end == 0 && step_stop_if_no_debug)
c1e36e3e
PA
1087 {
1088 tp->control.step_range_start = tp->control.step_range_end = 1;
1089 tp->control.may_range_step = 0;
1090 }
16c381f0 1091 else if (tp->control.step_range_end == 0)
c906108c 1092 {
2c02bd72 1093 const char *name;
abbb1732 1094
1641cfcc 1095 if (find_pc_partial_function (pc, &name,
16c381f0
JK
1096 &tp->control.step_range_start,
1097 &tp->control.step_range_end) == 0)
8a3fe4f8 1098 error (_("Cannot find bounds of current function"));
c906108c
SS
1099
1100 target_terminal_ours ();
3e43a32a
MS
1101 printf_filtered (_("Single stepping until exit from function %s,"
1102 "\nwhich has no line number information.\n"),
1103 name);
c906108c
SS
1104 }
1105 }
1106 else
1107 {
1108 /* Say we are stepping, but stop after one insn whatever it does. */
16c381f0 1109 tp->control.step_range_start = tp->control.step_range_end = 1;
c906108c
SS
1110 if (!skip_subroutines)
1111 /* It is stepi.
1112 Don't step over function calls, not even to functions lacking
1113 line numbers. */
16c381f0 1114 tp->control.step_over_calls = STEP_OVER_NONE;
c906108c
SS
1115 }
1116
1117 if (skip_subroutines)
16c381f0 1118 tp->control.step_over_calls = STEP_OVER_ALL;
c906108c 1119
95e54da7 1120 tp->step_multi = (count > 1);
a493e3e2 1121 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 1);
bfec99b2 1122
37d94800
PA
1123 /* For async targets, register a continuation to do any
1124 additional steps. For sync targets, the caller will handle
1125 further stepping. */
1126 if (target_can_async_p ())
1127 {
1128 struct step_1_continuation_args *args;
1129
1130 args = xmalloc (sizeof (*args));
1131 args->skip_subroutines = skip_subroutines;
1132 args->single_inst = single_inst;
1133 args->count = count;
1134 args->thread = thread;
1135
1136 add_intermediate_continuation (tp, step_1_continuation, args, xfree);
1137 }
c906108c 1138 }
c906108c 1139}
c2d11a7d 1140
c906108c
SS
1141\f
1142/* Continue program at specified address. */
1143
1144static void
fba45db2 1145jump_command (char *arg, int from_tty)
c906108c 1146{
5af949e3 1147 struct gdbarch *gdbarch = get_current_arch ();
52f0bd74 1148 CORE_ADDR addr;
c906108c
SS
1149 struct symtabs_and_lines sals;
1150 struct symtab_and_line sal;
1151 struct symbol *fn;
1152 struct symbol *sfn;
6c4486e6
PA
1153 int async_exec;
1154 struct cleanup *args_chain;
c5aa993b 1155
c906108c 1156 ERROR_NO_INFERIOR;
573cda03 1157 ensure_not_tfind_mode ();
d729566a 1158 ensure_valid_thread ();
94cc34af 1159 ensure_not_running ();
c906108c 1160
1777feb0 1161 /* Find out whether we must run in the background. */
6c4486e6
PA
1162 arg = strip_bg_char (arg, &async_exec);
1163 args_chain = make_cleanup (xfree, arg);
43ff13b4 1164
8bc2fe48 1165 prepare_execution_command (&current_target, async_exec);
43ff13b4 1166
c906108c 1167 if (!arg)
e2e0b3e5 1168 error_no_arg (_("starting address"));
c906108c 1169
39cf75f7 1170 sals = decode_line_with_last_displayed (arg, DECODE_LINE_FUNFIRSTLINE);
c906108c
SS
1171 if (sals.nelts != 1)
1172 {
8a3fe4f8 1173 error (_("Unreasonable jump request"));
c906108c
SS
1174 }
1175
1176 sal = sals.sals[0];
b8c9b27d 1177 xfree (sals.sals);
c906108c 1178
6c4486e6
PA
1179 /* Done with ARGS. */
1180 do_cleanups (args_chain);
1181
c906108c 1182 if (sal.symtab == 0 && sal.pc == 0)
8a3fe4f8 1183 error (_("No source file has been specified."));
c906108c 1184
1777feb0 1185 resolve_sal_pc (&sal); /* May error out. */
c906108c 1186
1777feb0 1187 /* See if we are trying to jump to another function. */
c906108c
SS
1188 fn = get_frame_function (get_current_frame ());
1189 sfn = find_pc_function (sal.pc);
1190 if (fn != NULL && sfn != fn)
1191 {
9e2f0ad4 1192 if (!query (_("Line %d is not in `%s'. Jump anyway? "), sal.line,
de5ad195 1193 SYMBOL_PRINT_NAME (fn)))
c906108c 1194 {
8a3fe4f8 1195 error (_("Not confirmed."));
c906108c
SS
1196 /* NOTREACHED */
1197 }
1198 }
1199
c5aa993b 1200 if (sfn != NULL)
c906108c 1201 {
253342b8
DE
1202 struct obj_section *section;
1203
c906108c 1204 fixup_symbol_section (sfn, 0);
08be3fe3 1205 section = SYMBOL_OBJ_SECTION (symbol_objfile (sfn), sfn);
253342b8
DE
1206 if (section_is_overlay (section)
1207 && !section_is_mapped (section))
c906108c 1208 {
3e43a32a
MS
1209 if (!query (_("WARNING!!! Destination is in "
1210 "unmapped overlay! Jump anyway? ")))
c906108c 1211 {
8a3fe4f8 1212 error (_("Not confirmed."));
c906108c
SS
1213 /* NOTREACHED */
1214 }
1215 }
1216 }
1217
c906108c
SS
1218 addr = sal.pc;
1219
1220 if (from_tty)
1221 {
a3f17187 1222 printf_filtered (_("Continuing at "));
5af949e3 1223 fputs_filtered (paddress (gdbarch, addr), gdb_stdout);
c906108c
SS
1224 printf_filtered (".\n");
1225 }
1226
70509625 1227 clear_proceed_status (0);
a493e3e2 1228 proceed (addr, GDB_SIGNAL_0, 0);
c906108c 1229}
c906108c 1230\f
c5aa993b 1231
1777feb0 1232/* Go to line or address in current procedure. */
6339bfc4 1233
c906108c 1234static void
fba45db2 1235go_command (char *line_no, int from_tty)
c906108c 1236{
c5aa993b 1237 if (line_no == (char *) NULL || !*line_no)
f42429a6 1238 printf_filtered (_("Usage: go <location>\n"));
c906108c
SS
1239 else
1240 {
b83266a0
SS
1241 tbreak_command (line_no, from_tty);
1242 jump_command (line_no, from_tty);
c906108c
SS
1243 }
1244}
c906108c 1245\f
c5aa993b 1246
c906108c
SS
1247/* Continue program giving it specified signal. */
1248
1249static void
fba45db2 1250signal_command (char *signum_exp, int from_tty)
c906108c 1251{
2ea28649 1252 enum gdb_signal oursig;
6c4486e6
PA
1253 int async_exec;
1254 struct cleanup *args_chain;
c906108c
SS
1255
1256 dont_repeat (); /* Too dangerous. */
1257 ERROR_NO_INFERIOR;
573cda03 1258 ensure_not_tfind_mode ();
d729566a 1259 ensure_valid_thread ();
94cc34af 1260 ensure_not_running ();
c906108c 1261
32c1e744 1262 /* Find out whether we must run in the background. */
6c4486e6
PA
1263 signum_exp = strip_bg_char (signum_exp, &async_exec);
1264 args_chain = make_cleanup (xfree, signum_exp);
32c1e744 1265
8bc2fe48 1266 prepare_execution_command (&current_target, async_exec);
32c1e744 1267
c906108c 1268 if (!signum_exp)
e2e0b3e5 1269 error_no_arg (_("signal number"));
c906108c
SS
1270
1271 /* It would be even slicker to make signal names be valid expressions,
1272 (the type could be "enum $signal" or some such), then the user could
1273 assign them to convenience variables. */
2ea28649 1274 oursig = gdb_signal_from_name (signum_exp);
c906108c 1275
a493e3e2 1276 if (oursig == GDB_SIGNAL_UNKNOWN)
c906108c
SS
1277 {
1278 /* No, try numeric. */
bb518678 1279 int num = parse_and_eval_long (signum_exp);
c906108c
SS
1280
1281 if (num == 0)
a493e3e2 1282 oursig = GDB_SIGNAL_0;
c906108c 1283 else
2ea28649 1284 oursig = gdb_signal_from_command (num);
c906108c
SS
1285 }
1286
70509625
PA
1287 /* Look for threads other than the current that this command ends up
1288 resuming too (due to schedlock off), and warn if they'll get a
1289 signal delivered. "signal 0" is used to suppress a previous
1290 signal, but if the current thread is no longer the one that got
1291 the signal, then the user is potentially suppressing the signal
1292 of the wrong thread. */
1293 if (!non_stop)
1294 {
1295 struct thread_info *tp;
1296 ptid_t resume_ptid;
1297 int must_confirm = 0;
1298
1299 /* This indicates what will be resumed. Either a single thread,
1300 a whole process, or all threads of all processes. */
1301 resume_ptid = user_visible_resume_ptid (0);
1302
1303 ALL_NON_EXITED_THREADS (tp)
1304 {
1305 if (ptid_equal (tp->ptid, inferior_ptid))
1306 continue;
1307 if (!ptid_match (tp->ptid, resume_ptid))
1308 continue;
1309
1310 if (tp->suspend.stop_signal != GDB_SIGNAL_0
1311 && signal_pass_state (tp->suspend.stop_signal))
1312 {
1313 if (!must_confirm)
1314 printf_unfiltered (_("Note:\n"));
1315 printf_unfiltered (_(" Thread %d previously stopped with signal %s, %s.\n"),
1316 tp->num,
1317 gdb_signal_to_name (tp->suspend.stop_signal),
1318 gdb_signal_to_string (tp->suspend.stop_signal));
1319 must_confirm = 1;
1320 }
1321 }
1322
1323 if (must_confirm
1324 && !query (_("Continuing thread %d (the current thread) with specified signal will\n"
1325 "still deliver the signals noted above to their respective threads.\n"
1326 "Continue anyway? "),
1327 inferior_thread ()->num))
1328 error (_("Not confirmed."));
1329 }
1330
c906108c
SS
1331 if (from_tty)
1332 {
a493e3e2 1333 if (oursig == GDB_SIGNAL_0)
a3f17187 1334 printf_filtered (_("Continuing with no signal.\n"));
c906108c 1335 else
a3f17187 1336 printf_filtered (_("Continuing with signal %s.\n"),
2ea28649 1337 gdb_signal_to_name (oursig));
c906108c
SS
1338 }
1339
70509625 1340 clear_proceed_status (0);
a12cc160 1341 proceed ((CORE_ADDR) -1, oursig, 0);
c906108c
SS
1342}
1343
81219e53
DE
1344/* Queue a signal to be delivered to the current thread. */
1345
1346static void
1347queue_signal_command (char *signum_exp, int from_tty)
1348{
1349 enum gdb_signal oursig;
1350 struct thread_info *tp;
1351
1352 ERROR_NO_INFERIOR;
1353 ensure_not_tfind_mode ();
1354 ensure_valid_thread ();
1355 ensure_not_running ();
1356
1357 if (signum_exp == NULL)
1358 error_no_arg (_("signal number"));
1359
1360 /* It would be even slicker to make signal names be valid expressions,
1361 (the type could be "enum $signal" or some such), then the user could
1362 assign them to convenience variables. */
1363 oursig = gdb_signal_from_name (signum_exp);
1364
1365 if (oursig == GDB_SIGNAL_UNKNOWN)
1366 {
1367 /* No, try numeric. */
1368 int num = parse_and_eval_long (signum_exp);
1369
1370 if (num == 0)
1371 oursig = GDB_SIGNAL_0;
1372 else
1373 oursig = gdb_signal_from_command (num);
1374 }
1375
1376 if (oursig != GDB_SIGNAL_0
1377 && !signal_pass_state (oursig))
1378 error (_("Signal handling set to not pass this signal to the program."));
1379
1380 tp = inferior_thread ();
1381 tp->suspend.stop_signal = oursig;
1382}
1383
fa4cd53f
PA
1384/* Continuation args to be passed to the "until" command
1385 continuation. */
1386struct until_next_continuation_args
1387{
1388 /* The thread that was current when the command was executed. */
1389 int thread;
1390};
1391
186c406b
TT
1392/* A continuation callback for until_next_command. */
1393
1394static void
fa4cd53f 1395until_next_continuation (void *arg, int err)
186c406b 1396{
fa4cd53f 1397 struct until_next_continuation_args *a = arg;
186c406b 1398
fa4cd53f 1399 delete_longjmp_breakpoint (a->thread);
186c406b
TT
1400}
1401
c906108c
SS
1402/* Proceed until we reach a different source line with pc greater than
1403 our current one or exit the function. We skip calls in both cases.
1404
1405 Note that eventually this command should probably be changed so
1406 that only source lines are printed out when we hit the breakpoint
1407 we set. This may involve changes to wait_for_inferior and the
1408 proceed status code. */
1409
c906108c 1410static void
fba45db2 1411until_next_command (int from_tty)
c906108c
SS
1412{
1413 struct frame_info *frame;
1414 CORE_ADDR pc;
1415 struct symbol *func;
1416 struct symtab_and_line sal;
4e1c45ea 1417 struct thread_info *tp = inferior_thread ();
186c406b
TT
1418 int thread = tp->num;
1419 struct cleanup *old_chain;
c5aa993b 1420
70509625 1421 clear_proceed_status (0);
edb3359d 1422 set_step_frame ();
c906108c
SS
1423
1424 frame = get_current_frame ();
1425
1426 /* Step until either exited from this function or greater
1427 than the current line (if in symbolic section) or pc (if
1777feb0 1428 not). */
c906108c 1429
1c7819ef 1430 pc = get_frame_pc (frame);
c906108c 1431 func = find_pc_function (pc);
c5aa993b 1432
c906108c
SS
1433 if (!func)
1434 {
7cbd4a93 1435 struct bound_minimal_symbol msymbol = lookup_minimal_symbol_by_pc (pc);
c5aa993b 1436
7cbd4a93 1437 if (msymbol.minsym == NULL)
8a3fe4f8 1438 error (_("Execution is not within a known function."));
c5aa993b 1439
77e371c0 1440 tp->control.step_range_start = BMSYMBOL_VALUE_ADDRESS (msymbol);
7e09a223
YQ
1441 /* The upper-bound of step_range is exclusive. In order to make PC
1442 within the range, set the step_range_end with PC + 1. */
1443 tp->control.step_range_end = pc + 1;
c906108c
SS
1444 }
1445 else
1446 {
1447 sal = find_pc_line (pc, 0);
c5aa993b 1448
16c381f0
JK
1449 tp->control.step_range_start = BLOCK_START (SYMBOL_BLOCK_VALUE (func));
1450 tp->control.step_range_end = sal.end;
c906108c 1451 }
c1e36e3e 1452 tp->control.may_range_step = 1;
c5aa993b 1453
16c381f0 1454 tp->control.step_over_calls = STEP_OVER_ALL;
c906108c 1455
af679fd0 1456 tp->step_multi = 0; /* Only one call to proceed */
c5aa993b 1457
186c406b
TT
1458 set_longjmp_breakpoint (tp, get_frame_id (frame));
1459 old_chain = make_cleanup (delete_longjmp_breakpoint_cleanup, &thread);
1460
a493e3e2 1461 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 1);
186c406b
TT
1462
1463 if (target_can_async_p () && is_running (inferior_ptid))
1464 {
fa4cd53f
PA
1465 struct until_next_continuation_args *cont_args;
1466
186c406b 1467 discard_cleanups (old_chain);
fa4cd53f
PA
1468 cont_args = XNEW (struct until_next_continuation_args);
1469 cont_args->thread = inferior_thread ()->num;
1470
1471 add_continuation (tp, until_next_continuation, cont_args, xfree);
186c406b
TT
1472 }
1473 else
1474 do_cleanups (old_chain);
c906108c
SS
1475}
1476
c5aa993b 1477static void
fba45db2 1478until_command (char *arg, int from_tty)
c906108c 1479{
6c4486e6
PA
1480 int async_exec;
1481 struct cleanup *args_chain;
43ff13b4 1482
4247603b 1483 ERROR_NO_INFERIOR;
573cda03 1484 ensure_not_tfind_mode ();
4247603b
PA
1485 ensure_valid_thread ();
1486 ensure_not_running ();
573cda03 1487
1777feb0 1488 /* Find out whether we must run in the background. */
6c4486e6
PA
1489 arg = strip_bg_char (arg, &async_exec);
1490 args_chain = make_cleanup (xfree, arg);
43ff13b4 1491
8bc2fe48 1492 prepare_execution_command (&current_target, async_exec);
43ff13b4 1493
c906108c 1494 if (arg)
ae66c1fc 1495 until_break_command (arg, from_tty, 0);
c906108c
SS
1496 else
1497 until_next_command (from_tty);
6c4486e6
PA
1498
1499 /* Done with ARGS. */
1500 do_cleanups (args_chain);
c906108c 1501}
ae66c1fc
EZ
1502
1503static void
1504advance_command (char *arg, int from_tty)
1505{
6c4486e6
PA
1506 int async_exec;
1507 struct cleanup *args_chain;
ae66c1fc 1508
4247603b 1509 ERROR_NO_INFERIOR;
573cda03 1510 ensure_not_tfind_mode ();
4247603b
PA
1511 ensure_valid_thread ();
1512 ensure_not_running ();
573cda03 1513
ae66c1fc 1514 if (arg == NULL)
e2e0b3e5 1515 error_no_arg (_("a location"));
ae66c1fc
EZ
1516
1517 /* Find out whether we must run in the background. */
6c4486e6
PA
1518 arg = strip_bg_char (arg, &async_exec);
1519 args_chain = make_cleanup (xfree, arg);
ae66c1fc 1520
8bc2fe48 1521 prepare_execution_command (&current_target, async_exec);
ae66c1fc
EZ
1522
1523 until_break_command (arg, from_tty, 1);
6c4486e6
PA
1524
1525 /* Done with ARGS. */
1526 do_cleanups (args_chain);
ae66c1fc 1527}
c906108c 1528\f
cc72b2a2
KP
1529/* Return the value of the result of a function at the end of a 'finish'
1530 command/BP. */
f941662f 1531
cc72b2a2 1532struct value *
6a3a010b 1533get_return_value (struct value *function, struct type *value_type)
11cf8741 1534{
cc72b2a2
KP
1535 struct regcache *stop_regs = stop_registers;
1536 struct gdbarch *gdbarch;
44e5158b 1537 struct value *value;
cc72b2a2
KP
1538 struct cleanup *cleanup = make_cleanup (null_cleanup, NULL);
1539
1540 /* If stop_registers were not saved, use the current registers. */
1541 if (!stop_regs)
1542 {
1543 stop_regs = regcache_dup (get_current_regcache ());
faab9922 1544 make_cleanup_regcache_xfree (stop_regs);
cc72b2a2
KP
1545 }
1546
1547 gdbarch = get_regcache_arch (stop_regs);
44e5158b 1548
181fc57c 1549 CHECK_TYPEDEF (value_type);
44e5158b 1550 gdb_assert (TYPE_CODE (value_type) != TYPE_CODE_VOID);
11cf8741 1551
92ad9cd9
AC
1552 /* FIXME: 2003-09-27: When returning from a nested inferior function
1553 call, it's possible (with no help from the architecture vector)
1554 to locate and return/print a "struct return" value. This is just
7a9dd1b2 1555 a more complicated case of what is already being done in the
92ad9cd9
AC
1556 inferior function call code. In fact, when inferior function
1557 calls are made async, this will likely be made the norm. */
31db7b6c 1558
6a3a010b 1559 switch (gdbarch_return_value (gdbarch, function, value_type,
c055b101 1560 NULL, NULL, NULL))
44e5158b 1561 {
750eb019
AC
1562 case RETURN_VALUE_REGISTER_CONVENTION:
1563 case RETURN_VALUE_ABI_RETURNS_ADDRESS:
181fc57c 1564 case RETURN_VALUE_ABI_PRESERVES_ADDRESS:
44e5158b 1565 value = allocate_value (value_type);
6a3a010b 1566 gdbarch_return_value (gdbarch, function, value_type, stop_regs,
990a07ab 1567 value_contents_raw (value), NULL);
750eb019
AC
1568 break;
1569 case RETURN_VALUE_STRUCT_CONVENTION:
1570 value = NULL;
1571 break;
1572 default:
e2e0b3e5 1573 internal_error (__FILE__, __LINE__, _("bad switch"));
44e5158b 1574 }
bb472c1e 1575
cc72b2a2
KP
1576 do_cleanups (cleanup);
1577
1578 return value;
1579}
1580
1581/* Print the result of a function at the end of a 'finish' command. */
1582
1583static void
6a3a010b 1584print_return_value (struct value *function, struct type *value_type)
cc72b2a2 1585{
6a3a010b 1586 struct value *value = get_return_value (function, value_type);
cc72b2a2
KP
1587 struct ui_out *uiout = current_uiout;
1588
31db7b6c
MK
1589 if (value)
1590 {
79a45b7d 1591 struct value_print_options opts;
f99d8bf4
PA
1592 struct ui_file *stb;
1593 struct cleanup *old_chain;
79a45b7d 1594
31db7b6c 1595 /* Print it. */
f99d8bf4
PA
1596 stb = mem_fileopen ();
1597 old_chain = make_cleanup_ui_file_delete (stb);
31db7b6c
MK
1598 ui_out_text (uiout, "Value returned is ");
1599 ui_out_field_fmt (uiout, "gdb-result-var", "$%d",
1600 record_latest_value (value));
1601 ui_out_text (uiout, " = ");
2a998fc0 1602 get_no_prettyformat_print_options (&opts);
f99d8bf4 1603 value_print (value, stb, &opts);
31db7b6c
MK
1604 ui_out_field_stream (uiout, "return-value", stb);
1605 ui_out_text (uiout, "\n");
1d751abe 1606 do_cleanups (old_chain);
31db7b6c
MK
1607 }
1608 else
1609 {
2f41223f
AT
1610 struct cleanup *oldchain;
1611 char *type_name;
1612
1613 type_name = type_to_string (value_type);
1614 oldchain = make_cleanup (xfree, type_name);
31db7b6c 1615 ui_out_text (uiout, "Value returned has type: ");
2f41223f 1616 ui_out_field_string (uiout, "return-type", type_name);
1d751abe
PA
1617 ui_out_text (uiout, ".");
1618 ui_out_text (uiout, " Cannot determine contents\n");
2f41223f 1619 do_cleanups (oldchain);
31db7b6c 1620 }
11cf8741
JM
1621}
1622
43ff13b4 1623/* Stuff that needs to be done by the finish command after the target
f941662f
MK
1624 has stopped. In asynchronous mode, we wait for the target to stop
1625 in the call to poll or select in the event loop, so it is
1626 impossible to do all the stuff as part of the finish_command
1627 function itself. The only chance we have to complete this command
1628 is in fetch_inferior_event, which is called by the event loop as
fa4cd53f 1629 soon as it detects that the target has stopped. */
f941662f 1630
bfec99b2 1631struct finish_command_continuation_args
43ff13b4 1632{
fa4cd53f
PA
1633 /* The thread that as current when the command was executed. */
1634 int thread;
43ff13b4 1635 struct breakpoint *breakpoint;
bfec99b2
PA
1636 struct symbol *function;
1637};
c5aa993b 1638
bfec99b2 1639static void
fa4cd53f 1640finish_command_continuation (void *arg, int err)
bfec99b2
PA
1641{
1642 struct finish_command_continuation_args *a = arg;
347bddb7 1643
fa4cd53f 1644 if (!err)
43ff13b4 1645 {
fa4cd53f
PA
1646 struct thread_info *tp = NULL;
1647 bpstat bs = NULL;
bfec99b2 1648
fa4cd53f
PA
1649 if (!ptid_equal (inferior_ptid, null_ptid)
1650 && target_has_execution
1651 && is_stopped (inferior_ptid))
1652 {
1653 tp = inferior_thread ();
1654 bs = tp->control.stop_bpstat;
1655 }
f5871ec0 1656
fa4cd53f
PA
1657 if (bpstat_find_breakpoint (bs, a->breakpoint) != NULL
1658 && a->function != NULL)
40c549d6 1659 {
fa4cd53f
PA
1660 struct type *value_type;
1661
1662 value_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (a->function));
1663 if (!value_type)
1664 internal_error (__FILE__, __LINE__,
1665 _("finish_command: function has no target type"));
40c549d6 1666
fa4cd53f 1667 if (TYPE_CODE (value_type) != TYPE_CODE_VOID)
40c549d6 1668 {
fa4cd53f 1669 volatile struct gdb_exception ex;
6a3a010b 1670 struct value *func;
fa4cd53f 1671
6a3a010b 1672 func = read_var_value (a->function, get_current_frame ());
fa4cd53f
PA
1673 TRY_CATCH (ex, RETURN_MASK_ALL)
1674 {
1675 /* print_return_value can throw an exception in some
1676 circumstances. We need to catch this so that we still
1677 delete the breakpoint. */
6a3a010b 1678 print_return_value (func, value_type);
fa4cd53f
PA
1679 }
1680 if (ex.reason < 0)
1681 exception_print (gdb_stdout, ex);
40c549d6 1682 }
40c549d6 1683 }
fa4cd53f
PA
1684
1685 /* We suppress normal call of normal_stop observer and do it
1686 here so that the *stopped notification includes the return
1687 value. */
1688 if (bs != NULL && tp->control.proceed_to_finish)
1689 observer_notify_normal_stop (bs, 1 /* print frame */);
43ff13b4 1690 }
f941662f 1691
bfec99b2 1692 delete_breakpoint (a->breakpoint);
fa4cd53f 1693 delete_longjmp_breakpoint (a->thread);
43ff13b4
JM
1694}
1695
604ead4a
PA
1696static void
1697finish_command_continuation_free_arg (void *arg)
1698{
604ead4a
PA
1699 xfree (arg);
1700}
1701
b2175913
MS
1702/* finish_backward -- helper function for finish_command. */
1703
1704static void
1705finish_backward (struct symbol *function)
1706{
1707 struct symtab_and_line sal;
1708 struct thread_info *tp = inferior_thread ();
1c7819ef 1709 CORE_ADDR pc;
b2175913 1710 CORE_ADDR func_addr;
b2175913 1711
1c7819ef
PA
1712 pc = get_frame_pc (get_current_frame ());
1713
1714 if (find_pc_partial_function (pc, NULL, &func_addr, NULL) == 0)
1f267ae3 1715 error (_("Cannot find bounds of current function"));
b2175913
MS
1716
1717 sal = find_pc_line (func_addr, 0);
1718
9da8c2a0 1719 tp->control.proceed_to_finish = 1;
b2175913
MS
1720 /* Special case: if we're sitting at the function entry point,
1721 then all we need to do is take a reverse singlestep. We
1722 don't need to set a breakpoint, and indeed it would do us
1723 no good to do so.
1724
1725 Note that this can only happen at frame #0, since there's
1726 no way that a function up the stack can have a return address
1727 that's equal to its entry point. */
1728
1c7819ef 1729 if (sal.pc != pc)
b2175913 1730 {
a6d9a66e
UW
1731 struct frame_info *frame = get_selected_frame (NULL);
1732 struct gdbarch *gdbarch = get_frame_arch (frame);
9da8c2a0
PA
1733 struct symtab_and_line sr_sal;
1734
1735 /* Set a step-resume at the function's entry point. Once that's
1736 hit, we'll do one more step backwards. */
1737 init_sal (&sr_sal);
1738 sr_sal.pc = sal.pc;
1739 sr_sal.pspace = get_frame_program_space (frame);
1740 insert_step_resume_breakpoint_at_sal (gdbarch,
1741 sr_sal, null_frame_id);
a6d9a66e 1742
a493e3e2 1743 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 0);
b2175913
MS
1744 }
1745 else
b2175913 1746 {
9da8c2a0
PA
1747 /* We're almost there -- we just need to back up by one more
1748 single-step. */
16c381f0 1749 tp->control.step_range_start = tp->control.step_range_end = 1;
a493e3e2 1750 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 1);
b2175913 1751 }
b2175913
MS
1752}
1753
1754/* finish_forward -- helper function for finish_command. */
1755
1756static void
1757finish_forward (struct symbol *function, struct frame_info *frame)
1758{
def166f6 1759 struct frame_id frame_id = get_frame_id (frame);
a6d9a66e 1760 struct gdbarch *gdbarch = get_frame_arch (frame);
b2175913
MS
1761 struct symtab_and_line sal;
1762 struct thread_info *tp = inferior_thread ();
1763 struct breakpoint *breakpoint;
1764 struct cleanup *old_chain;
1765 struct finish_command_continuation_args *cargs;
186c406b 1766 int thread = tp->num;
b2175913
MS
1767
1768 sal = find_pc_line (get_frame_pc (frame), 0);
1769 sal.pc = get_frame_pc (frame);
1770
a6d9a66e
UW
1771 breakpoint = set_momentary_breakpoint (gdbarch, sal,
1772 get_stack_frame_id (frame),
b2175913
MS
1773 bp_finish);
1774
c70a6932
JK
1775 /* set_momentary_breakpoint invalidates FRAME. */
1776 frame = NULL;
1777
b2175913
MS
1778 old_chain = make_cleanup_delete_breakpoint (breakpoint);
1779
def166f6 1780 set_longjmp_breakpoint (tp, frame_id);
186c406b
TT
1781 make_cleanup (delete_longjmp_breakpoint_cleanup, &thread);
1782
16c381f0
JK
1783 /* We want stop_registers, please... */
1784 tp->control.proceed_to_finish = 1;
b2175913
MS
1785 cargs = xmalloc (sizeof (*cargs));
1786
fa4cd53f 1787 cargs->thread = thread;
b2175913
MS
1788 cargs->breakpoint = breakpoint;
1789 cargs->function = function;
1790 add_continuation (tp, finish_command_continuation, cargs,
1791 finish_command_continuation_free_arg);
a493e3e2 1792 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 0);
b2175913
MS
1793
1794 discard_cleanups (old_chain);
1795 if (!target_can_async_p ())
fa4cd53f 1796 do_all_continuations (0);
b2175913
MS
1797}
1798
f941662f
MK
1799/* "finish": Set a temporary breakpoint at the place the selected
1800 frame will return to, then continue. */
c906108c
SS
1801
1802static void
fba45db2 1803finish_command (char *arg, int from_tty)
c906108c 1804{
52f0bd74
AC
1805 struct frame_info *frame;
1806 struct symbol *function;
6c4486e6
PA
1807 int async_exec;
1808 struct cleanup *args_chain;
43ff13b4 1809
4247603b 1810 ERROR_NO_INFERIOR;
573cda03 1811 ensure_not_tfind_mode ();
4247603b
PA
1812 ensure_valid_thread ();
1813 ensure_not_running ();
573cda03 1814
f941662f 1815 /* Find out whether we must run in the background. */
6c4486e6
PA
1816 arg = strip_bg_char (arg, &async_exec);
1817 args_chain = make_cleanup (xfree, arg);
43ff13b4 1818
8bc2fe48 1819 prepare_execution_command (&current_target, async_exec);
c906108c
SS
1820
1821 if (arg)
8a3fe4f8 1822 error (_("The \"finish\" command does not take any arguments."));
c906108c 1823
6c4486e6
PA
1824 /* Done with ARGS. */
1825 do_cleanups (args_chain);
1826
206415a3 1827 frame = get_prev_frame (get_selected_frame (_("No selected frame.")));
c906108c 1828 if (frame == 0)
8a3fe4f8 1829 error (_("\"finish\" not meaningful in the outermost frame."));
c906108c 1830
70509625 1831 clear_proceed_status (0);
c906108c 1832
edb3359d
DJ
1833 /* Finishing from an inline frame is completely different. We don't
1834 try to show the "return value" - no way to locate it. So we do
1835 not need a completion. */
1836 if (get_frame_type (get_selected_frame (_("No selected frame.")))
1837 == INLINE_FRAME)
1838 {
1839 /* Claim we are stepping in the calling frame. An empty step
1840 range means that we will stop once we aren't in a function
1841 called by that frame. We don't use the magic "1" value for
1842 step_range_end, because then infrun will think this is nexti,
1843 and not step over the rest of this inlined function call. */
1844 struct thread_info *tp = inferior_thread ();
1845 struct symtab_and_line empty_sal;
abbb1732 1846
edb3359d
DJ
1847 init_sal (&empty_sal);
1848 set_step_info (frame, empty_sal);
16c381f0
JK
1849 tp->control.step_range_start = get_frame_pc (frame);
1850 tp->control.step_range_end = tp->control.step_range_start;
1851 tp->control.step_over_calls = STEP_OVER_ALL;
edb3359d
DJ
1852
1853 /* Print info on the selected frame, including level number but not
1854 source. */
1855 if (from_tty)
1856 {
1857 printf_filtered (_("Run till exit from "));
08d72866 1858 print_stack_frame (get_selected_frame (NULL), 1, LOCATION, 0);
edb3359d
DJ
1859 }
1860
a493e3e2 1861 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 1);
edb3359d
DJ
1862 return;
1863 }
1864
1ab3b62c
JK
1865 /* Ignore TAILCALL_FRAME type frames, they were executed already before
1866 entering THISFRAME. */
1867 while (get_frame_type (frame) == TAILCALL_FRAME)
1868 frame = get_prev_frame (frame);
1869
c906108c
SS
1870 /* Find the function we will return from. */
1871
206415a3 1872 function = find_pc_function (get_frame_pc (get_selected_frame (NULL)));
c906108c 1873
f941662f
MK
1874 /* Print info on the selected frame, including level number but not
1875 source. */
c906108c
SS
1876 if (from_tty)
1877 {
b2175913
MS
1878 if (execution_direction == EXEC_REVERSE)
1879 printf_filtered (_("Run back to call of "));
1880 else
743649fd
MW
1881 {
1882 if (function != NULL && TYPE_NO_RETURN (function->type)
1883 && !query (_("warning: Function %s does not return normally.\n"
1884 "Try to finish anyway? "),
1885 SYMBOL_PRINT_NAME (function)))
1886 error (_("Not confirmed."));
1887 printf_filtered (_("Run till exit from "));
1888 }
b2175913 1889
08d72866 1890 print_stack_frame (get_selected_frame (NULL), 1, LOCATION, 0);
c906108c
SS
1891 }
1892
b2175913
MS
1893 if (execution_direction == EXEC_REVERSE)
1894 finish_backward (function);
1895 else
1896 finish_forward (function, frame);
c906108c
SS
1897}
1898\f
f941662f 1899
c906108c 1900static void
fba45db2 1901program_info (char *args, int from_tty)
c906108c 1902{
347bddb7
PA
1903 bpstat bs;
1904 int num, stat;
1905 struct thread_info *tp;
1906 ptid_t ptid;
c5aa993b 1907
c906108c
SS
1908 if (!target_has_execution)
1909 {
a3f17187 1910 printf_filtered (_("The program being debugged is not being run.\n"));
c906108c
SS
1911 return;
1912 }
1913
347bddb7
PA
1914 if (non_stop)
1915 ptid = inferior_ptid;
1916 else
1917 {
1918 struct target_waitstatus ws;
abbb1732 1919
347bddb7
PA
1920 get_last_target_status (&ptid, &ws);
1921 }
1922
1923 if (ptid_equal (ptid, null_ptid) || is_exited (ptid))
1924 error (_("Invalid selected thread."));
1925 else if (is_running (ptid))
1926 error (_("Selected thread is running."));
1927
e09875d4 1928 tp = find_thread_ptid (ptid);
16c381f0 1929 bs = tp->control.stop_bpstat;
347bddb7
PA
1930 stat = bpstat_num (&bs, &num);
1931
c906108c 1932 target_files_info ();
5af949e3 1933 printf_filtered (_("Program stopped at %s.\n"),
f5656ead 1934 paddress (target_gdbarch (), stop_pc));
16c381f0 1935 if (tp->control.stop_step)
a3f17187 1936 printf_filtered (_("It stopped after being stepped.\n"));
8671a17b 1937 else if (stat != 0)
c906108c
SS
1938 {
1939 /* There may be several breakpoints in the same place, so this
c5aa993b 1940 isn't as strange as it seems. */
8671a17b 1941 while (stat != 0)
c906108c 1942 {
8671a17b 1943 if (stat < 0)
c906108c 1944 {
3e43a32a
MS
1945 printf_filtered (_("It stopped at a breakpoint "
1946 "that has since been deleted.\n"));
c906108c
SS
1947 }
1948 else
a3f17187 1949 printf_filtered (_("It stopped at breakpoint %d.\n"), num);
8671a17b 1950 stat = bpstat_num (&bs, &num);
c906108c
SS
1951 }
1952 }
a493e3e2 1953 else if (tp->suspend.stop_signal != GDB_SIGNAL_0)
c906108c 1954 {
a3f17187 1955 printf_filtered (_("It stopped with signal %s, %s.\n"),
2ea28649
PA
1956 gdb_signal_to_name (tp->suspend.stop_signal),
1957 gdb_signal_to_string (tp->suspend.stop_signal));
c906108c
SS
1958 }
1959
0d41ba00 1960 if (from_tty)
c906108c 1961 {
3e43a32a
MS
1962 printf_filtered (_("Type \"info stack\" or \"info "
1963 "registers\" for more information.\n"));
c906108c
SS
1964 }
1965}
1966\f
1967static void
fba45db2 1968environment_info (char *var, int from_tty)
c906108c
SS
1969{
1970 if (var)
1971 {
3f81c18a 1972 char *val = get_in_environ (current_inferior ()->environment, var);
abbb1732 1973
c906108c
SS
1974 if (val)
1975 {
1976 puts_filtered (var);
1977 puts_filtered (" = ");
1978 puts_filtered (val);
1979 puts_filtered ("\n");
1980 }
1981 else
1982 {
1983 puts_filtered ("Environment variable \"");
1984 puts_filtered (var);
1985 puts_filtered ("\" not defined.\n");
1986 }
1987 }
1988 else
1989 {
3f81c18a 1990 char **vector = environ_vector (current_inferior ()->environment);
abbb1732 1991
c906108c
SS
1992 while (*vector)
1993 {
1994 puts_filtered (*vector++);
1995 puts_filtered ("\n");
1996 }
1997 }
1998}
1999
2000static void
fba45db2 2001set_environment_command (char *arg, int from_tty)
c906108c 2002{
52f0bd74 2003 char *p, *val, *var;
c906108c
SS
2004 int nullset = 0;
2005
2006 if (arg == 0)
e2e0b3e5 2007 error_no_arg (_("environment variable and value"));
c906108c 2008
1777feb0 2009 /* Find seperation between variable name and value. */
c906108c
SS
2010 p = (char *) strchr (arg, '=');
2011 val = (char *) strchr (arg, ' ');
2012
2013 if (p != 0 && val != 0)
2014 {
2015 /* We have both a space and an equals. If the space is before the
c5aa993b 2016 equals, walk forward over the spaces til we see a nonspace
1777feb0 2017 (possibly the equals). */
c906108c
SS
2018 if (p > val)
2019 while (*val == ' ')
2020 val++;
2021
2022 /* Now if the = is after the char following the spaces,
c5aa993b 2023 take the char following the spaces. */
c906108c
SS
2024 if (p > val)
2025 p = val - 1;
2026 }
2027 else if (val != 0 && p == 0)
2028 p = val;
2029
2030 if (p == arg)
e2e0b3e5 2031 error_no_arg (_("environment variable to set"));
c906108c
SS
2032
2033 if (p == 0 || p[1] == 0)
2034 {
2035 nullset = 1;
2036 if (p == 0)
1777feb0 2037 p = arg + strlen (arg); /* So that savestring below will work. */
c906108c
SS
2038 }
2039 else
2040 {
1777feb0 2041 /* Not setting variable value to null. */
c906108c
SS
2042 val = p + 1;
2043 while (*val == ' ' || *val == '\t')
2044 val++;
2045 }
2046
c5aa993b
JM
2047 while (p != arg && (p[-1] == ' ' || p[-1] == '\t'))
2048 p--;
c906108c
SS
2049
2050 var = savestring (arg, p - arg);
2051 if (nullset)
2052 {
3e43a32a
MS
2053 printf_filtered (_("Setting environment variable "
2054 "\"%s\" to null value.\n"),
a3f17187 2055 var);
3f81c18a 2056 set_in_environ (current_inferior ()->environment, var, "");
c906108c
SS
2057 }
2058 else
3f81c18a 2059 set_in_environ (current_inferior ()->environment, var, val);
b8c9b27d 2060 xfree (var);
c906108c
SS
2061}
2062
2063static void
fba45db2 2064unset_environment_command (char *var, int from_tty)
c906108c
SS
2065{
2066 if (var == 0)
2067 {
2068 /* If there is no argument, delete all environment variables.
c5aa993b 2069 Ask for confirmation if reading from the terminal. */
e2e0b3e5 2070 if (!from_tty || query (_("Delete all environment variables? ")))
c906108c 2071 {
3f81c18a
VP
2072 free_environ (current_inferior ()->environment);
2073 current_inferior ()->environment = make_environ ();
c906108c
SS
2074 }
2075 }
2076 else
3f81c18a 2077 unset_in_environ (current_inferior ()->environment, var);
c906108c
SS
2078}
2079
1777feb0 2080/* Handle the execution path (PATH variable). */
c906108c
SS
2081
2082static const char path_var_name[] = "PATH";
2083
c906108c 2084static void
fba45db2 2085path_info (char *args, int from_tty)
c906108c
SS
2086{
2087 puts_filtered ("Executable and object file path: ");
3e43a32a
MS
2088 puts_filtered (get_in_environ (current_inferior ()->environment,
2089 path_var_name));
c906108c
SS
2090 puts_filtered ("\n");
2091}
2092
2093/* Add zero or more directories to the front of the execution path. */
2094
2095static void
fba45db2 2096path_command (char *dirname, int from_tty)
c906108c
SS
2097{
2098 char *exec_path;
2099 char *env;
abbb1732 2100
c906108c 2101 dont_repeat ();
3f81c18a 2102 env = get_in_environ (current_inferior ()->environment, path_var_name);
1777feb0 2103 /* Can be null if path is not set. */
c906108c
SS
2104 if (!env)
2105 env = "";
4fcf66da 2106 exec_path = xstrdup (env);
c906108c 2107 mod_path (dirname, &exec_path);
3f81c18a 2108 set_in_environ (current_inferior ()->environment, path_var_name, exec_path);
b8c9b27d 2109 xfree (exec_path);
c906108c 2110 if (from_tty)
c5aa993b 2111 path_info ((char *) NULL, from_tty);
c906108c 2112}
c906108c 2113\f
c5aa993b 2114
1292279a
PA
2115/* Print out the register NAME with value VAL, to FILE, in the default
2116 fashion. */
2117
2118static void
2119default_print_one_register_info (struct ui_file *file,
2120 const char *name,
2121 struct value *val)
2122{
2123 struct type *regtype = value_type (val);
f69d9aef 2124 int print_raw_format;
1292279a
PA
2125
2126 fputs_filtered (name, file);
2127 print_spaces_filtered (15 - strlen (name), file);
2128
f69d9aef
AB
2129 print_raw_format = (value_entirely_available (val)
2130 && !value_optimized_out (val));
1292279a
PA
2131
2132 /* If virtual format is floating, print it that way, and in raw
2133 hex. */
2134 if (TYPE_CODE (regtype) == TYPE_CODE_FLT
2135 || TYPE_CODE (regtype) == TYPE_CODE_DECFLOAT)
2136 {
2137 int j;
2138 struct value_print_options opts;
2139 const gdb_byte *valaddr = value_contents_for_printing (val);
2140 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (regtype));
2141
2142 get_user_print_options (&opts);
2143 opts.deref_ref = 1;
2144
2145 val_print (regtype,
2146 value_contents_for_printing (val),
2147 value_embedded_offset (val), 0,
2148 file, 0, val, &opts, current_language);
2149
f69d9aef
AB
2150 if (print_raw_format)
2151 {
2152 fprintf_filtered (file, "\t(raw ");
2153 print_hex_chars (file, valaddr, TYPE_LENGTH (regtype), byte_order);
2154 fprintf_filtered (file, ")");
2155 }
1292279a
PA
2156 }
2157 else
2158 {
2159 struct value_print_options opts;
2160
2161 /* Print the register in hex. */
2162 get_formatted_print_options (&opts, 'x');
2163 opts.deref_ref = 1;
2164 val_print (regtype,
2165 value_contents_for_printing (val),
2166 value_embedded_offset (val), 0,
2167 file, 0, val, &opts, current_language);
2168 /* If not a vector register, print it also according to its
2169 natural format. */
f69d9aef 2170 if (print_raw_format && TYPE_VECTOR (regtype) == 0)
1292279a
PA
2171 {
2172 get_user_print_options (&opts);
2173 opts.deref_ref = 1;
2174 fprintf_filtered (file, "\t");
2175 val_print (regtype,
2176 value_contents_for_printing (val),
2177 value_embedded_offset (val), 0,
2178 file, 0, val, &opts, current_language);
2179 }
2180 }
2181
2182 fprintf_filtered (file, "\n");
2183}
2184
1777feb0 2185/* Print out the machine register regnum. If regnum is -1, print all
0ab7a791
AC
2186 registers (print_all == 1) or all non-float and non-vector
2187 registers (print_all == 0).
c906108c
SS
2188
2189 For most machines, having all_registers_info() print the
0ab7a791
AC
2190 register(s) one per line is good enough. If a different format is
2191 required, (eg, for MIPS or Pyramid 90x, which both have lots of
2192 regs), or there is an existing convention for showing all the
2193 registers, define the architecture method PRINT_REGISTERS_INFO to
2194 provide that format. */
c906108c 2195
666e11c5 2196void
0ab7a791
AC
2197default_print_registers_info (struct gdbarch *gdbarch,
2198 struct ui_file *file,
2199 struct frame_info *frame,
2200 int regnum, int print_all)
c906108c 2201{
0ab7a791 2202 int i;
a4bd449d
UW
2203 const int numregs = gdbarch_num_regs (gdbarch)
2204 + gdbarch_num_pseudo_regs (gdbarch);
0ab7a791 2205
c906108c
SS
2206 for (i = 0; i < numregs; i++)
2207 {
4782dc19
AC
2208 /* Decide between printing all regs, non-float / vector regs, or
2209 specific reg. */
c5aa993b
JM
2210 if (regnum == -1)
2211 {
f9418c0f 2212 if (print_all)
4782dc19 2213 {
f9418c0f 2214 if (!gdbarch_register_reggroup_p (gdbarch, i, all_reggroup))
4782dc19 2215 continue;
f9418c0f
AC
2216 }
2217 else
2218 {
2219 if (!gdbarch_register_reggroup_p (gdbarch, i, general_reggroup))
4782dc19
AC
2220 continue;
2221 }
c5aa993b
JM
2222 }
2223 else
2224 {
2225 if (i != regnum)
2226 continue;
2227 }
c906108c
SS
2228
2229 /* If the register name is empty, it is undefined for this
c5aa993b 2230 processor, so don't display anything. */
a4bd449d
UW
2231 if (gdbarch_register_name (gdbarch, i) == NULL
2232 || *(gdbarch_register_name (gdbarch, i)) == '\0')
c906108c
SS
2233 continue;
2234
1292279a
PA
2235 default_print_one_register_info (file,
2236 gdbarch_register_name (gdbarch, i),
901461f8 2237 value_of_register (i, frame));
c906108c
SS
2238 }
2239}
c906108c 2240
c906108c 2241void
fba45db2 2242registers_info (char *addr_exp, int fpregs)
c906108c 2243{
206415a3 2244 struct frame_info *frame;
a4bd449d 2245 struct gdbarch *gdbarch;
c906108c
SS
2246
2247 if (!target_has_registers)
8a3fe4f8 2248 error (_("The program has no registers now."));
206415a3 2249 frame = get_selected_frame (NULL);
a4bd449d 2250 gdbarch = get_frame_arch (frame);
c906108c
SS
2251
2252 if (!addr_exp)
2253 {
a4bd449d 2254 gdbarch_print_registers_info (gdbarch, gdb_stdout,
206415a3 2255 frame, -1, fpregs);
c906108c
SS
2256 return;
2257 }
2258
f9418c0f 2259 while (*addr_exp != '\0')
c5aa993b 2260 {
f9418c0f
AC
2261 char *start;
2262 const char *end;
c906108c 2263
529480d0
KS
2264 /* Skip leading white space. */
2265 addr_exp = skip_spaces (addr_exp);
c906108c 2266
f9418c0f
AC
2267 /* Discard any leading ``$''. Check that there is something
2268 resembling a register following it. */
2269 if (addr_exp[0] == '$')
2270 addr_exp++;
2271 if (isspace ((*addr_exp)) || (*addr_exp) == '\0')
8a3fe4f8 2272 error (_("Missing register name"));
c906108c 2273
f9418c0f
AC
2274 /* Find the start/end of this register name/num/group. */
2275 start = addr_exp;
2276 while ((*addr_exp) != '\0' && !isspace ((*addr_exp)))
2277 addr_exp++;
2278 end = addr_exp;
ad842144 2279
f9418c0f
AC
2280 /* Figure out what we've found and display it. */
2281
2282 /* A register name? */
2283 {
029a67e4 2284 int regnum = user_reg_map_name_to_regnum (gdbarch, start, end - start);
abbb1732 2285
f9418c0f
AC
2286 if (regnum >= 0)
2287 {
ad842144
MR
2288 /* User registers lie completely outside of the range of
2289 normal registers. Catch them early so that the target
2290 never sees them. */
2291 if (regnum >= gdbarch_num_regs (gdbarch)
2292 + gdbarch_num_pseudo_regs (gdbarch))
2293 {
1292279a
PA
2294 struct value *regval = value_of_user_reg (regnum, frame);
2295 const char *regname = user_reg_map_regnum_to_name (gdbarch,
2296 regnum);
2297
2298 /* Print in the same fashion
2299 gdbarch_print_registers_info's default
2300 implementation prints. */
2301 default_print_one_register_info (gdb_stdout,
2302 regname,
2303 regval);
ad842144
MR
2304 }
2305 else
2306 gdbarch_print_registers_info (gdbarch, gdb_stdout,
2307 frame, regnum, fpregs);
f9418c0f
AC
2308 continue;
2309 }
2310 }
ad842144 2311
f9418c0f
AC
2312 /* A register group? */
2313 {
6c7d17ba 2314 struct reggroup *group;
abbb1732 2315
a4bd449d 2316 for (group = reggroup_next (gdbarch, NULL);
6c7d17ba 2317 group != NULL;
a4bd449d 2318 group = reggroup_next (gdbarch, group))
f9418c0f
AC
2319 {
2320 /* Don't bother with a length check. Should the user
2321 enter a short register group name, go with the first
2322 group that matches. */
6c7d17ba 2323 if (strncmp (start, reggroup_name (group), end - start) == 0)
f9418c0f
AC
2324 break;
2325 }
6c7d17ba 2326 if (group != NULL)
f9418c0f
AC
2327 {
2328 int regnum;
abbb1732 2329
f57d151a 2330 for (regnum = 0;
a4bd449d
UW
2331 regnum < gdbarch_num_regs (gdbarch)
2332 + gdbarch_num_pseudo_regs (gdbarch);
f57d151a 2333 regnum++)
f9418c0f 2334 {
a4bd449d
UW
2335 if (gdbarch_register_reggroup_p (gdbarch, regnum, group))
2336 gdbarch_print_registers_info (gdbarch,
206415a3 2337 gdb_stdout, frame,
f9418c0f
AC
2338 regnum, fpregs);
2339 }
2340 continue;
2341 }
2342 }
c906108c 2343
f9418c0f 2344 /* Nothing matched. */
8a3fe4f8 2345 error (_("Invalid register `%.*s'"), (int) (end - start), start);
c5aa993b 2346 }
c906108c
SS
2347}
2348
1dd5fedc 2349static void
fba45db2 2350all_registers_info (char *addr_exp, int from_tty)
c906108c
SS
2351{
2352 registers_info (addr_exp, 1);
2353}
2354
a58dd373 2355static void
fba45db2 2356nofp_registers_info (char *addr_exp, int from_tty)
c906108c
SS
2357{
2358 registers_info (addr_exp, 0);
2359}
e76f1f2e
AC
2360
2361static void
d80b854b 2362print_vector_info (struct ui_file *file,
e76f1f2e
AC
2363 struct frame_info *frame, const char *args)
2364{
d80b854b
UW
2365 struct gdbarch *gdbarch = get_frame_arch (frame);
2366
e76f1f2e
AC
2367 if (gdbarch_print_vector_info_p (gdbarch))
2368 gdbarch_print_vector_info (gdbarch, file, frame, args);
2369 else
2370 {
2371 int regnum;
2372 int printed_something = 0;
ab4327e0 2373
f57d151a 2374 for (regnum = 0;
a4bd449d
UW
2375 regnum < gdbarch_num_regs (gdbarch)
2376 + gdbarch_num_pseudo_regs (gdbarch);
f57d151a 2377 regnum++)
e76f1f2e 2378 {
f9418c0f 2379 if (gdbarch_register_reggroup_p (gdbarch, regnum, vector_reggroup))
e76f1f2e
AC
2380 {
2381 printed_something = 1;
e76f1f2e 2382 gdbarch_print_registers_info (gdbarch, file, frame, regnum, 1);
e76f1f2e
AC
2383 }
2384 }
2385 if (!printed_something)
2386 fprintf_filtered (file, "No vector information\n");
2387 }
2388}
2389
2390static void
2391vector_info (char *args, int from_tty)
2392{
206415a3
DJ
2393 if (!target_has_registers)
2394 error (_("The program has no registers now."));
2395
d80b854b 2396 print_vector_info (gdb_stdout, get_selected_frame (NULL), args);
e76f1f2e 2397}
c906108c 2398\f
5fd62852
PA
2399/* Kill the inferior process. Make us have no inferior. */
2400
2401static void
2402kill_command (char *arg, int from_tty)
2403{
2404 /* FIXME: This should not really be inferior_ptid (or target_has_execution).
2405 It should be a distinct flag that indicates that a target is active, cuz
1777feb0 2406 some targets don't have processes! */
5fd62852
PA
2407
2408 if (ptid_equal (inferior_ptid, null_ptid))
2409 error (_("The program is not being run."));
2410 if (!query (_("Kill the program being debugged? ")))
2411 error (_("Not confirmed."));
2412 target_kill ();
2413
c35b1492
PA
2414 /* If we still have other inferiors to debug, then don't mess with
2415 with their threads. */
2416 if (!have_inferiors ())
5fd62852 2417 {
1777feb0 2418 init_thread_list (); /* Destroy thread info. */
5fd62852
PA
2419
2420 /* Killing off the inferior can leave us with a core file. If
2421 so, print the state we are left in. */
2422 if (target_has_stack)
2423 {
2424 printf_filtered (_("In %s,\n"), target_longname);
08d72866 2425 print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC, 1);
5fd62852
PA
2426 }
2427 }
2428 bfd_cache_close_all ();
2429}
c5aa993b 2430
74531fed
PA
2431/* Used in `attach&' command. ARG is a point to an integer
2432 representing a process id. Proceed threads of this process iff
2433 they stopped due to debugger request, and when they did, they
a493e3e2 2434 reported a clean stop (GDB_SIGNAL_0). Do not proceed threads
74531fed
PA
2435 that have been explicitly been told to stop. */
2436
2437static int
2438proceed_after_attach_callback (struct thread_info *thread,
2439 void *arg)
2440{
2441 int pid = * (int *) arg;
2442
2443 if (ptid_get_pid (thread->ptid) == pid
2444 && !is_exited (thread->ptid)
2445 && !is_executing (thread->ptid)
2446 && !thread->stop_requested
a493e3e2 2447 && thread->suspend.stop_signal == GDB_SIGNAL_0)
74531fed
PA
2448 {
2449 switch_to_thread (thread->ptid);
70509625 2450 clear_proceed_status (0);
a493e3e2 2451 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 0);
74531fed
PA
2452 }
2453
2454 return 0;
2455}
2456
2457static void
2458proceed_after_attach (int pid)
2459{
2460 /* Don't error out if the current thread is running, because
2461 there may be other stopped threads. */
2462 struct cleanup *old_chain;
2463
2464 /* Backup current thread and selected frame. */
2465 old_chain = make_cleanup_restore_current_thread ();
2466
2467 iterate_over_threads (proceed_after_attach_callback, &pid);
2468
2469 /* Restore selected ptid. */
2470 do_cleanups (old_chain);
2471}
2472
1777feb0 2473/* attach_command --
c906108c
SS
2474 takes a program started up outside of gdb and ``attaches'' to it.
2475 This stops it cold in its tracks and allows us to start debugging it.
2476 and wait for the trace-trap that results from attaching. */
2477
9356cf8d
PA
2478static void
2479attach_command_post_wait (char *args, int from_tty, int async_exec)
2480{
2481 char *exec_file;
2482 char *full_exec_path = NULL;
d6b48e9c 2483 struct inferior *inferior;
9356cf8d 2484
d6b48e9c 2485 inferior = current_inferior ();
16c381f0 2486 inferior->control.stop_soon = NO_STOP_QUIETLY;
9356cf8d
PA
2487
2488 /* If no exec file is yet known, try to determine it from the
2489 process itself. */
2490 exec_file = (char *) get_exec_file (0);
2491 if (!exec_file)
2492 {
dfd4cc63 2493 exec_file = target_pid_to_exec_file (ptid_get_pid (inferior_ptid));
9356cf8d
PA
2494 if (exec_file)
2495 {
2496 /* It's possible we don't have a full path, but rather just a
2497 filename. Some targets, such as HP-UX, don't provide the
2498 full path, sigh.
2499
2500 Attempt to qualify the filename against the source path.
2501 (If that fails, we'll just fall back on the original
1777feb0
MS
2502 filename. Not much more we can do...) */
2503
9356cf8d 2504 if (!source_full_path_of (exec_file, &full_exec_path))
1b36a34b 2505 full_exec_path = xstrdup (exec_file);
9356cf8d
PA
2506
2507 exec_file_attach (full_exec_path, from_tty);
2508 symbol_file_add_main (full_exec_path, from_tty);
2509 }
2510 }
2511 else
2512 {
2513 reopen_exec_file ();
2514 reread_symbols ();
2515 }
2516
2517 /* Take any necessary post-attaching actions for this platform. */
dfd4cc63 2518 target_post_attach (ptid_get_pid (inferior_ptid));
9356cf8d
PA
2519
2520 post_create_inferior (&current_target, from_tty);
2521
9356cf8d 2522 if (async_exec)
74531fed
PA
2523 {
2524 /* The user requested an `attach&', so be sure to leave threads
2525 that didn't get a signal running. */
2526
2527 /* Immediatelly resume all suspended threads of this inferior,
2528 and this inferior only. This should have no effect on
2529 already running threads. If a thread has been stopped with a
2530 signal, leave it be. */
2531 if (non_stop)
2532 proceed_after_attach (inferior->pid);
2533 else
2534 {
a493e3e2 2535 if (inferior_thread ()->suspend.stop_signal == GDB_SIGNAL_0)
74531fed 2536 {
70509625 2537 clear_proceed_status (0);
a493e3e2 2538 proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 0);
74531fed
PA
2539 }
2540 }
2541 }
9356cf8d
PA
2542 else
2543 {
74531fed
PA
2544 /* The user requested a plain `attach', so be sure to leave
2545 the inferior stopped. */
2546
9356cf8d
PA
2547 if (target_can_async_p ())
2548 async_enable_stdin ();
74531fed
PA
2549
2550 /* At least the current thread is already stopped. */
2551
2552 /* In all-stop, by definition, all threads have to be already
2553 stopped at this point. In non-stop, however, although the
2554 selected thread is stopped, others may still be executing.
2555 Be sure to explicitly stop all threads of the process. This
2556 should have no effect on already stopped threads. */
2557 if (non_stop)
2558 target_stop (pid_to_ptid (inferior->pid));
2559
2560 /* Tell the user/frontend where we're stopped. */
9356cf8d
PA
2561 normal_stop ();
2562 if (deprecated_attach_hook)
2563 deprecated_attach_hook ();
2564 }
2565}
2566
bfec99b2 2567struct attach_command_continuation_args
9356cf8d
PA
2568{
2569 char *args;
2570 int from_tty;
2571 int async_exec;
bfec99b2 2572};
9356cf8d 2573
bfec99b2 2574static void
fa4cd53f 2575attach_command_continuation (void *args, int err)
bfec99b2
PA
2576{
2577 struct attach_command_continuation_args *a = args;
abbb1732 2578
fa4cd53f
PA
2579 if (err)
2580 return;
2581
bfec99b2 2582 attach_command_post_wait (a->args, a->from_tty, a->async_exec);
9356cf8d
PA
2583}
2584
604ead4a
PA
2585static void
2586attach_command_continuation_free_args (void *args)
2587{
2588 struct attach_command_continuation_args *a = args;
abbb1732 2589
604ead4a
PA
2590 xfree (a->args);
2591 xfree (a);
2592}
2593
c906108c 2594void
fba45db2 2595attach_command (char *args, int from_tty)
c906108c 2596{
6c4486e6
PA
2597 int async_exec;
2598 struct cleanup *args_chain;
b3ccfe11 2599 struct target_ops *attach_target;
c906108c 2600
c5aa993b 2601 dont_repeat (); /* Not for the faint of heart */
c906108c 2602
f5656ead 2603 if (gdbarch_has_global_solist (target_gdbarch ()))
2567c7d9
PA
2604 /* Don't complain if all processes share the same symbol
2605 space. */
8a305172
PA
2606 ;
2607 else if (target_has_execution)
c906108c 2608 {
9e2f0ad4 2609 if (query (_("A program is being debugged already. Kill it? ")))
c906108c
SS
2610 target_kill ();
2611 else
8a3fe4f8 2612 error (_("Not killed."));
c906108c
SS
2613 }
2614
fd79ecee
DJ
2615 /* Clean up any leftovers from other runs. Some other things from
2616 this function should probably be moved into target_pre_inferior. */
2617 target_pre_inferior (from_tty);
2618
6c4486e6
PA
2619 args = strip_bg_char (args, &async_exec);
2620 args_chain = make_cleanup (xfree, args);
8bc2fe48 2621
b3ccfe11
TT
2622 attach_target = find_attach_target ();
2623
8bc2fe48
PA
2624 prepare_execution_command (attach_target, async_exec);
2625
b3ccfe11 2626 if (non_stop && !attach_target->to_supports_non_stop (attach_target))
9908b566
VP
2627 error (_("Cannot attach to this target in non-stop mode"));
2628
b3ccfe11
TT
2629 attach_target->to_attach (attach_target, args, from_tty);
2630 /* to_attach should push the target, so after this point we
2631 shouldn't refer to attach_target again. */
2632 attach_target = NULL;
c906108c 2633
6c4486e6
PA
2634 /* Done with ARGS. */
2635 do_cleanups (args_chain);
2636
c906108c
SS
2637 /* Set up the "saved terminal modes" of the inferior
2638 based on what modes we are starting it with. */
2639 target_terminal_init ();
2640
7180e04a
PA
2641 /* Install inferior's terminal modes. This may look like a no-op,
2642 as we've just saved them above, however, this does more than
2643 restore terminal settings:
2644
2645 - installs a SIGINT handler that forwards SIGINT to the inferior.
2646 Otherwise a Ctrl-C pressed just while waiting for the initial
2647 stop would end up as a spurious Quit.
2648
2649 - removes stdin from the event loop, which we need if attaching
2650 in the foreground, otherwise on targets that report an initial
2651 stop on attach (which are most) we'd process input/commands
2652 while we're in the event loop waiting for that stop. That is,
2653 before the attach continuation runs and the command is really
2654 finished. */
2655 target_terminal_inferior ();
2656
c906108c
SS
2657 /* Set up execution context to know that we should return from
2658 wait_for_inferior as soon as the target reports a stop. */
2659 init_wait_for_inferior ();
70509625 2660 clear_proceed_status (0);
c906108c 2661
74531fed
PA
2662 if (non_stop)
2663 {
2664 /* If we find that the current thread isn't stopped, explicitly
2665 do so now, because we're going to install breakpoints and
2666 poke at memory. */
2667
2668 if (async_exec)
2669 /* The user requested an `attach&'; stop just one thread. */
2670 target_stop (inferior_ptid);
2671 else
2672 /* The user requested an `attach', so stop all threads of this
2673 inferior. */
2674 target_stop (pid_to_ptid (ptid_get_pid (inferior_ptid)));
2675 }
2676
dc177b7a
PA
2677 /* Some system don't generate traps when attaching to inferior.
2678 E.g. Mach 3 or GNU hurd. */
2679 if (!target_attach_no_wait)
c5aa993b 2680 {
d6b48e9c
PA
2681 struct inferior *inferior = current_inferior ();
2682
1777feb0 2683 /* Careful here. See comments in inferior.h. Basically some
dc177b7a
PA
2684 OSes don't ignore SIGSTOPs on continue requests anymore. We
2685 need a way for handle_inferior_event to reset the stop_signal
2686 variable after an attach, and this is what
2687 STOP_QUIETLY_NO_SIGSTOP is for. */
16c381f0 2688 inferior->control.stop_soon = STOP_QUIETLY_NO_SIGSTOP;
c5aa993b 2689
dc177b7a
PA
2690 if (target_can_async_p ())
2691 {
2692 /* sync_execution mode. Wait for stop. */
bfec99b2
PA
2693 struct attach_command_continuation_args *a;
2694
2695 a = xmalloc (sizeof (*a));
2696 a->args = xstrdup (args);
2697 a->from_tty = from_tty;
2698 a->async_exec = async_exec;
e0ba6746
PA
2699 add_inferior_continuation (attach_command_continuation, a,
2700 attach_command_continuation_free_args);
dc177b7a
PA
2701 return;
2702 }
c906108c 2703
e4c8541f 2704 wait_for_inferior ();
dc177b7a 2705 }
6426a772 2706
9356cf8d 2707 attach_command_post_wait (args, from_tty, async_exec);
c906108c
SS
2708}
2709
1941c569
PA
2710/* We had just found out that the target was already attached to an
2711 inferior. PTID points at a thread of this new inferior, that is
2712 the most likely to be stopped right now, but not necessarily so.
2713 The new inferior is assumed to be already added to the inferior
2714 list at this point. If LEAVE_RUNNING, then leave the threads of
2715 this inferior running, except those we've explicitly seen reported
2716 as stopped. */
2717
2718void
2719notice_new_inferior (ptid_t ptid, int leave_running, int from_tty)
2720{
2721 struct cleanup* old_chain;
2722 int async_exec;
2723
2724 old_chain = make_cleanup (null_cleanup, NULL);
2725
2726 /* If in non-stop, leave threads as running as they were. If
2727 they're stopped for some reason other than us telling it to, the
a493e3e2 2728 target reports a signal != GDB_SIGNAL_0. We don't try to
1941c569
PA
2729 resume threads with such a stop signal. */
2730 async_exec = non_stop;
2731
2732 if (!ptid_equal (inferior_ptid, null_ptid))
2733 make_cleanup_restore_current_thread ();
2734
2735 switch_to_thread (ptid);
2736
2737 /* When we "notice" a new inferior we need to do all the things we
2738 would normally do if we had just attached to it. */
2739
2740 if (is_executing (inferior_ptid))
2741 {
2742 struct inferior *inferior = current_inferior ();
2743
2744 /* We're going to install breakpoints, and poke at memory,
2745 ensure that the inferior is stopped for a moment while we do
2746 that. */
2747 target_stop (inferior_ptid);
2748
16c381f0 2749 inferior->control.stop_soon = STOP_QUIETLY_REMOTE;
1941c569
PA
2750
2751 /* Wait for stop before proceeding. */
2752 if (target_can_async_p ())
2753 {
2754 struct attach_command_continuation_args *a;
2755
2756 a = xmalloc (sizeof (*a));
2757 a->args = xstrdup ("");
2758 a->from_tty = from_tty;
2759 a->async_exec = async_exec;
2760 add_inferior_continuation (attach_command_continuation, a,
2761 attach_command_continuation_free_args);
2762
2763 do_cleanups (old_chain);
2764 return;
2765 }
2766 else
e4c8541f 2767 wait_for_inferior ();
1941c569
PA
2768 }
2769
2770 async_exec = leave_running;
2771 attach_command_post_wait ("" /* args */, from_tty, async_exec);
2772
2773 do_cleanups (old_chain);
2774}
2775
c906108c
SS
2776/*
2777 * detach_command --
2778 * takes a program previously attached to and detaches it.
2779 * The program resumes execution and will no longer stop
2780 * on signals, etc. We better not have left any breakpoints
2781 * in the program or it'll die when it hits one. For this
2782 * to work, it may be necessary for the process to have been
2783 * previously attached. It *might* work if the program was
2784 * started via the normal ptrace (PTRACE_TRACEME).
2785 */
2786
6418d433 2787void
fba45db2 2788detach_command (char *args, int from_tty)
c906108c 2789{
1f5d0fc9 2790 dont_repeat (); /* Not for the faint of heart. */
d729566a
PA
2791
2792 if (ptid_equal (inferior_ptid, null_ptid))
2793 error (_("The program is not being run."));
2794
2f9d54cf
PA
2795 query_if_trace_running (from_tty);
2796
2797 disconnect_tracing ();
d5551862 2798
c906108c 2799 target_detach (args, from_tty);
50c71eaf
PA
2800
2801 /* If the solist is global across inferiors, don't clear it when we
2802 detach from a single inferior. */
f5656ead 2803 if (!gdbarch_has_global_solist (target_gdbarch ()))
50c71eaf 2804 no_shared_libraries (NULL, from_tty);
8a305172 2805
c35b1492
PA
2806 /* If we still have inferiors to debug, then don't mess with their
2807 threads. */
2808 if (!have_inferiors ())
8a305172
PA
2809 init_thread_list ();
2810
9a4105ab
AC
2811 if (deprecated_detach_hook)
2812 deprecated_detach_hook ();
c906108c
SS
2813}
2814
6ad8ae5c
DJ
2815/* Disconnect from the current target without resuming it (leaving it
2816 waiting for a debugger).
2817
2818 We'd better not have left any breakpoints in the program or the
2819 next debugger will get confused. Currently only supported for some
2820 remote targets, since the normal attach mechanisms don't work on
2821 stopped processes on some native platforms (e.g. GNU/Linux). */
2822
2823static void
2824disconnect_command (char *args, int from_tty)
2825{
1777feb0 2826 dont_repeat (); /* Not for the faint of heart. */
2f9d54cf
PA
2827 query_if_trace_running (from_tty);
2828 disconnect_tracing ();
6ad8ae5c 2829 target_disconnect (args, from_tty);
e85a822c 2830 no_shared_libraries (NULL, from_tty);
a0ef4274 2831 init_thread_list ();
9a4105ab
AC
2832 if (deprecated_detach_hook)
2833 deprecated_detach_hook ();
6ad8ae5c
DJ
2834}
2835
77ebaa5a
VP
2836void
2837interrupt_target_1 (int all_threads)
2838{
2839 ptid_t ptid;
abbb1732 2840
77ebaa5a
VP
2841 if (all_threads)
2842 ptid = minus_one_ptid;
2843 else
2844 ptid = inferior_ptid;
2845 target_stop (ptid);
252fbfc8
PA
2846
2847 /* Tag the thread as having been explicitly requested to stop, so
2848 other parts of gdb know not to resume this thread automatically,
2849 if it was stopped due to an internal event. Limit this to
2850 non-stop mode, as when debugging a multi-threaded application in
2851 all-stop mode, we will only get one stop event --- it's undefined
2852 which thread will report the event. */
2853 if (non_stop)
2854 set_stop_requested (ptid, 1);
77ebaa5a
VP
2855}
2856
6339bfc4
DE
2857/* interrupt [-a]
2858 Stop the execution of the target while running in async mode, in
8cae4b3f
PA
2859 the backgound. In all-stop, stop the whole process. In non-stop
2860 mode, stop the current thread only by default, or stop all threads
2861 if the `-a' switch is used. */
2862
1dd5fedc 2863static void
0a07590b 2864interrupt_command (char *args, int from_tty)
43ff13b4 2865{
362646f5 2866 if (target_can_async_p ())
43ff13b4 2867 {
8cae4b3f
PA
2868 int all_threads = 0;
2869
1777feb0 2870 dont_repeat (); /* Not for the faint of heart. */
94cc34af 2871
8cae4b3f
PA
2872 if (args != NULL
2873 && strncmp (args, "-a", sizeof ("-a") - 1) == 0)
2874 all_threads = 1;
2875
2876 if (!non_stop && all_threads)
2877 error (_("-a is meaningless in all-stop mode."));
2878
77ebaa5a 2879 interrupt_target_1 (all_threads);
43ff13b4
JM
2880 }
2881}
2882
cc86d1cb
YQ
2883/* See inferior.h. */
2884
2885void
2886default_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
2887 struct frame_info *frame, const char *args)
c906108c 2888{
cc86d1cb
YQ
2889 int regnum;
2890 int printed_something = 0;
d80b854b 2891
cc86d1cb
YQ
2892 for (regnum = 0;
2893 regnum < gdbarch_num_regs (gdbarch)
2894 + gdbarch_num_pseudo_regs (gdbarch);
2895 regnum++)
23e3a7ac 2896 {
cc86d1cb 2897 if (gdbarch_register_reggroup_p (gdbarch, regnum, float_reggroup))
23e3a7ac 2898 {
cc86d1cb
YQ
2899 printed_something = 1;
2900 gdbarch_print_registers_info (gdbarch, file, frame, regnum, 1);
23e3a7ac 2901 }
23e3a7ac 2902 }
cc86d1cb
YQ
2903 if (!printed_something)
2904 fprintf_filtered (file, "No floating-point info "
2905 "available for this processor.\n");
23e3a7ac
AC
2906}
2907
2908static void
2909float_info (char *args, int from_tty)
2910{
cc86d1cb
YQ
2911 struct frame_info *frame;
2912
206415a3
DJ
2913 if (!target_has_registers)
2914 error (_("The program has no registers now."));
2915
cc86d1cb
YQ
2916 frame = get_selected_frame (NULL);
2917 gdbarch_print_float_info (get_frame_arch (frame), gdb_stdout, frame, args);
c906108c
SS
2918}
2919\f
c906108c 2920static void
fba45db2 2921unset_command (char *args, int from_tty)
c906108c 2922{
3e43a32a
MS
2923 printf_filtered (_("\"unset\" must be followed by the "
2924 "name of an unset subcommand.\n"));
635c7e8a 2925 help_list (unsetlist, "unset ", all_commands, gdb_stdout);
c906108c
SS
2926}
2927
145b16a9
UW
2928/* Implement `info proc' family of commands. */
2929
2930static void
2931info_proc_cmd_1 (char *args, enum info_proc_what what, int from_tty)
2932{
3030c96e
UW
2933 struct gdbarch *gdbarch = get_current_arch ();
2934
451b7c33
TT
2935 if (!target_info_proc (args, what))
2936 {
2937 if (gdbarch_info_proc_p (gdbarch))
2938 gdbarch_info_proc (gdbarch, args, what);
2939 else
2940 error (_("Not supported on this target."));
2941 }
145b16a9
UW
2942}
2943
2944/* Implement `info proc' when given without any futher parameters. */
2945
2946static void
2947info_proc_cmd (char *args, int from_tty)
2948{
2949 info_proc_cmd_1 (args, IP_MINIMAL, from_tty);
2950}
2951
2952/* Implement `info proc mappings'. */
2953
2954static void
2955info_proc_cmd_mappings (char *args, int from_tty)
2956{
2957 info_proc_cmd_1 (args, IP_MAPPINGS, from_tty);
2958}
2959
2960/* Implement `info proc stat'. */
2961
2962static void
2963info_proc_cmd_stat (char *args, int from_tty)
2964{
2965 info_proc_cmd_1 (args, IP_STAT, from_tty);
2966}
2967
2968/* Implement `info proc status'. */
2969
2970static void
2971info_proc_cmd_status (char *args, int from_tty)
2972{
2973 info_proc_cmd_1 (args, IP_STATUS, from_tty);
2974}
2975
2976/* Implement `info proc cwd'. */
2977
2978static void
2979info_proc_cmd_cwd (char *args, int from_tty)
2980{
2981 info_proc_cmd_1 (args, IP_CWD, from_tty);
2982}
2983
2984/* Implement `info proc cmdline'. */
2985
2986static void
2987info_proc_cmd_cmdline (char *args, int from_tty)
2988{
2989 info_proc_cmd_1 (args, IP_CMDLINE, from_tty);
2990}
2991
2992/* Implement `info proc exe'. */
2993
2994static void
2995info_proc_cmd_exe (char *args, int from_tty)
2996{
2997 info_proc_cmd_1 (args, IP_EXE, from_tty);
2998}
2999
3000/* Implement `info proc all'. */
3001
3002static void
3003info_proc_cmd_all (char *args, int from_tty)
3004{
3005 info_proc_cmd_1 (args, IP_ALL, from_tty);
3006}
3007
c906108c 3008void
fba45db2 3009_initialize_infcmd (void)
c906108c 3010{
145b16a9 3011 static struct cmd_list_element *info_proc_cmdlist;
3cb3b8df 3012 struct cmd_list_element *c = NULL;
6f937416 3013 const char *cmd_name;
3cb3b8df 3014
1777feb0 3015 /* Add the filename of the terminal connected to inferior I/O. */
3cb3b8df 3016 add_setshow_filename_cmd ("inferior-tty", class_run,
3f81c18a 3017 &inferior_io_terminal_scratch, _("\
3cb3b8df
BR
3018Set terminal for future runs of program being debugged."), _("\
3019Show terminal for future runs of program being debugged."), _("\
3f81c18a
VP
3020Usage: set inferior-tty /dev/pts/1"),
3021 set_inferior_tty_command,
3022 show_inferior_tty_command,
3023 &setlist, &showlist);
3cb3b8df 3024 add_com_alias ("tty", "set inferior-tty", class_alias, 0);
c906108c 3025
6ace3df1
YQ
3026 cmd_name = "args";
3027 add_setshow_string_noescape_cmd (cmd_name, class_run,
3028 &inferior_args_scratch, _("\
b4b4ac0b
AC
3029Set argument list to give program being debugged when it is started."), _("\
3030Show argument list to give program being debugged when it is started."), _("\
3031Follow this command with any number of args, to be passed to the program."),
6ace3df1
YQ
3032 set_args_command,
3033 show_args_command,
3034 &setlist, &showlist);
3035 c = lookup_cmd (&cmd_name, setlist, "", -1, 1);
3036 gdb_assert (c != NULL);
3037 set_cmd_completer (c, filename_completer);
c906108c 3038
1a966eab
AC
3039 c = add_cmd ("environment", no_class, environment_info, _("\
3040The environment to give the program, or one variable's value.\n\
c906108c
SS
3041With an argument VAR, prints the value of environment variable VAR to\n\
3042give the program being debugged. With no arguments, prints the entire\n\
1a966eab 3043environment to be given to the program."), &showlist);
5ba2abeb 3044 set_cmd_completer (c, noop_completer);
c906108c
SS
3045
3046 add_prefix_cmd ("unset", no_class, unset_command,
1bedd215 3047 _("Complement to certain \"set\" commands."),
c906108c 3048 &unsetlist, "unset ", 0, &cmdlist);
c5aa993b 3049
1a966eab
AC
3050 c = add_cmd ("environment", class_run, unset_environment_command, _("\
3051Cancel environment variable VAR for the program.\n\
3052This does not affect the program until the next \"run\" command."),
c5aa993b 3053 &unsetlist);
5ba2abeb 3054 set_cmd_completer (c, noop_completer);
c906108c 3055
1a966eab
AC
3056 c = add_cmd ("environment", class_run, set_environment_command, _("\
3057Set environment variable value to give the program.\n\
c906108c
SS
3058Arguments are VAR VALUE where VAR is variable name and VALUE is value.\n\
3059VALUES of environment variables are uninterpreted strings.\n\
1a966eab 3060This does not affect the program until the next \"run\" command."),
c5aa993b 3061 &setlist);
5ba2abeb 3062 set_cmd_completer (c, noop_completer);
c5aa993b 3063
1bedd215
AC
3064 c = add_com ("path", class_files, path_command, _("\
3065Add directory DIR(s) to beginning of search path for object files.\n\
c906108c
SS
3066$cwd in the path means the current working directory.\n\
3067This path is equivalent to the $PATH shell variable. It is a list of\n\
3068directories, separated by colons. These directories are searched to find\n\
3e43a32a
MS
3069fully linked executable files and separately compiled object files as \
3070needed."));
5ba2abeb 3071 set_cmd_completer (c, filename_completer);
c906108c 3072
1a966eab
AC
3073 c = add_cmd ("paths", no_class, path_info, _("\
3074Current search path for finding object files.\n\
c906108c
SS
3075$cwd in the path means the current working directory.\n\
3076This path is equivalent to the $PATH shell variable. It is a list of\n\
3077directories, separated by colons. These directories are searched to find\n\
3e43a32a
MS
3078fully linked executable files and separately compiled object files as \
3079needed."),
c906108c 3080 &showlist);
5ba2abeb 3081 set_cmd_completer (c, noop_completer);
c906108c 3082
2277426b
PA
3083 add_prefix_cmd ("kill", class_run, kill_command,
3084 _("Kill execution of program being debugged."),
3085 &killlist, "kill ", 0, &cmdlist);
5fd62852 3086
1bedd215
AC
3087 add_com ("attach", class_run, attach_command, _("\
3088Attach to a process or file outside of GDB.\n\
c906108c
SS
3089This command attaches to another target, of the same type as your last\n\
3090\"target\" command (\"info files\" will show your target stack).\n\
3091The command may take as argument a process id or a device file.\n\
3092For a process id, you must have permission to send the process a signal,\n\
3093and it must have the same effective uid as the debugger.\n\
3094When using \"attach\" with a process id, the debugger finds the\n\
3095program running in the process, looking first in the current working\n\
3096directory, or (if not found there) using the source file search path\n\
3097(see the \"directory\" command). You can also use the \"file\" command\n\
1bedd215 3098to specify the program, and to load its symbol table."));
c906108c 3099
f73adfeb 3100 add_prefix_cmd ("detach", class_run, detach_command, _("\
1bedd215 3101Detach a process or file previously attached.\n\
c906108c 3102If a process, it is no longer traced, and it continues its execution. If\n\
f73adfeb
AS
3103you were debugging a file, the file is closed and gdb no longer accesses it."),
3104 &detachlist, "detach ", 0, &cmdlist);
c906108c 3105
1bedd215
AC
3106 add_com ("disconnect", class_run, disconnect_command, _("\
3107Disconnect from a target.\n\
6ad8ae5c 3108The target will wait for another debugger to connect. Not available for\n\
1bedd215 3109all targets."));
6ad8ae5c 3110
de0bea00 3111 c = add_com ("signal", class_run, signal_command, _("\
486c7739
MF
3112Continue program with the specified signal.\n\
3113Usage: signal SIGNAL\n\
2edda2ff 3114The SIGNAL argument is processed the same as the handle command.\n\
486c7739
MF
3115\n\
3116An argument of \"0\" means continue the program without sending it a signal.\n\
3117This is useful in cases where the program stopped because of a signal,\n\
81219e53
DE
3118and you want to resume the program while discarding the signal.\n\
3119\n\
3120In a multi-threaded program the signal is delivered to, or discarded from,\n\
3121the current thread only."));
3122 set_cmd_completer (c, signal_completer);
3123
3124 c = add_com ("queue-signal", class_run, queue_signal_command, _("\
3125Queue a signal to be delivered to the current thread when it is resumed.\n\
3126Usage: queue-signal SIGNAL\n\
3127The SIGNAL argument is processed the same as the handle command.\n\
3128It is an error if the handling state of SIGNAL is \"nopass\".\n\
3129\n\
3130An argument of \"0\" means remove any currently queued signal from\n\
3131the current thread. This is useful in cases where the program stopped\n\
3132because of a signal, and you want to resume it while discarding the signal.\n\
3133\n\
3134In a multi-threaded program the signal is queued with, or discarded from,\n\
3135the current thread only."));
de0bea00 3136 set_cmd_completer (c, signal_completer);
c906108c 3137
1bedd215
AC
3138 add_com ("stepi", class_run, stepi_command, _("\
3139Step one instruction exactly.\n\
486c7739
MF
3140Usage: stepi [N]\n\
3141Argument N means step N times (or till program stops for another \
3e43a32a 3142reason)."));
c906108c
SS
3143 add_com_alias ("si", "stepi", class_alias, 0);
3144
1bedd215
AC
3145 add_com ("nexti", class_run, nexti_command, _("\
3146Step one instruction, but proceed through subroutine calls.\n\
486c7739
MF
3147Usage: nexti [N]\n\
3148Argument N means step N times (or till program stops for another \
3e43a32a 3149reason)."));
c906108c
SS
3150 add_com_alias ("ni", "nexti", class_alias, 0);
3151
1bedd215
AC
3152 add_com ("finish", class_run, finish_command, _("\
3153Execute until selected stack frame returns.\n\
486c7739 3154Usage: finish\n\
1bedd215 3155Upon return, the value returned is printed and put in the value history."));
0e479716 3156 add_com_alias ("fin", "finish", class_run, 1);
c906108c 3157
1bedd215
AC
3158 add_com ("next", class_run, next_command, _("\
3159Step program, proceeding through subroutine calls.\n\
486c7739
MF
3160Usage: next [N]\n\
3161Unlike \"step\", if the current source line calls a subroutine,\n\
3162this command does not enter the subroutine, but instead steps over\n\
dbf6a605 3163the call, in effect treating it as a single source line."));
c906108c
SS
3164 add_com_alias ("n", "next", class_run, 1);
3165 if (xdb_commands)
c5aa993b 3166 add_com_alias ("S", "next", class_run, 1);
c906108c 3167
1bedd215
AC
3168 add_com ("step", class_run, step_command, _("\
3169Step program until it reaches a different source line.\n\
486c7739
MF
3170Usage: step [N]\n\
3171Argument N means step N times (or till program stops for another \
3e43a32a 3172reason)."));
c906108c
SS
3173 add_com_alias ("s", "step", class_run, 1);
3174
1bedd215
AC
3175 c = add_com ("until", class_run, until_command, _("\
3176Execute until the program reaches a source line greater than the current\n\
3e43a32a
MS
3177or a specified location (same args as break command) within the current \
3178frame."));
5ba2abeb 3179 set_cmd_completer (c, location_completer);
c906108c 3180 add_com_alias ("u", "until", class_run, 1);
c5aa993b 3181
1bedd215 3182 c = add_com ("advance", class_run, advance_command, _("\
3e43a32a
MS
3183Continue the program up to the given location (same form as args for break \
3184command).\n\
1bedd215 3185Execution will also stop upon exit from the current stack frame."));
ae66c1fc
EZ
3186 set_cmd_completer (c, location_completer);
3187
1bedd215
AC
3188 c = add_com ("jump", class_run, jump_command, _("\
3189Continue program being debugged at specified line or address.\n\
486c7739 3190Usage: jump <location>\n\
c906108c 3191Give as argument either LINENUM or *ADDR, where ADDR is an expression\n\
1bedd215 3192for an address to start at."));
5ba2abeb 3193 set_cmd_completer (c, location_completer);
c1d780c2 3194 add_com_alias ("j", "jump", class_run, 1);
c906108c 3195
b83266a0 3196 if (xdb_commands)
c94fdfd0 3197 {
1bedd215
AC
3198 c = add_com ("go", class_run, go_command, _("\
3199Usage: go <location>\n\
c906108c
SS
3200Continue program being debugged, stopping at specified line or \n\
3201address.\n\
3202Give as argument either LINENUM or *ADDR, where ADDR is an \n\
3203expression for an address to start at.\n\
1bedd215 3204This command is a combination of tbreak and jump."));
5ba2abeb 3205 set_cmd_completer (c, location_completer);
c94fdfd0 3206 }
b83266a0 3207
c906108c 3208 if (xdb_commands)
c5aa993b 3209 add_com_alias ("g", "go", class_run, 1);
c906108c 3210
df983543 3211 add_com ("continue", class_run, continue_command, _("\
1bedd215 3212Continue program being debugged, after signal or breakpoint.\n\
486c7739 3213Usage: continue [N]\n\
c906108c
SS
3214If proceeding from breakpoint, a number N may be used as an argument,\n\
3215which means to set the ignore count of that breakpoint to N - 1 (so that\n\
8cae4b3f
PA
3216the breakpoint won't break until the Nth time it is reached).\n\
3217\n\
3218If non-stop mode is enabled, continue only the current thread,\n\
3219otherwise all the threads in the program are continued. To \n\
3220continue all stopped threads in non-stop mode, use the -a option.\n\
3221Specifying -a and an ignore count simultaneously is an error."));
c906108c
SS
3222 add_com_alias ("c", "cont", class_run, 1);
3223 add_com_alias ("fg", "cont", class_run, 1);
3224
1bedd215
AC
3225 c = add_com ("run", class_run, run_command, _("\
3226Start debugged program. You may specify arguments to give it.\n\
c906108c 3227Args may include \"*\", or \"[...]\"; they are expanded using \"sh\".\n\
3e43a32a
MS
3228Input and output redirection with \">\", \"<\", or \">>\" are also \
3229allowed.\n\n\
3230With no arguments, uses arguments last specified (with \"run\" \
3231or \"set args\").\n\
c906108c 3232To cancel previous arguments and run with no arguments,\n\
1bedd215 3233use \"set args\" without arguments."));
5ba2abeb 3234 set_cmd_completer (c, filename_completer);
c906108c
SS
3235 add_com_alias ("r", "run", class_run, 1);
3236 if (xdb_commands)
3237 add_com ("R", class_run, run_no_args_command,
1bedd215 3238 _("Start debugged program with no arguments."));
c906108c 3239
1bedd215 3240 c = add_com ("start", class_run, start_command, _("\
a4d5f2e0
JB
3241Run the debugged program until the beginning of the main procedure.\n\
3242You may specify arguments to give to your program, just as with the\n\
1bedd215 3243\"run\" command."));
a4d5f2e0
JB
3244 set_cmd_completer (c, filename_completer);
3245
0a07590b 3246 add_com ("interrupt", class_run, interrupt_command,
df983543 3247 _("Interrupt the execution of the debugged program.\n\
8cae4b3f
PA
3248If non-stop mode is enabled, interrupt only the current thread,\n\
3249otherwise all the threads in the program are stopped. To \n\
3250interrupt all running threads in non-stop mode, use the -a option."));
43ff13b4 3251
71c24708 3252 c = add_info ("registers", nofp_registers_info, _("\
1bedd215
AC
3253List of integer registers and their contents, for selected stack frame.\n\
3254Register name as argument means describe only that register."));
7194c49b 3255 add_info_alias ("r", "registers", 1);
71c24708 3256 set_cmd_completer (c, reg_or_group_completer);
c906108c
SS
3257
3258 if (xdb_commands)
71c24708
AA
3259 {
3260 c = add_com ("lr", class_info, nofp_registers_info, _("\
1bedd215
AC
3261List of integer registers and their contents, for selected stack frame.\n\
3262Register name as argument means describe only that register."));
71c24708
AA
3263 set_cmd_completer (c, reg_or_group_completer);
3264 }
3265
3266 c = add_info ("all-registers", all_registers_info, _("\
1bedd215
AC
3267List of all registers and their contents, for selected stack frame.\n\
3268Register name as argument means describe only that register."));
71c24708 3269 set_cmd_completer (c, reg_or_group_completer);
c906108c
SS
3270
3271 add_info ("program", program_info,
1bedd215 3272 _("Execution status of the program."));
c906108c
SS
3273
3274 add_info ("float", float_info,
1bedd215 3275 _("Print the status of the floating point unit\n"));
c906108c 3276
e76f1f2e 3277 add_info ("vector", vector_info,
1bedd215 3278 _("Print the status of the vector unit\n"));
145b16a9
UW
3279
3280 add_prefix_cmd ("proc", class_info, info_proc_cmd,
3281 _("\
3282Show /proc process information about any running process.\n\
3283Specify any process id, or use the program being debugged by default."),
3284 &info_proc_cmdlist, "info proc ",
3285 1/*allow-unknown*/, &infolist);
3286
3287 add_cmd ("mappings", class_info, info_proc_cmd_mappings, _("\
3288List of mapped memory regions."),
3289 &info_proc_cmdlist);
3290
3291 add_cmd ("stat", class_info, info_proc_cmd_stat, _("\
3292List process info from /proc/PID/stat."),
3293 &info_proc_cmdlist);
3294
3295 add_cmd ("status", class_info, info_proc_cmd_status, _("\
3296List process info from /proc/PID/status."),
3297 &info_proc_cmdlist);
3298
3299 add_cmd ("cwd", class_info, info_proc_cmd_cwd, _("\
3300List current working directory of the process."),
3301 &info_proc_cmdlist);
3302
3303 add_cmd ("cmdline", class_info, info_proc_cmd_cmdline, _("\
3304List command line arguments of the process."),
3305 &info_proc_cmdlist);
3306
3307 add_cmd ("exe", class_info, info_proc_cmd_exe, _("\
3308List absolute filename for executable of the process."),
3309 &info_proc_cmdlist);
3310
3311 add_cmd ("all", class_info, info_proc_cmd_all, _("\
3312List all available /proc info."),
3313 &info_proc_cmdlist);
c906108c 3314}
This page took 1.477105 seconds and 4 git commands to generate.