summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/DWARFExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
* <rdar://problem/11791234>Greg Clayton2012-08-111-1/+6
* <rdar://problem/11791234>Greg Clayton2012-08-101-0/+7
* Hardened the process of reading the program counterSean Callanan2012-03-101-1/+6
* Fixed a bug where the DWARF location expressionSean Callanan2012-01-061-0/+2
* <rdar://problem/10507811>Greg Clayton2012-01-041-6/+6
* Fix assert string to be more informative.Jim Ingham2011-12-071-1/+1
* <rdar://problem/10507811>Greg Clayton2011-12-011-1/+10
* If we are going to assert due to an unhanded opcode, stuff the opcode value i...Jim Ingham2011-12-011-2/+6
* <rdar://problem/10338439>Greg Clayton2011-11-131-70/+342
* Improved expression logging. Now all calls toSean Callanan2011-10-141-2/+2
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-24/+46
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-8/+8
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-1/+1
* Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton2011-09-021-12/+100
* Added the ability to see block variables when looking up addressesGreg Clayton2011-07-111-74/+136
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-12/+20
* lldb-59.Greg Clayton2011-05-301-4/+8
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-11/+27
* Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAXGreg Clayton2011-04-011-2/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-0/+4
* 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