summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* ValueObject: Fix a crash related to children address type computationPavel Labath2019-10-251-45/+0
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-081-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify code by using Optional::getValueOr()Adrian Prantl2019-01-151-3/+1
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-1/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-1/+2
* Remove comments after header includes.Jonas Devlieghere2018-11-111-12/+12
* Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."Davide Italiano2018-11-081-10/+3
* Fix bug in PE/COFF plugin and ValueObjectVariable.Zachary Turner2018-11-081-3/+10
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-3/+3
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-031-19/+2
* Revert "DWARFExpression: Convert file addresses to load addresses early on."Adrian Prantl2018-05-031-3/+17
* Add back condition that was accidentally removed in r331462.Adrian Prantl2018-05-031-3/+5
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-031-19/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-35/+27
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer2017-08-161-3/+2
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-8/+24
* Resubmit "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-1/+1
* Revert "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-1/+1
* Change RegisterValue getters / setters to use StringRef.Zachary Turner2016-11-171-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-370/+304
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-261-1/+9
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-2/+3
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-4/+4
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-7/+7
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-5/+5
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-1/+1
* Move several GetByteSize() calls over to the brave new world of taking an Exe...Enrico Granata2015-01-281-1/+3
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-1/+1
* Fixed an issue that could cause GetPointeeData() to fail when passing in a no...Greg Clayton2014-12-191-5/+34
* Fix a problem where ValueObjectVariable was not correctly setting its 'has va...Enrico Granata2014-11-041-0/+2
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-1/+1
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+9
* When writing data back into a register, acceptSean Callanan2014-02-071-1/+1
* Made sure that ValueObjectVariable actuallySean Callanan2014-01-181-0/+12
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Fixed a bug where variables' byte sizes would notSean Callanan2013-10-091-0/+4
* Huge change to clean up types.Greg Clayton2013-07-111-20/+10
* Fix various build warnings.Matt Kopec2013-06-031-4/+0
* <rdar://problem/13925626>Enrico Granata2013-05-201-1/+3
* <rdar://problem/13925626>Enrico Granata2013-05-201-1/+1
* Don’t use the resolved value to calculate the location unless the variable ...Enrico Granata2013-05-031-2/+5
* <rdar://problem/13695846>Enrico Granata2013-04-301-0/+80
* <rdar://problem/13421412>Greg Clayton2013-03-141-4/+3
OpenPOWER on IntegriCloud