Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h69 bool wait_for_launch) override;
H A DProcessKDP.cpp185 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h90 bool wait_for_launch) override;
H A DProcessGDBRemote.cpp517 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h906 bool wait_for_launch);
915 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2776 bool wait_for_launch) { in WillAttachToProcessWithName() argument
2777 return DoWillAttachToProcessWithName(process_name, wait_for_launch); in WillAttachToProcessWithName()
2795 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local
2797 if (wait_for_launch) { in Attach()
2798 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()