summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepInstruction.cpp
AgeCommit message (Expand)Author
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-02-19[lldb] Rename {stop,run}_vote to report_{stop,run}_voteDave Lee
2020-04-03Make ThreadPlans use TID and Process, rather than Thread *.Jim Ingham
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-05[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-15Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-27Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...Boris Ulasevich
2017-01-24Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich
2016-12-20Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich
2016-12-20Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-03The SetStopInfo from a Mach Exception was setting the stopJim Ingham
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2014-11-20"nexti" should not step over inlined functions.Jim Ingham
2014-07-08Add the ability to provide a "count" option to the various "thread step-*" op...Jim Ingham
2014-03-13This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-07-26Refine the fix in r187094 to only distrust the StackID comparision when we ar...Jim Ingham
2013-07-25Handle the case where we are stepping through code with no symbols, so we can...Jim Ingham
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham
2012-10-25Found a couple more places where we need to run all threads when stepping.Jim Ingham
2012-05-03Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham
2012-03-01Purge a couple more uses of stack count for stepping.Jim Ingham
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-01-21Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-20Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham
2010-08-24Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton
2010-07-16Fix constructor initialization order. Patch by Bill Lynch.Benjamin Kramer
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner