Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h30 #define LIBLLDB_LOG_API (1u << 16) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp19 {{"api"}, {"log API calls and return values"}, LIBLLDB_LOG_API},
H A DReproducerInstrumentation.cpp113 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_API); in Replay()
215 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API), "{0} ({1})", in Recorder()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp792 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in CreateTarget()
822 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in CreateTargetWithFileAndTargetTriple()
837 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in CreateTargetWithFileAndArch()
892 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in CreateTarget()
907 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in GetDummyTarget()
929 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in DeleteTarget()
1016 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in GetSelectedTarget()
1041 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in SetSelectedTarget()
1059 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in GetSelectedPlatform()
1077 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API)); in SetSelectedPlatform()
[all …]
H A DSBStream.cpp102 LLDB_LOG_ERROR(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API), file.takeError(), in RedirectToFile()