summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanShouldStopHere.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-10/+7
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-13/+14
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+5
* Move Log from Core -> Utility.Zachary Turner2017-03-031-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-146/+129
* Remove a should have been deleted extra assignment to a variable.Jim Ingham2016-05-191-20/+20
* Fix the way the ShouldStopHere checker handles the general case of "stepping ...Jim Ingham2016-05-061-6/+33
* Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda2016-01-081-1/+2
* Revert r257117 "Performance improvement: Change lldb so that itJason Molenda2016-01-081-2/+1
* Performance improvement: Change lldb so that it puts a breakpointJason Molenda2016-01-081-1/+2
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-24/+16
* When stepping, handle the case where the step leaves us withJim Ingham2014-08-061-1/+2
* Get "ThreadPlanShouldStopHere" to handle auto-stepping through line number 0 ...Jim Ingham2014-03-171-9/+42
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-24/+84
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-6/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham2011-12-031-1/+22
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+53
OpenPOWER on IntegriCloud