[Lldb-commits] [PATCH] D91130: [crashlog] Implement parser for JSON encoded crashlogs

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 11 14:12:26 PST 2020


jasonmolenda added a comment.

You could also make a fakey dsymForUUID script like we do in some other corefile tests.  Compile a C file with foo(), bar(), baz(), substitute the addresses of those symbols from the binary into the crashlog.json, substitute the UUID of the compiled program in the crashlog.json, then the fakey-dsymForUUID finds the binary, lldb loads it at the binary at the correct offset.  It's a lot of futzing around, but it would be possible.


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

https://reviews.llvm.org/D91130



More information about the lldb-commits mailing list