summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This is a major refactoring of the expression parser.Sean Callanan2010-08-271-232/+131
* Check for errors in Resume before waiting for the resume to complete.Jim Ingham2010-08-171-1/+6
* Documented ClangExpression and made parts of itSean Callanan2010-08-131-1/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-4/+8
* Fixed a bug where we didn't restore thread andSean Callanan2010-07-261-48/+56
* Modified TaggedASTType to inherit from ClangASTTypeSean Callanan2010-07-231-50/+134
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-4/+4
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-17/+30
* Updated to llvm/clang from July 2, 2010 at 8:00AM.Greg Clayton2010-07-021-5/+5
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+671
OpenPOWER on IntegriCloud