reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
135 void SetDetachOnError(bool enable);
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.cpp308 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);