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
/
tools
/
debugserver
/
source
/
MacOSX
/
MachThread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-116
/
+127
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-4
/
+4
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-1
/
+1
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-1
/
+12
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+3
*
Get debugserver to call task_set_state to prime the control registers so that...
Jim Ingham
2013-07-11
1
-3
/
+2
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-2
/
+1
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Fix one remaining mach port number/globally unique thread ID mixup which prev...
Jason Molenda
2013-02-26
1
-2
/
+0
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-4
/
+9
*
rdar://problem/11320188
Johnny Chen
2012-06-01
1
-0
/
+2
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+1
*
<rdar://problem/10434005>
Greg Clayton
2012-03-14
1
-2
/
+1
*
Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...
Johnny Chen
2011-09-29
1
-0
/
+4
*
Added some logging and did some member renaming.
Greg Clayton
2011-08-09
1
-5
/
+5
*
If we are telling only one thread to run in debugserver, and that thread has ...
Jim Ingham
2011-07-21
1
-6
/
+7
*
Reverting recent thread resume changes as it was causing testing issues.
Greg Clayton
2011-01-25
1
-11
/
+9
*
When we are stepping a thread, force it to resume ALL the way to 0. And of c...
Jim Ingham
2011-01-25
1
-9
/
+11
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-3
/
+4
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-2
/
+10
*
Fixed an issue with the MachThread class where we might not get the initial
Greg Clayton
2010-11-12
1
-0
/
+4
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+124