diff options
author | Greg Clayton <gclayton@apple.com> | 2018-08-29 20:34:08 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2018-08-29 20:34:08 +0000 |
commit | 77c57200f8f7a20eb71fc1a286fe5593d5a01f6e (patch) | |
tree | a586c39900736768acdc99acc9a0c4a7f6301000 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py | |
parent | 9ff67a9dda045d82f378f0d3427b918da3c60fef (diff) | |
download | bcm5719-llvm-77c57200f8f7a20eb71fc1a286fe5593d5a01f6e.tar.gz bcm5719-llvm-77c57200f8f7a20eb71fc1a286fe5593d5a01f6e.zip |
Don't include the Age in the UUID for CvRecordPdb70 UUID records in minidump files for Apple vendors.
The CvRecordPdb70 structure looks like:
struct CvRecordPdb70 {
uint8_t Uuid[16];
llvm::support::ulittle32_t Age;
// char PDBFileName[];
};
We were including the "Age" in the UUID for Apple vedors which caused us to not be able to match the UUID to built binaries. The "Age" field is set to zero in breakpad minidump files for Apple targets.
Differential Revision: https://reviews.llvm.org/D51442
llvm-svn: 340966
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py')
0 files changed, 0 insertions, 0 deletions