summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-28/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-3/+2
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+49
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-16/+25
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-43/+47
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-4/+5
* Modernize and clean-up the Predicate classPavel Labath2018-05-091-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-27/+23
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-9/+13
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-191-1/+7
* Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...Adrian McCarthy2017-09-181-7/+1
* Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...Adrian McCarthy2017-09-131-1/+7
* Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath2017-07-051-3/+3
* Fix some type-based warningsTim Hammerquist2017-06-291-1/+1
* Introduce new command: thread backtrace uniquePavel Labath2017-06-121-14/+123
* Fix the warning when you pass -c to step/next/si/ni.Jim Ingham2017-05-251-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-34/+34
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Remove \x13 (^S) character that was likely added by mistake.Adrian Kuegel2016-11-241-1/+1
* Fix "thread step until" handling of multiple line inputs.Jim Ingham2016-11-181-3/+5
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-6/+6
* Fix some more StringRef printf warnings.Zachary Turner2016-11-151-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-59/+39
* "thread backtrace" should use the thread-stop-format.Jim Ingham2016-11-081-2/+2
* Clean up the stop printing header lines.Jim Ingham2016-11-081-3/+5
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-20/+14
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-2/+3
* Try to fix build errors on Android.Zachary Turner2016-09-221-7/+7
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-115/+95
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-4/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1904/+1693
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-46/+46
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-50/+60
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-142/+98
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-3/+3
* Fix deadlock due to thread list locking in 'bt all' with obj-cStephane Sezer2016-03-171-38/+72
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-3/+4
* Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...Jim Ingham2016-02-261-1/+34
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-251-305/+194
* Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham2016-02-131-60/+15
* This is an idea to make "thread step-in --target" work for the commonJim Ingham2016-02-101-2/+85
* Fix "thread backtrace -s": option was misparsed because of a missing break.Jim Ingham2016-02-061-0/+1
* When constructing an address range to "step" or "next" through,Jason Molenda2015-12-151-2/+2
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-99/+79
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Improve LLDB prompt handlingPavel Labath2015-05-271-1/+3
OpenPOWER on IntegriCloud