Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h93 bool wait_for_launch) override;
H A DProcessGDBRemote.cpp523 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h966 bool wait_for_launch);
975 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2965 bool wait_for_launch) { in WillAttachToProcessWithName() argument
2966 return DoWillAttachToProcessWithName(process_name, wait_for_launch); in WillAttachToProcessWithName()
2987 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local
2989 if (wait_for_launch) { in Attach()
2990 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()