hanchenye-llvm-project/lldb/source/Symbol
Greg Clayton 5400bad64d <rdar://problem/11078937>
LLDB can match incorrect line table entries when an address is between two valid line entries (in the gap between the valid debug info), now it doesn't!

llvm-svn: 153077
2012-03-20 02:15:45 +00:00
..
Block.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
ClangASTContext.cpp ...And finished the job. 2012-03-10 02:00:32 +00:00
ClangASTImporter.cpp Removed another debug message. Sigh... 2012-02-09 02:04:23 +00:00
ClangASTType.cpp Fixing a crasher bug where we were not checking for NULL before trying to retrieve the format for a type 2012-03-06 01:28:31 +00:00
ClangExternalASTSourceCallbacks.cpp I have brought LLDB up-to-date with top of tree 2012-02-04 08:49:35 +00:00
ClangExternalASTSourceCommon.cpp Added the ability for clients to grab a set of symbol table indexes and then 2011-12-03 20:02:42 +00:00
ClangNamespaceDecl.cpp
CompileUnit.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
DWARFCallFrameInfo.cpp <rdar://problem/10560053> 2012-02-05 02:38:54 +00:00
Declaration.cpp
FuncUnwinders.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Function.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
LineEntry.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
LineTable.cpp <rdar://problem/11078937> 2012-03-20 02:15:45 +00:00
Makefile
ObjectFile.cpp <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Symbol.cpp Make sure the byte size is correct when dumping as it may need to be calculated on the fly. 2012-03-07 23:30:39 +00:00
SymbolContext.cpp <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
SymbolFile.cpp Added code in the Host layer that can report system log messages 2012-01-05 03:57:59 +00:00
SymbolVendor.cpp <rdar://problem/11034170> 2012-03-13 23:14:29 +00:00
Symtab.cpp <rdar://problem/10997402> 2012-03-07 21:03:09 +00:00
Type.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
TypeHierarchyNavigator.cpp
TypeList.cpp
UnwindPlan.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
UnwindTable.cpp Added the ability to disassembly "count" instructions given a SBAddress. 2012-03-06 22:24:44 +00:00
Variable.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
VariableList.cpp
VerifyDecl.cpp