summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-add the StringRef interface changes for Variable.Zachary Turner2016-11-181-13/+13
* Resubmit "Remove an output-parameter from Variable function".Zachary Turner2016-11-181-109/+77
* Revert "Remove an out param from ValueObject::GetValueForExpressionPath."Zachary Turner2016-11-181-4/+50
* Remove an out param from ValueObject::GetValueForExpressionPath.Zachary Turner2016-11-181-50/+4
* Delete more dead code in ValueObject.Zachary Turner2016-11-181-394/+0
* Remove some dead code in ValueObject.Zachary Turner2016-11-181-44/+21
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-27/+25
* Change ValueObject creation functions to take StringRefs.Zachary Turner2016-11-131-13/+14
* Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata2016-11-071-4/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3967/+3408
* Check for nullEnrico Granata2016-09-021-0/+7
* Teach ValueObject::ReadPointedString how to read char[] in host memoryEnrico Granata2016-08-301-5/+16
* "frame variable" and "target variable" shouldn't allow us to get the address ...Greg Clayton2016-07-061-14/+18
* Add an argument to ValueObject::GetSyntheticBase that allows for name customi...Enrico Granata2016-05-021-4/+10
* Handle bit fields on big-endian systems correctlyUlrich Weigand2016-04-141-2/+6
* Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...Marianne Mailhot-Sarrasin2016-03-101-1/+1
* Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata2016-02-291-4/+10
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* No need for a custom function here; just use what C providesEnrico Granata2015-12-221-29/+1
* Reduce code duplicationEnrico Granata2015-12-211-64/+16
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-171-0/+1
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-101-8/+16
* Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata2015-11-091-7/+30
* [Core] Avoid default in switch() that covers all the cases.Davide Italiano2015-11-041-1/+0
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-11/+13
* Do not try to copy host memory from address 0Enrico Granata2015-11-031-1/+1
* Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...Enrico Granata2015-11-021-0/+15
* Abstract the notion of the truth value of an expression result, for useJim Ingham2015-10-311-0/+20
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-1/+13
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-0/+7
* Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...Enrico Granata2015-10-071-11/+19
* Create a logging category that is specific to data formatters activityEnrico Granata2015-10-061-1/+1
* Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan2015-10-011-7/+5
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-1/+1
* Use the preferred display language when making a persistent variable from aSean Callanan2015-10-011-1/+1
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-2/+7
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-75/+75
* Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndexBruce Mitchener2015-09-211-33/+33
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-1/+0
* Introduce the notion of an escape helper. Different languages have different ...Enrico Granata2015-09-091-2/+2
* Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata2015-09-091-1/+1
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-1/+1
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-031-1/+1
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-031-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-35/+35
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-201-1/+1
* Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"Pavel Labath2015-08-171-1/+1
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-171-1/+1
OpenPOWER on IntegriCloud