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 an issue that was causing us to crash when evaluating expressions for
Greg Clayton
2011-07-06
1
-2
/
+6
*
This commit adds broad architectural support for hierarchical
Greg Clayton
2011-06-25
1
-14
/
+133
*
Fixed an issue for ARM where data symbols would alway return invalid addresses.
Greg Clayton
2011-06-23
1
-27
/
+53
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-144
/
+79
*
Added a function to lldb_private::Address:
Greg Clayton
2011-05-18
1
-11
/
+11
*
For cases where a const function is inaccurately reported
Sean Callanan
2011-05-13
1
-0
/
+26
*
Introduced support for UnknownAnyTy, the Clang type
Sean Callanan
2011-05-12
1
-6
/
+69
*
Fixed a bug in which expression-local variables were
Sean Callanan
2011-05-09
1
-7
/
+31
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-118
/
+49
*
Added support for reading untyped symbols. Right now
Sean Callanan
2011-05-08
1
-47
/
+180
*
Made expressions that are just casts of pointer
Sean Callanan
2011-05-07
1
-14
/
+86
*
Adding support for fetching the Dynamic Value for ObjC Objects.
Jim Ingham
2011-05-02
1
-1
/
+2
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-21
/
+21
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-2
/
+0
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-2
/
+2
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-16
/
+25
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-10
/
+10
*
Fixed a bug in the expression parser where the 'this'
Sean Callanan
2011-03-04
1
-30
/
+64
*
Clean up a bit of the type getting code where lldb_private:Type now has
Greg Clayton
2011-02-16
1
-6
/
+6
*
Added a new class, ASTDumper, that provides verbose
Sean Callanan
2011-02-01
1
-0
/
+8
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-2
/
+3
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-5
/
+11
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-7
/
+5
*
Added support for the fragile ivars provided by
Sean Callanan
2011-01-17
1
-0
/
+30
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-24
/
+10
*
Fixed handling of explicitly-declared persistent
Sean Callanan
2011-01-13
1
-2
/
+3
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-65
/
+342
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-30
/
+28
*
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
[prev]
[next]