1. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  2. 5444368 Add new files to CMakeLists.txt to fix cmake build error. by Michael Sartain · 11 years ago
  3. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  4. e3f9bfd Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. by Greg Clayton · 11 years ago
  5. aad68fa More CMake fixes for OS X. by Filipe Cabecinhas · 11 years ago
  6. 0df4246 Make KQueue import the header in the correct path. by Filipe Cabecinhas · 11 years ago
  7. 3e64905 Fix build on Linux by Daniel Malea · 11 years ago
  8. b649f7f Various fixes for armv7 floating point/vector register support. by Jason Molenda · 11 years ago
  9. 33cf3f0 Update CMake lists of sources to include files added in r175787 and r175323 by Daniel Malea · 11 years ago
  10. aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 11 years ago
  11. 3fb2c93 Added a kqueue class which isn't being used yet, but was part of trying to work around the limitations with the unix select() call and how it is limited to FD_SETSIZE file descriptors. by Greg Clayton · 11 years ago
  12. d85fab9 Only enable RTTI for cxa_demangle.cpp by Filipe Cabecinhas · 11 years ago
  13. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  14. 8bc4f6e Enable RTTI for liblldbCore.a when GCC is the compiler by Daniel Malea · 11 years ago
  15. b9db9d5 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 11 years ago
  16. 77611de <rdar://problem/12398225> by Greg Clayton · 12 years ago
  17. 9e2c8ea Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma). by Greg Clayton · 12 years ago
  18. 402607f rdar://problem/10652076 by Johnny Chen · 12 years ago
  19. 08205a6 Added a ModuleList::Destroy() method which will reclaim the std::vector by Greg Clayton · 12 years ago
  20. 666c553 Allow a way to track all allocations for our intrusive ref counted pointers. by Greg Clayton · 12 years ago
  21. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  22. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  23. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  24. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  25. 527b2b9 API fix and missing headers. by Johnny Chen · 13 years ago
  26. 564a757 #include <string.h> for memset by Peter Collingbourne · 13 years ago
  27. c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 13 years ago
  28. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  29. 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 13 years ago
  30. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  31. 7a198ac Add a missing header by Stephen Wilson · 13 years ago
  32. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 13 years ago
  33. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  34. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  35. 4b274e8 Add a missing include needed on Linux and remove a trailing comma. by Stephen Wilson · 13 years ago
  36. cb8977d Added new platform commands: by Greg Clayton · 13 years ago
  37. 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 13 years ago
  38. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 13 years ago
  39. c3c4661 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 13 years ago
  40. f29a08f Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 13 years ago
  41. c71899e Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 13 years ago
  42. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 13 years ago
  43. ff7c3e9 Patch from Stephen Wilson: by Johnny Chen · 13 years ago
  44. 6a5aa8a Cleaned a few build related things up: by Greg Clayton · 14 years ago
  45. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  46. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  47. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  48. c2f3535 Fixed "#endif"s followed by non comments, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  49. 0b145ba Avoid tolower, it's slow and unnecessary. by Benjamin Kramer · 14 years ago
  50. 17b7136 Move SharingPtr.h into include/. by Eli Friedman · 14 years ago
  51. e49f79d Switched over to using the new lldb::SharingPtr from Howard Hinnant. by Greg Clayton · 14 years ago
  52. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  53. f553b51 Add a couple missing includes. by Eli Friedman · 14 years ago
  54. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago