| /src/external/gpl3/gdb/dist/gdb/ |
| blockframe.c | 470 const struct block *frame_block = get_frame_block (frame, NULL); 471 if (frame_block != NULL && block->contains (frame_block)) 469 const struct block *frame_block = get_frame_block (frame, NULL); local
|
| findvar.c | 185 const struct block *frame_block = NULL; 208 and below, handle when frame_block == NULL. */ 210 frame_block = get_frame_block (initial_frame, NULL); 214 while (frame != NULL && frame_block != var_block) 219 if (frame_block == NULL) 224 frame_block = get_frame_block (frame, NULL); 229 else if (frame_block->is_global_block ()) 238 else if (frame_block->function () != nullptr) 243 frame_block = get_frame_block (frame, nullptr); 244 if (frame_block == nullptr 184 const struct block *frame_block = NULL; local [all...] |
| inline-frame.c | 220 const struct block *frame_block, *cur_block; local 226 frame_block = block_for_pc (this_pc); 227 if (frame_block == NULL) 233 cur_block = frame_block;
|
| frame.c | 3177 const block *frame_block = get_frame_block (initial_frame, nullptr); local 3178 if (frame_block == nullptr) 3181 frame_block = frame_block->function_block (); 3183 const struct dynamic_prop *static_link = frame_block->static_link ();
|
| ada-lang.c | 13426 const struct block *frame_block = get_frame_block (frame, NULL); 13427 if (frame_block != nullptr && ada_is_renaming_symbol (var)) 13428 return ada_read_renaming_var_value (var, frame_block); 13407 const struct block *frame_block = get_frame_block (frame, NULL); variable in typeref:struct:block
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| blockframe.c | 471 const struct block *frame_block = get_frame_block (frame, NULL); 472 if (frame_block != NULL && block->contains (frame_block)) 470 const struct block *frame_block = get_frame_block (frame, NULL); local
|
| inline-frame.c | 214 const struct block *frame_block, *cur_block; local 220 frame_block = block_for_pc (this_pc); 221 if (frame_block == NULL) 227 cur_block = frame_block; 306 set at FRAME_BLOCK. */ 309 stopped_by_user_bp_inline_frame (const block *frame_block, bpstat *stop_chain) 330 || frame_block == loc->symbol->value_block ()) 344 const struct block *frame_block, *cur_block; local 352 frame_block = block_for_pc (this_pc); 354 if (frame_block != NULL [all...] |
| findvar.c | 185 const struct block *frame_block = NULL; 208 and below, handle when frame_block == NULL. */ 210 frame_block = get_frame_block (initial_frame, NULL); 214 while (frame != NULL && frame_block != var_block) 219 if (frame_block == NULL) 224 frame_block = get_frame_block (frame, NULL); 229 else if (frame_block->is_global_block ()) 238 else if (frame_block->function () != nullptr) 243 frame_block = get_frame_block (frame, nullptr); 244 if (frame_block == nullptr 184 const struct block *frame_block = NULL; local [all...] |
| frame.c | 3162 const block *frame_block = get_frame_block (initial_frame, nullptr); local 3163 if (frame_block == nullptr) 3166 frame_block = frame_block->function_block (); 3168 const struct dynamic_prop *static_link = frame_block->static_link ();
|
| ada-lang.c | 13440 const struct block *frame_block = get_frame_block (frame, NULL); 13441 if (frame_block != nullptr && ada_is_renaming_symbol (var)) 13442 return ada_read_renaming_var_value (var, frame_block); 13421 const struct block *frame_block = get_frame_block (frame, NULL); variable in typeref:struct:block
|