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
/
ClangUserExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
I moved the responsibility for interacting with the
Sean Callanan
2011-10-29
1
-1
/
+1
*
Extended the lifetime of Clang parser objects to the
Sean Callanan
2011-10-12
1
-3
/
+2
*
Fixed a memory leak of ASTResultSynthesizers,
Sean Callanan
2011-10-08
1
-4
/
+7
*
Factored out handling of the source code for an
Sean Callanan
2011-09-26
1
-50
/
+17
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-19
/
+23
*
Fixed a problem where expressions would attempt to
Sean Callanan
2011-09-20
1
-27
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-2
/
+2
*
Fixed a problem where the expression parser would
Sean Callanan
2011-09-15
1
-0
/
+3
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-66
/
+56
*
Huge memory and performance improvements in the DWARF parser.
Greg Clayton
2011-09-12
1
-2
/
+2
*
Fixed a bug where the target for an expression was
Sean Callanan
2011-08-24
1
-4
/
+4
*
Added support for persistent types to the
Sean Callanan
2011-08-23
1
-3
/
+13
*
Add EvaluateWithError static method. Fix a bug in handling constant expressi...
Jim Ingham
2011-08-09
1
-1
/
+13
*
This is an overhaul of the expression parser code
Sean Callanan
2011-08-05
1
-27
/
+32
*
Improved the expression parser's detection of the
Sean Callanan
2011-08-03
1
-3
/
+7
*
Added checking to make sure that the target has a
Sean Callanan
2011-08-01
1
-1
/
+5
*
Patch by Matt Johnson to silence G++ warnings!
Johnny Chen
2011-07-19
1
-4
/
+4
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-1
/
+1
*
Cleanup error output on expressions.
Greg Clayton
2011-06-24
1
-1
/
+1
*
Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...
Jim Ingham
2011-06-20
1
-2
/
+2
*
This commit integrates support for the LLVM MCJIT
Sean Callanan
2011-05-23
1
-2
/
+12
*
RunThreadPlan should set the plan to "not private" since it needs that,
Jim Ingham
2011-05-17
1
-1
/
+1
*
Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.
Greg Clayton
2011-05-17
1
-1
/
+5
*
Fix the error message when an expression evaluation is interrupted by a crash...
Jim Ingham
2011-05-17
1
-3
/
+16
*
Fixed a bug in which expression-local variables were
Sean Callanan
2011-05-09
1
-9
/
+15
*
Made expressions that are just casts of pointer
Sean Callanan
2011-05-07
1
-13
/
+8
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-3
/
+3
*
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
-4
/
+4
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-15
/
+15
*
Clean up a bit of the type getting code where lldb_private:Type now has
Greg Clayton
2011-02-16
1
-3
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-14
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-1
/
+1
*
Fixed a bug in the expression code which caused
Sean Callanan
2011-01-24
1
-3
/
+6
*
Make expressions clean up their JIT'ed code allocation.
Greg Clayton
2011-01-19
1
-18
/
+18
*
Took the timeout for a ClangUserExpression down from a 10 second timeout to
Greg Clayton
2011-01-19
1
-1
/
+1
*
Make a few log messages come out in "log enable lldb step" as well as "log en...
Jim Ingham
2011-01-18
1
-2
/
+4
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-0
/
+7
*
Added support for the fragile ivars provided by
Sean Callanan
2011-01-17
1
-1
/
+1
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-4
/
+8
*
Added access to set the current stack frame within a thread so any command
Greg Clayton
2010-12-17
1
-0
/
+1
*
Remove #include of non-existant lldb/Expression/ASTSplitConsumer.h
Jason Molenda
2010-12-16
1
-1
/
+0
*
Implemented a feature where the expression parser
Sean Callanan
2010-12-16
1
-32
/
+47
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-27
/
+26
*
Bugfixes for the new "self" pointer handling. Specifically,
Sean Callanan
2010-12-14
1
-3
/
+15
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-12
/
+60
*
More logging for use in debugging the interactions
Sean Callanan
2010-12-07
1
-4
/
+27
*
Logging improvements to help identify major events in
Sean Callanan
2010-12-07
1
-5
/
+36
*
Fixed object lifetimes in ClangExpressionDeclMap
Sean Callanan
2010-12-03
1
-5
/
+14
*
Fixed ClangUserExpression's wrapping of expressions
Sean Callanan
2010-12-01
1
-4
/
+27
[next]