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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 29 06:25:55 PDT 2025


DavidSpickett wrote:

It still knows where the global variable is:
```
(lldb) p a_global
(void *) 0x0000000000000000
```
But again this could be because that's known from something other than the DWARF.

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


More information about the lldb-commits mailing list