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

12345678910

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp91 // TODO: Log the packet we aren't handling...
140 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PACKETS));
H A DGDBRemoteCommunication.cpp32 #include "lldb/Utility/Log.h"
102 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PACKETS));
112 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PACKETS));
137 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PACKETS));
272 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PACKETS));
413 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PACKETS));
647 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PACKETS));
929 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp15 #include "lldb/Utility/Log.h"
271 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES);
332 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES);
433 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES);
470 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp22 #include "lldb/Utility/Log.h"
274 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
293 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
303 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
598 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
H A DUnwindPlan.cpp17 #include "lldb/Utility/Log.h"
408 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
419 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
436 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
459 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
H A DFunction.cpp21 #include "lldb/Utility/Log.h"
134 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
173 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
275 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
H A DLocateSymbolFileMacOSX.cpp29 #include "lldb/Utility/Log.h"
46 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
308 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
584 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
/freebsd-12-stable/lib/libdevdctl/
H A Dconsumer.cc201 exp.Log();
H A Devent.h198 void Log(int priority) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp47 #include "lldb/Utility/Log.h"
240 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
250 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
477 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
705 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
923 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
986 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
1026 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
1038 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
1055 Log *lo
[all...]
H A DStopInfo.cpp24 #include "lldb/Utility/Log.h"
148 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
267 Log *log = lldb_private::GetLogIfAnyCategoriesSet(
530 Log *log_process(
662 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
685 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS);
883 Log *log_process(
H A DPlatform.cpp39 #include "lldb/Utility/Log.h"
388 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
397 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
637 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
747 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
819 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
1007 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
1062 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
1092 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
1220 Log *lo
[all...]
H A DStackFrameList.cpp24 #include "lldb/Utility/Log.h"
68 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
92 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
187 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
249 ModuleList &images, Log *log) {
359 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp17 #include "lldb/Utility/Log.h"
126 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION);
309 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION));
H A DMangled.cpp13 #include "lldb/Utility/Log.h"
190 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) {
217 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp11 #include "lldb/Utility/Log.h"
113 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
188 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
H A DProcessLaunchInfo.cpp16 #include "lldb/Utility/Log.h"
183 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS);
211 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS);
H A DTCPSocket.cpp17 #include "lldb/Utility/Log.h"
142 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_COMMUNICATION));
178 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp20 #include "lldb/Utility/Log.h"
317 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS);
438 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS);
544 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS);
647 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS);
668 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS);
742 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp335 Log = 0;
339 ++Log;
343 Row.resize(Mult*Log, None);
351 for (unsigned L = 0; L != Log; ++L) {
354 W |= C << (Log-1-L);
370 return Log;
374 unsigned Log; member in namespace:__anon5172
416 getControls(R, Log, Reverse);
461 if (Step+1 < Log) {
472 unsigned Pets = Log
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp25 #include "lldb/Utility/Log.h"
231 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS);
390 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS);
453 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS);
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc419 // Tests the Log() function.
421 // Verifies that Log() behaves correctly for the given verbosity level
428 Log(severity, "Test log.\n", 0);
442 // Log() doesn't include the stack trace in the output.
447 Log(kInfo, "Test log.\n", -1);
467 Log(kWarning, "Test log.\n", 100);
565 // Verifies that Log() behaves correctly for the given verbosity level
/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc249 ze.Log();
260 ze.Log();
270 ze.Log();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp63 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PTRACE));
510 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PROCESS));
1039 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PROCESS));
1074 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PROCESS));
1138 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PROCESS));
1306 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PROCESS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp31 #include "lldb/Utility/Log.h"
970 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS);
1090 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
1158 // Log message payload objects will be dictionaries.
1187 SetErrorWithJSON(error, "Log structured data is missing mandatory "
1197 SetErrorWithJSON(error, "Log event entry is null", *object_sp);
1204 SetErrorWithJSON(error, "Log event is not a dictionary", *object_sp);
1239 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
1416 // Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM));
1494 Log *lo
[all...]

Completed in 320 milliseconds

12345678910