summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* Making ClangExpression hold on to a WP to the Process instead of a SP. This f...Enrico Granata2012-09-181-12/+28
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-1/+1
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* <rdar://problem/12027563> Making sure that some class of stop-hook commands t...Enrico Granata2012-08-031-7/+17
* Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham2012-05-111-0/+2
* <rdar://problem/11113279>Greg Clayton2012-03-261-3/+6
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-8/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-3/+3
* Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham2011-12-221-1/+3
* Remove an unnecessary #include.Jim Ingham2011-12-171-1/+0
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-15/+23
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-2/+2
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-1/+10
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-4/+2
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-4/+4
* This commit integrates support for the LLVM MCJITSean Callanan2011-05-231-1/+1
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-28/+7
* Made expressions that are just casts of pointer Sean Callanan2011-05-071-1/+3
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-12/+12
* Get ObjC stepping working again when the process is not the default host arch...Jim Ingham2011-03-171-18/+26
* Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton2011-02-161-8/+7
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-5/+20
* Make expressions clean up their JIT'ed code allocation.Greg Clayton2011-01-191-8/+12
* Make a few log messages come out in "log enable lldb step" as well as "log en...Jim Ingham2011-01-181-1/+1
* Added support for the fragile ivars provided bySean Callanan2011-01-171-1/+1
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-12/+12
* Added support for generating expressions that haveSean Callanan2010-12-131-6/+8
* Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham2010-11-301-254/+14
* The thread plan destructors may call Thread virtual methods. That means they...Jim Ingham2010-11-181-1/+2
* Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham2010-11-171-47/+50
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-2/+2
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-3/+3
* Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham2010-11-051-7/+25
* Modified ThreadPlanCallFunction to perform theSean Callanan2010-11-031-1/+1
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-1/+5
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-3/+3
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-9/+15
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-2/+4
* Add a way to temporarily divert events from a broadcaster to a private listener.Jim Ingham2010-10-111-4/+18
* Add "-o" option to "expression" which prints the object description if availa...Jim Ingham2010-09-301-1/+2
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-3/+3
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-1/+1
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-4/+7
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-1/+1
* Little bit of line wrapping cleanup.Jim Ingham2010-09-101-8/+51
* remove unneeded #include, reducing # static ctors.Chris Lattner2010-09-081-1/+0
* Fixed an expression parser bug that preventedSean Callanan2010-09-081-0/+6
* Added a ClangUtilityFunction class that allows theSean Callanan2010-08-271-1/+3
OpenPOWER on IntegriCloud