aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepInRange.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-16Step past prologues when we step into functions.Jim Ingham1-3/+42
2010-09-15Adding a bit more logging.Jim Ingham1-0/+6
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton1-1/+1
2010-09-14Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.Jim Ingham1-0/+9
2010-09-08Add a user settings controller to Thread. Then added a step-avoid-regexp set...Jim Ingham1-2/+8
2010-07-14Stepping through a trampoline should do "stop others" unless All Threads is r...Jim Ingham1-1/+4
2010-07-10Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange.Jim Ingham1-4/+50
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+154