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

Declarations

tools/lldb/include/lldb/API/SBCommandReturnObject.h
   55   size_t GetErrorSize();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
15318     result = (arg1)->GetErrorSize();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBCommandReturnObject.cpp
  113   LLDB_RECORD_METHOD_NO_ARGS(size_t, SBCommandReturnObject, GetErrorSize);
  146     size_t num_bytes = GetErrorSize();
  250   if (GetErrorSize() > 0)
  388   LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, GetErrorSize, ());
tools/lldb/tools/lldb-vscode/LLDBUtils.cpp
   31     auto error_len = result.GetErrorSize();