Searched refs:frame_block (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinline-frame.c211 const struct block *frame_block, *cur_block; local
217 frame_block = block_for_pc (this_pc);
218 if (frame_block == NULL)
224 cur_block = frame_block;
306 stopped_by_user_bp_inline_frame (const block *frame_block, bpstat stop_chain) argument
327 || frame_block == SYMBOL_BLOCK_VALUE (loc->symbol))
341 const struct block *frame_block, *cur_block; local
349 frame_block = block_for_pc (this_pc);
351 if (frame_block != NULL)
353 cur_block = frame_block;
[all...]
H A Dfindvar.c486 const struct block *frame_block = NULL;
510 and below, handle when frame_block == NULL. */
512 frame_block = get_frame_block (frame, NULL);
515 while (frame != NULL && frame_block != var_block)
520 if (frame_block == NULL)
525 frame_block = get_frame_block (frame, NULL);
530 else if (frame_block == block_global_block (frame_block))
539 else if (BLOCK_FUNCTION (frame_block))
542 = block_static_link (frame_block);
485 const struct block *frame_block = NULL; local
[all...]
H A Dblockframe.c478 const struct block *frame_block = get_frame_block (frame, NULL);
479 if (frame_block != NULL && contained_in (frame_block, block))
477 const struct block *frame_block = get_frame_block (frame, NULL); local
H A Dada-lang.c13786 const struct block *frame_block = get_frame_block (frame, NULL);
13787 if (frame_block != nullptr && ada_is_renaming_symbol (var))
13788 return ada_read_renaming_var_value (var, frame_block);
13767 const struct block *frame_block = get_frame_block (frame, NULL); variable in typeref:struct:block
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinline-frame.c215 const struct block *frame_block, *cur_block; local
221 frame_block = block_for_pc (this_pc);
222 if (frame_block == NULL)
228 cur_block = frame_block;
310 stopped_by_user_bp_inline_frame (const block *frame_block, bpstat *stop_chain) argument
331 || frame_block == loc->symbol->value_block ())
345 const struct block *frame_block, *cur_block; local
353 frame_block = block_for_pc (this_pc);
355 if (frame_block != NULL)
357 cur_block = frame_block;
[all...]
H A Dfindvar.c446 const struct block *frame_block = NULL;
470 and below, handle when frame_block == NULL. */
472 frame_block = get_frame_block (frame, NULL);
475 while (frame != NULL && frame_block != var_block)
480 if (frame_block == NULL)
485 frame_block = get_frame_block (frame, NULL);
490 else if (frame_block == block_global_block (frame_block))
499 else if (frame_block->function ())
502 = block_static_link (frame_block);
445 const struct block *frame_block = NULL; local
[all...]
H A Dblockframe.c472 const struct block *frame_block = get_frame_block (frame, NULL);
473 if (frame_block != NULL && contained_in (frame_block, block))
471 const struct block *frame_block = get_frame_block (frame, NULL); local
H A Dada-lang.c13523 const struct block *frame_block = get_frame_block (frame, NULL);
13524 if (frame_block != nullptr && ada_is_renaming_symbol (var))
13525 return ada_read_renaming_var_value (var, frame_block);
13504 const struct block *frame_block = get_frame_block (frame, NULL); variable in typeref:struct:block

Completed in 207 milliseconds