Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h971 DoWillAttachToProcessWithName(const char * process_name,bool wait_for_launch) DoWillAttachToProcessWithName() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2802 WillAttachToProcessWithName(const char * process_name,bool wait_for_launch) WillAttachToProcessWithName() argument
2824 const bool wait_for_launch = attach_info.GetWaitForLaunch(); Attach() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp523 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument