index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Commands
/
CommandObjectThread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-28
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
1
-3
/
+2
*
[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...
Kuba Mracek
2018-11-28
1
-0
/
+49
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-16
/
+25
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-43
/
+47
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-4
/
+5
*
Modernize and clean-up the Predicate class
Pavel Labath
2018-05-09
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-27
/
+23
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-9
/
+13
*
Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...
Adrian McCarthy
2017-09-19
1
-1
/
+7
*
Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...
Adrian McCarthy
2017-09-18
1
-7
/
+1
*
Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...
Adrian McCarthy
2017-09-13
1
-1
/
+7
*
Fix assorted compiler warnings (mismatched signedness and printf specifiers)
Pavel Labath
2017-07-05
1
-3
/
+3
*
Fix some type-based warnings
Tim Hammerquist
2017-06-29
1
-1
/
+1
*
Introduce new command: thread backtrace unique
Pavel Labath
2017-06-12
1
-14
/
+123
*
Fix the warning when you pass -c to step/next/si/ni.
Jim Ingham
2017-05-25
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-34
/
+34
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Remove \x13 (^S) character that was likely added by mistake.
Adrian Kuegel
2016-11-24
1
-1
/
+1
*
Fix "thread step until" handling of multiple line inputs.
Jim Ingham
2016-11-18
1
-3
/
+5
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-6
/
+6
*
Fix some more StringRef printf warnings.
Zachary Turner
2016-11-15
1
-1
/
+1
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-59
/
+39
*
"thread backtrace" should use the thread-stop-format.
Jim Ingham
2016-11-08
1
-2
/
+2
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-3
/
+5
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-20
/
+14
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-2
/
+3
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-7
/
+7
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-115
/
+95
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-4
/
+9
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1904
/
+1693
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-46
/
+46
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-50
/
+60
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-142
/
+98
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-3
/
+3
*
Fix deadlock due to thread list locking in 'bt all' with obj-c
Stephane Sezer
2016-03-17
1
-38
/
+72
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-3
/
+4
*
Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...
Jim Ingham
2016-02-26
1
-1
/
+34
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-25
1
-305
/
+194
*
Adding an SBThread::StepInto that takes an end-line, also moved the code that...
Jim Ingham
2016-02-13
1
-60
/
+15
*
This is an idea to make "thread step-in --target" work for the common
Jim Ingham
2016-02-10
1
-2
/
+85
*
Fix "thread backtrace -s": option was misparsed because of a missing break.
Jim Ingham
2016-02-06
1
-0
/
+1
*
When constructing an address range to "step" or "next" through,
Jason Molenda
2015-12-15
1
-2
/
+2
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-99
/
+79
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-1
/
+3
[next]