1. f960048 Can't just call "rand" to get a random port, 'cause then you'll get the same sequence in two lldb's. This makes running lldb on lldb not work very well. by Jim Ingham · 13 years ago
  2. 50daf77 Simple fixes for the gdb remote process plugin on Linux. by Stephen Wilson · 13 years ago
  3. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  4. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  5. cb8977d Added new platform commands: by Greg Clayton · 13 years ago
  6. 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 13 years ago
  7. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  8. c97bfdb Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 13 years ago
  9. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  10. afb8186 Added a missing API call in SBTarget that enables one to get by Greg Clayton · 13 years ago
  11. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 13 years ago
  12. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  13. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 13 years ago
  14. 5e4f4a2 Fixed an issue where detection of vCont support wasn't being done correctly. by Greg Clayton · 13 years ago
  15. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  16. c3c4661 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 13 years ago
  17. c1f4587 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 13 years ago
  18. f29a08f Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 13 years ago
  19. c62176d Fix comment text. by Greg Clayton · 13 years ago
  20. fc7920f <rdar://problem/8972204> Test failure: ./dotest.py -v -t -f UniversalTestCase.test_process_launch_for_universal by Greg Clayton · 13 years ago
  21. f9f40c2 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 13 years ago
  22. ff276fe Add _pthread_wqthread to the list of thread stop points, and change the logging a bit. by Jim Ingham · 13 years ago
  23. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  24. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 13 years ago
  25. 8d110ff Apple specific change from Kirk Beitz. by Greg Clayton · 13 years ago
  26. 0bfda0b Added a quicker lookup in the SectionLoadList when looking things up by by Greg Clayton · 13 years ago
  27. d5f76bb Patch to remove uses of non-standard strcasestr and replace then with by Greg Clayton · 13 years ago
  28. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 13 years ago
  29. 1c2aa46 Fixed the SendInterrupt logic to return the true if the target was halted by Greg Clayton · 13 years ago
  30. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 13 years ago
  31. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 13 years ago
  32. 9082c8a Fix a little thinko in sending down the thread name to SetName. by Jim Ingham · 13 years ago
  33. e4450f0 by Caroline Tice · 13 years ago
  34. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 13 years ago
  35. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  36. cc3e640 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 14 years ago
  37. 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 · 14 years ago
  38. 27a8dd7 One more fix to ProcessGDBRemote::DoDestroy(). This one will make sure we by Greg Clayton · 14 years ago
  39. 68ca823 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 14 years ago
  40. 9ed3ebf Remember to turn off the debugserver.txt hard-coded emission. by Jim Ingham · 14 years ago
  41. ac95966 More useful STEP logging. by Jim Ingham · 14 years ago
  42. 2860ba9 Improved process logging for both lldb_private::Process and ProcessGDBRemote. by Greg Clayton · 14 years ago
  43. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  44. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  45. a4881d0 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 14 years ago
  46. 55e01d8 Added an interface for noticing new thread creation. At this point, I only turn it on when by Jim Ingham · 14 years ago
  47. cecf348 Fixed the async packets (packets that need to be sent to the GDB server by Greg Clayton · 14 years ago
  48. 15dcb7c Back up both the register AND the stop state when calling functions. by Jim Ingham · 14 years ago
  49. c71899e Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 14 years ago
  50. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  51. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  52. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  53. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  54. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 14 years ago
  55. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  56. 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
  57. 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
  58. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  59. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  60. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
  61. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  62. 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
  63. 220494a Fixed bad logic that was trying to determine if the gdb remote resumed a process or not. by Greg Clayton · 14 years ago
  64. 9ac497b by Caroline Tice · 14 years ago
  65. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  66. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  67. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  68. cdea236 The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens. by Jim Ingham · 14 years ago
  69. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  70. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  71. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  72. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  73. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  74. dc7422c Use the new native unwinder by default. by Jason Molenda · 14 years ago
  75. 8132f2d Add #ifdef to easily switch between the current libunwind-remote based unwinder by Jason Molenda · 14 years ago
  76. 96829fb Revert last checking to ThreadGDBRemote.cpp; I accidentally checked by Jason Molenda · 14 years ago
  77. a6b71de Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 14 years ago
  78. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  79. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  80. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  81. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  82. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  83. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  84. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  85. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  86. 4912f39 Make sure to lock down the sequence mutex and select the thread we want when read or write all registers. by Greg Clayton · 14 years ago
  87. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  88. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  89. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  90. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  91. 515ea54 Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock() by Johnny Chen · 14 years ago
  92. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  93. 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
  94. c5b15db Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 14 years ago
  95. b4d1d33 Added some extra logging to track asynchronous packet activity. by Greg Clayton · 14 years ago
  96. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  97. 2653be9 Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. by Benjamin Kramer · 14 years ago
  98. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  99. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  100. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago