llvm-project/lldb/tools/debugserver
Jonas Devlieghere 796ac80b86 Use std::make_shared in LLDB (NFC)
Unlike std::make_unique, which is only available since C++14,
std::make_shared is available since C++11. Not only is std::make_shared
a lot more readable compared to ::reset(new), it also performs a single
heap allocation for the object and control block.

Differential revision: https://reviews.llvm.org/D57990

llvm-svn: 353764
2019-02-11 23:13:08 +00:00
..
debugserver.xcodeproj Un-conditionalize use of libcompression. debugserver only builds 2018-12-18 22:21:48 +00:00
resources
scripts Remove DNBConfig.h 2015-08-13 00:32:01 +00:00
source Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
CMakeLists.txt [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
debugnub-exports