Home
last modified time | relevance | path

Searched refs:SetWaitForLaunch (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp36 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()
DSBTarget.cpp541 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
/external/llvm-project/lldb/bindings/interface/
DSBAttachInfo.i40 SetWaitForLaunch (bool b);
43 SetWaitForLaunch (bool b, bool async);
/external/llvm-project/lldb/include/lldb/API/
DSBAttachInfo.h86 void SetWaitForLaunch(bool b);
108 void SetWaitForLaunch(bool b, bool async);
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp559 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/
DProcess.h132 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp302 attach_info.SetWaitForLaunch(true); in SetOptionValue()
DCommandObjectPlatform.cpp1488 attach_info.SetWaitForLaunch(true); in SetOptionValue()