reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
451 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) {
tools/lldb/source/Target/RemoteAwarePlatform.cpp 278 Status RemoteAwarePlatform::KillProcess(const lldb::pid_t pid) {
344 virtual Status KillProcess(const lldb::pid_t pid);
545 return platform_sp->KillProcess(pid);
tools/lldb/source/Target/RemoteAwarePlatform.cpp280 return Platform::KillProcess(pid); 282 return m_remote_platform_sp->KillProcess(pid);