hanchenye-llvm-project/lldb/source/Plugins
Greg Clayton 81c22f6104 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
process IDs, and thread IDs, but was mainly needed for for the UserID's for
Types so that DWARF with debug map can work flawlessly. With DWARF in .o files
the type ID was the DIE offset in the DWARF for the .o file which is not
unique across all .o files, so now the SymbolFileDWARFDebugMap class will
make the .o file index part (the high 32 bits) of the unique type identifier
so it can uniquely identify the types.

llvm-svn: 142534
2011-10-19 18:09:39 +00:00
..
ABI Have the FuncUnwinder object request & provide an architecture-defined 2011-09-15 00:44:34 +00:00
Disassembler/llvm Fixed the public and internal disassembler API to be named correctly: 2011-09-27 00:58:45 +00:00
DynamicLoader Patch from dawn@burble.org to build on linux! 2011-10-10 23:11:50 +00:00
Instruction/ARM Fix two logic errors uncovered by the static analyzer. 2011-08-16 01:16:02 +00:00
LanguageRuntime Changed lldb_private::Type over to use the intrusive ref counted pointers 2011-10-18 23:36:41 +00:00
ObjectContainer Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
ObjectFile Removed namespace qualification from symbol queries. 2011-10-13 16:49:47 +00:00
OperatingSystem/Darwin-Kernel Added ClangNamespaceDecl * parameters to several 2011-10-12 02:08:07 +00:00
Platform Added to the public API to allow symbolication: 2011-09-24 00:52:29 +00:00
Process Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
SymbolFile Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
SymbolVendor/MacOSX Don't put modules for .o files into the global shared module list. We 2011-09-18 18:59:15 +00:00
UnwindAssembly Fix verbose logging of unwinders. 2011-09-29 22:34:41 +00:00
Makefile Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00