summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StopInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop-hooks weren't getting called on step-out. Fix that.Jim Ingham2019-08-151-4/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-58/+51
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-14/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+3
* Reflow a multi-line string and add a newlineFrederic Riss2018-12-101-3/+2
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-301-0/+13
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-6/+10
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-95/+74
* Add target.process.stop-on-exec setting, and obey it.Jim Ingham2017-12-051-0/+11
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-13/+30
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-151-0/+18
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...Boris Ulasevich2017-01-271-18/+0
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-01-241-0/+18
* Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich2016-12-201-18/+0
* Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich2016-12-201-0/+18
* [LLDB][MIPS] Fix TestWatchpointIter failureNitesh Jain2016-12-091-2/+9
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-5/+5
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-6/+5
* Fix a race condition between the "ephemeral watchpoint disabling" and command...Jim Ingham2016-10-251-26/+60
* Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...Pavel Labath2016-10-211-52/+21
* Fix a race condition between "ephemeral watchpoint disable/enable" and contin...Jim Ingham2016-10-211-21/+52
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1083/+959
* Second round of fixups for r280692Pavel Labath2016-09-061-1/+1
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+46
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-0/+4
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko2016-02-181-13/+12
* [LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...Mohit K. Bhakkad2015-11-031-0/+10
* Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko2015-10-231-105/+77
* [LLDB][MIPS] Fix hit_count for mips watchpointsMohit K. Bhakkad2015-10-061-1/+4
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-7/+8
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-6/+6
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-4/+21
* Add a function to make a mutex-protected copy of a breakpoint site'sJim Ingham2015-07-291-7/+6
* Refactor Unix signals.Chaoren Lin2015-07-141-6/+6
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-3/+4
* The StopInfo base class has an m_description std::string.Jason Molenda2015-05-151-5/+1
* Missed one piece when committing r235538.Jim Ingham2015-04-231-2/+17
* Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton2015-04-071-0/+13
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Make sure that when a breakpoint is hit but its condition is not met,Jim Ingham2015-01-151-0/+5
* The breakpoint location hit counts were getting incremented inJim Ingham2014-10-221-1/+13
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-4/+3
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-1/+2
OpenPOWER on IntegriCloud