[Lldb-commits] [PATCH] D87868: [RFC] When calling the process mmap try to call all found instead of just the first one
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 19 01:48:50 PDT 2020
labath added a comment.
In D87868#2337537 <https://reviews.llvm.org/D87868#2337537>, @aadsm wrote:
> Should I still go ahead with this since @labath implemented the memory allocation on lldb-server?
I think going for global symbols still makes, and could still benefit some platforms, as my implementation is only for x86 linux.
Which reminds me I wanted to implement that stuff for non-x86 arches too. Giving it a try on arm would be appreciated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87868/new/
https://reviews.llvm.org/D87868
More information about the lldb-commits
mailing list