Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
tools
/
debugserver
/
source
/
MacOSX
/
MachThread.cpp
a6682a4
Simplify Boolean expressions
by Jonas Devlieghere
· 7 years ago
aae5b69
Change uses of strncpy in debugserver to strlcpy for better safety.
by Jason Molenda
· 8 years ago
a64fafc
fix format specifier warnings
by Tim Hammerquist
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
2ad6ac5
Quiet build warnings on MacOSX.
by Greg Clayton
· 10 years ago
a026de0
Fix warnings.
by Bruce Mitchener
· 10 years ago
ee2ed52
Fix debugserver warnings on MacOSX.
by Greg Clayton
· 11 years ago
705b180
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
by Jason Molenda
· 11 years ago
f74cf86
<rdar://problem/15172417>
by Greg Clayton
· 12 years ago
f1715ab
Get debugserver to call task_set_state to prime the control registers so that watchpoints
by Jim Ingham
· 12 years ago
829713c
Remove some unnecessary uses of nub_break_t in the arm specific
by Jason Molenda
· 12 years ago
d8cf1a1
Huge performance improvements when one breakpoint contains many locations.
by Greg Clayton
· 12 years ago
1c73911
Change debugserver from using the mach port number (in debugserver's
by Jason Molenda
· 13 years ago
8470756
rdar://problem/11320188
by Johnny Chen
· 13 years ago
6463720
Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command.
by Johnny Chen
· 13 years ago
82283e8
Check the return value of GetBasicInfo before dereferencing it. <rdar://problem/10568492>
by Jim Ingham
· 14 years ago
490fbbe
Enabled the "printf" attribute on all debugserver logging functions and fixed
by Greg Clayton
· 14 years ago
a9b68f4
Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when
by Johnny Chen
· 14 years ago
76abb3b
Add comment regarding method call to DNBArchProtocol::NotifyException().
by Johnny Chen
· 14 years ago
88c1b77
Modify MachThread::NotifyException() to allow the arch specific protocol to process
by Johnny Chen
· 14 years ago
478235d
In the case where we are trying to resume a thread all the way to 0, if we get
by Jim Ingham
· 14 years ago
c235ac7
Added some logging and did some member renaming.
by Greg Clayton
· 14 years ago
9411ddb
If we are telling only one thread to run in debugserver, and that thread has been suspended from outside
by Jim Ingham
· 14 years ago
f3ef3d2
Added new lldb_private::Process memory read/write functions to stop a bunch
by Greg Clayton
· 14 years ago
effe5c9
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
by Greg Clayton
· 14 years ago
f2c6ccf
The thread_info changes over the life of the thread, so you can't get it once and cache it, you have to fetch it every time you want to use it.
by Jim Ingham
· 15 years ago
cdc7322
Reverting recent thread resume changes as it was causing testing issues.
by Greg Clayton
· 15 years ago
b1e1112
When we are stepping a thread, force it to resume ALL the way to 0. And of course, when we stop
by Jim Ingham
· 15 years ago
e2d4f0d
Took the timeout for a ClangUserExpression down from a 10 second timeout to
by Greg Clayton
· 15 years ago
c4e411f
Thread safety changes in debugserver and also in the process GDB remote plugin.
by Greg Clayton
· 15 years ago
5e0ab13
Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for
by Greg Clayton
· 15 years ago
3af9ea5
Fixed Process::Halt() as it was broken for "process halt" after recent changes
by Greg Clayton
· 15 years ago
0dd2c62
Fixed more thread suspend/resume issues.
by Greg Clayton
· 15 years ago
1b946bf
Fixed an issue with the MachThread class where we might not get the initial
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago