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

Declarations

tools/lldb/include/lldb/API/SBStream.h
   38   void Printf(const char *format, ...) __attribute__((format(printf, 2, 3)));

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 4394             self->Printf("%s", str);
 4401                 self->Printf("%s",str);
 4600                     description.Printf("<empty> lldb.SBValueList()");
tools/lldb/source/API/SBBreakpoint.cpp
  531     s.Printf("SBBreakpoint: id = %i, ", bkpt_sp->GetID());
  536       s.Printf(", locations = %" PRIu64, (uint64_t)num_locations);
  540   s.Printf("No value");
tools/lldb/source/API/SBBreakpointName.cpp
  540     s.Printf("No value");
tools/lldb/source/API/SBCommandReturnObject.cpp
  236   description.Printf("Error:  ");
tools/lldb/source/API/SBError.cpp
  175       description.Printf("success");
  178       description.Printf("error: %s",
  182     description.Printf("error: <NULL>");
tools/lldb/source/API/SBFunction.cpp
  106     s.Printf("SBFunction: id = 0x%8.8" PRIx64 ", name = %s",
  110       s.Printf(", type = %s", func_type->GetName().AsCString());
  113   s.Printf("No value");
tools/lldb/source/API/SBThread.cpp
  523             strm.Printf("%s", node->GetAsString()->GetValue().str().c_str());
  527             strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue());
  531             strm.Printf("0x%f", node->GetAsFloat()->GetValue());
  536               strm.Printf("true");
  538               strm.Printf("false");
  542             strm.Printf("null");
tools/lldb/source/API/SBThreadPlan.cpp
  155     description.Printf("Empty SBThreadPlan");
tools/lldb/source/API/SBTypeCategory.cpp
  606   description.Printf("Category name: %s\n", GetName());
tools/lldb/source/API/SBTypeFilter.cpp
   70     description.Printf("%s\n", m_opaque_sp->GetDescription().c_str());
tools/lldb/source/API/SBTypeFormat.cpp
  112     description.Printf("%s\n", m_opaque_sp->GetDescription().c_str());
tools/lldb/source/API/SBTypeNameSpecifier.cpp
   97   description.Printf("SBTypeNameSpecifier(%s,%s)", GetName(),
tools/lldb/source/API/SBTypeSummary.cpp
  325     description.Printf("%s\n", m_opaque_sp->GetDescription().c_str());
tools/lldb/source/API/SBTypeSynthetic.cpp
  131     description.Printf("%s\n", m_opaque_sp->GetDescription().c_str());
tools/lldb/source/API/SBValue.cpp
  466       stream.Printf("%s", buffer.c_str());
tools/lldb/tools/driver/Driver.cpp
  169       strm.Printf("command source -s %i '%s'\n",
  172       strm.Printf("%s\n", command);
  533         commands_stream.Printf("target create --arch=%s %s", arch_name,
  536         commands_stream.Printf("target create %s",
  540         commands_stream.Printf(" --core %s",
  543       commands_stream.Printf("\n");
  546         commands_stream.Printf("settings set -- target.run-args ");
  548           commands_stream.Printf(
  550         commands_stream.Printf("\n");
  553       commands_stream.Printf("target create --core %s\n",
  556       commands_stream.Printf(
  561         commands_stream.Printf(" --waitfor");
  563       commands_stream.Printf("\n");
  566       commands_stream.Printf("process attach --pid %" PRIu64 "\n",