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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-1
/
+1
*
[debugserver] Fix IsUserReady thread filtering
Frederic Riss
2019-03-06
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-26
/
+26
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+2
*
Change uses of strncpy in debugserver to strlcpy
Jason Molenda
2017-12-09
1
-5
/
+5
*
fix format specifier warnings
Tim Hammerquist
2017-03-07
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-814
/
+675
*
Quiet build warnings on MacOSX.
Greg Clayton
2015-08-18
1
-2
/
+2
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-4
/
+4
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-3
/
+3
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-2
/
+203
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+12
*
Get debugserver to call task_set_state to prime the control registers so that...
Jim Ingham
2013-07-11
1
-11
/
+4
*
Remove some unnecessary uses of nub_break_t in the arm specific
Jason Molenda
2013-06-25
1
-53
/
+0
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-20
/
+6
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-34
/
+54
*
rdar://problem/11320188
Johnny Chen
2012-06-01
1
-0
/
+12
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+6
*
Check the return value of GetBasicInfo before dereferencing it. <rdar://prob...
Jim Ingham
2012-01-10
1
-2
/
+7
*
Enabled the "printf" attribute on all debugserver logging functions and fixed
Greg Clayton
2011-10-28
1
-1
/
+1
*
Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...
Johnny Chen
2011-09-29
1
-0
/
+7
*
Add comment regarding method call to DNBArchProtocol::NotifyException().
Johnny Chen
2011-09-15
1
-0
/
+1
*
Modify MachThread::NotifyException() to allow the arch specific protocol to p...
Johnny Chen
2011-09-15
1
-26
/
+5
*
In the case where we are trying to resume a thread all the way to 0, if we get
Jim Ingham
2011-08-11
1
-1
/
+3
*
Added some logging and did some member renaming.
Greg Clayton
2011-08-09
1
-41
/
+52
*
If we are telling only one thread to run in debugserver, and that thread has ...
Jim Ingham
2011-07-21
1
-24
/
+64
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-67
/
+0
*
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
Greg Clayton
2011-05-03
1
-0
/
+2
*
The thread_info changes over the life of the thread, so you can't get it once...
Jim Ingham
2011-01-28
1
-4
/
+4
*
Reverting recent thread resume changes as it was causing testing issues.
Greg Clayton
2011-01-25
1
-106
/
+51
*
When we are stepping a thread, force it to resume ALL the way to 0. And of c...
Jim Ingham
2011-01-25
1
-51
/
+106
*
Took the timeout for a ClangUserExpression down from a 10 second timeout to
Greg Clayton
2011-01-19
1
-3
/
+3
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-51
/
+40
*
Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for
Greg Clayton
2010-12-08
1
-2
/
+0
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-36
/
+31
*
Fixed more thread suspend/resume issues.
Greg Clayton
2010-11-12
1
-35
/
+40
*
Fixed an issue with the MachThread class where we might not get the initial
Greg Clayton
2010-11-12
1
-1
/
+34
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+745