Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h89 bool wait_for_launch) override;
H A DProcessGDBRemote.cpp635 bool wait_for_launch) { in WillAttachToProcessWithName() argument
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h901 bool wait_for_launch) { in WillAttachToProcessWithName() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2746 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local
2748 if (wait_for_launch) { in Attach()
2749 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()