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

Declarations

tools/lldb/include/lldb/API/SBLaunchInfo.h
  135   void SetDetachOnError(bool enable);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
36160     (arg1)->SetDetachOnError(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBLaunchInfo.cpp
  308   LLDB_RECORD_METHOD(void, SBLaunchInfo, SetDetachOnError, (bool), enable);
  374   LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetDetachOnError, (bool));
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  537   g_vsc.launch_info.SetDetachOnError(detatchOnError);
 1253   g_vsc.launch_info.SetDetachOnError(detatchOnError);