[Lldb-commits] [lldb] [lldb] [Mach-O] ProcessMachCore needs to strip TBI data from addrs (PR #84998)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 13 01:48:38 PDT 2024


================
@@ -0,0 +1,49 @@
+"""Test that lldb on Darwin ignores metadata in the top byte of addresses."""
----------------
DavidSpickett wrote:

Oh I get it, you're running a process first then making a core file and expecting to get the same output.

This needs to be made clear at the top of the file at least, with some extra comments later too.

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


More information about the lldb-commits mailing list