Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp229 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateMFSPR()
256 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateLD()
293 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateSTD()
350 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateOR()
385 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in EmulateADDI()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp76 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetNonCallSiteUnwindPlanFromAssembly()
369 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ReadMemory()
401 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in WriteMemory()
482 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ReadRegister()
508 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in WriteRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp106 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in AddFirstFrame()
124 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetOneMoreFrame()
325 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in AddOneMoreFrame()
H A DRegisterContextLLDB.cpp111 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in InitializeZerothFrame()
275 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in InitializeNonZerothFrame()
688 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetFastUnwindPlanForFrame()
2058 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in UnwindLogMsg()
2079 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in UnwindLogMsgVerbose()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp374 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetRowAtIndex()
385 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetLastRow()
403 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in PlanValidAtAddress()
425 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in PlanValidAtAddress()
H A DDWARFCallFrameInfo.cpp398 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetCFIData()
528 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND); in FDEToUnwindPlan()
H A DCompactUnwindInfo.cpp188 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in GetUnwindPlan()
256 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND)); in ScanIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h32 #define LIBLLDB_LOG_UNWIND (1u << 15) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp48 {{"unwind"}, {"log stack unwind activities"}, LIBLLDB_LOG_UNWIND},