diff options
author | Dimitar Vlahovski <dvlahovski@google.com> | 2016-09-13 15:54:38 +0000 |
---|---|---|
committer | Dimitar Vlahovski <dvlahovski@google.com> | 2016-09-13 15:54:38 +0000 |
commit | 1d2859ef6d3d158ae745578b07f5d01d6dca5b7a (patch) | |
tree | 74fd210b87ae6d807b7edfaa9881eb9fadcc8c54 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 45b467523b34f0ad0fa03bd17a15a294d73ae808 (diff) | |
download | llvm-1d2859ef6d3d158ae745578b07f5d01d6dca5b7a.zip llvm-1d2859ef6d3d158ae745578b07f5d01d6dca5b7a.tar.gz llvm-1d2859ef6d3d158ae745578b07f5d01d6dca5b7a.tar.bz2 |
MinidumpParsing: pid, modules, exceptions, strings
Summary:
Added parsing of the MiscInfo data stream.
The main member of it that we care about is the process_id
On Linux generated Minidump (from breakpad) we don't have
the MiscInfo, we have the /proc/$pid/status from where we can get the
pid.
Also parsing the module list - the list of all of the loaded
modules/shared libraries.
Parsing the exception stream.
Parsing MinidumpStrings.
I have unit tests for all of that.
Also added some tests using a Minidump generated from Windows tools (not
from breakpad)
Reviewers: labath, zturner
Subscribers: beanz, lldb-commits
Differential Revision: https://reviews.llvm.org/D24385
llvm-svn: 281348
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions