summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-33/+33
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-3/+3
* Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov2015-08-101-1/+1
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-071-1/+1
* Allow ValueObject::Dereference to dereference references.Chaoren Lin2015-07-311-6/+6
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-3/+3
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-3/+3
* Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata2015-06-031-2/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Remove unused #includes of ScriptInterpreterPython.hZachary Turner2015-05-281-1/+0
* Constant result ValueObjects are - well - constantEnrico Granata2015-05-161-19/+21
* [ValueObject::GetPointeeData] Get addr from value for eValueHostAddress values.Siva Chandra2015-05-051-0/+8
* [ValueObject] Do not return address of eValueTypeHostAddress values.Siva Chandra2015-05-041-3/+5
* This fixes the build I previously broke - and actually makes the test case wo...Enrico Granata2015-03-121-24/+74
* Remove duplicated code for synthetic array members.Bruce Mitchener2015-02-261-52/+6
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-4/+4
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-0/+15
* Move several GetByteSize() calls over to the brave new world of taking an Exe...Enrico Granata2015-01-281-4/+10
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-4/+4
* Fix indentation in ValueObject.cpp (test commit)Tamas Berghammer2015-01-231-2/+2
* Add an API to ValueObject that iterates over the entire parent chain via a ca...Enrico Granata2015-01-221-8/+14
* Allow individual ValueObjects to pick their preferred display languageEnrico Granata2015-01-211-12/+23
* This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...Enrico Granata2015-01-081-2/+2
* Fix a problem where a ValueObject could fail to update itself, but since it w...Enrico Granata2015-01-081-1/+1
* Cleanup some redundant codeEnrico Granata2014-12-201-3/+1
* Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata2014-12-171-2/+13
* Remove the last vestige of the world before data formatters :-)Enrico Granata2014-12-101-59/+4
* Extend ValueObject::GetExpressionPath() to do something reasonable for synthe...Enrico Granata2014-12-091-0/+40
* Fixed ValueObject::UpdateValueIfNeeded to keepSean Callanan2014-12-091-10/+47
* This patch does a few things:Enrico Granata2014-12-091-2/+16
* Add the ability for an SBValue to create a persisted version of itself.Enrico Granata2014-12-081-0/+26
* Shuffle APIs around a little bit, so that if you pass custom summary options,...Enrico Granata2014-11-181-7/+10
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-1/+1
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-061-1/+40
* Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata2014-11-051-2/+1
OpenPOWER on IntegriCloud