| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | frame-base.h | 28 struct frame_base; 60 struct frame_base struct 73 typedef const struct frame_base *(frame_base_sniffer_ftype) (struct frame_info *next_frame); argument 86 const struct frame_base *def); 91 extern const struct frame_base *frame_base_find_by_frame (struct frame_info *next_frame);
|
| H A D | frame-base.c | 62 const struct frame_base default_frame_base = { 74 const struct frame_base *default_base; 122 const struct frame_base *default_base) in frame_base_set_default() 128 const struct frame_base * 136 const struct frame_base *desc = NULL; in frame_base_find_by_frame()
|
| H A D | s390-tdep.c | 1753 CORE_ADDR frame_base; member 1929 info->frame_base = prev_sp + 16*word_size + 32; in s390_prologue_frame_unwind_cache() 1970 info->frame_base = backchain + 16*word_size + 32; in s390_backchain_frame_unwind_cache() 1989 info->frame_base = -1; in s390_frame_unwind_cache() 2008 if (info->frame_base == -1) in s390_frame_this_id() 2046 CORE_ADDR frame_base; member 2071 info->frame_base = reg + 16*word_size + 32; in s390_stub_frame_unwind_cache() 2124 CORE_ADDR frame_base; member 2214 info->frame_base = prev_sp + 16*word_size + 32; in s390_sigtramp_frame_unwind_cache() 2275 return info->frame_base; in s390_frame_base_address() [all …]
|
| H A D | dwarf2-frame.h | 91 extern const struct frame_base *
|
| H A D | alpha-mdebug-tdep.c | 356 static const struct frame_base alpha_mdebug_frame_base = { 363 static const struct frame_base *
|
| H A D | frame.h | 69 struct frame_base;
|
| H A D | dwarf2-frame.c | 872 static const struct frame_base dwarf2_frame_base = 880 const struct frame_base *
|
| H A D | amd64-tdep.c | 991 static const struct frame_base amd64_frame_base =
|
| H A D | alpha-tdep.c | 1223 static const struct frame_base alpha_heuristic_frame_base = {
|
| H A D | sparc64-tdep.c | 586 static const struct frame_base sparc64_frame_base =
|
| H A D | sparc-tdep.c | 794 static const struct frame_base sparc32_frame_base =
|
| H A D | i386-tdep.c | 1037 static const struct frame_base i386_frame_base =
|
| H A D | frame.c | 120 const struct frame_base *base;
|
| H A D | arm-tdep.c | 1036 struct frame_base arm_normal_base = {
|
| H A D | mips-tdep.c | 1717 static const struct frame_base mips_mdebug_frame_base = { 1724 static const struct frame_base *
|
| H A D | ia64-tdep.c | 2095 static const struct frame_base ia64_frame_base =
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 408 int &call_column, DWARFExpression *frame_base) const { in GetDIENamesAndRanges() 417 call_column, frame_base); in GetDIENamesAndRanges() 534 if (frame_base) { in GetDIENamesAndRanges() 539 frame_base->SetOpcodeData(module, debug_info_data, block_offset, in GetDIENamesAndRanges() 549 frame_base->SetOpcodeData(module, debug_loc_data, in GetDIENamesAndRanges() 553 frame_base->SetLocationListSlide(lo_pc - in GetDIENamesAndRanges() 582 frame_base->SetLocationListSlide(lowest_range_pc - cu->GetBaseAddress()); in GetDIENamesAndRanges()
|
| H A D | DWARFDIE.cpp | 276 lldb_private::DWARFExpression *frame_base) const { in GetDIENamesAndRanges() 280 decl_column, call_file, call_line, call_column, frame_base); in GetDIENamesAndRanges()
|
| H A D | DWARFDIE.h | 112 lldb_private::DWARFExpression *frame_base) const;
|
| H A D | DWARFDebugInfoEntry.h | 191 lldb_private::DWARFExpression *frame_base = NULL) const;
|
| H A D | DWARFASTParserClang.cpp | 2575 DWARFExpression frame_base(die.GetCU()); in ParseFunctionFromDWARF() local 2584 &frame_base)) { in ParseFunctionFromDWARF() 2665 if (frame_base.IsValid()) in ParseFunctionFromDWARF() 2666 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1060 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue() argument 1099 frame_base = m_frame_base; in GetFrameBaseValue()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 248 HANDLE_DW_AT(0x40, frame_base, 2, DWARF)
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2005 | 34024 Also try to generate a frame_base from a single element location
|