Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_THREAD (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp78 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ShouldStop()
97 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in IsPlanStale()
116 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in DoPlanExplainsStop()
135 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in MischiefManaged()
150 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetPlanRunState()
172 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in WillStop()
H A DThreadPlan.cpp198 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ValidatePlan()
214 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ShouldStop()
230 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in WillStop()
246 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in DoPlanExplainsStop()
264 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in MischiefManaged()
281 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetPlanRunState()
H A DThread.cpp449 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in SetStopInfo()
582 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD); in SelectMostRelevantFrame()
H A DStackFrame.cpp1340 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD), in GuessValueForAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h16 #define LIBLLDB_LOG_THREAD (1u << 2) macro
48 (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD | LIBLLDB_LOG_DYNAMIC_LOADER | \
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp603 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in GetRegistersAsJSON()
1668 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in SetCurrentThreadID()
1677 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in SetContinueThreadID()
1836 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_qfThreadInfo()
1878 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_g()
1933 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_p()
2009 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_P()
2093 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_H()
2184 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_I()
3046 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_QSaveRegisterState()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp46 {{"thread"}, {"log thread events and activities"}, LIBLLDB_LOG_THREAD},
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp61 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ThreadCreateTrampoline()
H A DNativeRegisterContext.cpp113 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetPC()
188 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ReadRegisterAsUnsigned()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp317 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateRegisterContextForThread()
379 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp71 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateRegisterContextForFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp87 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD), in GetThreads()