..
Block.cpp
Added more API to lldb::SBBlock to allow getting the block
2010-09-07 04:20:48 +00:00
ClangASTContext.cpp
More missing files from my previous checkin.
2010-08-05 01:57:25 +00:00
ClangASTType.cpp
More missing files from my previous checkin.
2010-08-05 01:57:25 +00:00
CompileUnit.cpp
Created lldb::LanguageType by moving an enumeration from the
2010-07-28 02:04:09 +00:00
DWARFCallFrameInfo.cpp
I enabled some extra warnings for hidden local variables and for hidden
2010-07-14 00:18:15 +00:00
Declaration.cpp
Added a new bool parameter to many of the DumpStopContext() methods that
2010-09-02 21:44:10 +00:00
Function.cpp
Added support for inlined stack frames being represented as real stack frames
2010-08-24 00:45:41 +00:00
LineEntry.cpp
Added a new bool parameter to many of the DumpStopContext() methods that
2010-09-02 21:44:10 +00:00
LineTable.cpp
Fixed an issue with looking up line table entries by address where internal
2010-07-06 23:34:08 +00:00
Makefile
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
ObjectFile.cpp
Change Target & Process so they can really be initialized with an invalid architecture.
2010-08-09 23:31:02 +00:00
Symbol.cpp
Clarified the intent of the SymbolContextScope class in the header
2010-08-30 18:11:35 +00:00
SymbolContext.cpp
Added more API to lldb::SBBlock to allow getting the block
2010-09-07 04:20:48 +00:00
SymbolFile.cpp
Initial checkin of lldb code from internal Apple repo.
2010-06-08 16:52:24 +00:00
SymbolVendor.cpp
Added support for objective C built-in types: id, Class, and SEL. This
2010-08-03 00:35:52 +00:00
Symtab.cpp
Added Symtab::FindSymbolByID() in preparation for enabling the minimal
2010-09-07 17:36:17 +00:00
Type.cpp
Add an accessor to get the Declaration for a type.
2010-08-20 01:15:38 +00:00
TypeList.cpp
More constructor warning fixes from William Lynch.
2010-07-20 14:37:45 +00:00
Variable.cpp
Clarified the intent of the SymbolContextScope class in the header
2010-08-30 18:11:35 +00:00
VariableList.cpp
StackFrame objects now own ValueObjects for any frame variables (locals, args,
2010-09-02 02:59:18 +00:00