summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/DWARFExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-2/+2
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-2/+2
* Add support for DW_OP_piece and DW_OP_bit_piece.Greg Clayton2014-02-121-3/+84
* Avoid LLDB crash upon DW_OP_deref* with empty stackEd Maste2014-01-131-0/+12
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* Fix the format warnings.Sylvestre Ledru2013-10-311-2/+2
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-6/+70
* Remove some unused #includes.Jim Ingham2013-09-051-4/+0
* Cleanup/rearrange includes:Virgile Bello2013-08-281-0/+4
* Reverts r187449 (report_fatal_error) in favor of a log message sinceAshok Thirumurthi2013-07-311-3/+3
* Add a default case to the LLVM expression opcode switch statementDaniel Malea2013-07-301-0/+4
* Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressionsAshok Thirumurthi2013-07-291-0/+32
* Huge change to clean up types.Greg Clayton2013-07-111-593/+30
* <rdar://problem/13893094>Greg Clayton2013-05-171-1/+8
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* Adding support for DW_OP_stack_value in DWARFExpression::EvaluateAndrew Kaylor2013-03-061-0/+12
* <rdar://problem/13338643>Greg Clayton2013-03-041-9/+10
* <rdar://problem/13069948>Greg Clayton2013-01-251-42/+42
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-23/+23
* 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
OpenPOWER on IntegriCloud