[Lldb-commits] [PATCH] D91963: [lldb] [test/Register] Initial tests for regsets in core dumps [WIP]

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 24 06:33:48 PST 2020


labath added a comment.

Come to think of it, given the number of core files you have amassed, it might not be unreasonable to turn this process into a shell script (in python, in shell with readelf+grep+dd, or whatever). Then we could check that in somewhere and ask people to run it whenever they want to contribute a core file (for register reading purposes, at least).


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

https://reviews.llvm.org/D91963



More information about the lldb-commits mailing list