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
/
ClangFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-4
/
+2
*
Centralize all of the type name code so that we always strip the leading
Greg Clayton
2011-06-30
1
-4
/
+4
*
This commit integrates support for the LLVM MCJIT
Sean Callanan
2011-05-23
1
-1
/
+1
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-28
/
+7
*
Made expressions that are just casts of pointer
Sean Callanan
2011-05-07
1
-1
/
+3
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-12
/
+12
*
Get ObjC stepping working again when the process is not the default host arch...
Jim Ingham
2011-03-17
1
-18
/
+26
*
Clean up a bit of the type getting code where lldb_private:Type now has
Greg Clayton
2011-02-16
1
-8
/
+7
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-5
/
+20
*
Make expressions clean up their JIT'ed code allocation.
Greg Clayton
2011-01-19
1
-8
/
+12
*
Make a few log messages come out in "log enable lldb step" as well as "log en...
Jim Ingham
2011-01-18
1
-1
/
+1
*
Added support for the fragile ivars provided by
Sean Callanan
2011-01-17
1
-1
/
+1
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-12
/
+12
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-6
/
+8
*
Moved the code in ClangUserExpression that set up & ran the thread plan with ...
Jim Ingham
2010-11-30
1
-254
/
+14
*
The thread plan destructors may call Thread virtual methods. That means they...
Jim Ingham
2010-11-18
1
-1
/
+2
*
Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event
Jim Ingham
2010-11-17
1
-47
/
+50
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-2
/
+2
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-3
/
+3
*
Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...
Jim Ingham
2010-11-05
1
-7
/
+25
*
Modified ThreadPlanCallFunction to perform the
Sean Callanan
2010-11-03
1
-1
/
+1
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-1
/
+5
*
Don't cache the public stop reason, since it can change as plan completion ge...
Jim Ingham
2010-10-20
1
-3
/
+3
*
Made many ConstString functions inlined in the header file.
Greg Clayton
2010-10-15
1
-9
/
+15
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-2
/
+4
*
Add a way to temporarily divert events from a broadcaster to a private listener.
Jim Ingham
2010-10-11
1
-4
/
+18
*
Add "-o" option to "expression" which prints the object description if availa...
Jim Ingham
2010-09-30
1
-1
/
+2
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-3
/
+3
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-1
/
+1
*
Removed the hacky "#define this ___clang_this" handler
Sean Callanan
2010-09-21
1
-4
/
+7
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-1
/
+1
*
Little bit of line wrapping cleanup.
Jim Ingham
2010-09-10
1
-8
/
+51
*
remove unneeded #include, reducing # static ctors.
Chris Lattner
2010-09-08
1
-1
/
+0
*
Fixed an expression parser bug that prevented
Sean Callanan
2010-09-08
1
-0
/
+6
*
Added a ClangUtilityFunction class that allows the
Sean Callanan
2010-08-27
1
-1
/
+3
*
This is a major refactoring of the expression parser.
Sean Callanan
2010-08-27
1
-232
/
+131
*
Check for errors in Resume before waiting for the resume to complete.
Jim Ingham
2010-08-17
1
-1
/
+6
*
Documented ClangExpression and made parts of it
Sean Callanan
2010-08-13
1
-1
/
+1
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-4
/
+8
*
Fixed a bug where we didn't restore thread and
Sean Callanan
2010-07-26
1
-48
/
+56
*
Modified TaggedASTType to inherit from ClangASTType
Sean Callanan
2010-07-23
1
-50
/
+134
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-4
/
+4
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-1
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-17
/
+30
*
Updated to llvm/clang from July 2, 2010 at 8:00AM.
Greg Clayton
2010-07-02
1
-5
/
+5
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+671
[prev]