summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepInRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+3
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-2/+6
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Handle stepping through ObjC vtable trampoline code.Jim Ingham2010-11-051-18/+33
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+1
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-1/+1
* Step past prologues when we step into functions.Jim Ingham2010-09-161-3/+42
* Adding a bit more logging.Jim Ingham2010-09-151-0/+6
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-1/+1
* Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.Jim Ingham2010-09-141-0/+9
* Add a user settings controller to Thread. Then added a step-avoid-regexp set...Jim Ingham2010-09-081-2/+8
* Stepping through a trampoline should do "stop others" unless All Threads is r...Jim Ingham2010-07-141-1/+4
* Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange.Jim Ingham2010-07-101-4/+50
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+154
OpenPOWER on IntegriCloud