Searched refs:entry_kind (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-cmd-stack.c | 509 gdb_assert (arg->entry_kind == print_entry_values_no in list_arg_or_local() 510 || (arg->entry_kind == print_entry_values_only in list_arg_or_local() 530 if (arg->entry_kind == print_entry_values_only) in list_arg_or_local() 654 arg.entry_kind = print_entry_values_no; in list_args_or_locals() 656 entryarg.entry_kind = print_entry_values_no; in list_args_or_locals() 673 if (arg.entry_kind != print_entry_values_only) in list_args_or_locals() 676 if (entryarg.entry_kind != print_entry_values_no) in list_args_or_locals()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | stack.c | 419 gdb_assert (arg->entry_kind == print_entry_values_no in print_frame_arg() 420 || arg->entry_kind == print_entry_values_only in print_frame_arg() 422 && arg->entry_kind == print_entry_values_compact)); in print_frame_arg() 427 if (arg->entry_kind == print_entry_values_compact) in print_frame_arg() 435 if (arg->entry_kind == print_entry_values_only in print_frame_arg() 436 || arg->entry_kind == print_entry_values_compact) in print_frame_arg() 687 argp->entry_kind = print_entry_values_only; in read_frame_arg() 692 argp->entry_kind = print_entry_values_compact; in read_frame_arg() 696 argp->entry_kind = print_entry_values_no; in read_frame_arg() 702 entryargp->entry_kind = print_entry_values_no; in read_frame_arg() [all …]
|
| D | frame.h | 959 const char *entry_kind = nullptr; member
|
| D | ChangeLog-2011 | 2643 (struct frame_arg): New field entry_kind. 2646 arg->entry_kind. Optionally print the `@entry' suffix. 2648 Initialize also entry_kind of arg and entryarg. Conditionalize 2656 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally 2662 argp->entry_kind (together with entryargp->entry_kind).
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-framefilter.c | 347 if (fa->entry_kind == print_entry_values_compact) in py_print_single_arg() 353 if (fa->entry_kind == print_entry_values_only in py_print_single_arg() 354 || fa->entry_kind == print_entry_values_compact) in py_print_single_arg() 487 if (arg.entry_kind != print_entry_values_only) in enumerate_args() 496 if (entryarg.entry_kind != print_entry_values_no) in enumerate_args() 498 if (arg.entry_kind != print_entry_values_only) in enumerate_args()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| D | iprop-log.c | 118 const char *entry_kind = ctx; in print_entry() local 139 entry_kind, op_names[op], ver, t, len); in print_entry()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dwarf2out.cc | 12502 const char *entry_kind, unsigned int idx) in output_line_string() argument 12507 dw2_asm_output_nstring (str, -1, "%s: %#x", entry_kind, idx); in output_line_string() 12520 entry_kind, 0, node->str); in output_line_string()
|