aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanRunToAddress.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-207/+145
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-3/+2
2015-10-12Return the right answer for ShouldStop for the RunToAddress plan. This isn'tJim Ingham1-1/+1
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2014-07-01Fix typos.Bruce Mitchener1-1/+1
2013-10-11<rdar://problem/13635174>Greg Clayton1-1/+1
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham1-1/+1
2013-03-27<rdar://problem/13521159>Greg Clayton1-1/+1
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham1-1/+1
2013-01-26Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham1-0/+1
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-7/+7
2011-11-10Using the wrong type for the break id's (user_id_t is an unsigned int, but in...Jim Ingham1-1/+1
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-1/+1
2011-05-22Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton1-3/+10
2011-01-26Typo in looking up the stored address breakpoints, could cause us to look too...Jim Ingham1-1/+2
2010-11-30Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham1-3/+6
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham1-1/+1
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-1/+1
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-35/+115
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham1-2/+2
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+176