the parser was already independent from the lldb Process classes, but it
was living in source/Plugins/Process/minidump, because we did not have a
good place to put it. Now that we have the new Formats module, it can be
moved there. This enables writing new interesting tools (such as
yaml2core), which process minidump files independently of lldb.
Details
Details
- Reviewers
zturner lemo clayborg JDevlieghere
Diff Detail
Diff Detail
- Build Status
Buildable 28805 Build 28804: arc lint + arc unit