[PATCH] D53379: GSYM symbolication format

Leonard Mosescu via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 13:49:43 PST 2018


Cool. Looking forward to the LLDB integration!

On Mon, Nov 5, 2018 at 1:16 PM, Greg Clayton via Phabricator <
reviews at reviews.llvm.org> wrote:

> clayborg added a comment.
>
> In https://reviews.llvm.org/D53379#1287702, @lemo wrote:
>
> > Greg, what do you have in mind as the next step? LLDB integration?
>
>
> Next step, I would like to bump to version 2 to address some of Mark
> Mentovai's comments:
>
> - bump string table offset and size to 64 bit in case GSYM is a section in
> a large file where we share string table
> - allow UUID to be any size and only emit what we need instead of padding
> out to 20 bytes
> - few other things
> - possibly move number of files into header
>
> Follow up from the community (including from me):
>
> - agree upon an unwinding format and add support for what we agree upon
>   - create a .debug_frame to above format converter
> - any other improvements or AddressInfo types
> - LLDB integration with GSYM format
>
>
> https://reviews.llvm.org/D53379
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181105/6adfeb5a/attachment.html>


More information about the llvm-commits mailing list