1. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  2. 8c1b6bd Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  3. 4cb6992 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  4. e768c4b Rewrite gdb-remote's SendContinuePacketAndWaitForResponse by Pavel Labath · 9 years ago
  5. 15a2165 Skip leading spaces when decoding hex values by Francis Ricci · 9 years ago
  6. 5e8115b Add comment in StringExtractor::GetHexU8 by Dawn Perchik · 10 years ago
  7. 554a857 Fix LLDB RSP client to decode '$O' packets incorrectly by Dawn Perchik · 10 years ago
  8. f805e19 Fix cmake build after recent JSON changes by Pavel Labath · 10 years ago
  9. 98424c4 Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JSONParser class. by Greg Clayton · 10 years ago
  10. f2d44ca8 Silence warnings here by explicit cast. by Enrico Granata · 10 years ago
  11. 6eddf8d Added StringExtractor::DecodeHexU8 && GetHexBytesAvail by Vince Harron · 11 years ago
  12. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  13. d4612ad Switch NULL to C++11 nullptr in source/Symbol and source/Utility by Ed Maste · 11 years ago
  14. a68f7b6 cleanup unreferenced functions by Saleem Abdulrasool · 11 years ago
  15. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  16. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  17. c7bece56 <rdar://problem/13069948> by Greg Clayton · 12 years ago
  18. a85e6b6 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 13 years ago
  19. 3852b3e <rdar://problem/12398225> by Greg Clayton · 13 years ago
  20. 7b70be3 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 · 13 years ago
  21. 7870917 Add a missing header by Stephen Wilson · 14 years ago
  22. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  23. 7133762 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
  24. de9d049 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 14 years ago
  25. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  26. 1e89cd8 Avoid tolower, it's slow and unnecessary. by Benjamin Kramer · 15 years ago
  27. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago