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

12345678910

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp39 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS));
160 if (Log *log =
179 if (Log *log =
213 Log *log = ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PACKETS);
227 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS));
312 Log *log = ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS);
348 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS));
H A DThreadGDBRemote.cpp42 Log *log(GetLogIfAnyCategoriesSet(GDBR_LOG_THREAD));
49 Log *log(GetLogIfAnyCategoriesSet(GDBR_LOG_THREAD));
217 Log *log(GetLogIfAnyCategoriesSet(GDBR_LOG_THREAD));
231 Log *log(GetLogIfAnyCategoriesSet(GDBR_LOG_THREAD));
282 void ThreadGDBRemote::Dump(Log *log, uint32_t index) {}
H A DGDBRemoteCommunicationServerLLGS.cpp36 #include "lldb/Utility/Log.h"
206 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
285 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
332 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
346 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
407 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD));
498 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD));
575 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD));
792 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
816 Log *lo
[all...]
H A DGDBRemoteCommunicationHistory.h45 void Dump(Log *log) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp23 #include "lldb/Utility/Log.h"
55 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
122 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
171 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
266 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
283 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
296 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
527 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
669 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
860 Log *lo
[all...]
H A DMachException.cpp26 #include "lldb/Utility/Log.h"
68 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
85 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
105 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
187 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
270 Log *log(
286 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
344 // Log our error if we have one.
384 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE));
447 Log *lo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp24 #include "lldb/Utility/Log.h"
87 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
176 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
224 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
267 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
309 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
388 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
512 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
533 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
554 Log *lo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp23 #include "lldb/Utility/Log.h"
32 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
50 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
162 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
H A DASTResultSynthesizer.cpp17 #include "lldb/Utility/Log.h"
56 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
115 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
157 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
201 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
420 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
440 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
466 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp13 #include "lldb/Utility/Log.h"
44 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
65 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
101 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
H A DThreadPlanStepInstruction.cpp15 #include "lldb/Utility/Log.h"
97 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
127 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
248 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
H A DThreadPlanCallFunction.cpp24 #include "lldb/Utility/Log.h"
49 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP));
146 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
169 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP));
174 "ThreadPlanCallFunction(%p): Log called on "
247 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP |
388 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
440 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_STEP));
H A DThreadPlanStepOverBreakpoint.cpp13 #include "lldb/Utility/Log.h"
64 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
150 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
H A DThreadPlanStepRange.cpp22 #include "lldb/Utility/Log.h"
68 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
103 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
300 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
314 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
398 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
465 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
476 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp11 #include "lldb/Utility/Log.h"
41 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) {
110 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE))
H A DAddressResolverFileLine.cpp17 #include "lldb/Utility/Log.h"
45 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp16 #include "lldb/Utility/Log.h"
101 Log::Initialize();
133 Log::DisableAllLogChannels();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp14 #include "lldb/Utility/Log.h"
43 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
50 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
59 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
100 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS));
131 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS));
203 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS));
273 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS));
351 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp13 #include "lldb/Utility/Log.h"
18 void DiagnosticManager::Dump(Log *log) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp12 #include "lldb/Utility/Log.h"
64 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
H A DMonitoringProcessLauncher.cpp13 #include "lldb/Utility/Log.h"
53 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
H A DNativeProcessProtocol.cpp15 #include "lldb/Utility/Log.h"
66 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
120 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
144 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
228 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
326 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
348 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
361 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
378 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
444 Log *lo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp12 #include "lldb/Utility/Log.h"
53 bool success = Log::EnableLogChannel(
/freebsd-12-stable/lib/libdevdctl/
H A Dexception.cc81 Exception::Log() const function in class:DevdCtl::Exception
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp45 #include "lldb/Utility/Log.h"
80 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION |
92 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION |
108 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION |
119 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION));
137 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION));
152 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION));
295 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION));
358 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION));
466 Log *lo
[all...]

Completed in 395 milliseconds

12345678910