[Lldb-commits] [PATCH] D122411: [lldb][AArch64] Fix corefile memory reads when there are non-address bits

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 28 07:09:12 PDT 2022


labath added a comment.

In D122411#3408204 <https://reviews.llvm.org/D122411#3408204>, @DavidSpickett wrote:

> - Corefile down to 24k with some tweaking of coredump_filter

24k is pretty good. At this point, if you wanted to go down further, you'd probably have to ditch libc, which may not be as hard if you don't need mmap (the comment indicates that is because of lldb reading globals eagerly, but it can't read globals without having access to the exe file).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122411/new/

https://reviews.llvm.org/D122411



More information about the lldb-commits mailing list