Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_UNWIND (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Target/
DAssertFrameRecognizer.cpp50 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetAbortLocation()
80 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetAssertLocation()
124 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in RecognizeFrame()
DUnwindLLDB.cpp104 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in AddFirstFrame()
122 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetOneMoreFrame()
319 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in AddOneMoreFrame()
DRegisterContextUnwind.cpp113 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in InitializeZerothFrame()
266 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in InitializeNonZerothFrame()
665 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetFastUnwindPlanForFrame()
2174 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in UnwindLogMsg()
2196 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in UnwindLogMsgVerbose()
/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.cpp223 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateMFSPR()
250 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateLD()
287 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateSTD()
344 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateOR()
379 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateADDI()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp75 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetNonCallSiteUnwindPlanFromAssembly()
394 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ReadMemory()
426 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in WriteMemory()
507 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ReadRegister()
533 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in WriteRegister()
/external/llvm-project/lldb/include/lldb/Utility/
DLogging.h29 #define LIBLLDB_LOG_UNWIND (1u << 15) macro
/external/llvm-project/lldb/source/Utility/
DLogging.cpp48 {{"unwind"}, {"log stack unwind activities"}, LIBLLDB_LOG_UNWIND},
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp406 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetRowAtIndex()
417 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetLastRow()
434 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in PlanValidAtAddress()
457 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in PlanValidAtAddress()
DDWARFCallFrameInfo.cpp399 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetCFIData()
529 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND); in FDEToUnwindPlan()
DCompactUnwindInfo.cpp185 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetUnwindPlan()
254 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ScanIndex()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2522 LIBLLDB_LOG_SYMBOLS | LIBLLDB_LOG_UNWIND)); in ParseSymtab()