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

Declarations

tools/lldb/include/lldb/API/SBDebugger.h
  107   SBFile GetErrorFile();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 4247             return self->GetErrorFile().GetFile();
21341     result = (arg1)->GetErrorFile();
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
  438   LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetErrorFile);
  497           HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile());
 1686   LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetErrorFile, ());
tools/lldb/tools/driver/Driver.cpp
  503     result.PutError(m_debugger.GetErrorFile());
  511   result.PutError(m_debugger.GetErrorFile());
  578     result.PutError(m_debugger.GetErrorFile());