1. 1c2aa46 Fixed the SendInterrupt logic to return the true if the target was halted by Greg Clayton · 15 years ago
  2. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  3. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 15 years ago
  4. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 15 years ago
  5. 68ca823 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 15 years ago
  6. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 15 years ago
  7. a4881d0 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 15 years ago
  8. cecf348 Fixed the async packets (packets that need to be sent to the GDB server by Greg Clayton · 15 years ago
  9. c71899e Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 15 years ago
  10. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 15 years ago
  11. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 15 years ago
  12. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 15 years ago
  13. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 15 years ago
  14. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 15 years ago
  15. 220494a Fixed bad logic that was trying to determine if the gdb remote resumed a process or not. by Greg Clayton · 15 years ago
  16. 9ac497b by Caroline Tice · 15 years ago
  17. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  18. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 15 years ago
  19. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  20. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 15 years ago
  21. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  22. 515ea54 Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock() by Johnny Chen · 15 years ago
  23. b4d1d33 Added some extra logging to track asynchronous packet activity. by Greg Clayton · 15 years ago
  24. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 15 years ago
  25. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  26. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  27. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  28. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago