Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DLogging.h30 #define LIBLLDB_LOG_API (1u << 16) macro
/external/llvm-project/lldb/source/Utility/
DLogging.cpp19 {{"api"}, {"log API calls and return values"}, LIBLLDB_LOG_API},
DReproducerInstrumentation.cpp102 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_API); in Replay()
199 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API), "{0} ({1})", in Recorder()
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp756 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in CreateTarget()
786 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in CreateTargetWithFileAndTargetTriple()
801 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in CreateTargetWithFileAndArch()
848 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in CreateTarget()
863 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in GetDummyTarget()
885 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in DeleteTarget()
972 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in GetSelectedTarget()
997 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in SetSelectedTarget()
1015 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in GetSelectedPlatform()
1033 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in SetSelectedPlatform()
[all …]
DSBStream.cpp102 LLDB_LOG_ERROR(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API), file.takeError(), in RedirectToFile()