Searched refs:log (Results 176 - 200 of 948) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp266 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
280 LLDB_LOGF(log, "Unable to locate _rtld_debug_state breakpoint address");
302 if (log && dyld_break == nullptr)
303 LLDB_LOGF(log, "Failed to create _rtld_debug_state breakpoint");
316 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
318 LLDB_LOGF(log, "Rendezvous breakpoint hit!");
334 LLDB_LOGF(log, "Found _rtld_debug structure @ 0x%08" PRIx64, structAddr);
336 LLDB_LOGF(log, "Unable to resolve the _rtld_debug structure");
349 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
373 if (log) {
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp142 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
144 LLDB_LOGF(log, "Got target implementation of 0x0, stopping.");
149 LLDB_LOGF(log,
168 LLDB_LOGF(log, "Running to ObjC method implementation: 0x%" PRIx64,
175 LLDB_LOGF(log,
H A DAppleObjCTrampolineHandler.cpp583 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
596 if (log) {
599 LLDB_LOGF(log, "Read vtable region: \n%s", s.GetData());
767 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
786 log,
794 if (log) {
795 LLDB_LOGF(log, "Failed to install implementation lookup.");
796 diagnostics.Dump(log);
802 LLDB_LOGF(log, "No method lookup implementation code.");
819 LLDB_LOGF(log,
[all...]
/freebsd-12-stable/contrib/nvi/common/
H A Dlog.c13 static const char sccsid[] = "$Id: log.c,v 10.27 2011/07/13 06:25:50 zy Exp $";
32 * The log consists of records, each containing a type byte and a variable
62 * new position of the log's cursor. This is okay, and, in fact, historic vi
74 /* Try and restart the log on failure, i.e. if we run out of memory. */
80 /* offset of CHAR_T string in log needs to be aligned on some systems
106 * going to be in use when the log runs.
114 ep->log = dbopen(NULL, O_CREAT | O_NONBLOCK | O_RDWR,
116 if (ep->log == NULL) {
140 if (ep->log != NULL) {
141 (void)(ep->log
[all...]
/freebsd-12-stable/contrib/openpam/t/
H A DMakefile.in286 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
296 if ((getline line2 < ($$0 ".log")) < 0) \
313 close ($$0 ".log"); \
316 # standard input, create the global log from their .trs and .log files.
350 while ((rc = (getline line < ($$0 ".log"))) != 0) \
353 fatal("failed to read from " $$0 ".log"); \
359 close ($$0 ".log"); \
373 # directory for the log if needed. Stores in $dir the directory
374 # containing $f, in $tst the test, in $log th
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp71 if (Log *log =
80 my_extractor.PutToLog(log, 0, my_buffer.GetByteSize(),
100 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
125 LLDB_LOGF(log,
141 LLDB_LOGF(log, "Function's code range is [0x%" PRIx64 "+0x%" PRIx64 "]",
189 if (log) {
190 LLDB_LOGF(log, "Function data has contents:");
191 extractor.PutToLog(log, 0, extractor.GetByteSize(), func_remote_addr, 16,
245 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
249 if (log) {
1214 dump(Log *log) argument
[all...]
/freebsd-12-stable/lib/libpjdlog/
H A Dpjdlog.c393 * Set prefix that will be used before each log.
408 * Set prefix that will be used before each log.
482 * Convert log level into string.
506 assert(!"Invalid log level.");
536 static char log[2 * PJDLOG_MAX_MSGSIZE]; local
564 logp = log;
565 logs = sizeof(log);
568 logp = log + 4;
569 logs = sizeof(log) - 4;
579 /* Attach debuglevel if this is debug log
648 char log[PJDLOG_MAX_MSGSIZE]; local
788 char log[PJDLOG_MAX_MSGSIZE]; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp49 Log *log = local
51 LLDB_LOG_ERROR(log, ret_or_error.takeError(),
77 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
78 LLDB_LOG_ERROR(log, result.takeError(), "Couldn't import decl: {0}");
79 if (log) {
86 LLDB_LOGF(log,
92 LLDB_LOGF(log,
170 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
172 LLDB_LOGF(log,
295 Log *log(lldb_privat
923 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS); local
[all...]
/freebsd-12-stable/contrib/ntp/sntp/tests/
H A DMakefile.am12 testLogfile.log \
13 testLogfile2.log \
20 testLogfile.log \
21 testLogfile2.log \
38 test-log \
185 t-log.c \
186 run-t-log.c \
215 $(srcdir)/run-t-log.c: $(srcdir)/t-log.c $(std_unity_list)
H A DMakefile.in93 test-log$(EXEEXT) test-networking$(EXEEXT) \
181 am_test_log_OBJECTS = t-log.$(OBJEXT) run-t-log.$(OBJEXT) \
338 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
348 if ((getline line2 < ($$0 ".log")) < 0) \
365 close ($$0 ".log"); \
368 # standard input, create the global log from their .trs and .log files.
402 while ((rc = (getline line < ($$0 ".log"))) != 0) \
405 fatal("failed to read from " $$0 ".log"); \
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp126 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION); local
128 log,
309 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION));
311 LLDB_LOGF(log, "%p Communication::ReadThread () thread starting...", p);
343 LLDB_LOG(log, "error: {0}, status = {1}", error,
359 LLDB_LOG(log, "error: {0}, status = {1}", error,
364 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION);
365 if (log)
366 LLDB_LOGF(log, "%p Communication::ReadThread () thread exiting...", p);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp289 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_ASYNC));
296 LLDB_LOGF(log,
307 LLDB_LOGF(log,
645 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS));
700 LLDB_LOGF(log,
720 LLDB_LOGF(log,
746 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS));
749 LLDB_LOGF(log, "ProcessGDBRemote::%s() entered", __FUNCTION__);
774 if (log) {
776 LLDB_LOGF(log,
[all...]
H A DGDBRemoteCommunicationHistory.cpp80 void GDBRemoteCommunicationHistory::Dump(Log *log) const {
81 if (!log || m_dumped_to_log)
94 LLDB_LOGF(log, "history[%u] tid=0x%4.4" PRIx64 " <%4u> %s packet: %s",
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h105 void log(const Twine &msg);
124 inline void log(const Twine &msg) { errorHandler().log(msg); } function in namespace:lld
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp191 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER));
192 LLDB_LOGF(log, "JITLoaderGDB::%s looking for JIT register hook",
203 LLDB_LOGF(log, "JITLoaderGDB::%s failed to find JIT descriptor address",
208 LLDB_LOGF(log, "JITLoaderGDB::%s setting JIT breakpoint", __FUNCTION__);
223 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER));
224 LLDB_LOGF(log, "JITLoaderGDB::%s hit JIT breakpoint", __FUNCTION__);
287 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER));
297 LLDB_LOGF(log, "JITLoaderGDB::%s failed to read JIT descriptor",
312 LLDB_LOGF(log, "JITLoaderGDB::%s failed to read JIT entry at 0x%" PRIx64,
322 LLDB_LOGF(log,
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp263 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
300 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, addr);
305 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size,
319 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
320 LLDB_LOGV(log, "({0}) (addr = {1:x}) => {2}", this, addr, success);
349 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
350 if (log) {
351 LLDB_LOGF(log,
388 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
389 LLDB_LOGF(log,
[all...]
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_multicast.h337 osm_mcm_port_t *osm_mgrp_add_port(osm_subn_t *subn, osm_log_t *log,
426 void osm_mgrp_delete_port(IN osm_subn_t * subn, IN osm_log_t * log,
434 * log
435 * [in] The log object pointer
451 boolean_t osm_mgrp_remove_port(osm_subn_t * subn, osm_log_t * log, osm_mgrp_t * mgrp,
/freebsd-12-stable/contrib/gperf/doc/
H A DMakefile.in80 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
82 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
94 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
96 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
144 $(RM) *~ *.aux *.toc *.cp *.fn *.ky *.pg *.tp *.vr *.my *.log *.cps core
147 $(RM) config.status config.log config.cache Makefile
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipmon.c56 FILE *log; member in struct:config
91 "log-or-block_1",
97 "log-or-block_2",
563 void dumphex(log, dopts, buf, len)
564 FILE *log;
584 else if (log != NULL)
585 fputs(hline, log);
620 else if (log != NULL) {
621 fputs(hline, log);
622 fflush(log);
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h51 void log(llvm::raw_ostream &OS) const override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp167 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
173 log,
180 if (log) {
183 LLDB_LOGF(log,
253 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
255 if (m_gdb_client.GetWorkingDir(working_dir) && log)
256 LLDB_LOGF(log,
270 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
271 LLDB_LOGF(log, "PlatformRemoteGDBServer::SetRemoteWorkingDirectory('%s')",
369 Log *log(GetLogIfAllCategoriesSe
599 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
610 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
622 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
670 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
681 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp56 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_THREAD));
57 LLDB_LOGV(log, "tid = {0}", tid);
247 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_THREAD));
248 LLDB_LOGV(log, "called");
289 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_THREAD));
290 LLDB_LOGF(log, "tid %" PRIu64 " resume_state = %s", GetID(),
322 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_THREAD));
323 LLDB_LOGF(log, "FreeBSDThread::%s (), resume_state = %s", __FUNCTION__,
351 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_THREAD));
352 LLDB_LOGF(log, "FreeBSDThrea
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h64 void DumpToLog(lldb_private::Log *log) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h37 void Dump(lldb_private::Log *log) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp49 void BinaryStreamError::log(raw_ostream &OS) const { OS << ErrMsg; } function in class:BinaryStreamError

Completed in 326 milliseconds

1234567891011>>