summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-8/+8
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-9/+9
* Give the clang functions names. This is only for logging.Jim Ingham2014-04-221-7/+11
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-10/+36
* Don’t put Radar numbers in code.Jim Ingham2014-03-121-1/+1
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-2/+2
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-2/+2
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-081-5/+6
* This patch does a couple of things. Jim Ingham2013-11-071-112/+43
* Fix the format warnings.Sylvestre Ledru2013-10-311-2/+2
* Fixed a leak of ASTStructExtractors and alsoSean Callanan2013-10-101-1/+3
* Changed the bool conversion operator on ConstStringSean Callanan2013-10-031-2/+2
* Convert ClangASTType::GetTypeName over to return a ConstString to be consiste...Jim Ingham2013-09-271-1/+1
* Remove an unused ivar.Jim Ingham2013-09-051-1/+0
* Huge change to clean up types.Greg Clayton2013-07-111-26/+25
* This commit changes the way LLDB executes userSean Callanan2013-04-181-6/+3
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-0/+1
* Factored out memory access into the target processSean Callanan2013-04-051-0/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* Refactored the expression parser so that the IRSean Callanan2013-03-191-4/+3
* Added a little bit of logging to ClangFunction toSean Callanan2013-03-061-1/+29
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-11/+21
* Once a function has been JIT-compiled once, don'tSean Callanan2013-01-141-0/+2
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth2013-01-021-1/+1
* Now that we set ThreadPlanCallFunction to private in the constructor, it is c...Jim Ingham2012-12-071-3/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-6/+6
* 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
OpenPOWER on IntegriCloud