[Lldb-commits] [lldb] [lldb] IRMemoryMap zero address mapping fix (PR #99045)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 23 19:02:09 PDT 2024
jasonmolenda wrote:
I put up a PR that avoids a memory region starting at address 0, and also clarifies the documentation of the qMemoryRegionInfo packet to state that permissions: are required for all memory regions that are accessible by the inferior process. A memory region with no `permissions:` key means that it is not an accessible region of memory. I put this PR up at https://github.com/llvm/llvm-project/pull/100288
@dlav-sc what do you think? I know you've moved past this issue by implementing memory-allocation and fixing your qMemoryRegionInfo packet response, but I wanted to get a final fix before we all walk away from this PR.
https://github.com/llvm/llvm-project/pull/99045
More information about the lldb-commits
mailing list