summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
AgeCommit message (Expand)Author
2024-08-28Disable ThreadPlanSingleThreadTimeout during step over breakpoint (#104532)jeffreytan81
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-08-01[lldb] Avoid moving ThreadPlanSP from plans vectorDave Lee
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-03-08[lldb] Remove duplicated ThreadPlanStepOverBreakpoint commentDave Lee
2020-07-30[lldb] Don't use static locals for return value storage in some *AsCString fu...Raphael Isemann
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-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-11Remove header grouping comments.Jonas Devlieghere
2018-05-25Fix format stringBenjamin Kramer
2018-05-24pc's should be printed in hex...Jim Ingham
2018-05-22Work around some odd instruction single-step behavior on macOS.Jim Ingham
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2014-10-08Fix stepping over the inserted breakpoint trap when the NEXT instructionJim Ingham
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham
2013-05-09Changed the formerly pure virtual function:Greg Clayton
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-15A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-06-22The StepOverBreakpoint plan should only explain eStopReasonTrace. It didn't ...Jim Ingham
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-07-09Allow reading memory from files before the target has been run.Jim Ingham
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-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