Home
last modified time | relevance | path

Searched refs:WillLaunchOrAttach (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h94 Status WillLaunchOrAttach();
H A DProcessGDBRemote.cpp525 return WillLaunchOrAttach(); in DoWillLaunch()
529 return WillLaunchOrAttach(); in DoWillAttachToProcessWithID()
534 return WillLaunchOrAttach(); in DoWillAttachToProcessWithName()
540 Status error(WillLaunchOrAttach()); in DoConnectRemote()
618 Status ProcessGDBRemote::WillLaunchOrAttach() { in WillLaunchOrAttach() function in ProcessGDBRemote