1. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  2. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  3. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  4. 515ea54 Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock() by Johnny Chen · 14 years ago
  5. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  6. 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
  7. c5b15db Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 14 years ago
  8. b4d1d33 Added some extra logging to track asynchronous packet activity. by Greg Clayton · 14 years ago
  9. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  10. 2653be9 Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. by Benjamin Kramer · 14 years ago
  11. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  12. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  13. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  14. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  15. 7121908 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames by Jim Ingham · 14 years ago
  16. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  17. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  18. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  19. 7661a98 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 14 years ago
  20. 7cebe13 Added Mach exception stop descriptions. The chunk of code I just added needs to be placed into a utility location so it can be used by ProcessMacOSX and debugserver. by Greg Clayton · 14 years ago
  21. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  22. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  23. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  24. f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  25. e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
  26. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  27. 3ae9340 Initialize member so GDBRemoteRegisterContext::ReadRegisterBytes doesn't rely on by Benjamin Kramer · 14 years ago
  28. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  29. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  30. 53d9686 Applied PluginManager.cpp patch from Jean-Daniel Dupas. by Jason Molenda · 14 years ago
  31. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  32. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  33. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago