summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/DWARFExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl2020-02-191-1/+5
* Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl2020-02-191-4/+12
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-091-31/+4
* [lldb/DWARF] Switch to llvm location list parserPavel Labath2019-12-091-261/+147
* [lldb] Improve/fix base address selection in location listsPavel Labath2019-12-091-51/+58
* [lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-2/+3
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-1/+1
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-221-6/+6
* [LLDB] Cleanup the DataEncoder utility. (NFC)Jonas Devlieghere2019-11-131-3/+3
* DWARFExpression: Fix/add support for (v4) debug_loc base address selection en...Pavel Labath2019-10-141-0/+18
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-301-407/+4
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-111-0/+261
* Implement DW_OP_convertAdrian Prantl2019-09-101-0/+77
* Remove DWARFExpression::LocationListSizePavel Labath2019-08-291-23/+0
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-27/+15
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-10/+10
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-2/+2
* [DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere2019-05-281-48/+13
* [DWARFExpression] Remove commented-out code (NFC)Jonas Devlieghere2019-05-241-119/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* DWARF: Port debug_addr over to DWARFContextPavel Labath2019-05-211-24/+7
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-5/+0
* DWARFExpression: Fix implementation of DW_OP_pickPavel Labath2019-04-291-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-107/+0
* [lldb] Fix DW_OP_addrx uses.Ali Tamur2019-03-071-2/+9
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-011-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-5/+5
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* [LLDB] - Parse the DW_LLE_startx_length correctly for DWARF v5 case.George Rimar2018-10-251-2/+6
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-0/+12
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-131-1/+1
* 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
OpenPOWER on IntegriCloud