Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp200 bool wait_for_launch) { in WillAttachToProcessWithName()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h925 bool wait_for_launch) { in WillAttachToProcessWithName()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp629 bool wait_for_launch) { in WillAttachToProcessWithName()
/external/llvm-project/lldb/source/Target/
DProcess.cpp2874 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local