[Lldb-commits] [PATCH] D55434: ObjectFileBreakpad: Implement sections

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 10 10:56:09 PST 2018


labath added a comment.

In D55434#1325782 <https://reviews.llvm.org/D55434#1325782>, @clayborg wrote:

> Ok. Check out my changes that parse region info:
>  https://reviews.llvm.org/D55522
>
> It parses the memory region info from the linux maps info if it is available. In breakpad generated minidumps, this will give us enough info to correctly create sections for all  object files in case #3!


Yes, that sounds like a really useful source of information.


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

https://reviews.llvm.org/D55434





More information about the lldb-commits mailing list