]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/stack.c
* cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
[thirdparty/binutils-gdb.git] / gdb / stack.c
CommitLineData
c906108c 1/* Print and select stack frames for GDB, the GNU debugger.
8926118c 2
28e7fd62 3 Copyright (C) 1986-2013 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 19
c906108c 20#include "defs.h"
c906108c
SS
21#include "value.h"
22#include "symtab.h"
23#include "gdbtypes.h"
24#include "expression.h"
25#include "language.h"
26#include "frame.h"
27#include "gdbcmd.h"
28#include "gdbcore.h"
29#include "target.h"
0378c332 30#include "source.h"
c906108c
SS
31#include "breakpoint.h"
32#include "demangle.h"
33#include "inferior.h"
34#include "annotate.h"
8b93c638 35#include "ui-out.h"
fe898f56 36#include "block.h"
b9362cc7 37#include "stack.h"
de4f826b 38#include "dictionary.h"
60250e8b 39#include "exceptions.h"
898c62f5 40#include "reggroups.h"
fc70c2a0 41#include "regcache.h"
a77053c2 42#include "solib.h"
033a42c2 43#include "valprint.h"
8ea051c5 44#include "gdbthread.h"
3567439c 45#include "cp-support.h"
30c33a9f 46#include "disasm.h"
edb3359d 47#include "inline-frame.h"
f8eba3c6 48#include "linespec.h"
529480d0 49#include "cli/cli-utils.h"
c906108c 50
033a42c2
MK
51#include "gdb_assert.h"
52#include <ctype.h>
53#include "gdb_string.h"
c906108c 54
ccefe4c4
TT
55#include "psymtab.h"
56#include "symfile.h"
1e611234 57#include "python/python.h"
ccefe4c4 58
9a4105ab 59void (*deprecated_selected_frame_level_changed_hook) (int);
c906108c 60
2421fe6f 61/* The possible choices of "set print frame-arguments", and the value
88408340
JB
62 of this setting. */
63
40478521 64static const char *const print_frame_arguments_choices[] =
88408340 65 {"all", "scalars", "none", NULL};
476f7b68 66static const char *print_frame_arguments = "scalars";
88408340 67
e18b2753
JK
68/* The possible choices of "set print entry-values", and the value
69 of this setting. */
70
71const char print_entry_values_no[] = "no";
72const char print_entry_values_only[] = "only";
73const char print_entry_values_preferred[] = "preferred";
74const char print_entry_values_if_needed[] = "if-needed";
75const char print_entry_values_both[] = "both";
76const char print_entry_values_compact[] = "compact";
77const char print_entry_values_default[] = "default";
40478521 78static const char *const print_entry_values_choices[] =
e18b2753
JK
79{
80 print_entry_values_no,
81 print_entry_values_only,
82 print_entry_values_preferred,
83 print_entry_values_if_needed,
84 print_entry_values_both,
85 print_entry_values_compact,
86 print_entry_values_default,
87 NULL
88};
89const char *print_entry_values = print_entry_values_default;
90
c378eb4e 91/* Prototypes for local functions. */
c906108c 92
d9fcf2fb
JM
93static void print_frame_local_vars (struct frame_info *, int,
94 struct ui_file *);
c906108c 95
033a42c2
MK
96static void print_frame (struct frame_info *frame, int print_level,
97 enum print_what print_what, int print_args,
c5394b80
JM
98 struct symtab_and_line sal);
99
1bfeeb0f
JL
100static void set_last_displayed_sal (int valid,
101 struct program_space *pspace,
102 CORE_ADDR addr,
103 struct symtab *symtab,
104 int line);
105
c906108c
SS
106/* Zero means do things normally; we are interacting directly with the
107 user. One means print the full filename and linenumber when a
108 frame is printed, and do so in a format emacs18/emacs19.22 can
109 parse. Two means print similar annotations, but in many more
110 cases and in a slightly different syntax. */
111
112int annotation_level = 0;
1bfeeb0f
JL
113
114/* These variables hold the last symtab and line we displayed to the user.
115 * This is where we insert a breakpoint or a skiplist entry by default. */
116static int last_displayed_sal_valid = 0;
117static struct program_space *last_displayed_pspace = 0;
118static CORE_ADDR last_displayed_addr = 0;
119static struct symtab *last_displayed_symtab = 0;
120static int last_displayed_line = 0;
c906108c 121\f
c5aa993b 122
edb3359d
DJ
123/* Return 1 if we should display the address in addition to the location,
124 because we are in the middle of a statement. */
125
126static int
127frame_show_address (struct frame_info *frame,
128 struct symtab_and_line sal)
129{
130 /* If there is a line number, but no PC, then there is no location
131 information associated with this sal. The only way that should
132 happen is for the call sites of inlined functions (SAL comes from
133 find_frame_sal). Otherwise, we would have some PC range if the
134 SAL came from a line table. */
135 if (sal.line != 0 && sal.pc == 0 && sal.end == 0)
136 {
137 if (get_next_frame (frame) == NULL)
138 gdb_assert (inline_skipped_frames (inferior_ptid) > 0);
139 else
140 gdb_assert (get_frame_type (get_next_frame (frame)) == INLINE_FRAME);
141 return 0;
142 }
143
144 return get_frame_pc (frame) != sal.pc;
145}
146
033a42c2 147/* Show or print a stack frame FRAME briefly. The output is format
d762c46a
AC
148 according to PRINT_LEVEL and PRINT_WHAT printing the frame's
149 relative level, function name, argument list, and file name and
150 line number. If the frame's PC is not at the beginning of the
151 source line, the actual PC is printed at the beginning. */
c906108c
SS
152
153void
033a42c2 154print_stack_frame (struct frame_info *frame, int print_level,
0faf0076 155 enum print_what print_what)
c906108c 156{
311b5970 157 volatile struct gdb_exception e;
c906108c 158
aaf9e9fd 159 /* For mi, alway print location and address. */
79a45e25 160 if (ui_out_is_mi_like_p (current_uiout))
311b5970 161 print_what = LOC_AND_ADDRESS;
c906108c 162
311b5970
JK
163 TRY_CATCH (e, RETURN_MASK_ERROR)
164 {
165 int center = (print_what == SRC_LINE || print_what == SRC_AND_LOC);
c906108c 166
311b5970
JK
167 print_frame_info (frame, print_level, print_what, 1 /* print_args */);
168 set_current_sal_from_frame (frame, center);
169 }
170}
c906108c 171
033a42c2
MK
172/* Print nameless arguments of frame FRAME on STREAM, where START is
173 the offset of the first nameless argument, and NUM is the number of
174 nameless arguments to print. FIRST is nonzero if this is the first
175 argument (not just the first nameless argument). */
8d3b0994
AC
176
177static void
033a42c2 178print_frame_nameless_args (struct frame_info *frame, long start, int num,
8d3b0994
AC
179 int first, struct ui_file *stream)
180{
e17a4113
UW
181 struct gdbarch *gdbarch = get_frame_arch (frame);
182 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
8d3b0994
AC
183 int i;
184 CORE_ADDR argsaddr;
185 long arg_value;
186
187 for (i = 0; i < num; i++)
188 {
189 QUIT;
033a42c2 190 argsaddr = get_frame_args_address (frame);
8d3b0994
AC
191 if (!argsaddr)
192 return;
e17a4113
UW
193 arg_value = read_memory_integer (argsaddr + start,
194 sizeof (int), byte_order);
8d3b0994
AC
195 if (!first)
196 fprintf_filtered (stream, ", ");
197 fprintf_filtered (stream, "%ld", arg_value);
198 first = 0;
199 start += sizeof (int);
200 }
201}
202
93d86cef
JK
203/* Print single argument of inferior function. ARG must be already
204 read in.
205
206 Errors are printed as if they would be the parameter value. Use zeroed ARG
207 iff it should not be printed accoring to user settings. */
208
209static void
210print_frame_arg (const struct frame_arg *arg)
211{
212 struct ui_out *uiout = current_uiout;
213 volatile struct gdb_exception except;
214 struct cleanup *old_chain;
f99d8bf4 215 struct ui_file *stb;
93d86cef 216
f99d8bf4
PA
217 stb = mem_fileopen ();
218 old_chain = make_cleanup_ui_file_delete (stb);
93d86cef
JK
219
220 gdb_assert (!arg->val || !arg->error);
e18b2753
JK
221 gdb_assert (arg->entry_kind == print_entry_values_no
222 || arg->entry_kind == print_entry_values_only
223 || (!ui_out_is_mi_like_p (uiout)
224 && arg->entry_kind == print_entry_values_compact));
93d86cef
JK
225
226 annotate_arg_begin ();
227
228 make_cleanup_ui_out_tuple_begin_end (uiout, NULL);
f99d8bf4 229 fprintf_symbol_filtered (stb, SYMBOL_PRINT_NAME (arg->sym),
93d86cef 230 SYMBOL_LANGUAGE (arg->sym), DMGL_PARAMS | DMGL_ANSI);
e18b2753
JK
231 if (arg->entry_kind == print_entry_values_compact)
232 {
233 /* It is OK to provide invalid MI-like stream as with
234 PRINT_ENTRY_VALUE_COMPACT we never use MI. */
f99d8bf4 235 fputs_filtered ("=", stb);
e18b2753 236
f99d8bf4 237 fprintf_symbol_filtered (stb, SYMBOL_PRINT_NAME (arg->sym),
e18b2753
JK
238 SYMBOL_LANGUAGE (arg->sym),
239 DMGL_PARAMS | DMGL_ANSI);
240 }
241 if (arg->entry_kind == print_entry_values_only
242 || arg->entry_kind == print_entry_values_compact)
f99d8bf4 243 fputs_filtered ("@entry", stb);
93d86cef
JK
244 ui_out_field_stream (uiout, "name", stb);
245 annotate_arg_name_end ();
246 ui_out_text (uiout, "=");
247
248 if (!arg->val && !arg->error)
249 ui_out_text (uiout, "...");
250 else
251 {
252 if (arg->error)
253 except.message = arg->error;
254 else
255 {
256 /* TRY_CATCH has two statements, wrap it in a block. */
257
258 TRY_CATCH (except, RETURN_MASK_ERROR)
259 {
260 const struct language_defn *language;
261 struct value_print_options opts;
262
263 /* Avoid value_print because it will deref ref parameters. We
264 just want to print their addresses. Print ??? for args whose
265 address we do not know. We pass 2 as "recurse" to val_print
266 because our standard indentation here is 4 spaces, and
267 val_print indents 2 for each recurse. */
268
269 annotate_arg_value (value_type (arg->val));
270
271 /* Use the appropriate language to display our symbol, unless the
272 user forced the language to a specific language. */
273 if (language_mode == language_mode_auto)
274 language = language_def (SYMBOL_LANGUAGE (arg->sym));
275 else
276 language = current_language;
277
2a998fc0 278 get_no_prettyformat_print_options (&opts);
3343315b 279 opts.deref_ref = 1;
93d86cef
JK
280
281 /* True in "summary" mode, false otherwise. */
282 opts.summary = !strcmp (print_frame_arguments, "scalars");
283
f99d8bf4 284 common_val_print (arg->val, stb, 2, &opts, language);
93d86cef
JK
285 }
286 }
287 if (except.message)
f99d8bf4 288 fprintf_filtered (stb, _("<error reading variable: %s>"),
93d86cef
JK
289 except.message);
290 }
291
292 ui_out_field_stream (uiout, "value", stb);
293
f99d8bf4 294 /* Also invoke ui_out_tuple_end. */
93d86cef
JK
295 do_cleanups (old_chain);
296
297 annotate_arg_end ();
298}
299
300/* Read in inferior function parameter SYM at FRAME into ARGP. Caller is
301 responsible for xfree of ARGP->ERROR. This function never throws an
302 exception. */
303
304void
305read_frame_arg (struct symbol *sym, struct frame_info *frame,
e18b2753 306 struct frame_arg *argp, struct frame_arg *entryargp)
93d86cef 307{
e18b2753
JK
308 struct value *val = NULL, *entryval = NULL;
309 char *val_error = NULL, *entryval_error = NULL;
310 int val_equal = 0;
93d86cef
JK
311 volatile struct gdb_exception except;
312
e18b2753
JK
313 if (print_entry_values != print_entry_values_only
314 && print_entry_values != print_entry_values_preferred)
315 {
316 TRY_CATCH (except, RETURN_MASK_ERROR)
317 {
318 val = read_var_value (sym, frame);
319 }
320 if (!val)
321 {
322 val_error = alloca (strlen (except.message) + 1);
323 strcpy (val_error, except.message);
324 }
325 }
326
24d6c2a0
TT
327 if (SYMBOL_COMPUTED_OPS (sym) != NULL
328 && SYMBOL_COMPUTED_OPS (sym)->read_variable_at_entry != NULL
e18b2753
JK
329 && print_entry_values != print_entry_values_no
330 && (print_entry_values != print_entry_values_if_needed
331 || !val || value_optimized_out (val)))
332 {
333 TRY_CATCH (except, RETURN_MASK_ERROR)
334 {
335 const struct symbol_computed_ops *ops;
336
337 ops = SYMBOL_COMPUTED_OPS (sym);
338 entryval = ops->read_variable_at_entry (sym, frame);
339 }
340 if (!entryval)
341 {
342 entryval_error = alloca (strlen (except.message) + 1);
343 strcpy (entryval_error, except.message);
344 }
345
346 if (except.error == NO_ENTRY_VALUE_ERROR
347 || (entryval && value_optimized_out (entryval)))
348 {
349 entryval = NULL;
350 entryval_error = NULL;
351 }
352
353 if (print_entry_values == print_entry_values_compact
354 || print_entry_values == print_entry_values_default)
355 {
356 /* For MI do not try to use print_entry_values_compact for ARGP. */
357
358 if (val && entryval && !ui_out_is_mi_like_p (current_uiout))
359 {
744a8059 360 struct type *type = value_type (val);
e18b2753 361
e18b2753 362 if (!value_optimized_out (val)
744a8059
SP
363 && value_available_contents_eq (val, 0, entryval, 0,
364 TYPE_LENGTH (type)))
e18b2753 365 {
509f0fd9
JK
366 /* Initialize it just to avoid a GCC false warning. */
367 struct value *val_deref = NULL, *entryval_deref;
a471c594
JK
368
369 /* DW_AT_GNU_call_site_value does match with the current
370 value. If it is a reference still try to verify if
371 dereferenced DW_AT_GNU_call_site_data_value does not
372 differ. */
373
374 TRY_CATCH (except, RETURN_MASK_ERROR)
375 {
744a8059 376 struct type *type_deref;
a471c594
JK
377
378 val_deref = coerce_ref (val);
379 if (value_lazy (val_deref))
380 value_fetch_lazy (val_deref);
744a8059 381 type_deref = value_type (val_deref);
a471c594
JK
382
383 entryval_deref = coerce_ref (entryval);
384 if (value_lazy (entryval_deref))
385 value_fetch_lazy (entryval_deref);
386
387 /* If the reference addresses match but dereferenced
388 content does not match print them. */
389 if (val != val_deref
390 && value_available_contents_eq (val_deref, 0,
391 entryval_deref, 0,
744a8059 392 TYPE_LENGTH (type_deref)))
a471c594
JK
393 val_equal = 1;
394 }
395
396 /* Value was not a reference; and its content matches. */
397 if (val == val_deref)
398 val_equal = 1;
399 /* If the dereferenced content could not be fetched do not
400 display anything. */
401 else if (except.error == NO_ENTRY_VALUE_ERROR)
402 val_equal = 1;
403 else if (except.message)
404 {
405 entryval_error = alloca (strlen (except.message) + 1);
406 strcpy (entryval_error, except.message);
407 }
408
409 if (val_equal)
410 entryval = NULL;
e18b2753
JK
411 }
412 }
413
414 /* Try to remove possibly duplicate error message for ENTRYARGP even
415 in MI mode. */
416
417 if (val_error && entryval_error
418 && strcmp (val_error, entryval_error) == 0)
419 {
420 entryval_error = NULL;
421
422 /* Do not se VAL_EQUAL as the same error message may be shown for
423 the entry value even if no entry values are present in the
424 inferior. */
425 }
426 }
427 }
428
429 if (entryval == NULL)
93d86cef 430 {
e18b2753
JK
431 if (print_entry_values == print_entry_values_preferred)
432 {
433 TRY_CATCH (except, RETURN_MASK_ERROR)
434 {
435 val = read_var_value (sym, frame);
436 }
437 if (!val)
438 {
439 val_error = alloca (strlen (except.message) + 1);
440 strcpy (val_error, except.message);
441 }
442 }
443 if (print_entry_values == print_entry_values_only
444 || print_entry_values == print_entry_values_both
445 || (print_entry_values == print_entry_values_preferred
446 && (!val || value_optimized_out (val))))
447 entryval = allocate_optimized_out_value (SYMBOL_TYPE (sym));
93d86cef 448 }
e18b2753
JK
449 if ((print_entry_values == print_entry_values_compact
450 || print_entry_values == print_entry_values_if_needed
451 || print_entry_values == print_entry_values_preferred)
452 && (!val || value_optimized_out (val)) && entryval != NULL)
93d86cef 453 {
e18b2753
JK
454 val = NULL;
455 val_error = NULL;
93d86cef
JK
456 }
457
458 argp->sym = sym;
459 argp->val = val;
460 argp->error = val_error ? xstrdup (val_error) : NULL;
e18b2753
JK
461 if (!val && !val_error)
462 argp->entry_kind = print_entry_values_only;
463 else if ((print_entry_values == print_entry_values_compact
464 || print_entry_values == print_entry_values_default) && val_equal)
465 {
466 argp->entry_kind = print_entry_values_compact;
467 gdb_assert (!ui_out_is_mi_like_p (current_uiout));
468 }
469 else
470 argp->entry_kind = print_entry_values_no;
471
472 entryargp->sym = sym;
473 entryargp->val = entryval;
474 entryargp->error = entryval_error ? xstrdup (entryval_error) : NULL;
475 if (!entryval && !entryval_error)
476 entryargp->entry_kind = print_entry_values_no;
477 else
478 entryargp->entry_kind = print_entry_values_only;
93d86cef
JK
479}
480
033a42c2
MK
481/* Print the arguments of frame FRAME on STREAM, given the function
482 FUNC running in that frame (as a symbol), where NUM is the number
483 of arguments according to the stack frame (or -1 if the number of
484 arguments is unknown). */
8d3b0994 485
e3168615 486/* Note that currently the "number of arguments according to the
033a42c2 487 stack frame" is only known on VAX where i refers to the "number of
e3168615 488 ints of arguments according to the stack frame". */
8d3b0994
AC
489
490static void
033a42c2
MK
491print_frame_args (struct symbol *func, struct frame_info *frame,
492 int num, struct ui_file *stream)
8d3b0994 493{
79a45e25 494 struct ui_out *uiout = current_uiout;
8d3b0994 495 int first = 1;
8d3b0994 496 /* Offset of next stack argument beyond the one we have seen that is
033a42c2
MK
497 at the highest offset, or -1 if we haven't come to a stack
498 argument yet. */
8d3b0994 499 long highest_offset = -1;
8d3b0994
AC
500 /* Number of ints of arguments that we have printed so far. */
501 int args_printed = 0;
22e048c9 502 struct cleanup *old_chain;
f99d8bf4 503 struct ui_file *stb;
a6bac58e
TT
504 /* True if we should print arguments, false otherwise. */
505 int print_args = strcmp (print_frame_arguments, "none");
8d3b0994 506
f99d8bf4
PA
507 stb = mem_fileopen ();
508 old_chain = make_cleanup_ui_file_delete (stb);
8d3b0994
AC
509
510 if (func)
511 {
033a42c2 512 struct block *b = SYMBOL_BLOCK_VALUE (func);
8157b174 513 struct block_iterator iter;
033a42c2 514 struct symbol *sym;
8d3b0994 515
de4f826b 516 ALL_BLOCK_SYMBOLS (b, iter, sym)
8d3b0994 517 {
e18b2753 518 struct frame_arg arg, entryarg;
93d86cef 519
8d3b0994
AC
520 QUIT;
521
522 /* Keep track of the highest stack argument offset seen, and
523 skip over any kinds of symbols we don't care about. */
524
2a2d4dc3
AS
525 if (!SYMBOL_IS_ARGUMENT (sym))
526 continue;
527
8d3b0994
AC
528 switch (SYMBOL_CLASS (sym))
529 {
530 case LOC_ARG:
531 case LOC_REF_ARG:
532 {
533 long current_offset = SYMBOL_VALUE (sym);
033a42c2 534 int arg_size = TYPE_LENGTH (SYMBOL_TYPE (sym));
8d3b0994
AC
535
536 /* Compute address of next argument by adding the size of
537 this argument and rounding to an int boundary. */
538 current_offset =
539 ((current_offset + arg_size + sizeof (int) - 1)
540 & ~(sizeof (int) - 1));
541
033a42c2
MK
542 /* If this is the highest offset seen yet, set
543 highest_offset. */
8d3b0994
AC
544 if (highest_offset == -1
545 || (current_offset > highest_offset))
546 highest_offset = current_offset;
547
033a42c2
MK
548 /* Add the number of ints we're about to print to
549 args_printed. */
8d3b0994
AC
550 args_printed += (arg_size + sizeof (int) - 1) / sizeof (int);
551 }
552
033a42c2
MK
553 /* We care about types of symbols, but don't need to
554 keep track of stack offsets in them. */
2a2d4dc3 555 case LOC_REGISTER:
8d3b0994 556 case LOC_REGPARM_ADDR:
2a2d4dc3
AS
557 case LOC_COMPUTED:
558 case LOC_OPTIMIZED_OUT:
8d3b0994 559 default:
2a2d4dc3 560 break;
8d3b0994
AC
561 }
562
563 /* We have to look up the symbol because arguments can have
564 two entries (one a parameter, one a local) and the one we
565 want is the local, which lookup_symbol will find for us.
033a42c2 566 This includes gcc1 (not gcc2) on SPARC when passing a
8d3b0994
AC
567 small structure and gcc2 when the argument type is float
568 and it is passed as a double and converted to float by
569 the prologue (in the latter case the type of the LOC_ARG
570 symbol is double and the type of the LOC_LOCAL symbol is
571 float). */
033a42c2
MK
572 /* But if the parameter name is null, don't try it. Null
573 parameter names occur on the RS/6000, for traceback
574 tables. FIXME, should we even print them? */
8d3b0994 575
3567439c 576 if (*SYMBOL_LINKAGE_NAME (sym))
8d3b0994
AC
577 {
578 struct symbol *nsym;
433759f7 579
3567439c 580 nsym = lookup_symbol (SYMBOL_LINKAGE_NAME (sym),
2570f2b7 581 b, VAR_DOMAIN, NULL);
55765a25 582 gdb_assert (nsym != NULL);
2a2d4dc3
AS
583 if (SYMBOL_CLASS (nsym) == LOC_REGISTER
584 && !SYMBOL_IS_ARGUMENT (nsym))
8d3b0994 585 {
033a42c2
MK
586 /* There is a LOC_ARG/LOC_REGISTER pair. This means
587 that it was passed on the stack and loaded into a
588 register, or passed in a register and stored in a
589 stack slot. GDB 3.x used the LOC_ARG; GDB
590 4.0-4.11 used the LOC_REGISTER.
8d3b0994
AC
591
592 Reasons for using the LOC_ARG:
033a42c2
MK
593
594 (1) Because find_saved_registers may be slow for
595 remote debugging.
596
597 (2) Because registers are often re-used and stack
598 slots rarely (never?) are. Therefore using
599 the stack slot is much less likely to print
600 garbage.
8d3b0994
AC
601
602 Reasons why we might want to use the LOC_REGISTER:
033a42c2
MK
603
604 (1) So that the backtrace prints the same value
605 as "print foo". I see no compelling reason
606 why this needs to be the case; having the
607 backtrace print the value which was passed
608 in, and "print foo" print the value as
609 modified within the called function, makes
610 perfect sense to me.
611
612 Additional note: It might be nice if "info args"
613 displayed both values.
614
615 One more note: There is a case with SPARC
616 structure passing where we need to use the
617 LOC_REGISTER, but this is dealt with by creating
618 a single LOC_REGPARM in symbol reading. */
8d3b0994
AC
619
620 /* Leave sym (the LOC_ARG) alone. */
621 ;
622 }
623 else
624 sym = nsym;
625 }
626
627 /* Print the current arg. */
628 if (!first)
629 ui_out_text (uiout, ", ");
630 ui_out_wrap_hint (uiout, " ");
631
93d86cef
JK
632 if (!print_args)
633 {
634 memset (&arg, 0, sizeof (arg));
635 arg.sym = sym;
e18b2753
JK
636 arg.entry_kind = print_entry_values_no;
637 memset (&entryarg, 0, sizeof (entryarg));
638 entryarg.sym = sym;
639 entryarg.entry_kind = print_entry_values_no;
93d86cef
JK
640 }
641 else
e18b2753 642 read_frame_arg (sym, frame, &arg, &entryarg);
8d3b0994 643
e18b2753
JK
644 if (arg.entry_kind != print_entry_values_only)
645 print_frame_arg (&arg);
646
647 if (entryarg.entry_kind != print_entry_values_no)
648 {
649 if (arg.entry_kind != print_entry_values_only)
650 {
651 ui_out_text (uiout, ", ");
652 ui_out_wrap_hint (uiout, " ");
653 }
654
655 print_frame_arg (&entryarg);
656 }
8d3b0994 657
93d86cef 658 xfree (arg.error);
e18b2753 659 xfree (entryarg.error);
8d3b0994
AC
660
661 first = 0;
662 }
663 }
664
665 /* Don't print nameless args in situations where we don't know
666 enough about the stack to find them. */
667 if (num != -1)
668 {
669 long start;
670
671 if (highest_offset == -1)
7500260a 672 start = gdbarch_frame_args_skip (get_frame_arch (frame));
8d3b0994
AC
673 else
674 start = highest_offset;
675
033a42c2 676 print_frame_nameless_args (frame, start, num - args_printed,
8d3b0994
AC
677 first, stream);
678 }
033a42c2 679
8d3b0994
AC
680 do_cleanups (old_chain);
681}
682
033a42c2
MK
683/* Set the current source and line to the location given by frame
684 FRAME, if possible. When CENTER is true, adjust so the relevant
685 line is in the center of the next 'list'. */
c789492a 686
7abfe014 687void
033a42c2 688set_current_sal_from_frame (struct frame_info *frame, int center)
c789492a
FL
689{
690 struct symtab_and_line sal;
691
033a42c2 692 find_frame_sal (frame, &sal);
c789492a
FL
693 if (sal.symtab)
694 {
695 if (center)
696 sal.line = max (sal.line - get_lines_to_list () / 2, 1);
697 set_current_source_symtab_and_line (&sal);
698 }
699}
700
30c33a9f
HZ
701/* If ON, GDB will display disassembly of the next source line when
702 execution of the program being debugged stops.
481df73e
HZ
703 If AUTO (which is the default), or there's no line info to determine
704 the source line of the next instruction, display disassembly of next
705 instruction instead. */
30c33a9f
HZ
706
707static enum auto_boolean disassemble_next_line;
708
709static void
710show_disassemble_next_line (struct ui_file *file, int from_tty,
711 struct cmd_list_element *c,
712 const char *value)
713{
3e43a32a
MS
714 fprintf_filtered (file,
715 _("Debugger's willingness to use "
716 "disassemble-next-line is %s.\n"),
30c33a9f
HZ
717 value);
718}
719
30c33a9f
HZ
720/* Use TRY_CATCH to catch the exception from the gdb_disassembly
721 because it will be broken by filter sometime. */
722
723static void
13274fc3
UW
724do_gdb_disassembly (struct gdbarch *gdbarch,
725 int how_many, CORE_ADDR low, CORE_ADDR high)
30c33a9f
HZ
726{
727 volatile struct gdb_exception exception;
30c33a9f 728
b1d288d3 729 TRY_CATCH (exception, RETURN_MASK_ERROR)
30c33a9f 730 {
79a45e25
PA
731 gdb_disassembly (gdbarch, current_uiout, 0,
732 DISASSEMBLY_RAW_INSN, how_many,
733 low, high);
30c33a9f 734 }
b1d288d3
JK
735 if (exception.reason < 0)
736 {
737 /* If an exception was thrown while doing the disassembly, print
738 the error message, to give the user a clue of what happened. */
739 exception_print (gdb_stderr, exception);
740 }
30c33a9f
HZ
741}
742
033a42c2 743/* Print information about frame FRAME. The output is format according
65aa373f 744 to PRINT_LEVEL and PRINT_WHAT and PRINT_ARGS. The meaning of
033a42c2
MK
745 PRINT_WHAT is:
746
747 SRC_LINE: Print only source line.
748 LOCATION: Print only location.
749 LOC_AND_SRC: Print location and source line.
750
751 Used in "where" output, and to emit breakpoint or step
752 messages. */
c906108c 753
7789c6f5 754void
033a42c2 755print_frame_info (struct frame_info *frame, int print_level,
0faf0076 756 enum print_what print_what, int print_args)
c906108c 757{
5af949e3 758 struct gdbarch *gdbarch = get_frame_arch (frame);
c906108c 759 struct symtab_and_line sal;
c5394b80
JM
760 int source_print;
761 int location_print;
79a45e25 762 struct ui_out *uiout = current_uiout;
c906108c 763
033a42c2 764 if (get_frame_type (frame) == DUMMY_FRAME
36f15f55
UW
765 || get_frame_type (frame) == SIGTRAMP_FRAME
766 || get_frame_type (frame) == ARCH_FRAME)
c906108c 767 {
075559bc
AC
768 struct cleanup *uiout_cleanup
769 = make_cleanup_ui_out_tuple_begin_end (uiout, "frame");
c906108c 770
033a42c2 771 annotate_frame_begin (print_level ? frame_relative_level (frame) : 0,
5af949e3 772 gdbarch, get_frame_pc (frame));
6a3fe0a4 773
c906108c 774 /* Do this regardless of SOURCE because we don't have any source
c5aa993b 775 to list for this frame. */
0faf0076 776 if (print_level)
52c6a6ac
JJ
777 {
778 ui_out_text (uiout, "#");
0faf0076 779 ui_out_field_fmt_int (uiout, 2, ui_left, "level",
033a42c2 780 frame_relative_level (frame));
52c6a6ac 781 }
075559bc 782 if (ui_out_is_mi_like_p (uiout))
52c6a6ac 783 {
075559bc 784 annotate_frame_address ();
5af949e3
UW
785 ui_out_field_core_addr (uiout, "addr",
786 gdbarch, get_frame_pc (frame));
075559bc 787 annotate_frame_address_end ();
52c6a6ac 788 }
6a3fe0a4 789
033a42c2 790 if (get_frame_type (frame) == DUMMY_FRAME)
075559bc
AC
791 {
792 annotate_function_call ();
793 ui_out_field_string (uiout, "func", "<function called from gdb>");
794 }
033a42c2 795 else if (get_frame_type (frame) == SIGTRAMP_FRAME)
075559bc
AC
796 {
797 annotate_signal_handler_caller ();
798 ui_out_field_string (uiout, "func", "<signal handler called>");
799 }
36f15f55
UW
800 else if (get_frame_type (frame) == ARCH_FRAME)
801 {
802 ui_out_field_string (uiout, "func", "<cross-architecture call>");
803 }
075559bc 804 ui_out_text (uiout, "\n");
c906108c 805 annotate_frame_end ();
075559bc
AC
806
807 do_cleanups (uiout_cleanup);
c906108c
SS
808 return;
809 }
810
033a42c2
MK
811 /* If FRAME is not the innermost frame, that normally means that
812 FRAME->pc points to *after* the call instruction, and we want to
813 get the line containing the call, never the next line. But if
814 the next frame is a SIGTRAMP_FRAME or a DUMMY_FRAME, then the
815 next frame was not entered as the result of a call, and we want
816 to get the line containing FRAME->pc. */
817 find_frame_sal (frame, &sal);
c906108c 818
0faf0076
AC
819 location_print = (print_what == LOCATION
820 || print_what == LOC_AND_ADDRESS
821 || print_what == SRC_AND_LOC);
c5394b80
JM
822
823 if (location_print || !sal.symtab)
033a42c2 824 print_frame (frame, print_level, print_what, print_args, sal);
c5394b80 825
0faf0076 826 source_print = (print_what == SRC_LINE || print_what == SRC_AND_LOC);
0378c332 827
30c33a9f
HZ
828 /* If disassemble-next-line is set to auto or on and doesn't have
829 the line debug messages for $pc, output the next instruction. */
830 if ((disassemble_next_line == AUTO_BOOLEAN_AUTO
831 || disassemble_next_line == AUTO_BOOLEAN_TRUE)
832 && source_print && !sal.symtab)
13274fc3
UW
833 do_gdb_disassembly (get_frame_arch (frame), 1,
834 get_frame_pc (frame), get_frame_pc (frame) + 1);
30c33a9f 835
c5394b80
JM
836 if (source_print && sal.symtab)
837 {
838 int done = 0;
0faf0076 839 int mid_statement = ((print_what == SRC_LINE)
edb3359d 840 && frame_show_address (frame, sal));
c5394b80
JM
841
842 if (annotation_level)
843 done = identify_source_line (sal.symtab, sal.line, mid_statement,
033a42c2 844 get_frame_pc (frame));
c5394b80
JM
845 if (!done)
846 {
9a4105ab 847 if (deprecated_print_frame_info_listing_hook)
cbd3c883
MS
848 deprecated_print_frame_info_listing_hook (sal.symtab,
849 sal.line,
850 sal.line + 1, 0);
ba4bbdcb 851 else
c5394b80 852 {
79a45b7d 853 struct value_print_options opts;
433759f7 854
79a45b7d 855 get_user_print_options (&opts);
ba4bbdcb 856 /* We used to do this earlier, but that is clearly
c378eb4e 857 wrong. This function is used by many different
ba4bbdcb
KS
858 parts of gdb, including normal_stop in infrun.c,
859 which uses this to print out the current PC
860 when we stepi/nexti into the middle of a source
c378eb4e
MS
861 line. Only the command line really wants this
862 behavior. Other UIs probably would like the
cbd3c883 863 ability to decide for themselves if it is desired. */
79a45b7d 864 if (opts.addressprint && mid_statement)
ba4bbdcb 865 {
5af949e3
UW
866 ui_out_field_core_addr (uiout, "addr",
867 gdbarch, get_frame_pc (frame));
ba4bbdcb 868 ui_out_text (uiout, "\t");
ba4bbdcb
KS
869 }
870
871 print_source_lines (sal.symtab, sal.line, sal.line + 1, 0);
c5394b80 872 }
c5394b80 873 }
30c33a9f
HZ
874
875 /* If disassemble-next-line is set to on and there is line debug
876 messages, output assembly codes for next line. */
877 if (disassemble_next_line == AUTO_BOOLEAN_TRUE)
2b28d209 878 do_gdb_disassembly (get_frame_arch (frame), -1, sal.pc, sal.end);
c5394b80
JM
879 }
880
0faf0076 881 if (print_what != LOCATION)
e3eebbd7
PA
882 {
883 CORE_ADDR pc;
884
885 if (get_frame_pc_if_available (frame, &pc))
1bfeeb0f 886 set_last_displayed_sal (1, sal.pspace, pc, sal.symtab, sal.line);
e3eebbd7 887 else
1bfeeb0f 888 set_last_displayed_sal (0, 0, 0, 0, 0);
e3eebbd7 889 }
c5394b80
JM
890
891 annotate_frame_end ();
892
893 gdb_flush (gdb_stdout);
894}
895
1bfeeb0f
JL
896/* Remember the last symtab and line we displayed, which we use e.g.
897 * as the place to put a breakpoint when the `break' command is
898 * invoked with no arguments. */
899
900static void
901set_last_displayed_sal (int valid, struct program_space *pspace,
902 CORE_ADDR addr, struct symtab *symtab,
903 int line)
904{
905 last_displayed_sal_valid = valid;
906 last_displayed_pspace = pspace;
907 last_displayed_addr = addr;
908 last_displayed_symtab = symtab;
909 last_displayed_line = line;
4cb6da1c
AR
910 if (valid && pspace == NULL)
911 {
4cb6da1c 912 clear_last_displayed_sal ();
e36930bb
PA
913 internal_error (__FILE__, __LINE__,
914 _("Trying to set NULL pspace."));
4cb6da1c 915 }
1bfeeb0f
JL
916}
917
918/* Forget the last sal we displayed. */
919
920void
921clear_last_displayed_sal (void)
922{
923 last_displayed_sal_valid = 0;
924 last_displayed_pspace = 0;
925 last_displayed_addr = 0;
926 last_displayed_symtab = 0;
927 last_displayed_line = 0;
928}
929
930/* Is our record of the last sal we displayed valid? If not,
931 * the get_last_displayed_* functions will return NULL or 0, as
932 * appropriate. */
933
934int
935last_displayed_sal_is_valid (void)
936{
937 return last_displayed_sal_valid;
938}
939
940/* Get the pspace of the last sal we displayed, if it's valid. */
941
942struct program_space *
943get_last_displayed_pspace (void)
944{
945 if (last_displayed_sal_valid)
946 return last_displayed_pspace;
947 return 0;
948}
949
950/* Get the address of the last sal we displayed, if it's valid. */
951
952CORE_ADDR
953get_last_displayed_addr (void)
954{
955 if (last_displayed_sal_valid)
956 return last_displayed_addr;
957 return 0;
958}
959
960/* Get the symtab of the last sal we displayed, if it's valid. */
961
962struct symtab*
963get_last_displayed_symtab (void)
964{
965 if (last_displayed_sal_valid)
966 return last_displayed_symtab;
967 return 0;
968}
969
970/* Get the line of the last sal we displayed, if it's valid. */
971
972int
973get_last_displayed_line (void)
974{
975 if (last_displayed_sal_valid)
976 return last_displayed_line;
977 return 0;
978}
979
980/* Get the last sal we displayed, if it's valid. */
981
982void
983get_last_displayed_sal (struct symtab_and_line *sal)
984{
985 if (last_displayed_sal_valid)
986 {
987 sal->pspace = last_displayed_pspace;
988 sal->pc = last_displayed_addr;
989 sal->symtab = last_displayed_symtab;
990 sal->line = last_displayed_line;
991 }
992 else
993 {
994 sal->pspace = 0;
995 sal->pc = 0;
996 sal->symtab = 0;
997 sal->line = 0;
998 }
999}
1000
1001
e9e07ba6 1002/* Attempt to obtain the FUNNAME, FUNLANG and optionally FUNCP of the function
55b87a52 1003 corresponding to FRAME. FUNNAME needs to be freed by the caller. */
e9e07ba6 1004
f8f6f20b 1005void
55b87a52 1006find_frame_funname (struct frame_info *frame, char **funname,
e9e07ba6 1007 enum language *funlang, struct symbol **funcp)
c5394b80
JM
1008{
1009 struct symbol *func;
8b93c638 1010
f8f6f20b
TJB
1011 *funname = NULL;
1012 *funlang = language_unknown;
e9e07ba6
JK
1013 if (funcp)
1014 *funcp = NULL;
c5394b80 1015
edb3359d 1016 func = get_frame_function (frame);
c906108c
SS
1017 if (func)
1018 {
1019 /* In certain pathological cases, the symtabs give the wrong
c5aa993b
JM
1020 function (when we are in the first function in a file which
1021 is compiled without debugging symbols, the previous function
1022 is compiled with debugging symbols, and the "foo.o" symbol
033a42c2
MK
1023 that is supposed to tell us where the file with debugging
1024 symbols ends has been truncated by ar because it is longer
1025 than 15 characters). This also occurs if the user uses asm()
1026 to create a function but not stabs for it (in a file compiled
1027 with -g).
c5aa993b
JM
1028
1029 So look in the minimal symbol tables as well, and if it comes
1030 up with a larger address for the function use that instead.
033a42c2
MK
1031 I don't think this can ever cause any problems; there
1032 shouldn't be any minimal symbols in the middle of a function;
1033 if this is ever changed many parts of GDB will need to be
1034 changed (and we'll create a find_pc_minimal_function or some
1035 such). */
1036
7cbd4a93 1037 struct bound_minimal_symbol msymbol;
edb3359d
DJ
1038
1039 /* Don't attempt to do this for inlined functions, which do not
1040 have a corresponding minimal symbol. */
1041 if (!block_inlined_p (SYMBOL_BLOCK_VALUE (func)))
1042 msymbol
1043 = lookup_minimal_symbol_by_pc (get_frame_address_in_block (frame));
7cbd4a93
TT
1044 else
1045 memset (&msymbol, 0, sizeof (msymbol));
c906108c 1046
7cbd4a93
TT
1047 if (msymbol.minsym != NULL
1048 && (SYMBOL_VALUE_ADDRESS (msymbol.minsym)
c906108c
SS
1049 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
1050 {
c906108c
SS
1051 /* We also don't know anything about the function besides
1052 its address and name. */
1053 func = 0;
55b87a52 1054 *funname = xstrdup (SYMBOL_PRINT_NAME (msymbol.minsym));
7cbd4a93 1055 *funlang = SYMBOL_LANGUAGE (msymbol.minsym);
c906108c
SS
1056 }
1057 else
1058 {
55b87a52 1059 *funname = xstrdup (SYMBOL_PRINT_NAME (func));
f8f6f20b 1060 *funlang = SYMBOL_LANGUAGE (func);
e9e07ba6
JK
1061 if (funcp)
1062 *funcp = func;
f8f6f20b 1063 if (*funlang == language_cplus)
c5aa993b 1064 {
033a42c2
MK
1065 /* It seems appropriate to use SYMBOL_PRINT_NAME() here,
1066 to display the demangled name that we already have
1067 stored in the symbol table, but we stored a version
1068 with DMGL_PARAMS turned on, and here we don't want to
3567439c 1069 display parameters. So remove the parameters. */
f8f6f20b 1070 char *func_only = cp_remove_params (*funname);
433759f7 1071
3567439c
DJ
1072 if (func_only)
1073 {
55b87a52 1074 xfree (*funname);
f8f6f20b 1075 *funname = func_only;
3567439c 1076 }
c5aa993b 1077 }
c906108c
SS
1078 }
1079 }
1080 else
1081 {
7cbd4a93 1082 struct bound_minimal_symbol msymbol;
e3eebbd7 1083 CORE_ADDR pc;
033a42c2 1084
e3eebbd7
PA
1085 if (!get_frame_address_in_block_if_available (frame, &pc))
1086 return;
1087
1088 msymbol = lookup_minimal_symbol_by_pc (pc);
7cbd4a93 1089 if (msymbol.minsym != NULL)
c906108c 1090 {
55b87a52 1091 *funname = xstrdup (SYMBOL_PRINT_NAME (msymbol.minsym));
7cbd4a93 1092 *funlang = SYMBOL_LANGUAGE (msymbol.minsym);
c906108c
SS
1093 }
1094 }
f8f6f20b
TJB
1095}
1096
1097static void
1098print_frame (struct frame_info *frame, int print_level,
1099 enum print_what print_what, int print_args,
1100 struct symtab_and_line sal)
1101{
5af949e3 1102 struct gdbarch *gdbarch = get_frame_arch (frame);
79a45e25 1103 struct ui_out *uiout = current_uiout;
55b87a52 1104 char *funname = NULL;
f8f6f20b 1105 enum language funlang = language_unknown;
f99d8bf4 1106 struct ui_file *stb;
f8f6f20b
TJB
1107 struct cleanup *old_chain, *list_chain;
1108 struct value_print_options opts;
e9e07ba6 1109 struct symbol *func;
e3eebbd7
PA
1110 CORE_ADDR pc = 0;
1111 int pc_p;
1112
1113 pc_p = get_frame_pc_if_available (frame, &pc);
f8f6f20b 1114
f99d8bf4
PA
1115 stb = mem_fileopen ();
1116 old_chain = make_cleanup_ui_file_delete (stb);
f8f6f20b 1117
e9e07ba6 1118 find_frame_funname (frame, &funname, &funlang, &func);
55b87a52 1119 make_cleanup (xfree, funname);
c906108c 1120
033a42c2 1121 annotate_frame_begin (print_level ? frame_relative_level (frame) : 0,
e3eebbd7 1122 gdbarch, pc);
c5394b80 1123
666547aa 1124 list_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "frame");
c5394b80 1125
0faf0076 1126 if (print_level)
8b93c638 1127 {
8b93c638 1128 ui_out_text (uiout, "#");
0faf0076 1129 ui_out_field_fmt_int (uiout, 2, ui_left, "level",
033a42c2 1130 frame_relative_level (frame));
8b93c638 1131 }
79a45b7d
TT
1132 get_user_print_options (&opts);
1133 if (opts.addressprint)
e3eebbd7
PA
1134 if (!sal.symtab
1135 || frame_show_address (frame, sal)
0faf0076 1136 || print_what == LOC_AND_ADDRESS)
c5394b80
JM
1137 {
1138 annotate_frame_address ();
e3eebbd7
PA
1139 if (pc_p)
1140 ui_out_field_core_addr (uiout, "addr", gdbarch, pc);
1141 else
1142 ui_out_field_string (uiout, "addr", "<unavailable>");
8b93c638
JM
1143 annotate_frame_address_end ();
1144 ui_out_text (uiout, " in ");
c5394b80
JM
1145 }
1146 annotate_frame_function_name ();
f99d8bf4 1147 fprintf_symbol_filtered (stb, funname ? funname : "??",
033a42c2 1148 funlang, DMGL_ANSI);
8b93c638
JM
1149 ui_out_field_stream (uiout, "func", stb);
1150 ui_out_wrap_hint (uiout, " ");
c5394b80
JM
1151 annotate_frame_args ();
1152
8b93c638 1153 ui_out_text (uiout, " (");
0faf0076 1154 if (print_args)
c906108c 1155 {
311b5970
JK
1156 struct gdbarch *gdbarch = get_frame_arch (frame);
1157 int numargs;
d493eb33 1158 struct cleanup *args_list_chain;
311b5970 1159 volatile struct gdb_exception e;
433759f7 1160
311b5970
JK
1161 if (gdbarch_frame_num_args_p (gdbarch))
1162 {
1163 numargs = gdbarch_frame_num_args (gdbarch, frame);
1164 gdb_assert (numargs >= 0);
1165 }
1166 else
1167 numargs = -1;
1168
68c81b54 1169 args_list_chain = make_cleanup_ui_out_list_begin_end (uiout, "args");
311b5970
JK
1170 TRY_CATCH (e, RETURN_MASK_ERROR)
1171 {
1172 print_frame_args (func, frame, numargs, gdb_stdout);
1173 }
c378eb4e 1174 /* FIXME: ARGS must be a list. If one argument is a string it
033a42c2 1175 will have " that will not be properly escaped. */
666547aa 1176 /* Invoke ui_out_tuple_end. */
d493eb33 1177 do_cleanups (args_list_chain);
c5394b80
JM
1178 QUIT;
1179 }
8b93c638 1180 ui_out_text (uiout, ")");
4e04028d 1181 if (sal.symtab)
c5394b80 1182 {
1b56eb55
JK
1183 const char *filename_display;
1184
1185 filename_display = symtab_to_filename_for_display (sal.symtab);
c5394b80 1186 annotate_frame_source_begin ();
8b93c638
JM
1187 ui_out_wrap_hint (uiout, " ");
1188 ui_out_text (uiout, " at ");
1189 annotate_frame_source_file ();
1b56eb55 1190 ui_out_field_string (uiout, "file", filename_display);
76ff342d
DJ
1191 if (ui_out_is_mi_like_p (uiout))
1192 {
1193 const char *fullname = symtab_to_fullname (sal.symtab);
433759f7 1194
f35a17b5 1195 ui_out_field_string (uiout, "fullname", fullname);
76ff342d 1196 }
8b93c638
JM
1197 annotate_frame_source_file_end ();
1198 ui_out_text (uiout, ":");
1199 annotate_frame_source_line ();
1200 ui_out_field_int (uiout, "line", sal.line);
c5394b80
JM
1201 annotate_frame_source_end ();
1202 }
c906108c 1203
4e04028d 1204 if (pc_p && (funname == NULL || sal.symtab == NULL))
c906108c 1205 {
6c95b8df
PA
1206 char *lib = solib_name_from_address (get_frame_program_space (frame),
1207 get_frame_pc (frame));
4d1eb6b4 1208
c5394b80 1209 if (lib)
c906108c 1210 {
c5394b80 1211 annotate_frame_where ();
8b93c638
JM
1212 ui_out_wrap_hint (uiout, " ");
1213 ui_out_text (uiout, " from ");
1214 ui_out_field_string (uiout, "from", lib);
c906108c 1215 }
c906108c 1216 }
e514a9d6 1217
666547aa 1218 /* do_cleanups will call ui_out_tuple_end() for us. */
e6e0bfab 1219 do_cleanups (list_chain);
8b93c638
JM
1220 ui_out_text (uiout, "\n");
1221 do_cleanups (old_chain);
c906108c
SS
1222}
1223\f
c5aa993b 1224
033a42c2
MK
1225/* Read a frame specification in whatever the appropriate format is
1226 from FRAME_EXP. Call error(), printing MESSAGE, if the
1227 specification is in any way invalid (so this function never returns
1228 NULL). When SEPECTED_P is non-NULL set its target to indicate that
1229 the default selected frame was used. */
c906108c 1230
1c8831c5
AC
1231static struct frame_info *
1232parse_frame_specification_1 (const char *frame_exp, const char *message,
1233 int *selected_frame_p)
c906108c 1234{
1c8831c5
AC
1235 int numargs;
1236 struct value *args[4];
1237 CORE_ADDR addrs[ARRAY_SIZE (args)];
c5aa993b 1238
1c8831c5
AC
1239 if (frame_exp == NULL)
1240 numargs = 0;
1241 else
c906108c 1242 {
1c8831c5
AC
1243 numargs = 0;
1244 while (1)
c906108c 1245 {
1c8831c5
AC
1246 char *addr_string;
1247 struct cleanup *cleanup;
1248 const char *p;
1249
1250 /* Skip leading white space, bail of EOL. */
529480d0 1251 frame_exp = skip_spaces_const (frame_exp);
1c8831c5
AC
1252 if (!*frame_exp)
1253 break;
c906108c 1254
1c8831c5
AC
1255 /* Parse the argument, extract it, save it. */
1256 for (p = frame_exp;
1257 *p && !isspace (*p);
1258 p++);
1259 addr_string = savestring (frame_exp, p - frame_exp);
c906108c 1260 frame_exp = p;
1c8831c5
AC
1261 cleanup = make_cleanup (xfree, addr_string);
1262
1263 /* NOTE: Parse and evaluate expression, but do not use
1264 functions such as parse_and_eval_long or
1265 parse_and_eval_address to also extract the value.
1266 Instead value_as_long and value_as_address are used.
1267 This avoids problems with expressions that contain
1268 side-effects. */
1269 if (numargs >= ARRAY_SIZE (args))
8a3fe4f8 1270 error (_("Too many args in frame specification"));
1c8831c5
AC
1271 args[numargs++] = parse_and_eval (addr_string);
1272
1273 do_cleanups (cleanup);
c906108c
SS
1274 }
1275 }
1276
1c8831c5
AC
1277 /* If no args, default to the selected frame. */
1278 if (numargs == 0)
c906108c 1279 {
1c8831c5
AC
1280 if (selected_frame_p != NULL)
1281 (*selected_frame_p) = 1;
1282 return get_selected_frame (message);
1283 }
c906108c 1284
1c8831c5
AC
1285 /* None of the remaining use the selected frame. */
1286 if (selected_frame_p != NULL)
98f276a0 1287 (*selected_frame_p) = 0;
c906108c 1288
1c8831c5
AC
1289 /* Assume the single arg[0] is an integer, and try using that to
1290 select a frame relative to current. */
1291 if (numargs == 1)
1292 {
1293 struct frame_info *fid;
1294 int level = value_as_long (args[0]);
433759f7 1295
1c8831c5
AC
1296 fid = find_relative_frame (get_current_frame (), &level);
1297 if (level == 0)
c378eb4e 1298 /* find_relative_frame was successful. */
1c8831c5
AC
1299 return fid;
1300 }
c906108c 1301
1c8831c5
AC
1302 /* Convert each value into a corresponding address. */
1303 {
1304 int i;
433759f7 1305
1c8831c5 1306 for (i = 0; i < numargs; i++)
1e275f79 1307 addrs[i] = value_as_address (args[i]);
1c8831c5 1308 }
c5aa993b 1309
1c8831c5
AC
1310 /* Assume that the single arg[0] is an address, use that to identify
1311 a frame with a matching ID. Should this also accept stack/pc or
1312 stack/pc/special. */
1313 if (numargs == 1)
1314 {
1315 struct frame_id id = frame_id_build_wild (addrs[0]);
1316 struct frame_info *fid;
1317
1c8831c5
AC
1318 /* If (s)he specifies the frame with an address, he deserves
1319 what (s)he gets. Still, give the highest one that matches.
1320 (NOTE: cagney/2004-10-29: Why highest, or outer-most, I don't
1321 know). */
1322 for (fid = get_current_frame ();
1323 fid != NULL;
1324 fid = get_prev_frame (fid))
1325 {
1326 if (frame_id_eq (id, get_frame_id (fid)))
1327 {
c7ce8faa
DJ
1328 struct frame_info *prev_frame;
1329
1330 while (1)
1331 {
1332 prev_frame = get_prev_frame (fid);
1333 if (!prev_frame
1334 || !frame_id_eq (id, get_frame_id (prev_frame)))
1335 break;
1336 fid = prev_frame;
1337 }
1c8831c5
AC
1338 return fid;
1339 }
1340 }
c906108c
SS
1341 }
1342
1c8831c5
AC
1343 /* We couldn't identify the frame as an existing frame, but
1344 perhaps we can create one with a single argument. */
1c8831c5
AC
1345 if (numargs == 1)
1346 return create_new_frame (addrs[0], 0);
cd65c8f6
AC
1347 else if (numargs == 2)
1348 return create_new_frame (addrs[0], addrs[1]);
1349 else
8a3fe4f8 1350 error (_("Too many args in frame specification"));
1c8831c5
AC
1351}
1352
9c833c82 1353static struct frame_info *
1c8831c5
AC
1354parse_frame_specification (char *frame_exp)
1355{
1356 return parse_frame_specification_1 (frame_exp, NULL, NULL);
c906108c
SS
1357}
1358
033a42c2
MK
1359/* Print verbosely the selected frame or the frame at address
1360 ADDR_EXP. Absolutely all information in the frame is printed. */
c906108c
SS
1361
1362static void
fba45db2 1363frame_info (char *addr_exp, int from_tty)
c906108c
SS
1364{
1365 struct frame_info *fi;
1366 struct symtab_and_line sal;
1367 struct symbol *func;
1368 struct symtab *s;
1369 struct frame_info *calling_frame_info;
167e4384 1370 int numregs;
0d5cff50 1371 const char *funname = 0;
c906108c 1372 enum language funlang = language_unknown;
82de1e5b 1373 const char *pc_regname;
1c8831c5 1374 int selected_frame_p;
7500260a 1375 struct gdbarch *gdbarch;
3567439c 1376 struct cleanup *back_to = make_cleanup (null_cleanup, NULL);
008f8f2e
PA
1377 CORE_ADDR frame_pc;
1378 int frame_pc_p;
1379 CORE_ADDR caller_pc;
c906108c 1380
1c8831c5 1381 fi = parse_frame_specification_1 (addr_exp, "No stack.", &selected_frame_p);
12368003 1382 gdbarch = get_frame_arch (fi);
c906108c 1383
82de1e5b
AC
1384 /* Name of the value returned by get_frame_pc(). Per comments, "pc"
1385 is not a good name. */
12368003 1386 if (gdbarch_pc_regnum (gdbarch) >= 0)
3e8c568d 1387 /* OK, this is weird. The gdbarch_pc_regnum hardware register's value can
82de1e5b
AC
1388 easily not match that of the internal value returned by
1389 get_frame_pc(). */
12368003 1390 pc_regname = gdbarch_register_name (gdbarch, gdbarch_pc_regnum (gdbarch));
82de1e5b 1391 else
3e8c568d 1392 /* But then, this is weird to. Even without gdbarch_pc_regnum, an
82de1e5b
AC
1393 architectures will often have a hardware register called "pc",
1394 and that register's value, again, can easily not match
1395 get_frame_pc(). */
1396 pc_regname = "pc";
1397
008f8f2e 1398 frame_pc_p = get_frame_pc_if_available (fi, &frame_pc);
1058bca7 1399 find_frame_sal (fi, &sal);
c906108c 1400 func = get_frame_function (fi);
008f8f2e 1401 s = sal.symtab;
c906108c
SS
1402 if (func)
1403 {
3567439c 1404 funname = SYMBOL_PRINT_NAME (func);
c5aa993b
JM
1405 funlang = SYMBOL_LANGUAGE (func);
1406 if (funlang == language_cplus)
1407 {
3567439c
DJ
1408 /* It seems appropriate to use SYMBOL_PRINT_NAME() here,
1409 to display the demangled name that we already have
1410 stored in the symbol table, but we stored a version
1411 with DMGL_PARAMS turned on, and here we don't want to
1412 display parameters. So remove the parameters. */
1413 char *func_only = cp_remove_params (funname);
433759f7 1414
3567439c
DJ
1415 if (func_only)
1416 {
1417 funname = func_only;
1418 make_cleanup (xfree, func_only);
1419 }
c5aa993b 1420 }
c906108c 1421 }
008f8f2e 1422 else if (frame_pc_p)
c906108c 1423 {
7cbd4a93 1424 struct bound_minimal_symbol msymbol;
033a42c2 1425
008f8f2e 1426 msymbol = lookup_minimal_symbol_by_pc (frame_pc);
7cbd4a93 1427 if (msymbol.minsym != NULL)
c906108c 1428 {
7cbd4a93
TT
1429 funname = SYMBOL_PRINT_NAME (msymbol.minsym);
1430 funlang = SYMBOL_LANGUAGE (msymbol.minsym);
c906108c
SS
1431 }
1432 }
1433 calling_frame_info = get_prev_frame (fi);
1434
1c8831c5 1435 if (selected_frame_p && frame_relative_level (fi) >= 0)
c906108c 1436 {
a3f17187 1437 printf_filtered (_("Stack level %d, frame at "),
1c8831c5 1438 frame_relative_level (fi));
c906108c
SS
1439 }
1440 else
1441 {
a3f17187 1442 printf_filtered (_("Stack frame at "));
c906108c 1443 }
5af949e3 1444 fputs_filtered (paddress (gdbarch, get_frame_base (fi)), gdb_stdout);
9c833c82 1445 printf_filtered (":\n");
82de1e5b 1446 printf_filtered (" %s = ", pc_regname);
008f8f2e
PA
1447 if (frame_pc_p)
1448 fputs_filtered (paddress (gdbarch, get_frame_pc (fi)), gdb_stdout);
1449 else
1450 fputs_filtered ("<unavailable>", gdb_stdout);
c906108c
SS
1451
1452 wrap_here (" ");
1453 if (funname)
1454 {
1455 printf_filtered (" in ");
1456 fprintf_symbol_filtered (gdb_stdout, funname, funlang,
1457 DMGL_ANSI | DMGL_PARAMS);
1458 }
1459 wrap_here (" ");
1460 if (sal.symtab)
05cba821
JK
1461 printf_filtered (" (%s:%d)", symtab_to_filename_for_display (sal.symtab),
1462 sal.line);
c906108c
SS
1463 puts_filtered ("; ");
1464 wrap_here (" ");
82de1e5b 1465 printf_filtered ("saved %s ", pc_regname);
008f8f2e
PA
1466 if (frame_unwind_caller_pc_if_available (fi, &caller_pc))
1467 fputs_filtered (paddress (gdbarch, caller_pc), gdb_stdout);
1468 else
1469 fputs_filtered ("<unavailable>", gdb_stdout);
c906108c
SS
1470 printf_filtered ("\n");
1471
55feb689
DJ
1472 if (calling_frame_info == NULL)
1473 {
1474 enum unwind_stop_reason reason;
1475
1476 reason = get_frame_unwind_stop_reason (fi);
1477 if (reason != UNWIND_NO_REASON)
1478 printf_filtered (_(" Outermost frame: %s\n"),
1479 frame_stop_reason_string (reason));
1480 }
111c6489
JK
1481 else if (get_frame_type (fi) == TAILCALL_FRAME)
1482 puts_filtered (" tail call frame");
edb3359d
DJ
1483 else if (get_frame_type (fi) == INLINE_FRAME)
1484 printf_filtered (" inlined into frame %d",
1485 frame_relative_level (get_prev_frame (fi)));
1486 else
c906108c
SS
1487 {
1488 printf_filtered (" called by frame at ");
5af949e3 1489 fputs_filtered (paddress (gdbarch, get_frame_base (calling_frame_info)),
ed49a04f 1490 gdb_stdout);
c906108c 1491 }
75e3c1f9 1492 if (get_next_frame (fi) && calling_frame_info)
c906108c
SS
1493 puts_filtered (",");
1494 wrap_here (" ");
75e3c1f9 1495 if (get_next_frame (fi))
c906108c
SS
1496 {
1497 printf_filtered (" caller of frame at ");
5af949e3 1498 fputs_filtered (paddress (gdbarch, get_frame_base (get_next_frame (fi))),
ed49a04f 1499 gdb_stdout);
c906108c 1500 }
75e3c1f9 1501 if (get_next_frame (fi) || calling_frame_info)
c906108c 1502 puts_filtered ("\n");
55feb689 1503
c906108c 1504 if (s)
1058bca7
AC
1505 printf_filtered (" source language %s.\n",
1506 language_str (s->language));
c906108c 1507
c906108c
SS
1508 {
1509 /* Address of the argument list for this frame, or 0. */
da62e633 1510 CORE_ADDR arg_list = get_frame_args_address (fi);
c906108c
SS
1511 /* Number of args for this frame, or -1 if unknown. */
1512 int numargs;
1513
1514 if (arg_list == 0)
1515 printf_filtered (" Arglist at unknown address.\n");
1516 else
1517 {
1518 printf_filtered (" Arglist at ");
5af949e3 1519 fputs_filtered (paddress (gdbarch, arg_list), gdb_stdout);
c906108c
SS
1520 printf_filtered (",");
1521
7500260a 1522 if (!gdbarch_frame_num_args_p (gdbarch))
983a287a
AC
1523 {
1524 numargs = -1;
1525 puts_filtered (" args: ");
1526 }
c906108c 1527 else
983a287a 1528 {
7500260a 1529 numargs = gdbarch_frame_num_args (gdbarch, fi);
983a287a
AC
1530 gdb_assert (numargs >= 0);
1531 if (numargs == 0)
1532 puts_filtered (" no args.");
1533 else if (numargs == 1)
1534 puts_filtered (" 1 arg: ");
1535 else
1536 printf_filtered (" %d args: ", numargs);
1537 }
c906108c
SS
1538 print_frame_args (func, fi, numargs, gdb_stdout);
1539 puts_filtered ("\n");
1540 }
1541 }
1542 {
1543 /* Address of the local variables for this frame, or 0. */
da62e633 1544 CORE_ADDR arg_list = get_frame_locals_address (fi);
c906108c
SS
1545
1546 if (arg_list == 0)
1547 printf_filtered (" Locals at unknown address,");
1548 else
1549 {
1550 printf_filtered (" Locals at ");
5af949e3 1551 fputs_filtered (paddress (gdbarch, arg_list), gdb_stdout);
c906108c
SS
1552 printf_filtered (",");
1553 }
1554 }
1555
4f460812
AC
1556 /* Print as much information as possible on the location of all the
1557 registers. */
1558 {
1559 enum lval_type lval;
1560 int optimized;
0fdb4f18 1561 int unavailable;
4f460812
AC
1562 CORE_ADDR addr;
1563 int realnum;
1564 int count;
1565 int i;
1566 int need_nl = 1;
1567
1568 /* The sp is special; what's displayed isn't the save address, but
1569 the value of the previous frame's sp. This is a legacy thing,
1570 at one stage the frame cached the previous frame's SP instead
1571 of its address, hence it was easiest to just display the cached
1572 value. */
7500260a 1573 if (gdbarch_sp_regnum (gdbarch) >= 0)
4f460812
AC
1574 {
1575 /* Find out the location of the saved stack pointer with out
1576 actually evaluating it. */
7500260a 1577 frame_register_unwind (fi, gdbarch_sp_regnum (gdbarch),
0fdb4f18 1578 &optimized, &unavailable, &lval, &addr,
4f460812 1579 &realnum, NULL);
0fdb4f18 1580 if (!optimized && !unavailable && lval == not_lval)
c906108c 1581 {
e17a4113
UW
1582 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
1583 int sp_size = register_size (gdbarch, gdbarch_sp_regnum (gdbarch));
10c42a71 1584 gdb_byte value[MAX_REGISTER_SIZE];
4f460812 1585 CORE_ADDR sp;
433759f7 1586
7500260a 1587 frame_register_unwind (fi, gdbarch_sp_regnum (gdbarch),
0fdb4f18 1588 &optimized, &unavailable, &lval, &addr,
4f460812 1589 &realnum, value);
af1342ab
AC
1590 /* NOTE: cagney/2003-05-22: This is assuming that the
1591 stack pointer was packed as an unsigned integer. That
1592 may or may not be valid. */
e17a4113 1593 sp = extract_unsigned_integer (value, sp_size, byte_order);
4f460812 1594 printf_filtered (" Previous frame's sp is ");
5af949e3 1595 fputs_filtered (paddress (gdbarch, sp), gdb_stdout);
4f460812
AC
1596 printf_filtered ("\n");
1597 need_nl = 0;
c906108c 1598 }
0fdb4f18 1599 else if (!optimized && !unavailable && lval == lval_memory)
4f460812
AC
1600 {
1601 printf_filtered (" Previous frame's sp at ");
5af949e3 1602 fputs_filtered (paddress (gdbarch, addr), gdb_stdout);
4f460812
AC
1603 printf_filtered ("\n");
1604 need_nl = 0;
1605 }
0fdb4f18 1606 else if (!optimized && !unavailable && lval == lval_register)
4f460812
AC
1607 {
1608 printf_filtered (" Previous frame's sp in %s\n",
7500260a 1609 gdbarch_register_name (gdbarch, realnum));
4f460812
AC
1610 need_nl = 0;
1611 }
1612 /* else keep quiet. */
1613 }
1614
1615 count = 0;
7500260a
UW
1616 numregs = gdbarch_num_regs (gdbarch)
1617 + gdbarch_num_pseudo_regs (gdbarch);
4f460812 1618 for (i = 0; i < numregs; i++)
7500260a
UW
1619 if (i != gdbarch_sp_regnum (gdbarch)
1620 && gdbarch_register_reggroup_p (gdbarch, i, all_reggroup))
4f460812
AC
1621 {
1622 /* Find out the location of the saved register without
1623 fetching the corresponding value. */
0fdb4f18
PA
1624 frame_register_unwind (fi, i, &optimized, &unavailable,
1625 &lval, &addr, &realnum, NULL);
4f460812
AC
1626 /* For moment, only display registers that were saved on the
1627 stack. */
0fdb4f18 1628 if (!optimized && !unavailable && lval == lval_memory)
4f460812
AC
1629 {
1630 if (count == 0)
1631 puts_filtered (" Saved registers:\n ");
1632 else
1633 puts_filtered (",");
1634 wrap_here (" ");
c9f4d572 1635 printf_filtered (" %s at ",
7500260a 1636 gdbarch_register_name (gdbarch, i));
5af949e3 1637 fputs_filtered (paddress (gdbarch, addr), gdb_stdout);
4f460812
AC
1638 count++;
1639 }
1640 }
1641 if (count || need_nl)
c906108c 1642 puts_filtered ("\n");
4f460812 1643 }
3567439c
DJ
1644
1645 do_cleanups (back_to);
c906108c
SS
1646}
1647
033a42c2
MK
1648/* Print briefly all stack frames or just the innermost COUNT_EXP
1649 frames. */
c906108c
SS
1650
1651static void
1e611234
PM
1652backtrace_command_1 (char *count_exp, int show_locals, int no_filters,
1653 int from_tty)
c906108c
SS
1654{
1655 struct frame_info *fi;
52f0bd74
AC
1656 int count;
1657 int i;
1658 struct frame_info *trailing;
1e611234
PM
1659 int trailing_level, py_start = 0, py_end = 0;
1660 enum py_bt_status result = PY_BT_ERROR;
c906108c
SS
1661
1662 if (!target_has_stack)
8a3fe4f8 1663 error (_("No stack."));
c906108c 1664
033a42c2
MK
1665 /* The following code must do two things. First, it must set the
1666 variable TRAILING to the frame from which we should start
c906108c
SS
1667 printing. Second, it must set the variable count to the number
1668 of frames which we should print, or -1 if all of them. */
1669 trailing = get_current_frame ();
d082b2bb 1670
c906108c
SS
1671 trailing_level = 0;
1672 if (count_exp)
1673 {
bb518678 1674 count = parse_and_eval_long (count_exp);
c906108c
SS
1675 if (count < 0)
1676 {
1677 struct frame_info *current;
1678
1e611234 1679 py_start = count;
c906108c
SS
1680 count = -count;
1681
1682 current = trailing;
1683 while (current && count--)
1684 {
1685 QUIT;
1686 current = get_prev_frame (current);
1687 }
c5aa993b 1688
033a42c2
MK
1689 /* Will stop when CURRENT reaches the top of the stack.
1690 TRAILING will be COUNT below it. */
c906108c
SS
1691 while (current)
1692 {
1693 QUIT;
1694 trailing = get_prev_frame (trailing);
1695 current = get_prev_frame (current);
1696 trailing_level++;
1697 }
c5aa993b 1698
c906108c
SS
1699 count = -1;
1700 }
1e611234
PM
1701 else
1702 {
1703 py_start = 0;
1704 py_end = count;
1705 }
c906108c
SS
1706 }
1707 else
1e611234
PM
1708 {
1709 py_end = -1;
1710 count = -1;
1711 }
c906108c
SS
1712
1713 if (info_verbose)
1714 {
033a42c2
MK
1715 /* Read in symbols for all of the frames. Need to do this in a
1716 separate pass so that "Reading in symbols for xxx" messages
1717 don't screw up the appearance of the backtrace. Also if
1718 people have strong opinions against reading symbols for
c5aa993b 1719 backtrace this may have to be an option. */
c906108c 1720 i = count;
033a42c2 1721 for (fi = trailing; fi != NULL && i--; fi = get_prev_frame (fi))
c906108c 1722 {
ccefe4c4 1723 CORE_ADDR pc;
433759f7 1724
c906108c 1725 QUIT;
ccefe4c4
TT
1726 pc = get_frame_address_in_block (fi);
1727 find_pc_sect_symtab_via_partial (pc, find_pc_mapped_section (pc));
c906108c
SS
1728 }
1729 }
1730
1e611234 1731 if (! no_filters)
c906108c 1732 {
1e611234
PM
1733 int flags = PRINT_LEVEL | PRINT_FRAME_INFO | PRINT_ARGS;
1734 enum py_frame_args arg_type;
c906108c 1735
c906108c 1736 if (show_locals)
1e611234
PM
1737 flags |= PRINT_LOCALS;
1738
1739 if (!strcmp (print_frame_arguments, "scalars"))
1740 arg_type = CLI_SCALAR_VALUES;
1741 else if (!strcmp (print_frame_arguments, "all"))
1742 arg_type = CLI_ALL_VALUES;
1743 else
1744 arg_type = NO_VALUES;
1745
1746 result = apply_frame_filter (get_current_frame (), flags, arg_type,
1747 current_uiout, py_start, py_end);
1748
1749 }
1750 /* Run the inbuilt backtrace if there are no filters registered, or
1751 "no-filters" has been specified from the command. */
1752 if (no_filters || result == PY_BT_NO_FILTERS)
1753 {
1754 for (i = 0, fi = trailing; fi && count--; i++, fi = get_prev_frame (fi))
1755 {
1756 QUIT;
1757
1758 /* Don't use print_stack_frame; if an error() occurs it probably
1759 means further attempts to backtrace would fail (on the other
1760 hand, perhaps the code does or could be fixed to make sure
1761 the frame->prev field gets set to NULL in that case). */
1762
1763 print_frame_info (fi, 1, LOCATION, 1);
1764 if (show_locals)
d0548fa2
PM
1765 {
1766 struct frame_id frame_id = get_frame_id (fi);
8f043999 1767
d0548fa2 1768 print_frame_local_vars (fi, 1, gdb_stdout);
8f043999 1769
d0548fa2
PM
1770 /* print_frame_local_vars invalidates FI. */
1771 fi = frame_find_by_id (frame_id);
1772 if (fi == NULL)
1773 {
1774 trailing = NULL;
1775 warning (_("Unable to restore previously selected frame."));
1776 break;
1777 }
8f043999 1778 }
55feb689 1779
1e611234
PM
1780 /* Save the last frame to check for error conditions. */
1781 trailing = fi;
1782 }
c906108c 1783
1e611234
PM
1784 /* If we've stopped before the end, mention that. */
1785 if (fi && from_tty)
1786 printf_filtered (_("(More stack frames follow...)\n"));
55feb689 1787
1e611234
PM
1788 /* If we've run out of frames, and the reason appears to be an error
1789 condition, print it. */
1790 if (fi == NULL && trailing != NULL)
1791 {
1792 enum unwind_stop_reason reason;
55feb689 1793
1e611234
PM
1794 reason = get_frame_unwind_stop_reason (trailing);
1795 if (reason >= UNWIND_FIRST_ERROR)
1796 printf_filtered (_("Backtrace stopped: %s\n"),
1797 frame_stop_reason_string (reason));
1798 }
55feb689 1799 }
c906108c
SS
1800}
1801
1802static void
fba45db2 1803backtrace_command (char *arg, int from_tty)
c906108c 1804{
5fe41fbf 1805 struct cleanup *old_chain = make_cleanup (null_cleanup, NULL);
1e611234
PM
1806 int fulltrace_arg = -1, arglen = 0, argc = 0, no_filters = -1;
1807 int user_arg = 0;
c906108c 1808
033a42c2 1809 if (arg)
c906108c 1810 {
033a42c2 1811 char **argv;
c906108c
SS
1812 int i;
1813
d1a41061 1814 argv = gdb_buildargv (arg);
5fe41fbf 1815 make_cleanup_freeargv (argv);
c906108c 1816 argc = 0;
033a42c2 1817 for (i = 0; argv[i]; i++)
c5aa993b 1818 {
745b8ca0 1819 unsigned int j;
c5aa993b 1820
033a42c2 1821 for (j = 0; j < strlen (argv[i]); j++)
c5aa993b
JM
1822 argv[i][j] = tolower (argv[i][j]);
1823
1e611234
PM
1824 if (no_filters < 0 && subset_compare (argv[i], "no-filters"))
1825 no_filters = argc;
c5aa993b
JM
1826 else
1827 {
1e611234
PM
1828 if (fulltrace_arg < 0 && subset_compare (argv[i], "full"))
1829 fulltrace_arg = argc;
1830 else
1831 {
1832 user_arg++;
1833 arglen += strlen (argv[i]);
1834 }
c5aa993b 1835 }
1e611234 1836 argc++;
c5aa993b 1837 }
1e611234
PM
1838 arglen += user_arg;
1839 if (fulltrace_arg >= 0 || no_filters >= 0)
c5aa993b 1840 {
033a42c2 1841 if (arglen > 0)
c5aa993b 1842 {
033a42c2 1843 arg = xmalloc (arglen + 1);
b1d288d3
JK
1844 make_cleanup (xfree, arg);
1845 arg[0] = 0;
1e611234 1846 for (i = 0; i < argc; i++)
c5aa993b 1847 {
1e611234 1848 if (i != fulltrace_arg && i != no_filters)
c5aa993b 1849 {
033a42c2
MK
1850 strcat (arg, argv[i]);
1851 strcat (arg, " ");
c5aa993b
JM
1852 }
1853 }
1854 }
1855 else
033a42c2 1856 arg = NULL;
c5aa993b 1857 }
c906108c
SS
1858 }
1859
1e611234
PM
1860 backtrace_command_1 (arg, fulltrace_arg >= 0 /* show_locals */,
1861 no_filters >= 0 /* no frame-filters */, from_tty);
c906108c 1862
5fe41fbf 1863 do_cleanups (old_chain);
c906108c
SS
1864}
1865
1866static void
fba45db2 1867backtrace_full_command (char *arg, int from_tty)
c906108c 1868{
1e611234 1869 backtrace_command_1 (arg, 1 /* show_locals */, 0, from_tty);
c906108c 1870}
c906108c 1871\f
c5aa993b 1872
2c58c0a9
PA
1873/* Iterate over the local variables of a block B, calling CB with
1874 CB_DATA. */
c906108c 1875
2c58c0a9
PA
1876static void
1877iterate_over_block_locals (struct block *b,
1878 iterate_over_block_arg_local_vars_cb cb,
1879 void *cb_data)
c906108c 1880{
8157b174 1881 struct block_iterator iter;
de4f826b 1882 struct symbol *sym;
c906108c 1883
de4f826b 1884 ALL_BLOCK_SYMBOLS (b, iter, sym)
c906108c 1885 {
c906108c
SS
1886 switch (SYMBOL_CLASS (sym))
1887 {
1888 case LOC_LOCAL:
1889 case LOC_REGISTER:
1890 case LOC_STATIC:
4c2df51b 1891 case LOC_COMPUTED:
2a2d4dc3
AS
1892 if (SYMBOL_IS_ARGUMENT (sym))
1893 break;
4357ac6c
TT
1894 if (SYMBOL_DOMAIN (sym) == COMMON_BLOCK_DOMAIN)
1895 break;
2c58c0a9 1896 (*cb) (SYMBOL_PRINT_NAME (sym), sym, cb_data);
c906108c
SS
1897 break;
1898
1899 default:
1900 /* Ignore symbols which are not locals. */
1901 break;
1902 }
1903 }
c906108c
SS
1904}
1905
65c06092 1906
c906108c
SS
1907/* Same, but print labels. */
1908
65c06092
JB
1909#if 0
1910/* Commented out, as the code using this function has also been
1911 commented out. FIXME:brobecker/2009-01-13: Find out why the code
1912 was commented out in the first place. The discussion introducing
1913 this change (2007-12-04: Support lexical blocks and function bodies
1914 that occupy non-contiguous address ranges) did not explain why
1915 this change was made. */
c906108c 1916static int
5af949e3
UW
1917print_block_frame_labels (struct gdbarch *gdbarch, struct block *b,
1918 int *have_default, struct ui_file *stream)
c906108c 1919{
8157b174 1920 struct block_iterator iter;
52f0bd74
AC
1921 struct symbol *sym;
1922 int values_printed = 0;
c906108c 1923
de4f826b 1924 ALL_BLOCK_SYMBOLS (b, iter, sym)
c906108c 1925 {
3567439c 1926 if (strcmp (SYMBOL_LINKAGE_NAME (sym), "default") == 0)
c906108c
SS
1927 {
1928 if (*have_default)
1929 continue;
1930 *have_default = 1;
1931 }
1932 if (SYMBOL_CLASS (sym) == LOC_LABEL)
1933 {
1934 struct symtab_and_line sal;
79a45b7d 1935 struct value_print_options opts;
433759f7 1936
c906108c
SS
1937 sal = find_pc_line (SYMBOL_VALUE_ADDRESS (sym), 0);
1938 values_printed = 1;
de5ad195 1939 fputs_filtered (SYMBOL_PRINT_NAME (sym), stream);
79a45b7d
TT
1940 get_user_print_options (&opts);
1941 if (opts.addressprint)
c906108c
SS
1942 {
1943 fprintf_filtered (stream, " ");
5af949e3
UW
1944 fputs_filtered (paddress (gdbarch, SYMBOL_VALUE_ADDRESS (sym)),
1945 stream);
c906108c
SS
1946 }
1947 fprintf_filtered (stream, " in file %s, line %d\n",
1948 sal.symtab->filename, sal.line);
1949 }
1950 }
033a42c2 1951
c906108c
SS
1952 return values_printed;
1953}
65c06092 1954#endif
c906108c 1955
2c58c0a9
PA
1956/* Iterate over all the local variables in block B, including all its
1957 superblocks, stopping when the top-level block is reached. */
1958
1959void
1960iterate_over_block_local_vars (struct block *block,
1961 iterate_over_block_arg_local_vars_cb cb,
1962 void *cb_data)
1963{
1964 while (block)
1965 {
1966 iterate_over_block_locals (block, cb, cb_data);
1967 /* After handling the function's top-level block, stop. Don't
1968 continue to its superblock, the block of per-file
1969 symbols. */
1970 if (BLOCK_FUNCTION (block))
1971 break;
1972 block = BLOCK_SUPERBLOCK (block);
1973 }
1974}
1975
1976/* Data to be passed around in the calls to the locals and args
1977 iterators. */
c906108c 1978
2c58c0a9
PA
1979struct print_variable_and_value_data
1980{
8f043999 1981 struct frame_id frame_id;
2c58c0a9
PA
1982 int num_tabs;
1983 struct ui_file *stream;
1984 int values_printed;
1985};
1986
c378eb4e 1987/* The callback for the locals and args iterators. */
2c58c0a9
PA
1988
1989static void
1990do_print_variable_and_value (const char *print_name,
1991 struct symbol *sym,
1992 void *cb_data)
1993{
1994 struct print_variable_and_value_data *p = cb_data;
8f043999
JK
1995 struct frame_info *frame;
1996
1997 frame = frame_find_by_id (p->frame_id);
1998 if (frame == NULL)
1999 {
2000 warning (_("Unable to restore previously selected frame."));
2001 return;
2002 }
2003
2004 print_variable_and_value (print_name, sym, frame, p->stream, p->num_tabs);
2005
2006 /* print_variable_and_value invalidates FRAME. */
2007 frame = NULL;
2c58c0a9 2008
2c58c0a9
PA
2009 p->values_printed = 1;
2010}
c906108c 2011
8f043999
JK
2012/* Print all variables from the innermost up to the function block of FRAME.
2013 Print them with values to STREAM indented by NUM_TABS.
2014
2015 This function will invalidate FRAME. */
2016
c906108c 2017static void
033a42c2 2018print_frame_local_vars (struct frame_info *frame, int num_tabs,
aa1ee363 2019 struct ui_file *stream)
c906108c 2020{
2c58c0a9
PA
2021 struct print_variable_and_value_data cb_data;
2022 struct block *block;
1d4f5741
PA
2023 CORE_ADDR pc;
2024
2025 if (!get_frame_pc_if_available (frame, &pc))
2026 {
2027 fprintf_filtered (stream,
2028 _("PC unavailable, cannot determine locals.\n"));
2029 return;
2030 }
c906108c 2031
2c58c0a9 2032 block = get_frame_block (frame, 0);
c906108c
SS
2033 if (block == 0)
2034 {
2035 fprintf_filtered (stream, "No symbol table info available.\n");
2036 return;
2037 }
c5aa993b 2038
8f043999 2039 cb_data.frame_id = get_frame_id (frame);
2c58c0a9
PA
2040 cb_data.num_tabs = 4 * num_tabs;
2041 cb_data.stream = stream;
2042 cb_data.values_printed = 0;
2043
2044 iterate_over_block_local_vars (block,
2045 do_print_variable_and_value,
2046 &cb_data);
c906108c 2047
8f043999
JK
2048 /* do_print_variable_and_value invalidates FRAME. */
2049 frame = NULL;
2050
2c58c0a9 2051 if (!cb_data.values_printed)
033a42c2 2052 fprintf_filtered (stream, _("No locals.\n"));
c906108c
SS
2053}
2054
c906108c 2055void
fba45db2 2056locals_info (char *args, int from_tty)
c906108c 2057{
033a42c2 2058 print_frame_local_vars (get_selected_frame (_("No frame selected.")),
b04f3ab4 2059 0, gdb_stdout);
c906108c
SS
2060}
2061
2c58c0a9
PA
2062/* Iterate over all the argument variables in block B.
2063
2064 Returns 1 if any argument was walked; 0 otherwise. */
2065
2066void
2067iterate_over_block_arg_vars (struct block *b,
2068 iterate_over_block_arg_local_vars_cb cb,
2069 void *cb_data)
c906108c 2070{
8157b174 2071 struct block_iterator iter;
52f0bd74 2072 struct symbol *sym, *sym2;
c906108c 2073
de4f826b 2074 ALL_BLOCK_SYMBOLS (b, iter, sym)
c906108c 2075 {
2a2d4dc3
AS
2076 /* Don't worry about things which aren't arguments. */
2077 if (SYMBOL_IS_ARGUMENT (sym))
c906108c 2078 {
c906108c
SS
2079 /* We have to look up the symbol because arguments can have
2080 two entries (one a parameter, one a local) and the one we
2081 want is the local, which lookup_symbol will find for us.
2082 This includes gcc1 (not gcc2) on the sparc when passing a
2083 small structure and gcc2 when the argument type is float
2084 and it is passed as a double and converted to float by
2085 the prologue (in the latter case the type of the LOC_ARG
2086 symbol is double and the type of the LOC_LOCAL symbol is
2087 float). There are also LOC_ARG/LOC_REGISTER pairs which
2088 are not combined in symbol-reading. */
2089
3567439c 2090 sym2 = lookup_symbol (SYMBOL_LINKAGE_NAME (sym),
2570f2b7 2091 b, VAR_DOMAIN, NULL);
2c58c0a9 2092 (*cb) (SYMBOL_PRINT_NAME (sym), sym2, cb_data);
c906108c
SS
2093 }
2094 }
2c58c0a9
PA
2095}
2096
8f043999
JK
2097/* Print all argument variables of the function of FRAME.
2098 Print them with values to STREAM.
2099
2100 This function will invalidate FRAME. */
2101
2c58c0a9
PA
2102static void
2103print_frame_arg_vars (struct frame_info *frame, struct ui_file *stream)
2104{
2105 struct print_variable_and_value_data cb_data;
2106 struct symbol *func;
1d4f5741
PA
2107 CORE_ADDR pc;
2108
2109 if (!get_frame_pc_if_available (frame, &pc))
2110 {
2111 fprintf_filtered (stream, _("PC unavailable, cannot determine args.\n"));
2112 return;
2113 }
2c58c0a9
PA
2114
2115 func = get_frame_function (frame);
2116 if (func == NULL)
2117 {
2118 fprintf_filtered (stream, _("No symbol table info available.\n"));
2119 return;
2120 }
2121
8f043999 2122 cb_data.frame_id = get_frame_id (frame);
2c58c0a9
PA
2123 cb_data.num_tabs = 0;
2124 cb_data.stream = gdb_stdout;
2125 cb_data.values_printed = 0;
2126
2127 iterate_over_block_arg_vars (SYMBOL_BLOCK_VALUE (func),
2128 do_print_variable_and_value, &cb_data);
033a42c2 2129
8f043999
JK
2130 /* do_print_variable_and_value invalidates FRAME. */
2131 frame = NULL;
2132
2c58c0a9 2133 if (!cb_data.values_printed)
033a42c2 2134 fprintf_filtered (stream, _("No arguments.\n"));
c906108c
SS
2135}
2136
2137void
fba45db2 2138args_info (char *ignore, int from_tty)
c906108c 2139{
033a42c2 2140 print_frame_arg_vars (get_selected_frame (_("No frame selected.")),
b04f3ab4 2141 gdb_stdout);
c906108c
SS
2142}
2143
2144
2145static void
fba45db2 2146args_plus_locals_info (char *ignore, int from_tty)
c906108c 2147{
c5aa993b
JM
2148 args_info (ignore, from_tty);
2149 locals_info (ignore, from_tty);
c906108c 2150}
c906108c 2151\f
c5aa993b 2152
033a42c2
MK
2153/* Select frame FRAME. Also print the stack frame and show the source
2154 if this is the tui version. */
bedfa57b 2155static void
033a42c2 2156select_and_print_frame (struct frame_info *frame)
c906108c 2157{
033a42c2
MK
2158 select_frame (frame);
2159 if (frame)
2160 print_stack_frame (frame, 1, SRC_AND_LOC);
c906108c 2161}
c906108c 2162\f
c906108c 2163/* Return the symbol-block in which the selected frame is executing.
ae767bfb
JB
2164 Can return zero under various legitimate circumstances.
2165
2166 If ADDR_IN_BLOCK is non-zero, set *ADDR_IN_BLOCK to the relevant
2167 code address within the block returned. We use this to decide
2168 which macros are in scope. */
c906108c
SS
2169
2170struct block *
ae767bfb 2171get_selected_block (CORE_ADDR *addr_in_block)
c906108c 2172{
d729566a 2173 if (!has_stack_frames ())
8ea051c5
PA
2174 return 0;
2175
206415a3 2176 return get_frame_block (get_selected_frame (NULL), addr_in_block);
c906108c
SS
2177}
2178
2179/* Find a frame a certain number of levels away from FRAME.
2180 LEVEL_OFFSET_PTR points to an int containing the number of levels.
2181 Positive means go to earlier frames (up); negative, the reverse.
2182 The int that contains the number of levels is counted toward
2183 zero as the frames for those levels are found.
2184 If the top or bottom frame is reached, that frame is returned,
2185 but the final value of *LEVEL_OFFSET_PTR is nonzero and indicates
2186 how much farther the original request asked to go. */
2187
2188struct frame_info *
033a42c2 2189find_relative_frame (struct frame_info *frame, int *level_offset_ptr)
c906108c 2190{
033a42c2
MK
2191 /* Going up is simple: just call get_prev_frame enough times or
2192 until the initial frame is reached. */
c906108c
SS
2193 while (*level_offset_ptr > 0)
2194 {
033a42c2 2195 struct frame_info *prev = get_prev_frame (frame);
433759f7 2196
033a42c2 2197 if (!prev)
c906108c
SS
2198 break;
2199 (*level_offset_ptr)--;
2200 frame = prev;
2201 }
033a42c2 2202
c906108c 2203 /* Going down is just as simple. */
033a42c2 2204 while (*level_offset_ptr < 0)
c906108c 2205 {
033a42c2 2206 struct frame_info *next = get_next_frame (frame);
433759f7 2207
033a42c2
MK
2208 if (!next)
2209 break;
2210 (*level_offset_ptr)++;
2211 frame = next;
c906108c 2212 }
033a42c2 2213
c906108c
SS
2214 return frame;
2215}
2216
033a42c2
MK
2217/* The "select_frame" command. With no argument this is a NOP.
2218 Select the frame at level LEVEL_EXP if it is a valid level.
2219 Otherwise, treat LEVEL_EXP as an address expression and select it.
2220
2221 See parse_frame_specification for more info on proper frame
2222 expressions. */
c906108c 2223
8b93c638 2224void
fba45db2 2225select_frame_command (char *level_exp, int from_tty)
c906108c 2226{
1c8831c5 2227 select_frame (parse_frame_specification_1 (level_exp, "No stack.", NULL));
c906108c
SS
2228}
2229
033a42c2
MK
2230/* The "frame" command. With no argument, print the selected frame
2231 briefly. With an argument, behave like select_frame and then print
2232 the selected frame. */
c906108c 2233
033a42c2 2234static void
fba45db2 2235frame_command (char *level_exp, int from_tty)
c906108c
SS
2236{
2237 select_frame_command (level_exp, from_tty);
b04f3ab4 2238 print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC);
c906108c
SS
2239}
2240
033a42c2 2241/* The XDB Compatibility command to print the current frame. */
c906108c 2242
7a292a7a 2243static void
fba45db2 2244current_frame_command (char *level_exp, int from_tty)
c906108c 2245{
033a42c2 2246 print_stack_frame (get_selected_frame (_("No stack.")), 1, SRC_AND_LOC);
7a292a7a 2247}
c906108c 2248
033a42c2
MK
2249/* Select the frame up one or COUNT_EXP stack levels from the
2250 previously selected frame, and print it briefly. */
c906108c 2251
c906108c 2252static void
fba45db2 2253up_silently_base (char *count_exp)
c906108c 2254{
033a42c2
MK
2255 struct frame_info *frame;
2256 int count = 1;
2257
c906108c 2258 if (count_exp)
bb518678 2259 count = parse_and_eval_long (count_exp);
c5aa993b 2260
033a42c2
MK
2261 frame = find_relative_frame (get_selected_frame ("No stack."), &count);
2262 if (count != 0 && count_exp == NULL)
8a3fe4f8 2263 error (_("Initial frame selected; you cannot go up."));
033a42c2 2264 select_frame (frame);
c906108c
SS
2265}
2266
2267static void
fba45db2 2268up_silently_command (char *count_exp, int from_tty)
c906108c 2269{
c5aa993b 2270 up_silently_base (count_exp);
c906108c
SS
2271}
2272
2273static void
fba45db2 2274up_command (char *count_exp, int from_tty)
c906108c
SS
2275{
2276 up_silently_base (count_exp);
b04f3ab4 2277 print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC);
c906108c
SS
2278}
2279
033a42c2
MK
2280/* Select the frame down one or COUNT_EXP stack levels from the previously
2281 selected frame, and print it briefly. */
c906108c 2282
c906108c 2283static void
fba45db2 2284down_silently_base (char *count_exp)
c906108c 2285{
52f0bd74 2286 struct frame_info *frame;
033a42c2 2287 int count = -1;
f89b749f 2288
c906108c 2289 if (count_exp)
bb518678 2290 count = -parse_and_eval_long (count_exp);
c5aa993b 2291
033a42c2
MK
2292 frame = find_relative_frame (get_selected_frame ("No stack."), &count);
2293 if (count != 0 && count_exp == NULL)
c906108c 2294 {
033a42c2
MK
2295 /* We only do this if COUNT_EXP is not specified. That way
2296 "down" means to really go down (and let me know if that is
2297 impossible), but "down 9999" can be used to mean go all the
2298 way down without getting an error. */
c906108c 2299
033a42c2 2300 error (_("Bottom (innermost) frame selected; you cannot go down."));
c906108c
SS
2301 }
2302
0f7d239c 2303 select_frame (frame);
c906108c
SS
2304}
2305
c906108c 2306static void
fba45db2 2307down_silently_command (char *count_exp, int from_tty)
c906108c
SS
2308{
2309 down_silently_base (count_exp);
c906108c
SS
2310}
2311
2312static void
fba45db2 2313down_command (char *count_exp, int from_tty)
c906108c
SS
2314{
2315 down_silently_base (count_exp);
b04f3ab4 2316 print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC);
c906108c
SS
2317}
2318\f
033a42c2 2319
8b93c638 2320void
fba45db2 2321return_command (char *retval_exp, int from_tty)
c906108c 2322{
901900c4
MGD
2323 /* Initialize it just to avoid a GCC false warning. */
2324 enum return_value_convention rv_conv = RETURN_VALUE_STRUCT_CONVENTION;
5ed92fa8 2325 struct frame_info *thisframe;
d80b854b 2326 struct gdbarch *gdbarch;
c906108c 2327 struct symbol *thisfun;
3d6d86c6 2328 struct value *return_value = NULL;
6a3a010b 2329 struct value *function = NULL;
fc70c2a0 2330 const char *query_prefix = "";
c906108c 2331
5ed92fa8
UW
2332 thisframe = get_selected_frame ("No selected frame.");
2333 thisfun = get_frame_function (thisframe);
d80b854b 2334 gdbarch = get_frame_arch (thisframe);
c906108c 2335
edb3359d
DJ
2336 if (get_frame_type (get_current_frame ()) == INLINE_FRAME)
2337 error (_("Can not force return from an inlined function."));
2338
fc70c2a0
AC
2339 /* Compute the return value. If the computation triggers an error,
2340 let it bail. If the return type can't be handled, set
2341 RETURN_VALUE to NULL, and QUERY_PREFIX to an informational
2342 message. */
c906108c
SS
2343 if (retval_exp)
2344 {
61ff14c6
JK
2345 struct expression *retval_expr = parse_expression (retval_exp);
2346 struct cleanup *old_chain = make_cleanup (xfree, retval_expr);
c906108c
SS
2347 struct type *return_type = NULL;
2348
fc70c2a0
AC
2349 /* Compute the return value. Should the computation fail, this
2350 call throws an error. */
61ff14c6 2351 return_value = evaluate_expression (retval_expr);
c906108c 2352
fc70c2a0
AC
2353 /* Cast return value to the return type of the function. Should
2354 the cast fail, this call throws an error. */
c906108c
SS
2355 if (thisfun != NULL)
2356 return_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (thisfun));
2357 if (return_type == NULL)
61ff14c6 2358 {
9eaf6705
TT
2359 if (retval_expr->elts[0].opcode != UNOP_CAST
2360 && retval_expr->elts[0].opcode != UNOP_CAST_TYPE)
61ff14c6
JK
2361 error (_("Return value type not available for selected "
2362 "stack frame.\n"
2363 "Please use an explicit cast of the value to return."));
2364 return_type = value_type (return_value);
2365 }
2366 do_cleanups (old_chain);
3e9a183c 2367 CHECK_TYPEDEF (return_type);
c906108c
SS
2368 return_value = value_cast (return_type, return_value);
2369
fc70c2a0
AC
2370 /* Make sure the value is fully evaluated. It may live in the
2371 stack frame we're about to pop. */
d69fe07e 2372 if (value_lazy (return_value))
c906108c 2373 value_fetch_lazy (return_value);
c906108c 2374
6a3a010b
MR
2375 if (thisfun != NULL)
2376 function = read_var_value (thisfun, thisframe);
2377
bbfdfe1c 2378 rv_conv = RETURN_VALUE_REGISTER_CONVENTION;
667e784f
AC
2379 if (TYPE_CODE (return_type) == TYPE_CODE_VOID)
2380 /* If the return-type is "void", don't try to find the
2381 return-value's location. However, do still evaluate the
2382 return expression so that, even when the expression result
2383 is discarded, side effects such as "return i++" still
033a42c2 2384 occur. */
667e784f 2385 return_value = NULL;
bbfdfe1c 2386 else if (thisfun != NULL)
fc70c2a0 2387 {
bbfdfe1c
DM
2388 rv_conv = struct_return_convention (gdbarch, function, return_type);
2389 if (rv_conv == RETURN_VALUE_STRUCT_CONVENTION
2390 || rv_conv == RETURN_VALUE_ABI_RETURNS_ADDRESS)
2391 {
2392 query_prefix = "The location at which to store the "
2393 "function's return value is unknown.\n"
2394 "If you continue, the return value "
2395 "that you specified will be ignored.\n";
2396 return_value = NULL;
2397 }
fc70c2a0 2398 }
c906108c
SS
2399 }
2400
fc70c2a0
AC
2401 /* Does an interactive user really want to do this? Include
2402 information, such as how well GDB can handle the return value, in
2403 the query message. */
2404 if (from_tty)
2405 {
2406 int confirmed;
433759f7 2407
fc70c2a0 2408 if (thisfun == NULL)
e2e0b3e5 2409 confirmed = query (_("%sMake selected stack frame return now? "),
fc70c2a0
AC
2410 query_prefix);
2411 else
e2e0b3e5 2412 confirmed = query (_("%sMake %s return now? "), query_prefix,
fc70c2a0
AC
2413 SYMBOL_PRINT_NAME (thisfun));
2414 if (!confirmed)
8a3fe4f8 2415 error (_("Not confirmed"));
fc70c2a0 2416 }
c906108c 2417
a45ae3ed
UW
2418 /* Discard the selected frame and all frames inner-to it. */
2419 frame_pop (get_selected_frame (NULL));
c906108c 2420
a1f5b845 2421 /* Store RETURN_VALUE in the just-returned register set. */
fc70c2a0
AC
2422 if (return_value != NULL)
2423 {
df407dfe 2424 struct type *return_type = value_type (return_value);
7500260a 2425 struct gdbarch *gdbarch = get_regcache_arch (get_current_regcache ());
42e2132c 2426
bbfdfe1c
DM
2427 gdb_assert (rv_conv != RETURN_VALUE_STRUCT_CONVENTION
2428 && rv_conv != RETURN_VALUE_ABI_RETURNS_ADDRESS);
6a3a010b 2429 gdbarch_return_value (gdbarch, function, return_type,
594f7785 2430 get_current_regcache (), NULL /*read*/,
0fd88904 2431 value_contents (return_value) /*write*/);
fc70c2a0 2432 }
1a2aab69 2433
fc70c2a0
AC
2434 /* If we are at the end of a call dummy now, pop the dummy frame
2435 too. */
e8bcf01f
AC
2436 if (get_frame_type (get_current_frame ()) == DUMMY_FRAME)
2437 frame_pop (get_current_frame ());
1a2aab69 2438
c906108c 2439 /* If interactive, print the frame that is now current. */
c906108c
SS
2440 if (from_tty)
2441 frame_command ("0", 1);
2442 else
2443 select_frame_command ("0", 0);
2444}
2445
033a42c2 2446/* Sets the scope to input function name, provided that the function
c378eb4e 2447 is within the current stack frame. */
c906108c
SS
2448
2449struct function_bounds
2450{
2451 CORE_ADDR low, high;
2452};
2453
2454static void
fba45db2 2455func_command (char *arg, int from_tty)
c906108c 2456{
033a42c2 2457 struct frame_info *frame;
c906108c
SS
2458 int found = 0;
2459 struct symtabs_and_lines sals;
2460 int i;
2461 int level = 1;
033a42c2 2462 struct function_bounds *func_bounds = NULL;
f8eba3c6 2463 struct cleanup *cleanups;
c906108c 2464
033a42c2 2465 if (arg != NULL)
c906108c
SS
2466 return;
2467
033a42c2 2468 frame = parse_frame_specification ("0");
39cf75f7 2469 sals = decode_line_with_current_source (arg, DECODE_LINE_FUNFIRSTLINE);
f8eba3c6 2470 cleanups = make_cleanup (xfree, sals.sals);
c906108c
SS
2471 func_bounds = (struct function_bounds *) xmalloc (
2472 sizeof (struct function_bounds) * sals.nelts);
f8eba3c6 2473 make_cleanup (xfree, func_bounds);
c906108c
SS
2474 for (i = 0; (i < sals.nelts && !found); i++)
2475 {
f8eba3c6
TT
2476 if (sals.sals[i].pspace != current_program_space)
2477 func_bounds[i].low = func_bounds[i].high = 0;
2478 else if (sals.sals[i].pc == 0
2479 || find_pc_partial_function (sals.sals[i].pc, NULL,
2480 &func_bounds[i].low,
2481 &func_bounds[i].high) == 0)
c906108c 2482 {
033a42c2 2483 func_bounds[i].low = func_bounds[i].high = 0;
c906108c
SS
2484 }
2485 }
2486
2487 do
2488 {
2489 for (i = 0; (i < sals.nelts && !found); i++)
033a42c2
MK
2490 found = (get_frame_pc (frame) >= func_bounds[i].low
2491 && get_frame_pc (frame) < func_bounds[i].high);
c906108c
SS
2492 if (!found)
2493 {
2494 level = 1;
033a42c2 2495 frame = find_relative_frame (frame, &level);
c906108c
SS
2496 }
2497 }
2498 while (!found && level == 0);
2499
f8eba3c6 2500 do_cleanups (cleanups);
c906108c
SS
2501
2502 if (!found)
a3f17187 2503 printf_filtered (_("'%s' not within current stack frame.\n"), arg);
206415a3 2504 else if (frame != get_selected_frame (NULL))
033a42c2 2505 select_and_print_frame (frame);
c906108c
SS
2506}
2507
2508/* Gets the language of the current frame. */
2509
2510enum language
fba45db2 2511get_frame_language (void)
c906108c 2512{
206415a3 2513 struct frame_info *frame = deprecated_safe_get_selected_frame ();
c5aa993b 2514
033a42c2 2515 if (frame)
c906108c 2516 {
e3eebbd7
PA
2517 volatile struct gdb_exception ex;
2518 CORE_ADDR pc = 0;
2519 struct symtab *s;
2520
7ae4c3a5 2521 /* We determine the current frame language by looking up its
033a42c2
MK
2522 associated symtab. To retrieve this symtab, we use the frame
2523 PC. However we cannot use the frame PC as is, because it
2524 usually points to the instruction following the "call", which
2525 is sometimes the first instruction of another function. So
2526 we rely on get_frame_address_in_block(), it provides us with
2527 a PC that is guaranteed to be inside the frame's code
2528 block. */
033a42c2 2529
e3eebbd7
PA
2530 TRY_CATCH (ex, RETURN_MASK_ERROR)
2531 {
2532 pc = get_frame_address_in_block (frame);
2533 }
2534 if (ex.reason < 0)
2535 {
2536 if (ex.error != NOT_AVAILABLE_ERROR)
2537 throw_exception (ex);
2538 }
2539 else
2540 {
2541 s = find_pc_symtab (pc);
2542 if (s != NULL)
2543 return s->language;
2544 }
c906108c 2545 }
c906108c 2546
033a42c2 2547 return language_unknown;
c906108c
SS
2548}
2549\f
033a42c2
MK
2550
2551/* Provide a prototype to silence -Wmissing-prototypes. */
2552void _initialize_stack (void);
2553
c906108c 2554void
fba45db2 2555_initialize_stack (void)
c906108c 2556{
1bedd215
AC
2557 add_com ("return", class_stack, return_command, _("\
2558Make selected stack frame return to its caller.\n\
c906108c
SS
2559Control remains in the debugger, but when you continue\n\
2560execution will resume in the frame above the one now selected.\n\
1bedd215
AC
2561If an argument is given, it is an expression for the value to return."));
2562
2563 add_com ("up", class_stack, up_command, _("\
2564Select and print stack frame that called this one.\n\
2565An argument says how many frames up to go."));
2566 add_com ("up-silently", class_support, up_silently_command, _("\
2567Same as the `up' command, but does not print anything.\n\
2568This is useful in command scripts."));
2569
2570 add_com ("down", class_stack, down_command, _("\
2571Select and print stack frame called by this one.\n\
2572An argument says how many frames down to go."));
c906108c
SS
2573 add_com_alias ("do", "down", class_stack, 1);
2574 add_com_alias ("dow", "down", class_stack, 1);
1bedd215
AC
2575 add_com ("down-silently", class_support, down_silently_command, _("\
2576Same as the `down' command, but does not print anything.\n\
2577This is useful in command scripts."));
c906108c 2578
1bedd215 2579 add_com ("frame", class_stack, frame_command, _("\
3e43a32a
MS
2580Select and print a stack frame.\nWith no argument, \
2581print the selected stack frame. (See also \"info frame\").\n\
c906108c
SS
2582An argument specifies the frame to select.\n\
2583It can be a stack frame number or the address of the frame.\n\
2584With argument, nothing is printed if input is coming from\n\
1bedd215 2585a command file or a user-defined command."));
c906108c
SS
2586
2587 add_com_alias ("f", "frame", class_stack, 1);
2588
2589 if (xdb_commands)
2590 {
c5aa993b 2591 add_com ("L", class_stack, current_frame_command,
1bedd215 2592 _("Print the current stack frame.\n"));
c906108c
SS
2593 add_com_alias ("V", "frame", class_stack, 1);
2594 }
1bedd215
AC
2595 add_com ("select-frame", class_stack, select_frame_command, _("\
2596Select a stack frame without printing anything.\n\
c906108c 2597An argument specifies the frame to select.\n\
1bedd215 2598It can be a stack frame number or the address of the frame.\n"));
c906108c 2599
1bedd215
AC
2600 add_com ("backtrace", class_stack, backtrace_command, _("\
2601Print backtrace of all stack frames, or innermost COUNT frames.\n\
3e43a32a 2602With a negative argument, print outermost -COUNT frames.\nUse of the \
1e611234
PM
2603'full' qualifier also prints the values of the local variables.\n\
2604Use of the 'no-filters' qualifier prohibits frame filters from executing\n\
2605on this backtrace.\n"));
c906108c
SS
2606 add_com_alias ("bt", "backtrace", class_stack, 0);
2607 if (xdb_commands)
2608 {
2609 add_com_alias ("t", "backtrace", class_stack, 0);
1bedd215 2610 add_com ("T", class_stack, backtrace_full_command, _("\
cce7e648 2611Print backtrace of all stack frames, or innermost COUNT frames\n\
c906108c
SS
2612and the values of the local variables.\n\
2613With a negative argument, print outermost -COUNT frames.\n\
1bedd215 2614Usage: T <count>\n"));
c906108c
SS
2615 }
2616
2617 add_com_alias ("where", "backtrace", class_alias, 0);
2618 add_info ("stack", backtrace_command,
1bedd215 2619 _("Backtrace of the stack, or innermost COUNT frames."));
c906108c
SS
2620 add_info_alias ("s", "stack", 1);
2621 add_info ("frame", frame_info,
1bedd215 2622 _("All about selected stack frame, or frame at ADDR."));
c906108c
SS
2623 add_info_alias ("f", "frame", 1);
2624 add_info ("locals", locals_info,
1bedd215 2625 _("Local variables of current stack frame."));
c906108c 2626 add_info ("args", args_info,
1bedd215 2627 _("Argument variables of current stack frame."));
c906108c 2628 if (xdb_commands)
c5aa993b 2629 add_com ("l", class_info, args_plus_locals_info,
1bedd215 2630 _("Argument and local variables of current stack frame."));
c906108c
SS
2631
2632 if (dbx_commands)
1bedd215
AC
2633 add_com ("func", class_stack, func_command, _("\
2634Select the stack frame that contains <func>.\n\
2635Usage: func <name>\n"));
c906108c 2636
88408340
JB
2637 add_setshow_enum_cmd ("frame-arguments", class_stack,
2638 print_frame_arguments_choices, &print_frame_arguments,
2639 _("Set printing of non-scalar frame arguments"),
2640 _("Show printing of non-scalar frame arguments"),
2641 NULL, NULL, NULL, &setprintlist, &showprintlist);
2642
30c33a9f
HZ
2643 add_setshow_auto_boolean_cmd ("disassemble-next-line", class_stack,
2644 &disassemble_next_line, _("\
3e43a32a
MS
2645Set whether to disassemble next source line or insn when execution stops."),
2646 _("\
2647Show whether to disassemble next source line or insn when execution stops."),
2648 _("\
80a0ea0f
EZ
2649If ON, GDB will display disassembly of the next source line, in addition\n\
2650to displaying the source line itself. If the next source line cannot\n\
2651be displayed (e.g., source is unavailable or there's no line info), GDB\n\
2652will display disassembly of next instruction instead of showing the\n\
2653source line.\n\
2654If AUTO, display disassembly of next instruction only if the source line\n\
2655cannot be displayed.\n\
2656If OFF (which is the default), never display the disassembly of the next\n\
2657source line."),
30c33a9f
HZ
2658 NULL,
2659 show_disassemble_next_line,
2660 &setlist, &showlist);
a362e3d3 2661 disassemble_next_line = AUTO_BOOLEAN_FALSE;
e18b2753
JK
2662
2663 add_setshow_enum_cmd ("entry-values", class_stack,
2664 print_entry_values_choices, &print_entry_values,
2665 _("Set printing of function arguments at function "
2666 "entry"),
2667 _("Show printing of function arguments at function "
2668 "entry"),
2669 _("\
2670GDB can sometimes determine the values of function arguments at entry,\n\
2671in addition to their current values. This option tells GDB whether\n\
2672to print the current value, the value at entry (marked as val@entry),\n\
2673or both. Note that one or both of these values may be <optimized out>."),
2674 NULL, NULL, &setprintlist, &showprintlist);
c906108c 2675}