Searched refs:SetWaitForLaunch (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBAttachInfo.cpp | 36 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo() 46 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo() 132 void SBAttachInfo::SetWaitForLaunch(bool b) { in SetWaitForLaunch() function in SBAttachInfo 133 LLDB_RECORD_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool), b); in SetWaitForLaunch() 135 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch() 138 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch() function in SBAttachInfo 139 LLDB_RECORD_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool, bool), b, in SetWaitForLaunch() 142 m_opaque_sp->SetWaitForLaunch(b); in SetWaitForLaunch() 284 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool)); in RegisterMethods() 285 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetWaitForLaunch, (bool, bool)); in RegisterMethods()
|
D | SBTarget.cpp | 541 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBAttachInfo.i | 40 SetWaitForLaunch (bool b); 43 SetWaitForLaunch (bool b, bool async);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBAttachInfo.h | 86 void SetWaitForLaunch(bool b); 108 void SetWaitForLaunch(bool b, bool async);
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | lldb-vscode.cpp | 559 attach_info.SetWaitForLaunch(wait_for, false /*async*/); in request_attach() 1452 attach_info.SetWaitForLaunch(true, /*async*/ true); in request_runInTerminal()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Process.h | 132 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 302 attach_info.SetWaitForLaunch(true); in SetOptionValue()
|
D | CommandObjectPlatform.cpp | 1488 attach_info.SetWaitForLaunch(true); in SetOptionValue()
|