summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/DWARFExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-4/+4
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-26/+11
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-1/+1
* Fix build error when lldb is being built i386.Jason Molenda2010-11-291-3/+5
* Change the DWARFExpression::Evaluate methods to take an optionalJason Molenda2010-11-201-37/+113
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-8/+8
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-4/+4
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-68/+92
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-5/+11
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-2/+2
* Refactored ClangExpressionDeclMap to useSean Callanan2010-08-231-0/+2
* First step of refactoring variable handling in theSean Callanan2010-08-201-0/+2
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-3/+3
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-10/+11
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-0/+3
* Updated the expression parser to use proper logging when Sean Callanan2010-06-231-4/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+2589
OpenPOWER on IntegriCloud