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

Declarations

tools/lldb/include/lldb/API/SBDebugger.h
   83   void SetErrorFileHandle(FILE *f, bool transfer_ownership);

References

tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBDebugger.cpp
  367   LLDB_RECORD_METHOD(void, SBDebugger, SetErrorFileHandle, (FILE *, bool), fh,
 1631                  FILE *, bool)>::method<&SBDebugger::SetErrorFileHandle>::doit,
tools/lldb/tools/driver/Driver.cpp
  482   m_debugger.SetErrorFileHandle(stderr, false);
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 1063     g_vsc.debugger.SetErrorFileHandle(out, false);