1. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  2. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  3. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  4. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  5. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 11 years ago
  6. 9ea7d87 Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs by Filipe Cabecinhas · 12 years ago
  7. 48f9c71 Missed a file in the last FreeBSD patch. by Greg Clayton · 12 years ago
  8. 27cf232 FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. by Greg Clayton · 12 years ago
  9. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 12 years ago
  10. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  11. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  12. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  13. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  14. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 13 years ago
  15. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  16. cb8977d Added new platform commands: by Greg Clayton · 13 years ago
  17. 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 13 years ago
  18. b622560 Added missing files. by Greg Clayton · 13 years ago