Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_TARGET (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h39 #define LIBLLDB_LOG_TARGET (1u << 22) macro
52 LIBLLDB_LOG_STATE | LIBLLDB_LOG_SYMBOLS | LIBLLDB_LOG_TARGET | \
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp44 {{"target"}, {"log target events and activities"}, LIBLLDB_LOG_TARGET},
H A DArchSpec.cpp989 …Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET | LIBLLDB_LOG_PROCESS | LIBLLDB… in SetArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp111 LogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET, in Target()
1432 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TARGET)); in SetExecutableModule()
1493 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TARGET)); in SetArchitecture()
1581 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TARGET)); in MergeArchitecture()
2336 LIBLLDB_LOG_TARGET, "Target::SetDefaultArchitecture setting target's " in SetDefaultArchitecture()
2799 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TARGET)); in Launch()
H A DProcess.cpp3108 LIBLLDB_LOG_TARGET)); in CompleteAttach()