1. a85e6b6 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 13 years ago
  2. 3852b3e <rdar://problem/12398225> by Greg Clayton · 13 years ago
  3. 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 · 14 years ago
  4. 7870917 Add a missing header by Stephen Wilson · 15 years ago
  5. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  6. 7133762 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 15 years ago
  7. de9d049 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 15 years ago
  8. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  9. 1e89cd8 Avoid tolower, it's slow and unnecessary. by Benjamin Kramer · 15 years ago
  10. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago