Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
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()
DThreadPlan.cpp197 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ValidatePlan()
213 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ShouldStop()
229 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in WillStop()
245 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in DoPlanExplainsStop()
263 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in MischiefManaged()
280 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetPlanRunState()
DThread.cpp455 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in SetStopInfo()
589 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD); in SelectMostRelevantFrame()
DStackFrame.cpp1359 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD), in GuessValueForAddress()
/external/llvm-project/lldb/include/lldb/Utility/
DLogging.h16 #define LIBLLDB_LOG_THREAD (1u << 2) macro
48 (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD | LIBLLDB_LOG_DYNAMIC_LOADER | \
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.cpp109 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetStopReason()
276 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in SetStoppedBySignal()
332 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in SetStoppedByExec()
410 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in RequestStop()
436 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in MaybeLogStateChange()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp508 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in GetRegistersAsJSON()
585 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD)); in GetJSONThreadsInfo()
658 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD)); in SendStopReplyPacketForThread()
1447 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD)); in Handle_C()
1528 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD)); in Handle_c()
1679 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in SetCurrentThreadID()
1688 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in SetContinueThreadID()
1847 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_qfThreadInfo()
1889 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_g()
1944 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD)); in Handle_p()
[all …]
/external/llvm-project/lldb/source/Utility/
DLogging.cpp46 {{"thread"}, {"log thread events and activities"}, LIBLLDB_LOG_THREAD},
/external/llvm-project/lldb/source/Host/common/
DHostNativeThreadBase.cpp64 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ThreadCreateTrampoline()
DNativeRegisterContext.cpp113 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetPC()
188 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in ReadRegisterAsUnsigned()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp317 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateRegisterContextForThread()
379 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateThread()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DTargetThreadWindows.cpp64 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateRegisterContextForFrame()
DNativeThreadWindows.cpp104 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in GetStopReason()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp68 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD)); in CreateRegisterContextForFrame()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp87 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD), in GetThreads()