summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/DWARFExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Fix whitespace formatting in DWARFExpression::DumpLocationPavel Labath2018-07-191-14/+14
* Fix an issue where DW_OP_deref might be dereferencing a file address. Convert...Greg Clayton2018-06-211-0/+28
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-031-0/+6
* Revert "DWARFExpression: Convert file addresses to load addresses early on."Adrian Prantl2018-05-031-4/+1
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-031-1/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-155/+137
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-181-10/+10
* Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer2017-08-161-21/+14
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Use the right dwarf attributes for parsing location list entries (fixup for r...Pavel Labath2016-10-311-2/+2
* Rename DWARF 5 constants to adapt to change in LLVMAdrian Prantl2016-10-281-3/+3
* Replaced two instances of std::function with auto.Sean Callanan2016-09-141-4/+3
* Cleaned up some of the "frame diagnose" code to use Operands as currency.Sean Callanan2016-09-131-62/+56
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3230/+3145
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+148
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-6/+126
* DWARFExpression: Don't resolve load address in DW_OP_plusTamas Berghammer2016-03-011-3/+3
* Revert part of rL262014 as it caused issues on gcc-i386Tamas Berghammer2016-02-261-4/+0
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-261-4/+27
* 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
OpenPOWER on IntegriCloud