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

Declarations

tools/lldb/include/lldb/API/SBDebugger.h
   99   SBError SetOutputFile(FileSP file);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
21116     result = (arg1)->SetOutputFile(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBDebugger.cpp
  341   LLDB_RECORD_METHOD(SBError, SBDebugger, SetOutputFile, (FileSP), file_sp);
  348   SetOutputFile((FileSP)std::make_shared<NativeFile>(fh, transfer_ownership));
 1654                  FileSP)>::method<&SBDebugger::SetOutputFile>::doit,