Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h975 bool wait_for_launch) { in DoWillAttachToProcessWithName()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2965 bool wait_for_launch) { in WillAttachToProcessWithName()
2987 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp523 bool wait_for_launch) { in DoWillAttachToProcessWithName()