HomeSort by: relevance | last modified time | path
    Searched defs:frame_info (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
lm32-tdep.c 179 struct lm32_frame_cache frame_info; local
203 frame_info.saved_regs = saved_regs;
204 return lm32_analyze_prologue (gdbarch, pc, limit_pc, &frame_info);
376 the saved registers of frame described by FRAME_INFO. This
frame.c 59 static frame_info *sentinel_frame;
79 /* Status of some values cached in the frame_info object. */
109 frame_info". The innermost one gets allocated (in
118 struct frame_info struct
184 outer, older) frame_info's in the frame cache. */
185 struct frame_info *next; /* down, inner, younger */
187 struct frame_info *prev; /* up, outer, older */
231 const frame_info *frame = (const frame_info *) ap;
261 const frame_info *f_entry = (const frame_info *) a
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-symbol.c 280 frame_info_ptr frame_info = NULL; local
304 frame_info = frame_object_to_frame_info (frame_obj);
305 if (frame_info == NULL)
309 if (symbol_read_needs_frame (symbol) && frame_info == NULL)
314 yield an incorrect value when symbol is not local to FRAME_INFO (this
317 struct value *value = read_var_value (symbol, NULL, frame_info);
py-unwind.c 61 if ((pending_frame)->frame_info == nullptr) \
74 frame_info_ptr frame_info; member in struct:pending_frame_object
252 frame_info_ptr frame = pending_frame->frame_info;
285 gdb_assert (((pending_frame_object *) pyo_pending_frame)->frame_info
311 if (pending_frame->frame_info == NULL)
336 = value_of_user_reg (regnum, pending_frame->frame_info);
419 frame_info_ptr frame = ((pending_frame_object *) self)->frame_info;
444 frame_info_ptr frame = pending_frame->frame_info;
498 (regnum, get_next_frame_sentinel_okay (pending_frame->frame_info));
522 if (pending_frame->frame_info == nullptr
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
lm32-tdep.c 179 struct lm32_frame_cache frame_info; local
203 frame_info.saved_regs = saved_regs;
204 return lm32_analyze_prologue (gdbarch, pc, limit_pc, &frame_info);
376 the saved registers of frame described by FRAME_INFO. This
frame.c 59 static frame_info *sentinel_frame;
79 /* Status of some values cached in the frame_info object. */
109 frame_info". The innermost one gets allocated (in
118 struct frame_info struct
184 outer, older) frame_info's in the frame cache. */
185 struct frame_info *next; /* down, inner, younger */
187 struct frame_info *prev; /* up, outer, older */
231 const frame_info *frame = (const frame_info *) ap;
261 const frame_info *f_entry = (const frame_info *) a
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-symbol.c 268 frame_info_ptr frame_info = NULL; local
292 frame_info = frame_object_to_frame_info (frame_obj);
293 if (frame_info == NULL)
297 if (symbol_read_needs_frame (symbol) && frame_info == NULL)
302 yield an incorrect value when symbol is not local to FRAME_INFO (this
305 struct value *value = read_var_value (symbol, NULL, frame_info);
py-unwind.c 61 if ((pending_frame)->frame_info == nullptr) \
74 frame_info_ptr frame_info; member in struct:pending_frame_object
252 frame_info_ptr frame = pending_frame->frame_info;
285 gdb_assert (((pending_frame_object *) pyo_pending_frame)->frame_info
311 if (pending_frame->frame_info == NULL)
336 = value_of_user_reg (regnum, pending_frame->frame_info);
419 frame_info_ptr frame = ((pending_frame_object *) self)->frame_info;
444 frame_info_ptr frame = pending_frame->frame_info;
498 (regnum, get_next_frame_sentinel_okay (pending_frame->frame_info));
522 if (pending_frame->frame_info == nullptr
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-symbol.c 540 frame_info_ptr frame_info;
544 frame_info = frame_info_ptr (frscm_frame_smob_to_frame (f_smob));
545 if (frame_info == NULL)
549 if (symbol_read_needs_frame (symbol) && frame_info == NULL)
554 yield an incorrect value when symbol is not local to FRAME_INFO (this
556 value = read_var_value (symbol, NULL, frame_info);
538 frame_info_ptr frame_info; local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-symbol.c 540 frame_info_ptr frame_info;
544 frame_info = frame_info_ptr (frscm_frame_smob_to_frame (f_smob));
545 if (frame_info == NULL)
549 if (symbol_read_needs_frame (symbol) && frame_info == NULL)
554 yield an incorrect value when symbol is not local to FRAME_INFO (this
556 value = read_var_value (symbol, NULL, frame_info);
538 frame_info_ptr frame_info; local
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-tree.h 276 tree frame_info; variable
312 DECL_LANG_SPECIFIC (NODE)->frame_info
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 341 struct arc_frame_info frame_info; member in struct:machine_function
2707 if (func->machine->frame_info.save_return_addr)
2753 struct arc_frame_info *frame_info; local
2760 if (cfun->machine->frame_info.initialized)
2761 return cfun->machine->frame_info.total_size;
2763 frame_info = &cfun->machine->frame_info;
2806 frame_info->save_return_addr = (!crtl->is_leaf
2815 if (arc_compute_millicode_save_restore_regs (gmask, frame_info))
2816 frame_info->save_return_addr = true
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 423 struct arc_frame_info frame_info; member in struct:machine_function
2783 if (func->machine->frame_info.save_return_addr)
2829 struct arc_frame_info *frame_info; local
2836 if (cfun->machine->frame_info.initialized)
2837 return cfun->machine->frame_info.total_size;
2839 frame_info = &cfun->machine->frame_info;
2882 frame_info->save_return_addr = (!crtl->is_leaf
2891 if (arc_compute_millicode_save_restore_regs (gmask, frame_info))
2892 frame_info->save_return_addr = true
    [all...]

Completed in 55 milliseconds