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
/
ClangExpressionDeclMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a problem where constant results of expressions
Sean Callanan
2011-01-04
1
-32
/
+29
*
Implemented a feature where the expression parser
Sean Callanan
2010-12-16
1
-0
/
+73
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-158
/
+184
*
Bugfixes for the new "self" pointer handling. Specifically,
Sean Callanan
2010-12-14
1
-2
/
+5
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-7
/
+62
*
Logging improvements to help identify major events in
Sean Callanan
2010-12-07
1
-0
/
+6
*
Handle the case where you make a ClangExpressionDeclMap without a selected fr...
Jim Ingham
2010-12-07
1
-2
/
+7
*
Fixed object lifetimes in ClangExpressionDeclMap
Sean Callanan
2010-12-03
1
-153
/
+203
*
Allowed ClangExpressionDeclMap to dematerialize
Sean Callanan
2010-12-01
1
-3
/
+4
*
Added a feature where registers can be referred to
Sean Callanan
2010-11-30
1
-5
/
+142
*
Made GetVariableValue() more robust in the face
Sean Callanan
2010-11-20
1
-0
/
+11
*
Change the DWARFExpression::Evaluate methods to take an optional
Jason Molenda
2010-11-20
1
-1
/
+1
*
Modifications to type handling logic. We no longer
Sean Callanan
2010-11-19
1
-32
/
+41
*
Whitespace fix.
Sean Callanan
2010-11-17
1
-1
/
+0
*
First attempt and getting "const" C++ method function signatures correct.
Greg Clayton
2010-11-16
1
-4
/
+20
*
Just like functions can have a basename and a mangled/demangled name, variable
Greg Clayton
2010-11-14
1
-27
/
+54
*
Got namespace lookup working and was able to print a complex "this" as an
Greg Clayton
2010-11-13
1
-7
/
+7
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-2
/
+28
*
Did a lot of code cleanup.
Greg Clayton
2010-11-09
1
-13
/
+9
*
Fixed an issue in the DWARF parser that was causing forward declarations
Greg Clayton
2010-11-09
1
-39
/
+39
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-9
/
+9
*
Improved logging and cleaned up a redundant return
Sean Callanan
2010-11-01
1
-5
/
+22
*
Overloading is not broken any more. No need for
Sean Callanan
2010-10-29
1
-8
/
+0
*
Fixed a problem where function calls on i386 weren't
Sean Callanan
2010-10-26
1
-1
/
+5
*
Made many ConstString functions inlined in the header file.
Greg Clayton
2010-10-15
1
-177
/
+250
*
Skip checking for a bunch of built-ins when evaluating an expression.
Greg Clayton
2010-10-15
1
-1
/
+1
*
Fixed an expression parsing issue where if you were stopped somewhere without
Greg Clayton
2010-10-14
1
-0
/
+3
*
Added extra logging, and made sure that the argument
Sean Callanan
2010-10-08
1
-0
/
+9
*
Updated the expression parser to ignore non-external
Sean Callanan
2010-10-06
1
-8
/
+16
*
Added support for (de)materializing values in registers,
Sean Callanan
2010-10-05
1
-41
/
+204
*
Added a new ValueObject type that will be used to freeze dry expression
Greg Clayton
2010-10-05
1
-2
/
+2
*
Make C++ constructors and destructors correctly within the clang types we
Greg Clayton
2010-10-01
1
-3
/
+5
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-5
/
+5
*
Added type lookup, so variables with user-defined types
Sean Callanan
2010-09-27
1
-111
/
+25
*
Added the ability to create an objective C method for an objective C
Greg Clayton
2010-09-24
1
-6
/
+12
*
Updated to latest LLVM. Major LLVM changes:
Sean Callanan
2010-09-23
1
-6
/
+7
*
Added motheds to C++ classes as we parse them to keep clang happy.
Greg Clayton
2010-09-23
1
-4
/
+6
*
Removed the hacky "#define this ___clang_this" handler
Sean Callanan
2010-09-21
1
-22
/
+145
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-4
/
+4
*
Added code to support use of "this" and "self" in
Sean Callanan
2010-09-14
1
-9
/
+60
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-1
/
+9
*
Bugfixes to the expression parser. Fixes include:
Sean Callanan
2010-09-13
1
-0
/
+10
*
There was a check to make sure that the frame had a valid function before the...
Greg Clayton
2010-09-10
1
-10
/
+1
*
There is currently a problem with our interaction
Sean Callanan
2010-09-08
1
-0
/
+8
*
Improved function lookup to avoid conflicts between
Sean Callanan
2010-09-07
1
-3
/
+18
*
Fixed a bug where the parser-specific members of
Sean Callanan
2010-08-30
1
-11
/
+35
*
Refactored ClangExpressionDeclMap to use
Sean Callanan
2010-08-23
1
-184
/
+154
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-14
/
+7
*
First step of refactoring variable handling in the
Sean Callanan
2010-08-20
1
-16
/
+13
*
Added documentation to ClangExpressionDeclMap.
Sean Callanan
2010-08-13
1
-3
/
+2
[next]