summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/SharingPtr.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-113/+80
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-4/+4
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+3
* <rdar://problem/15182550>Enrico Granata2013-10-181-2/+10
* Added a ModuleList::Destroy() method which will reclaim the std::vectorGreg Clayton2012-01-271-5/+10
* Allow a way to track all allocations for our intrusive ref counted pointers.Greg Clayton2012-01-191-0/+111
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-13/+0
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-27/+29
* Cleaned a few build related things up:Greg Clayton2010-09-241-1/+1
* Move SharingPtr.h into include/.Eli Friedman2010-06-121-1/+1
* Switched over to using the new lldb::SharingPtr from Howard Hinnant. Greg Clayton2010-06-121-0/+53
OpenPOWER on IntegriCloud