[PATCH] D53379: GSYM symbolication format

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 18:25:44 PST 2019


echristo added a comment.

Hi Greg,

I've had a lot of time to review this (thanks for that) and do apologize for taking so long. I have a couple of concerns about this so bear with me and let's see where we can get:

a) This looks like it's a standalone tool that's being added to llvm, but that really doesn't involve anything coming out of llvm right now?
b) This seems to be largely a binary encoding of a breakpad file and not a new debug format?
c) What are the future plans for this code?

Mostly I'm trying to figure out what we want to do with this in llvm. It seems like something that would be good for the breakpad project mostly?

Thanks!

-eric


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

https://reviews.llvm.org/D53379





More information about the llvm-commits mailing list