summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanCallFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-3/+4
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-6/+6
* Added support for rewriting objc_msgSend so we canSean Callanan2010-07-311-0/+19
* Fix constructor initialization order. Patch by Bill Lynch.Benjamin Kramer2010-07-161-8/+8
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+250
OpenPOWER on IntegriCloud