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
/
MachThreadList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-17
/
+17
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-1
/
+1
*
Revert the debugserver part of r211868. While formally a fine change, debugs...
Jim Ingham
2014-06-27
1
-3
/
+1
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+3
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-6
/
+42
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-2
/
+7
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+19
*
Get debugserver to call task_set_state to prime the control registers so that...
Jim Ingham
2013-07-11
1
-9
/
+12
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-6
/
+6
*
Fix one remaining mach port number/globally unique thread ID mixup which prev...
Jason Molenda
2013-02-26
1
-1
/
+19
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-10
/
+45
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-3
/
+2
*
rdar://problem/11320188
Johnny Chen
2012-06-01
1
-0
/
+18
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+11
*
Remove a ton of implicit narrowing conversions for C++11 compatibility.
Benjamin Kramer
2012-02-21
1
-1
/
+1
*
Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...
Johnny Chen
2011-09-29
1
-0
/
+6
*
Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() im...
Johnny Chen
2011-09-29
1
-22
/
+23
*
Add logic to MachThreadList::GetThreadID() for the use case of setting a watc...
Johnny Chen
2011-09-07
1
-4
/
+16
*
If we are telling only one thread to run in debugserver, and that thread has ...
Jim Ingham
2011-07-21
1
-1
/
+28
*
Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...
Jim Ingham
2011-02-08
1
-3
/
+5
*
One more thing... Resume any threads that we discover were created while we s...
Greg Clayton
2011-01-24
1
-5
/
+21
*
Discover new threads right before we continue a process since libdispatch has
Greg Clayton
2011-01-24
1
-13
/
+14
*
Added logging for threads that are spawned while we stop. We log their
Greg Clayton
2011-01-24
1
-1
/
+24
*
Took the timeout for a ClangUserExpression down from a 10 second timeout to
Greg Clayton
2011-01-19
1
-140
/
+97
*
Fixed 32 bit debugging after recent architecture changes to debugserver.
Greg Clayton
2010-12-01
1
-2
/
+2
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-1
/
+32
*
Fixed an issue with the MachThread class where we might not get the initial
Greg Clayton
2010-11-12
1
-1
/
+4
*
Still trying to get detach to work with debugserver. Got a bit closer,
Greg Clayton
2010-10-18
1
-0
/
+13
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+432