search for: yaml2minidump

Displaying 1 result from an estimated 1 matches for "yaml2minidump".

2019 Mar 06
3
RFC: Adding "minidump" support to obj2yaml
...which could create minidump files from human-readable descriptions of them, so our tests are relying on checking in opaque binary blobs. This makes reviewing the changes hard and also complicates creating test cases (real-world minidumps tend to be large). In other words, we are missing a tool like yaml2minidump. === end of introduction === While we could create an lldb tool for converting between minidump and yaml files, there is some appeal in making everything available from a single tool (i.e., yaml2obj). The main obstacle to that is that there is currently no support for parsing these files in llvm,...