summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanCallFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a prob...Andrew Kaylor2012-12-071-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* The Function calling thread plan was replacing the stored stop info too soon,...Jim Ingham2012-11-261-6/+16
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-1/+1
* Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham2012-05-111-10/+14
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-14/+34
* Don't do the work in DoTakedown if the thread plan isn't valid.Jim Ingham2012-04-131-12/+21
* Factor out a bunch of common code in the two ThreadPlanCallFunction construct...Jim Ingham2012-04-131-97/+62
* ThreadPlanCallFunction's destructor wasn't calling DoTakedown, so if the that...Jim Ingham2012-04-131-0/+1
* Set variables returned by utility functions toSean Callanan2012-04-101-1/+2
* Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham2012-04-091-0/+6
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-22/+39
* Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham2011-12-221-5/+8
* Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele...Jim Ingham2011-11-011-8/+6
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-2/+2
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-2/+2
* Fix the broken build that happened with my last checkin.Greg Clayton2011-08-111-3/+3
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-7/+7
* Check log shared pointer before using it.Johnny Chen2011-08-101-8/+13
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-1/+1
* Fix some order-of-initialisation warningsPeter Collingbourne2011-06-031-4/+4
* Fixed a crasher that was happened when a log shared pointer wasn't valid.Greg Clayton2011-05-191-10/+17
* Fix the error message when an expression evaluation is interrupted by a crash...Jim Ingham2011-05-171-3/+5
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-0/+7
* Expand the ABI prepare trivial function call to allow 6 simple args.Greg Clayton2011-05-141-26/+114
* Cleaned up the ABI::PrepareTrivialCall() function to take three argumentGreg Clayton2011-05-121-8/+33
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-1/+1
* Fixed a bug in which expression-local variables wereSean Callanan2011-05-091-3/+4
* Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham2011-03-071-8/+22
* Make sure that if a CallFunction thread plan crashes while running in the "ru...Jim Ingham2011-01-261-1/+5
* Centralize the register reporting (might want to move this function to Thread).Jim Ingham2011-01-221-30/+34
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-11/+19
* In ThreadPlanCallFunction, do the Takedown right when the thread plan gets po...Jim Ingham2011-01-181-0/+7
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-2/+2
* Added support for generating expressions that haveSean Callanan2010-12-131-2/+4
* Excised a version of the low-level function callingSean Callanan2010-11-121-75/+0
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-1/+1
* Added more logging so we see the register stateSean Callanan2010-11-081-0/+38
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Re-enabled LLDB's pointer checkers, and moved theSean Callanan2010-11-041-4/+12
* Factored the code that implements breakpoints onSean Callanan2010-11-031-102/+17
* Modified ThreadPlanCallFunction to perform theSean Callanan2010-11-031-17/+66
* Modified the thread plan that calls functions toSean Callanan2010-11-031-4/+93
* Fixed a problem where function calls on i386 weren't Sean Callanan2010-10-261-1/+4
* The call function thread plan should allow internal breakpoints to continue o...Jim Ingham2010-10-261-2/+41
* Removed a bit of dead code. Thanks to EricSean Callanan2010-10-191-5/+0
* Expressions now claim responsibility for all stopsSean Callanan2010-10-191-0/+4
OpenPOWER on IntegriCloud