Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.h97 Status WillLaunchOrAttach();
HDProcessGDBRemote.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