[Lldb-commits] [PATCH] D55607: Make crashlog.py work when a .dSYM is present, but a binary is missing

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 12 12:21:25 PST 2018


jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.

Yep, looks good.  It would be nice if we found a dSYM with a Spotlight search (mdfind) if we could look NEXT to the dSYM bundle and see if there is a real binary, and load that.  But this is a good first step, and it gets us the source-level information for symbolicating the crash.  More advanced crashlog users may want to look at the assembly instructions around the crash site, and for that we need the actual binary.


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

https://reviews.llvm.org/D55607





More information about the lldb-commits mailing list