Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h69 bool wait_for_launch) override;
H A DProcessKDP.cpp185 bool wait_for_launch) { in WillAttachToProcessWithName() argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h91 bool wait_for_launch) override;
H A DProcessGDBRemote.cpp531 bool wait_for_launch) { in WillAttachToProcessWithName() argument
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h907 bool wait_for_launch) { in WillAttachToProcessWithName() argument
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2774 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local
2776 if (wait_for_launch) { in Attach()
2777 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()