Searched refs:get_selected_block (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | cp-support.c | 554 for (current = block_using (get_selected_block (0)); in make_symbol_overload_list_using() 604 for (b = get_selected_block (0); b != NULL; b = BLOCK_SUPERBLOCK (b)) in make_symbol_overload_list_qualified() 616 surrounding_static_block = block_static_block (get_selected_block (0)); in make_symbol_overload_list_qualified()
|
| H A D | frame.h | 553 extern struct block *get_selected_block (CORE_ADDR *addr_in_block);
|
| H A D | printcmd.c | 1062 sym = lookup_symbol (exp, get_selected_block (0), VAR_DOMAIN, in address_info() 1508 within_current_scope = contained_in (get_selected_block (0), d->block); in do_one_display() 1642 if (d->block && !contained_in (get_selected_block (0), d->block)) in display_info()
|
| H A D | linespec.c | 1090 block = get_selected_block (0); in decode_objc() 1734 : get_selected_block (0)), in decode_variable()
|
| H A D | cp-namespace.c | 589 scope = block_scope (get_selected_block (0)); in cp_lookup_transparent_type()
|
| H A D | ada-exp.y | 743 orig_left_context = get_selected_block (NULL); in write_object_renaming()
|
| H A D | parse.c | 1061 expression_context_block = get_selected_block (&expression_context_pc); in parse_exp_in_context()
|
| H A D | valops.c | 2562 get_selected_block (0), VAR_DOMAIN, in value_maybe_namespace_elt() 2571 return value_of_variable (sym, get_selected_block (0)); in value_maybe_namespace_elt()
|
| H A D | stack.c | 1572 get_selected_block (CORE_ADDR *addr_in_block) in get_selected_block() function
|
| H A D | ada-exp.c | 2429 orig_left_context = get_selected_block (NULL); in write_object_renaming()
|
| H A D | ada-lang.c | 1627 sym = standard_lookup (name, get_selected_block (0), VAR_DOMAIN); in decode_packed_array_type() 5815 sym = standard_lookup (name, get_selected_block (NULL), VAR_DOMAIN); in ada_find_any_symbol() 8054 nsyms = ada_lookup_symbol_list (name, get_selected_block (0), VAR_DOMAIN, in get_var_value()
|
| H A D | symtab.c | 3601 for (b = get_selected_block (0); b != NULL; b = BLOCK_SUPERBLOCK (b)) in make_symbol_completion_list()
|
| H A D | ChangeLog-2002 | 1267 * frame.h (get_selected_block): Add comments. 1294 * stack.c (get_selected_block): In-line get_current_block. 11540 * stack.c (get_selected_block): Add new argument `addr_in_block', 11545 get_selected_block): Update declarations.
|
| H A D | ChangeLog-1990 | 312 get_selected_block, frame_command, up_command): Use
|
| H A D | ChangeLog | 3930 * stack.c (get_selected_block): Ditto.
|