[Lldb-commits] [lldb] [lldb] refactor PlatformAndroid (PR #145382)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 25 06:16:23 PDT 2025


================
@@ -418,13 +436,68 @@ bool PlatformAndroid::GetRemoteOSVersion() {
   return !m_os_version.empty();
 }
 
+uint32_t PlatformAndroid::FindProcesses(
----------------
labath wrote:

How does this relate to the rest of the patch?

https://github.com/llvm/llvm-project/pull/145382


More information about the lldb-commits mailing list