summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectConstResult.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-081-1/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-8/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-4/+5
* Remove comments after header includes.Jonas Devlieghere2018-11-111-4/+4
* 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-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-12/+9
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-292/+206
* Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata2016-02-291-2/+5
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-2/+3
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-1/+3
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-16/+16
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-9/+9
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-10/+10
* Add a class ValueObjectConstResultCast.Siva Chandra2015-07-161-0/+6
* 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
* Add the ability for an SBValue to create a persisted version of itself.Enrico Granata2014-12-081-4/+8
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-061-0/+5
* Add synthetic children support for NSIndexPathEnrico Granata2014-10-151-0/+1
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+6
* Huge change to clean up types.Greg Clayton2013-07-111-101/+57
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+6
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* Make const result value objects able to return dynamic types.Greg Clayton2012-07-071-0/+22
* Order the initializations so that they reflect how they're declared in the cl...Bill Wendling2012-04-041-1/+1
* <rdar://problem/11113279>Greg Clayton2012-03-261-1/+1
* Added support for looking up the complete type forSean Callanan2012-02-221-2/+2
* Fixed a dangling pointer bug associated with theSean Callanan2012-01-051-0/+7
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-0/+24
* http://llvm.org/bugs/show_bug.cgi?id=11588Johnny Chen2011-12-161-0/+7
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-23/+67
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-1/+1
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-0/+83
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-9/+16
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-2/+2
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-5/+90
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Mark a ValueObjectConstResult as valid if it is created with some data, don't...Jim Ingham2010-10-151-0/+1
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-2/+2
* Added the notion that a value object can be constant by adding:Greg Clayton2010-10-051-0/+10
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-0/+109
OpenPOWER on IntegriCloud