summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/UUID.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-224/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-2/+4
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-34/+33
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-231/+172
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-0/+3
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-15/+24
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-5/+11
* ObjectFileELF::GetModuleSpecifications on Linux should work now.Michael Sartain2013-05-231-22/+52
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-6/+12
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-31/+42
* Added the ability to download a symboled executable and symbol file given a U...Greg Clayton2012-09-271-3/+6
* Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton2011-02-051-1/+1
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-4/+4
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-13/+13
* Remove unused uuid_t constructor for lldb_private::UUID.Eli Friedman2010-06-101-8/+0
* For header includes we are currently trying to adopt some aspects of the Greg Clayton2010-06-091-3/+4
* Add missing includes.Eli Friedman2010-06-091-0/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+218
OpenPOWER on IntegriCloud