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.h97 Status WillLaunchOrAttach();
H A DProcessGDBRemote.cpp515 return WillLaunchOrAttach(); in DoWillLaunch()
519 return WillLaunchOrAttach(); in DoWillAttachToProcessWithID()
524 return WillLaunchOrAttach(); in DoWillAttachToProcessWithName()
530 Status error(WillLaunchOrAttach()); in DoConnectRemote()
608 Status ProcessGDBRemote::WillLaunchOrAttach() { in WillLaunchOrAttach() function in ProcessGDBRemote