[PATCH] D53379: GSYM symbolication format
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 5 13:16:49 PST 2018
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
More information about the llvm-commits
mailing list