Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h91 Status WillLaunchOrAttach();
DProcessGDBRemote.cpp621 return WillLaunchOrAttach(); in WillLaunch()
625 return WillLaunchOrAttach(); in WillAttachToProcessWithID()
630 return WillLaunchOrAttach(); in WillAttachToProcessWithName()
635 Status error(WillLaunchOrAttach()); in DoConnectRemote()
729 Status ProcessGDBRemote::WillLaunchOrAttach() { in WillLaunchOrAttach() function in ProcessGDBRemote