1. 65e5e278 [NFC] Small code cleanups in utility. by Jonas Devlieghere · 7 years ago
  2. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  3. 77c397f UUID: Add support for arbitrary-sized module IDs by Pavel Labath · 7 years ago
  4. 2f93fd1 Represent invalid UUIDs as UUIDs with length zero by Pavel Labath · 7 years ago
  5. a174bcb Remove UUID::SetFromCString by Pavel Labath · 7 years ago
  6. 470b286 Modernize UUID class by Pavel Labath · 7 years ago
  7. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  8. 5011298 Simplify UUID constructors by Stephane Sezer · 8 years ago
  9. b108dbc Remove some duplicated code in UUID.cpp by Stephane Sezer · 8 years ago
  10. 2072552 Mark UUID::GetByteSize() const by Stephane Sezer · 8 years ago
  11. d8f0675 [UUID] Reimplement comparison operators more canonically. NFCI. by Davide Italiano · 8 years ago
  12. 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
  13. 4479ac1 iwyu fixes on lldbUtility. by Zachary Turner · 8 years ago
  14. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  15. 0e1d52a Move UUID from Core -> Utility. by Zachary Turner · 9 years ago[Renamed (98%) from lldb/source/Core/UUID.cpp]
  16. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  17. 245f7fd Convert UriParser to use StringRef. by Zachary Turner · 9 years ago
  18. 4aa8753 Convert AutoComplete related code to StringRef. by Zachary Turner · 9 years ago
  19. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  20. 63acdfd Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. by Oleksiy Vyalov · 11 years ago
  21. 226cce2 Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). by Greg Clayton · 12 years ago
  22. a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
  23. c836ae7 ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 12 years ago
  24. c16b4af Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 12 years ago
  25. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  26. b5f0fea Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 13 years ago
  27. c8f814d Added the ability to download a symboled executable and symbol file given a UUID. by Greg Clayton · 13 years ago
  28. 95e3142 Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 15 years ago
  29. 72b77eb Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 15 years ago
  30. 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 15 years ago
  31. 8c3ad54 Remove unused uuid_t constructor for lldb_private::UUID. by Eli Friedman · 15 years ago
  32. eee5f1f For header includes we are currently trying to adopt some aspects of the by Greg Clayton · 15 years ago
  33. 8896697 Add missing includes. by Eli Friedman · 15 years ago
  34. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago