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
/
Expression
/
ClangExpressionVariable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
1
-142
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-5
/
+5
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-2
/
+2
*
Add the ability for an SBValue to create a persisted version of itself.
Enrico Granata
2014-12-08
1
-0
/
+11
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-12
/
+7
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-15
/
+4
*
http://llvm.org/bugs/show_bug.cgi?id=11618
Johnny Chen
2012-01-06
1
-0
/
+12
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-1
/
+1
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-4
/
+4
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-2
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-3
/
+3
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-19
/
+21
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-88
/
+81
*
Fixed a problem where m_register_info was not being
Sean Callanan
2010-11-30
1
-1
/
+2
*
Added a feature where registers can be referred to
Sean Callanan
2010-11-30
1
-0
/
+1
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-1
/
+1
*
Made many ConstString functions inlined in the header file.
Greg Clayton
2010-10-15
1
-1
/
+1
*
Added a new ValueObject type that will be used to freeze dry expression
Greg Clayton
2010-10-05
1
-115
/
+78
*
Fixed handling of signed short types in expressions.
Sean Callanan
2010-10-01
1
-1
/
+1
*
Add "-o" option to "expression" which prints the object description if availa...
Jim Ingham
2010-09-30
1
-13
/
+10
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-1
/
+1
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-1
/
+1
*
Bugfixes to the expression parser. Fixes include:
Sean Callanan
2010-09-13
1
-0
/
+8
*
Fixed a bug where ClangExpressionVariableList was
Sean Callanan
2010-08-30
1
-1
/
+3
*
First step of refactoring variable handling in the
Sean Callanan
2010-08-20
1
-44
/
+125
*
Documented ClangExpressionVariable(List), and
Sean Callanan
2010-08-13
1
-17
/
+4
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+100