summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/DWARFExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-1/+1
* Fix MSVC warings in DWARFExpression.cppTamas Berghammer2015-09-211-1/+2
* Add support for the DWARFLocationList used by split-dwarfTamas Berghammer2015-09-161-238/+317
* Add support for DW_OP_GNU_const_index to dwarf expressionTamas Berghammer2015-09-151-3/+45
* Remove an invalid check in DW_OP_piece processing.Hafiz Abid Qadeer2015-09-091-1/+1
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-031-1/+1
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-031-1/+1
* Handle DW_OP_GNU_addr_index in DWARF expressionsTamas Berghammer2015-08-251-6/+91
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-2/+0
* Add support for the DWARFv3 (circa 2005) DW_OP_form_tls_addressJason Molenda2015-03-051-4/+13
* Don't crash when evaluating a DWARF expression has a DW_OP_bra with nothing o...Greg Clayton2015-02-101-0/+7
* Ryan Brown's patch to handle DW_OP_call_frame_cfa addressesJason Molenda2014-10-161-1/+1
* Ah, accidentally committed a patch I didn't mean to. Jason Molenda2014-10-161-1/+1
* It's possible for long_options[long_options_index].definition to be nullJason Molenda2014-10-161-1/+1
* Fix -Werror,-Wcovered-switch-default warning in DWARFExpressionEric Christopher2014-09-091-5/+0
* Fix typo in error message.Eric Christopher2014-08-141-1/+1
* Patch to enable LLDB to extract value bytes from DWARF block forms and udata/...Enrico Granata2014-08-111-3/+30
* Rewrote the initial DW_OP_piece support to be able to support opcodes like:Greg Clayton2014-07-311-108/+145
* lldb is a scope, not a labelEd Maste2014-07-301-1/+1
* Use Process::ReadMemoryFromPointer() instead of manually reading the pointer.Greg Clayton2014-07-301-6/+3
* lldb needs to support DW_op_piece masks for values in subregister and also to...Greg Clayton2014-07-121-2/+76
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-2/+2
* "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
OpenPOWER on IntegriCloud