summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectChild.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-081-1/+1
* Adjust a ValueObjectChild's offset when the child is a bitfieldAdrian Prantl2019-08-071-0/+24
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify code for readability. (NFC)Adrian Prantl2018-12-191-6/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Remove comments after header includes.Jonas Devlieghere2018-11-111-10/+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-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-9/+12
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-225/+176
* More rework of the updating logic for ValueObjectChild. Still just refactorin...Enrico Granata2015-11-091-24/+43
* Rework the way in which ValueObjectChild decides how to update itself; this i...Enrico Granata2015-11-091-1/+1
* Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata2015-11-091-1/+3
* [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-6/+6
* 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-2/+2
* Second attempt at the fix for the recursion in ValueObjectChild::CanUpdateWit...Enrico Granata2015-07-281-4/+13
* Revert "Fix an issue where LLDB would run out of stack space ..."Pavel Labath2015-07-241-6/+4
* Fix an issue where LLDB would run out of stack space trying to decide if a de...Enrico Granata2015-07-241-4/+6
* A previous patch made it so that ValueObjects could update themselves even in...Enrico Granata2015-05-191-0/+8
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-1/+1
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-26/+26
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1/+2
* Don't copy entire value into m_data unless we need to. If we did this and the...Greg Clayton2014-01-231-1/+4
* Huge change to clean up types.Greg Clayton2013-07-111-9/+7
* <rdar://problem/13623698>Enrico Granata2013-04-111-1/+4
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* <rdar://problem/11113279>Greg Clayton2012-03-261-1/+21
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* Added support for looking up the complete type forSean Callanan2012-02-221-2/+2
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-5/+8
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-2/+2
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-9/+26
* Fixed an issue where a variable that was a pointer whoseGreg Clayton2011-08-161-3/+4
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-1/+1
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-1/+1
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-1/+1
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-1/+1
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-1/+1
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-7/+9
* Fixed up the SBValue::GetExpressionPath() to be more correct under moreGreg Clayton2011-01-211-2/+4
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-1/+1
* Removed a few bad assert() statement regarding bitfields.Greg Clayton2011-01-091-2/+0
* Make sure we don't assert if we have a child with zero byte size. AlsoGreg Clayton2011-01-081-1/+0
OpenPOWER on IntegriCloud