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
*
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
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-48
/
+48
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-0
/
+6
*
Add an assertion for frame[0] being valid in CommandObjectThread.cpp.
Stephane Sezer
2015-03-26
1
-1
/
+2
*
Add a missing null pointer check in CommandObjectThread.cpp.
Stephane Sezer
2015-03-23
1
-1
/
+1
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Add a "-a/--address" option to "thread until". You can specify one or more l...
Jim Ingham
2015-02-06
1
-27
/
+61
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-13
/
+14
*
Change int32_t to uint32_t to fix warnings.
Zachary Turner
2015-01-09
1
-1
/
+1
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-16
/
+36
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-5
/
+12
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-199
/
+398
*
Fix iohandler prompt race condition.
Todd Fiala
2014-08-12
1
-1
/
+5
*
Fix some warnings in the Windows build.
Zachary Turner
2014-07-16
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-25
/
+25
*
Add the ability to provide a "count" option to the various "thread step-*" op...
Jim Ingham
2014-07-08
1
-0
/
+19
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-24
/
+24
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-24
/
+24
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+188
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-2
/
+2
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-1
/
+1
*
Make the fail messages
Jim Ingham
2014-04-03
1
-3
/
+5
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
1
-7
/
+31
*
Change SBThread::GetExtendedBacktrace to
Jason Molenda
2013-11-12
1
-1
/
+1
*
Add initial --extended / -e support to thread backtrace.
Jason Molenda
2013-11-12
1
-0
/
+49
*
Added Iterable, a class that vends standard C++
Sean Callanan
2013-11-06
1
-8
/
+7
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-5
/
+5
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-5
/
+5
*
Fixing a problem where CommandObjectThreadContinue held the thread list lock ...
Andrew Kaylor
2013-09-12
1
-9
/
+18
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-0
/
+203
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-10
/
+10
*
This commit does two things. One, it converts the return value of the QueueT...
Jim Ingham
2013-07-18
1
-17
/
+17
*
Add "thread return -x" to unwind the innermost user called expression (if you...
Jim Ingham
2013-01-31
1
-3
/
+122
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-205
/
+187
*
Fixed a few bugs in the "step in" thread plan logic.
Jim Ingham
2012-12-12
1
-9
/
+18
*
Broadcast an event when the selected thread is changed.
Jim Ingham
2012-12-11
1
-9
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-3
/
+3
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-7
/
+7
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-1
/
+1
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-2
/
+2
*
"thread step-out" should run all threads by default.
Jim Ingham
2012-09-14
1
-0
/
+7
*
Use the frame index passed into "thread until" rather than using the selected...
Jim Ingham
2012-09-14
1
-1
/
+1
[next]