1. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  2. aae5b69 Change uses of strncpy in debugserver to strlcpy for better safety. by Jason Molenda · 8 years ago
  3. a64fafc fix format specifier warnings by Tim Hammerquist · 9 years ago
  4. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  5. 2ad6ac5 Quiet build warnings on MacOSX. by Greg Clayton · 10 years ago
  6. a026de0 Fix warnings. by Bruce Mitchener · 10 years ago
  7. ee2ed52 Fix debugserver warnings on MacOSX. by Greg Clayton · 11 years ago
  8. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  9. f74cf86 <rdar://problem/15172417> by Greg Clayton · 12 years ago
  10. f1715ab Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 12 years ago
  11. 829713c Remove some unnecessary uses of nub_break_t in the arm specific by Jason Molenda · 12 years ago
  12. d8cf1a1 Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 12 years ago
  13. 1c73911 Change debugserver from using the mach port number (in debugserver's by Jason Molenda · 13 years ago
  14. 8470756 rdar://problem/11320188 by Johnny Chen · 13 years ago
  15. 6463720 Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 13 years ago
  16. 82283e8 Check the return value of GetBasicInfo before dereferencing it. <rdar://problem/10568492> by Jim Ingham · 14 years ago
  17. 490fbbe Enabled the "printf" attribute on all debugserver logging functions and fixed by Greg Clayton · 14 years ago
  18. a9b68f4 Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 14 years ago
  19. 76abb3b Add comment regarding method call to DNBArchProtocol::NotifyException(). by Johnny Chen · 14 years ago
  20. 88c1b77 Modify MachThread::NotifyException() to allow the arch specific protocol to process by Johnny Chen · 14 years ago
  21. 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
  22. c235ac7 Added some logging and did some member renaming. by Greg Clayton · 14 years ago
  23. 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
  24. f3ef3d2 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 14 years ago
  25. effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  26. 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
  27. cdc7322 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 15 years ago
  28. 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
  29. e2d4f0d Took the timeout for a ClangUserExpression down from a 10 second timeout to by Greg Clayton · 15 years ago
  30. c4e411f Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 15 years ago
  31. 5e0ab13 Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for by Greg Clayton · 15 years ago
  32. 3af9ea5 Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 15 years ago
  33. 0dd2c62 Fixed more thread suspend/resume issues. by Greg Clayton · 15 years ago
  34. 1b946bf Fixed an issue with the MachThread class where we might not get the initial by Greg Clayton · 15 years ago
  35. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago