index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Core
/
ValueObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-0
/
+7
*
Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...
Enrico Granata
2015-10-07
1
-11
/
+19
*
Create a logging category that is specific to data formatters activity
Enrico Granata
2015-10-06
1
-1
/
+1
*
Eliminated redundant "constructors" for ClangExpressionVariable. ...
Sean Callanan
2015-10-01
1
-7
/
+5
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-1
/
+1
*
Use the preferred display language when making a persistent variable from a
Sean Callanan
2015-10-01
1
-1
/
+1
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-2
/
+7
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-1
/
+1
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-75
/
+75
*
Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndex
Bruce Mitchener
2015-09-21
1
-33
/
+33
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
1
-1
/
+0
*
Introduce the notion of an escape helper. Different languages have different ...
Enrico Granata
2015-09-09
1
-2
/
+2
*
Preparatory work for letting language plugins help the StringPrinter with for...
Enrico Granata
2015-09-09
1
-1
/
+1
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-1
/
+1
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
1
-1
/
+1
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
1
-1
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-35
/
+35
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-20
1
-1
/
+1
*
Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"
Pavel Labath
2015-08-17
1
-1
/
+1
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-17
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-33
/
+33
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-3
/
+3
*
Revert r244308 since it's introducing test regressions on Linux:
Oleksiy Vyalov
2015-08-10
1
-1
/
+1
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-07
1
-1
/
+1
*
Allow ValueObject::Dereference to dereference references.
Chaoren Lin
2015-07-31
1
-6
/
+6
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-3
/
+3
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-3
/
+3
*
Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...
Enrico Granata
2015-06-03
1
-2
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Remove unused #includes of ScriptInterpreterPython.h
Zachary Turner
2015-05-28
1
-1
/
+0
*
Constant result ValueObjects are - well - constant
Enrico Granata
2015-05-16
1
-19
/
+21
*
[ValueObject::GetPointeeData] Get addr from value for eValueHostAddress values.
Siva Chandra
2015-05-05
1
-0
/
+8
*
[ValueObject] Do not return address of eValueTypeHostAddress values.
Siva Chandra
2015-05-04
1
-3
/
+5
*
This fixes the build I previously broke - and actually makes the test case wo...
Enrico Granata
2015-03-12
1
-24
/
+74
*
Remove duplicated code for synthetic array members.
Bruce Mitchener
2015-02-26
1
-52
/
+6
*
Make a more complete fix for always supplying an execution context when getti...
Greg Clayton
2015-02-12
1
-4
/
+4
*
Introduce the notion of "runtime support values"
Enrico Granata
2015-02-11
1
-0
/
+15
*
Move several GetByteSize() calls over to the brave new world of taking an Exe...
Enrico Granata
2015-01-28
1
-4
/
+10
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-4
/
+4
*
Fix indentation in ValueObject.cpp (test commit)
Tamas Berghammer
2015-01-23
1
-2
/
+2
*
Add an API to ValueObject that iterates over the entire parent chain via a ca...
Enrico Granata
2015-01-22
1
-8
/
+14
*
Allow individual ValueObjects to pick their preferred display language
Enrico Granata
2015-01-21
1
-12
/
+23
*
This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...
Enrico Granata
2015-01-08
1
-2
/
+2
*
Fix a problem where a ValueObject could fail to update itself, but since it w...
Enrico Granata
2015-01-08
1
-1
/
+1
*
Cleanup some redundant code
Enrico Granata
2014-12-20
1
-3
/
+1
*
Provide CreateValueFromData,Expression at the SBTarget level as well as the S...
Enrico Granata
2014-12-17
1
-2
/
+13
*
Remove the last vestige of the world before data formatters :-)
Enrico Granata
2014-12-10
1
-59
/
+4
*
Extend ValueObject::GetExpressionPath() to do something reasonable for synthe...
Enrico Granata
2014-12-09
1
-0
/
+40
*
Fixed ValueObject::UpdateValueIfNeeded to keep
Sean Callanan
2014-12-09
1
-10
/
+47
*
This patch does a few things:
Enrico Granata
2014-12-09
1
-2
/
+16
[next]