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
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+1
*
Making ClangExpression hold on to a WP to the Process instead of a SP. This f...
Enrico Granata
2012-09-18
1
-12
/
+28
*
Some more typing-related fixes.
Filipe Cabecinhas
2012-09-11
1
-1
/
+1
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
<rdar://problem/12027563> Making sure that some class of stop-hook commands t...
Enrico Granata
2012-08-03
1
-7
/
+17
*
Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...
Jim Ingham
2012-05-11
1
-0
/
+2
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-3
/
+6
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-8
/
+4
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-3
/
+3
*
Improve the x86_64 return value decoder to handle most structure returns.
Jim Ingham
2011-12-22
1
-1
/
+3
*
Remove an unnecessary #include.
Jim Ingham
2011-12-17
1
-1
/
+0
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-15
/
+23
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-2
/
+2
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-1
/
+10
*
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
[next]