Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 7 of 7) sorted by relevance

/ark/runtime_core/libpandabase/os/
Dstacktrace.cpp47 DebugInfo debug_info; // NOLINT(misc-non-private-member-variables-in-classes) member
127 …if (ReadDebugInfo(vma) && vma->debug_info.GetSrcLocation(pc_offset, &function, &src_file, &line)) { in PrintFrame()
215 …if (!vma->filename.empty() && vma->debug_info.ReadFromFile(vma->filename.c_str()) == DebugInfo::SU… in ReadDebugInfo()
/ark/runtime_core/assembler/
Dassembly-emitter.cpp1240 auto *debug_info = items->CreateItem<DebugInfoItem>(line_number_program); in SetCodeAndDebugInfo() local
1245 debug_info->AddParameter(items->GetOrCreateStringItem(v.name)); in SetCodeAndDebugInfo()
1251 debug_info->AddParameter(nullptr); in SetCodeAndDebugInfo()
1254 method->SetDebugInfo(debug_info); in SetCodeAndDebugInfo()
1361 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo() local
1362 if (debug_info == nullptr) { in EmitDebugInfo()
1366 auto *line_number_program = debug_info->GetLineNumberProgram(); in EmitDebugInfo()
1367 auto *constant_pool = debug_info->GetConstantPool(); in EmitDebugInfo()
1386 func.BuildLineNumberProgram(debug_info, *bytes, items, constant_pool, emit_debug_info); in EmitDebugInfo()
1480 PandaFileToPandaAsmMaps *maps, bool debug_info) in Emit() argument
[all …]
Dassembly-emitter.h56 PandaFileToPandaAsmMaps *maps = nullptr, bool debug_info = true);
59 PandaFileToPandaAsmMaps *maps = nullptr, bool debug_info = true);
/ark/runtime_core/ldscripts/
Dpanda_test_asan.ld339 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/ark/runtime_core/libpandabase/
DCMakeLists.txt112 ${PANDA_ROOT}/libpandabase/os/debug_info.cpp
/ark/runtime_core/libpandafile/
Dfile_items.h752 void SetDebugInfo(DebugInfoItem *debug_info) in SetDebugInfo() argument
754 debug_info_ = debug_info; in SetDebugInfo()
/ark/runtime_core/docs/
Dfile_format.md950 | `line` | `line_start` from [DebugInfo](#debug_info). | Unsigned integer which corre…
954 | `constant_pool_ptr` | Address of the `constant_pool`'s first byte from [DebugInfo](#debug_info).…