reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Log.h
  136   void PutCString(const char *cstr);

References

tools/lldb/source/Core/Module.cpp
 1172     log->PutCString(log_message.GetData());
 1191     log->PutCString(log_message.GetData());
tools/lldb/source/Core/ValueObject.cpp
 2749       log->PutCString(s.GetData());
tools/lldb/source/Expression/DiagnosticManager.cpp
   31   log->PutCString(str.c_str());
tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
   63       log->PutCString("started monitoring child process.");
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
 1451     log->PutCString("Loaded:");
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
  342   log->PutCString("HexagonDYLDRendezvous:");
  358     log->PutCString("HexagonDYLDRendezvous SOEntries:");
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  181       log->PutCString("Unloaded:");
  214       log->PutCString("Unloaded:");
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  580       log->PutCString("Failed reading image infos array.");
  640       log->PutCString("Unloaded:");
  987     log->PutCString("Loaded:");
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  609   log->PutCString("DYLDRendezvous:");
  625     log->PutCString("DYLDRendezvous SOEntries:");
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1525       log->PutCString("Skipped a definition because it has no type");
 1533       log->PutCString("Skipped a definition because it has no Clang type");
 1542       log->PutCString("Skipped a definition because it has no Clang AST");
 1550       log->PutCString(
 1979         log->PutCString("  Skipped a function because it has no type");
 1987         log->PutCString("  Skipped a function because it has no Clang type");
 2025       log->PutCString("  AddOneFunction called with no function and no symbol");
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  436         log->PutCString("Couldn't find CFStringCreateWithBytes in the target");
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 2108     log->PutCString("AOCRT::NPI: Found all the non-indexed ISA masks");
 2137     log->PutCString("AOCRT::NPI: Found all the indexed ISA masks");
tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp
   44   log->PutCString("AuxVector: ");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
  369         log->PutCString("GDBRemoteClientBase::Lock::Lock sent packet: \\x03");
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2438       log->PutCString(
 2493           log->PutCString("ProcessGDBRemote::DoDestroy() - Tried resuming to "
 2530             log->PutCString("ProcessGDBRemote::DoDestroy() - Stopped at a "
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  607     log->PutCString("ScriptInterpreterPythonImpl::LeaveSession()");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2308     log->PutCString(log_strm.GetData());
tools/lldb/source/Target/Process.cpp
 4923           log->PutCString("Process::RunThreadPlan(): resuming succeeded.");
 4931           log->PutCString("Process::RunThreadPlan(): waiting for next event.");
 5049             log->PutCString("Process::RunThreadPlan(): got_event was true, but "
 5098               log->PutCString("Process::RunThreadPlan(): Halt succeeded.");
 5113                   log->PutCString("    Event was the Halt interruption event.");
 5120                     log->PutCString("Process::RunThreadPlan(): Went to halt "
 5144                     log->PutCString("Process::RunThreadPlan(): try_all_threads "
 5158                     log->PutCString(
 5166                     log->PutCString("Process::RunThreadPlan(): running all "
 5175                 log->PutCString("Process::RunThreadPlan(): halt said it "
 5236           log->PutCString("Process::RunThreadPlan(): Stop event that "
 5330         log->PutCString("Process::RunThreadPlan(): execution set up error.");
 5338           log->PutCString("Process::RunThreadPlan(): thread plan is done");
 5342           log->PutCString(
 5347           log->PutCString(
 5351             log->PutCString("Process::RunThreadPlan(): discarding thread plan "
 5388       log->PutCString("Process::RunThreadPlan(): rebroadcasting event.");
tools/lldb/source/Target/ThreadList.cpp
  269     log->PutCString("");
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  151     log->PutCString(message);
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  472           log->PutCString("ThreadPlanStepInRange got asked if it explains the "
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
  205             log->PutCString(
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  353         log->PutCString("ThreadPlanStepInRange got asked if it explains the "
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  260           log->PutCString("ThreadPlanStepThrough hit backstop breakpoint.");
tools/lldb/source/Utility/Log.cpp
  118 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); }