Searched refs:Log (Results 226 - 246 of 246) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp15 #include "lldb/Utility/Log.h"
967 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp15 #include "lldb/Utility/Log.h"
1105 void RegisterContextDarwin_arm::LogDBGRegisters(Log *log, const DBG &dbg) {
H A DRegisterContextDarwin_arm64.cpp18 #include "lldb/Utility/Log.h"
284 void RegisterContextDarwin_arm64::LogDBGRegisters(Log *log, const DBG &dbg) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp23 #include "lldb/Utility/Log.h"
422 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp30 #include "lldb/Utility/Log.h"
447 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
894 "Facebook Error Log");
897 "Faceook Application State Log");
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp20 #include "lldb/Utility/Log.h"
983 // stream "s" is nullptr, then the output will be send to Log().
984 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset,
H A DArchSpec.cpp11 #include "lldb/Utility/Log.h"
936 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET | LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_PLATFORM));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp45 #include "lldb/Utility/Log.h"
1197 return Log::EnableLogChannel(log_stream_sp, log_options, channel, categories,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp29 #include "lldb/Utility/Log.h"
262 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp29 #include "lldb/Utility/Log.h"
1104 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp19 #include "lldb/Utility/Log.h"
988 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SCRIPT);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp23 #include "lldb/Utility/Log.h"
478 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS));
H A DClangASTContext.cpp67 #include "lldb/Utility/Log.h"
667 Log *m_log;
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1184 Log(kWarning, ss.str(), 1);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp1081 Log *expr_log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
H A DSBTarget.cpp2313 Log *expr_log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp26 #include "lldb/Utility/Log.h"
1685 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp26 #include "lldb/Utility/Log.h"
1688 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp39 #include "lldb/Utility/Log.h"
850 if (Log *log =
/freebsd-12-stable/lib/clang/liblldb/
H A DMakefile620 SRCS+= Utility/Log.cpp
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1066 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);

Completed in 502 milliseconds

12345678910