- 65e5e278 [NFC] Small code cleanups in utility. by Jonas Devlieghere · 7 years ago
- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- 77c397f UUID: Add support for arbitrary-sized module IDs by Pavel Labath · 7 years ago
- 2f93fd1 Represent invalid UUIDs as UUIDs with length zero by Pavel Labath · 7 years ago
- a174bcb Remove UUID::SetFromCString by Pavel Labath · 7 years ago
- 470b286 Modernize UUID class by Pavel Labath · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- 5011298 Simplify UUID constructors by Stephane Sezer · 8 years ago
- b108dbc Remove some duplicated code in UUID.cpp by Stephane Sezer · 8 years ago
- 2072552 Mark UUID::GetByteSize() const by Stephane Sezer · 8 years ago
- d8f0675 [UUID] Reimplement comparison operators more canonically. NFCI. by Davide Italiano · 8 years ago
- 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
- 4479ac1 iwyu fixes on lldbUtility. by Zachary Turner · 8 years ago
- 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
- 0e1d52a Move UUID from Core -> Utility. by Zachary Turner · 9 years ago[Renamed (98%) from lldb/source/Core/UUID.cpp]
- bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
- 245f7fd Convert UriParser to use StringRef. by Zachary Turner · 9 years ago
- 4aa8753 Convert AutoComplete related code to StringRef. by Zachary Turner · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- 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
- 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
- a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
- c836ae7 ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 12 years ago
- c16b4af Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 12 years ago
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
- 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
- c8f814d Added the ability to download a symboled executable and symbol file given a UUID. by Greg Clayton · 13 years ago
- 95e3142 Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 15 years ago
- 72b77eb Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 15 years ago
- 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 15 years ago
- 8c3ad54 Remove unused uuid_t constructor for lldb_private::UUID. by Eli Friedman · 15 years ago
- eee5f1f For header includes we are currently trying to adopt some aspects of the by Greg Clayton · 15 years ago
- 8896697 Add missing includes. by Eli Friedman · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago