Home
last modified time | relevance | path

Searched refs:wait_for_launch (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h91 bool wait_for_launch) override;
H A DProcessGDBRemote.cpp697 bool wait_for_launch) { in WillAttachToProcessWithName() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2999 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local
3001 if (wait_for_launch) { in Attach()
3002 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1134 bool wait_for_launch) { in WillAttachToProcessWithName() argument