1. 9082c8a Fix a little thinko in sending down the thread name to SetName. by Jim Ingham · 13 years ago
  2. e4450f0 by Caroline Tice · 13 years ago
  3. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 13 years ago
  4. cc3e640 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 13 years ago
  5. c72af6b When we are stepping a thread, force it to resume ALL the way to 0. And of course, when we stop by Jim Ingham · 13 years ago
  6. 27a8dd7 One more fix to ProcessGDBRemote::DoDestroy(). This one will make sure we by Greg Clayton · 13 years ago
  7. 68ca823 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 13 years ago
  8. 9ed3ebf Remember to turn off the debugserver.txt hard-coded emission. by Jim Ingham · 13 years ago
  9. ac95966 More useful STEP logging. by Jim Ingham · 13 years ago
  10. 2860ba9 Improved process logging for both lldb_private::Process and ProcessGDBRemote. by Greg Clayton · 13 years ago
  11. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 13 years ago
  12. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 13 years ago
  13. a4881d0 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 13 years ago
  14. 55e01d8 Added an interface for noticing new thread creation. At this point, I only turn it on when by Jim Ingham · 13 years ago
  15. c71899e Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 13 years ago
  16. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 13 years ago
  17. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  18. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 14 years ago
  19. 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
  20. ff5cac2 Fixed a crasher where when a ProcessGDBRemote class was being destroyed, it would eventually destroy the dynamic loader (when the lldb_private::Process::m_dynamic_loader_ap destroys itself in the object member destructor chain). The dynamic loader was calling a pure virtual method in Process which was causing a crash. The quick fix is to reset the auto pointer in the ProcessGDBRemote destructor when ProcessGDBRemote is still a valid object with all its pure virtual functions intact. by Greg Clayton · 14 years ago
  21. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  22. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
  23. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  24. c0da615 Fixed DoResume to watch for the correct return value from WaitForIsRunning to avoid spurious errors due to previous fix. by Greg Clayton · 14 years ago
  25. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  26. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  27. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  28. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  29. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  30. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  31. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  32. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  33. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  34. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  35. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  36. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  37. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  38. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  39. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  40. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  41. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  42. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  43. 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
  44. c5b15db Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 14 years ago
  45. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  46. 2653be9 Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. by Benjamin Kramer · 14 years ago
  47. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  48. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  49. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  50. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  51. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  52. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  53. 7661a98 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 14 years ago
  54. 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
  55. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  56. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  57. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  58. f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  59. e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
  60. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  61. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  62. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  63. 53d9686 Applied PluginManager.cpp patch from Jean-Daniel Dupas. by Jason Molenda · 14 years ago
  64. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  65. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  66. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago