[Lldb-commits] [lldb] ObjectFileJSON and Section changes to support section.address field i… (PR #101062)

Ilhan Raja via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 29 14:26:27 PDT 2024


YungRaj wrote:

> The change itself looks good modulo formatting. Can you please update one of the existing tests to cover this use case?

This doesn't get symbolication fully working. We still need to prevent the object file from being read when inspecting the symbolicated addresses through disassembly of instructions or by reading the contents of that memory.

I can fix all the unit tests once we get the ball fully rolled there. What are your recommendations for getting that working? Is that an issue with `Target::ReadMemory()` and the such?

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


More information about the lldb-commits mailing list