Searched refs:log (Results 51 - 75 of 916) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp122 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
123 LLDB_LOG(log, "shlib dir -> `{0}`", g_fields->m_lldb_so_dir);
132 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
133 LLDB_LOG(log, "support exe dir -> `{0}`", g_fields->m_lldb_support_exe_dir);
142 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
143 LLDB_LOG(log, "header dir -> `{0}`", g_fields->m_lldb_headers_dir);
152 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
153 LLDB_LOG(log, "system plugin dir -> `{0}`",
163 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
164 LLDB_LOG(log, "use
214 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); local
[all...]
/freebsd-11-stable/tools/regression/tmpfs/
H A Dh_funcs.subr120 # kqueue and stores the events raised in a log that can be later
127 ${Src_Dir}/h_tools kqueue ${*} >kqueue.log || return 1
128 got=$(wc -l kqueue.log | awk '{ print $1 }')
140 grep "^${1} - ${2}$" kqueue.log >/dev/null
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dh_funcs.subr91 # kqueue and stores the events raised in a log that can be later
98 $(atf_get_srcdir)/h_tools kqueue ${*} >kqueue.log || \
100 got=$(wc -l kqueue.log | awk '{ print $1 }')
113 grep "^${1} - ${2}$" kqueue.log >/dev/null || \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp122 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
141 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 " '%s'",
150 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
175 LLDB_LOGF(log, "%s - stack misaligned", __FUNCTION__);
214 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s",
226 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
258 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s",
270 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
284 LLDB_LOGF(log, "%s - reading arguments spilled to stack not implemented",
289 LLDB_LOGF(log, "
303 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
348 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
390 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
2873 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
3845 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); local
3868 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); local
[all...]
H A DRenderScriptExpressionOpts.cpp82 Log *log(
91 if (log)
92 log->Warning("couldn't determine real target architecture: '%s'",
129 if (log)
130 log->Warning("Ignoring unknown renderscript target");
142 if (log) {
143 LLDB_LOGF(log, "%s - Changing RS target triple to '%s'", __FUNCTION__,
146 log, "%s - Changing RS datalayout to '%s'", __FUNCTION__,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp168 lldb_private::Log *log(
202 LLDB_LOG(log, "Couldn't find result variable");
207 LLDB_LOG(log, "Result name: \"{0}\"", result_name);
212 LLDB_LOG(log, "Result variable had no data");
221 LLDB_LOG(log, "Found result in the IR: \"{0}\"",
227 LLDB_LOG(log, "Result variable isn't a GlobalVariable");
238 LLDB_LOG(log, "Result variable doesn't have a corresponding Decl");
247 if (log) {
253 LLDB_LOG(log, "Found result decl: \"{0}\"", decl_desc_str);
258 LLDB_LOG(log, "Resul
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp68 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
71 LLDB_LOGF(log, "ThreadPlanStepRange::ShouldReportStop() returning vote %i\n",
103 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
133 if (log) {
140 log,
152 if (log) {
158 LLDB_LOGF(log,
175 if (log) {
181 LLDB_LOGF(log,
191 if (!ret_value && log)
[all...]
H A DThreadPlanShouldStopHere.cpp44 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
45 if (log) {
49 LLDB_LOGF(log, "ShouldStopHere callback returned %u from 0x%" PRIx64 ".",
65 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
72 LLDB_LOGF(log, "Stepping out of frame with no debug info");
101 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
120 LLDB_LOGF(log, "Stopped in a function with only line 0 lines, just "
126 LLDB_LOGF(log, "ThreadPlanShouldStopHere::DefaultStepFromHereCallback "
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_updn.c217 osm_log_t *p_log = &p_updn->p_osm->log;
303 osm_log_t *p_log = &p_updn->p_osm->log;
350 OSM_LOG_ENTER(&p_updn->p_osm->log);
352 OSM_LOG(&p_updn->p_osm->log, OSM_LOG_VERBOSE,
355 OSM_LOG(&p_updn->p_osm->log, OSM_LOG_ERROR, "ERR AA0A: "
363 OSM_LOG(&p_updn->p_osm->log, OSM_LOG_ERROR, "ERR AA0B: "
371 OSM_LOG(&p_updn->p_osm->log, OSM_LOG_ERROR, "ERR AA0E: "
378 OSM_LOG(&p_updn->p_osm->log, OSM_LOG_VERBOSE,
383 OSM_LOG_EXIT(&p_updn->p_osm->log);
420 OSM_LOG_ENTER(&p_osm->log);
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dsurvey.sh.in33 configinv=`$AWK '/^ \\\$.*configure/' config.log | sed 's/^ \\\$ //g'`
H A Dfreebsd-configure.sh33 mv config.log config.log.orig
/freebsd-11-stable/etc/
H A Dfreebsd-update.conf29 IDSIgnorePaths /var/log
/freebsd-11-stable/etc/periodic/security/
H A D800.loginfail49 find ${LOG} -name 'auth.log.*' -mtime -2 |
58 [ -f ${LOG}/auth.log ] && cat $LOG/auth.log
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Ddequeue4 L=/home/ctm/log.dequeue
/freebsd-11-stable/usr.sbin/ppp/
H A Dppp.conf12 set log Phase Chat LCP IPCP CCP tun command
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppwupdate16 LOGFILE=/var/yp/ypupdate.log
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdate15 LOGFILE=/var/yp/ypupdate.log
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverName.cpp41 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
43 if (log)
44 log->Warning("function name regexp: \"%s\" did not compile.",
79 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
82 if (log)
83 log->Warning("Class/method function specification not supported yet.\n");
110 if (log)
111 log->Warning("glob is not supported yet.");
/freebsd-11-stable/contrib/gperf/
H A DMakefile.in57 $(RM) config.status config.log config.cache Makefile
61 $(RM) config.status config.log config.cache Makefile
/freebsd-11-stable/contrib/groff/
H A DMakefile.sub3 config.log \
12 groff.log
/freebsd-11-stable/etc/periodic/monthly/
H A D200.accounting18 W=/var/log/utx.log
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp40 void AuxVector::DumpToLog(lldb_private::Log *log) const {
41 if (!log)
44 log->PutCString("AuxVector: ");
46 LLDB_LOGF(log, " %s [%" PRIu64 "]: %" PRIx64,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp336 void HexagonDYLDRendezvous::DumpToLog(Log *log) const {
339 if (!log)
342 log->PutCString("HexagonDYLDRendezvous:");
343 LLDB_LOGF(log, " Address: %" PRIx64, GetRendezvousAddress());
344 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion());
345 LLDB_LOGF(log, " Link : %" PRIx64, GetLinkMapAddress());
346 LLDB_LOGF(log, " Break : %" PRIx64, GetBreakAddress());
347 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase());
348 LLDB_LOGF(log, " State : %s",
358 log
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DDWPError.h12 void log(raw_ostream &OS) const override { OS << Info; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp30 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
36 LLDB_LOGF(log, "%s null process provided", __FUNCTION__);
43 LLDB_LOGF(log, "%s info_location = 0x%" PRIx64, __FUNCTION__, info_location);
55 LLDB_LOGF(log,
59 LLDB_LOGF(log,
68 LLDB_LOGF(log, "%s FAILED - invalid info address", __FUNCTION__);
72 LLDB_LOGF(log, "%s reading pointer (%" PRIu32 " bytes) from 0x%" PRIx64,
77 LLDB_LOGF(log, "%s FAILED - could not read from the info location: %s",
83 LLDB_LOGF(log,
97 Log *log(GetLogIfAnyCategoriesSe
[all...]

Completed in 401 milliseconds

1234567891011>>