summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-6/+0
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-1/+1
* [LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScopeAlexandre Ganea2019-11-281-1/+1
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-35/+30
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-5/+7
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-117/+129
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-1/+1
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-311-14/+1
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-17/+7
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-19/+0
* [lldb] Tablegenify thread commands and fix completion bug for thread step-*Raphael Isemann2019-07-181-39/+14
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* Mention the thread-format & frame-format settings in help.Jim Ingham2019-05-021-2/+7
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-2/+2
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* [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
OpenPOWER on IntegriCloud