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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to