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

Declarations

tools/lldb/include/lldb/API/SBStream.h
   40   void RedirectToFile(const char *path, bool append);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
49036     (arg1)->RedirectToFile((char const *)arg2,arg3);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBStream.cpp
   73   LLDB_RECORD_METHOD(void, SBStream, RedirectToFile, (const char *, bool), path,
  198   LLDB_REGISTER_METHOD(void, SBStream, RedirectToFile, (const char *, bool));