[Lldb-commits] [lldb] [lldb] Call FixUpPointer in WritePointerToMemory (try 2) (PR #153585)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 3 07:09:24 PDT 2025


================
@@ -0,0 +1,19 @@
+#include <assert.h>
+#include <stdint.h>
+#include <stdio.h>
+
+int myglobal = 41;
----------------
felipepiovezan wrote:

It is used by the python expression evaluation, but given your other comments I'll remove it

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


More information about the lldb-commits mailing list