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
/
Target
/
Thread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More packet performance improvements.
Greg Clayton
2015-07-17
1
-0
/
+9
*
Fix indentation.
Greg Clayton
2015-07-01
1
-2
/
+2
*
Fix up some comments to be more explicit. Remove some long-commented out code.
Jim Ingham
2015-06-02
1
-6
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Assembly profiler for mips32
Bhushan D. Attarde
2015-05-15
1
-0
/
+2
*
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
Mohit K. Bhakkad
2015-04-23
1
-0
/
+1
*
Fix segfault when doing `thread info` on a thread without stop info.
Chaoren Lin
2015-04-08
1
-7
/
+10
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+2
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-6
/
+11
*
Use LLDB_INVALID_FRAME_ID for invalid frame ID's.
Jim Ingham
2015-01-28
1
-1
/
+1
*
Abstract the details from regex.h a bit more by not allowing people to specif...
Greg Clayton
2015-01-21
1
-2
/
+2
*
Handle thumb IT instructions correctly all the time.
Greg Clayton
2014-12-09
1
-2
/
+32
*
Fix some bugs from D5988
Justin Hibbits
2014-10-31
1
-1
/
+1
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+2
*
Add /* DISABLES CODE */ annotation before if (0) to mark it as intentional.
Jason Molenda
2014-10-16
1
-1
/
+1
*
Remove unused initialization.
Jason Molenda
2014-10-16
1
-1
/
+1
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-5
/
+17
*
Fix stepping over the inserted breakpoint trap when the NEXT instruction
Jim Ingham
2014-10-08
1
-19
/
+19
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-42
/
+117
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-1
/
+1
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
If a hand-called function is interrupted by hitting a breakpoint, then
Jim Ingham
2014-07-08
1
-1
/
+17
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
Remove extra newline from log Printf
Ed Maste
2014-06-25
1
-1
/
+1
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-1
/
+82
*
Add a new SBThread::SafeToCallFunctions API; this calls over to
Jason Molenda
2014-05-13
1
-0
/
+16
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-56
/
+52
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+1
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
1
-18
/
+82
*
When a client asks for a queue pending item's extended backtrace,
Jason Molenda
2014-03-06
1
-2
/
+2
*
Initial patch for supporting Hexagon DSP
Deepak Panickal
2014-02-19
1
-0
/
+1
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+122
*
Add a "step-avoid-libraries" setting to complement the "step-avoid-regexp" se...
Jim Ingham
2014-01-23
1
-0
/
+12
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-44
/
+33
*
Log failure to restore thread state in ThreadPlanCallFunction::DoTakedown
Ed Maste
2013-11-12
1
-2
/
+1
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-27
/
+0
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-21
/
+21
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-21
/
+21
*
Mark the selected frame of the selected thread in backtraces.
Jim Ingham
2013-10-18
1
-3
/
+11
*
Make sure the CallFunction Thread plans don't try to do DoTakedown if their t...
Jim Ingham
2013-10-18
1
-3
/
+9
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-0
/
+18
*
POSIX RegisterContext for mips64
Ed Maste
2013-10-10
1
-0
/
+1
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-0
/
+73
*
<rdar://problem/14526890>
Greg Clayton
2013-07-30
1
-0
/
+13
*
This commit does two things. One, it converts the return value of the QueueT...
Jim Ingham
2013-07-18
1
-22
/
+22
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-4
/
+3
*
Add some useful logging for tracking thread matching problems.
Jim Ingham
2013-06-22
1
-7
/
+15
[next]