summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
...
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-1/+1
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-301-1/+1
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-301-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-117-23/+0
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-5/+6
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-2/+3
* [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-232-0/+15
* Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev2018-10-183-9/+4
* Return a named error in the result object of an expression with no resultJim Ingham2018-10-163-4/+9
* Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."Davide Italiano2018-09-171-3/+7
* [IRInterpreter] Minor cleanups, add comments. NFCI.Davide Italiano2018-09-141-7/+3
* [IRInterpreter] Fall back to JIT with 128-bit values.Davide Italiano2018-09-141-0/+12
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-2/+2
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-131-1/+1
* Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss2018-08-281-11/+6
* [IRMemoryMap] Shrink Allocation and make it move-only (NFC)Vedant Kumar2018-08-081-5/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-075-6/+6
* [IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC)Vedant Kumar2018-08-061-5/+1
* Fix whitespace formatting in DWARFExpression::DumpLocationPavel Labath2018-07-191-14/+14
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-1/+5
* Fix an issue where DW_OP_deref might be dereferencing a file address. Convert...Greg Clayton2018-06-211-0/+28
* IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath2018-06-201-7/+1
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-4/+2
* [IRMemoryMap] Fix the alignment adjustment in MallocVedant Kumar2018-05-311-6/+12
* Set m_struct_valid to initial value in ctor. Jason Molenda2018-05-311-1/+2
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Break dependency from Core to ObjectFileJIT.Zachary Turner2018-05-232-11/+16
* 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
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-13/+13
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-302-1/+13
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-3/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-3012-230/+195
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-0/+1
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-181-10/+10
* [IRExecutionUnit] Remove broken/dead code.Davide Italiano2018-01-041-26/+2
* Do not use default arguments of DataLayout::getPointer*. NFCFangrui Song2017-12-061-5/+0
* Revert "[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JI...Pavel Labath2017-11-131-2/+1
* Add support for the DWP debug info formatTamas Berghammer2017-08-251-0/+1
* Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer2017-08-161-21/+14
* Update for llvm api change.Rafael Espindola2017-08-031-5/+0
* Rename Error -> Status.Zachary Turner2017-05-1211-127/+128
* Add CopyDiagnostic to the DiagnosticManager.Jim Ingham2017-04-191-0/+9
* Revert r298776 - Expression: add missing linkage to RuntimeDyld ...Michal Gorny2017-03-301-1/+0
* Expression: add missing linkage to RuntimeDyld componentMichal Gorny2017-03-251-0/+1
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-1/+2
* Initialize m_allow_cxx, m_allow_objc. These ivars in the base class are not Jason Molenda2017-03-211-0/+2
OpenPOWER on IntegriCloud