[Lldb-commits] [lldb] 9ba71d0 - [lldb] [gdb-remote] Remove unimplemented ProcessIDIsValid() (NFC)
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 12 02:18:11 PDT 2022
Author: Michał Górny
Date: 2022-08-12T11:17:15+02:00
New Revision: 9ba71d03b0f0ec82b7f74ec52818236237680348
URL: https://github.com/llvm/llvm-project/commit/9ba71d03b0f0ec82b7f74ec52818236237680348
DIFF: https://github.com/llvm/llvm-project/commit/9ba71d03b0f0ec82b7f74ec52818236237680348.diff
LOG: [lldb] [gdb-remote] Remove unimplemented ProcessIDIsValid() (NFC)
This method is not implemented and not referenced anywhere in the code.
Sponsored by: The FreeBSD Foundation
Added:
Modified:
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Removed:
################################################################################
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
index 6ad9b3effe7b0..8e2a462f61212 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -308,8 +308,6 @@ class ProcessGDBRemote : public Process,
bool HasExited(lldb::StateType state) { return state == lldb::eStateExited; }
- bool ProcessIDIsValid() const;
-
void Clear();
bool DoUpdateThreadList(ThreadList &old_thread_list,
More information about the lldb-commits
mailing list