llvm-project/lldb/source/Plugins
Greg Clayton 77c57200f8 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
2018-08-29 20:34:08 +00:00
..
ABI Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Architecture Add missing constness. 2018-06-27 07:01:07 +00:00
Disassembler Use a RAII guard to control access to DisassemblerLLVMC. 2018-08-28 15:31:01 +00:00
DynamicLoader Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ExpressionParser Let the CompilerInstance create our clang ASTContext 2018-08-27 15:18:33 +00:00
Instruction Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
InstrumentationRuntime Remove append parameter to FindGlobalVariables 2018-05-31 09:46:26 +00:00
JITLoader Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
Language Fix format string issue introduced in r340548 2018-08-23 18:26:26 +00:00
LanguageRuntime Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
MemoryHistory Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ObjectContainer Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ObjectFile Add a relocation for R_AARCH64_ABS32 in ObjectFileELF 2018-08-17 00:35:47 +00:00
OperatingSystem Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Platform Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Process Don't include the Age in the UUID for CvRecordPdb70 UUID records in minidump files for Apple vendors. 2018-08-29 20:34:08 +00:00
ScriptInterpreter Fix PythonString::GetString for >=python-3.7 2018-07-25 11:35:28 +00:00
StructuredData Typo fixes. 2018-05-29 09:10:46 +00:00
SymbolFile [PDB] Resolve a symbol context block info correctly 2018-08-29 07:26:11 +00:00
SymbolVendor Document how lldb uses the DBGSourcePathRemapping 2018-06-11 21:36:40 +00:00
SystemRuntime Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
UnwindAssembly Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CMakeLists.txt Move StopInfoOverride callback to the new architecture plugin 2017-10-25 21:05:31 +00:00