[Lldb-commits] [lldb] [LLDB][SBSaveCore] Add Extension to Save a thread and N pointers dead (PR #111601)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 8 16:29:21 PDT 2024


https://github.com/jeffreytan81 requested changes to this pull request.

I think we can do better than save at memory region fidelity which is at least at page boundary if I am not wrong. 

We can use type information to query and save the object's size without including hundreds of unrelated objects in the heap happen to be in the same page. This should greatly reduce the size of the dump.



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


More information about the lldb-commits mailing list