[Lldb-commits] [lldb] [lldb] Add a MemoryRegionInfo cache at a process stop (PR #202509)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 9 00:48:59 PDT 2026


================
@@ -0,0 +1,28 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+#include <thread>
+
+int var() {
+  sleep(100); // break here
----------------
felipepiovezan wrote:

we should return something here to silence the compiler warning.

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


More information about the lldb-commits mailing list