Searched refs:Log (Results 101 - 125 of 183) sorted by relevance

12345678

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp11 #include "lldb/Core/Log.h"
113 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND));
130 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND));
H A DRegisterContextDarwin_i386.h211 LogGPR (lldb_private::Log *log, const char *title);
H A DRegisterContextDarwin_x86_64.h215 LogGPR (lldb_private::Log *log, const char *format, ...);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp21 #include "lldb/Core/Log.h"
679 Log *log,
1063 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
1099 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
1259 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
1375 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
1407 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
1435 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
1464 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
1501 Log *lo
[all...]
H A DThreadPlanStepOut.cpp18 #include "lldb/Core/Log.h"
380 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
408 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
438 //FIXME: Log this failure.
H A DThreadPlanTracer.cpp23 #include "lldb/Core/Log.h"
72 ThreadPlanTracer::Log() function in class:ThreadPlanTracer
181 ThreadPlanAssemblyTracer::Log () function in class:ThreadPlanAssemblyTracer
H A DThread.cpp15 #include "lldb/Core/Log.h"
276 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
287 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
476 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_THREAD));
729 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
962 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
1026 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
1075 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
1091 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
1111 Log *lo
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/
H A Dlldb.cpp16 #include "lldb/Core/Log.h"
92 Log::Initialize();
224 Log::Terminate();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp18 #include "lldb/Core/Log.h"
105 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
124 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
145 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
191 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
216 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangUserExpression.cpp22 #include "lldb/Core/Log.h"
108 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
420 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
726 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
764 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP));
929 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP));
H A DClangASTSource.cpp13 #include "lldb/Core/Log.h"
172 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
309 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
377 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
506 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
597 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
902 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
919 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
1209 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
1262 Log *lo
[all...]
H A DIRDynamicChecks.cpp13 #include "lldb/Core/Log.h"
368 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
509 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
609 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
H A DIRMemoryMap.cpp13 #include "lldb/Core/Log.h"
323 if (lldb_private::Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS))
412 if (lldb_private::Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS))
493 if (lldb_private::Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS))
626 if (lldb_private::Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp18 #include "lldb/Core/Log.h"
64 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND));
398 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND));
439 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND));
546 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND));
576 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp23 #include "lldb/Core/Log.h"
265 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS);
450 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS);
503 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS);
H A DBreakpointResolver.cpp19 #include "lldb/Core/Log.h"
68 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h128 virtual void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) = 0;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h491 m_tracer_sp->Log();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h128 DumpToLog(lldb_private::Log *log) const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp77 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h191 Dump (lldb_private::Log *log) const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp154 Log *log (LogChannelDWARF::GetLogIfAny(DWARF_LOG_DEBUG_INFO | DWARF_LOG_LOOKUPS));
268 Log *log (LogChannelDWARF::GetLogIfAll (DWARF_LOG_DEBUG_INFO | DWARF_LOG_VERBOSE));
420 Log *log (LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_ARANGES));
595 Log *log (LogChannelDWARF::GetLogIfAll (DWARF_LOG_LOOKUPS));
H A DDWARFDebugPubnamesSet.cpp13 #include "lldb/Core/Log.h"
122 DWARFDebugPubnamesSet::Dump(Log *log) const
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp14 #include "lldb/Core/Log.h"
262 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
307 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
322 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
602 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT));
/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c48 * Normally calculate the $Log prefix from context, not from RCS file.
49 * Calculate line numbers correctly even if the $Log prefix contains newlines.
53 * Fix yet another off-by-one error when comparing Log string expansions.
265 if (match1==Log) {
291 /* additional characters on the line (after the Log....$) */

Completed in 239 milliseconds

12345678