1. 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
  2. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  3. 37cfeab Quiet the default "log enable lldb step" output down a little bit. by Jim Ingham · 14 years ago
  4. 01a6786 SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  5. 56d9a1b Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 14 years ago
  6. 5a6fa54 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 14 years ago
  7. 70b5765 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 14 years ago
  8. 31f1d2f Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 14 years ago
  9. 79ea878 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 14 years ago
  10. 2ed751b Changed the emulate instruction function to take emulate options which by Greg Clayton · 15 years ago
  11. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  12. c574ede Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 15 years ago
  13. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  14. e576ab2 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 15 years ago
  15. 71fc2a3 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 15 years ago
  16. 000aeb8 Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 15 years ago
  17. 0f16e73 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 15 years ago
  18. 4c2c0fc Apple specific change from Kirk Beitz. by Greg Clayton · 15 years ago
  19. 7778703 Back up both the register AND the stop state when calling functions. by Jim Ingham · 15 years ago
  20. 3e06bd9 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 15 years ago
  21. 5ccbd29 Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 15 years ago
  22. 442d754 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 15 years ago
  23. 773d981 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 · 15 years ago
  24. 744aa8a Use the new native unwinder by default. by Jason Molenda · 15 years ago
  25. c311c23 Add #ifdef to easily switch between the current libunwind-remote based unwinder by Jason Molenda · 15 years ago
  26. 311eb2d Revert last checking to ThreadGDBRemote.cpp; I accidentally checked by Jason Molenda · 15 years ago
  27. fa19c3e7 Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 15 years ago
  28. 237cd90 Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 15 years ago
  29. 1b72fcb Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  30. 87c1191 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 · 15 years ago
  31. f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
  32. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  33. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago