stack.c | 61 bool isactivation; member in struct:frame 179 &frames->frame[nr].isactivation)) 216 print_frame (int nr, Dwarf_Addr pc, bool isactivation, 225 printf ("%4s", ! isactivation ? "- 1" : ""); 319 print_inline_frames (int *nr, Dwarf_Addr pc, bool isactivation, 330 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname, 346 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname, 371 bool isactivation = frames->frame[nr].isactivation; local 372 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1) 430 bool isactivation = frames->frame[nr].isactivation; local [all...] |