llvm-project/lldb/source/Plugins/Process/NetBSD
Jonas Devlieghere a8f3ae7c9c [LLDB] Migrate llvm::make_unique to std::make_unique
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.

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

llvm-svn: 368933
2019-08-14 22:19:23 +00:00
..
CMakeLists.txt [Process/NetBSD] Add missing linkage to -lutil 2019-01-24 22:20:47 +00:00
NativeProcessNetBSD.cpp [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
NativeProcessNetBSD.h Revert "Revert "Implement xfer:libraries-svr4:read packet"" 2019-07-23 20:40:30 +00:00
NativeRegisterContextNetBSD.cpp [lldb] [Process/NetBSD] Remove unnecessary register buffer abstraction 2019-06-20 12:44:37 +00:00
NativeRegisterContextNetBSD.h [lldb] [Process/NetBSD] Remove unnecessary register buffer abstraction 2019-06-20 12:44:37 +00:00
NativeRegisterContextNetBSD_x86_64.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
NativeRegisterContextNetBSD_x86_64.h [lldb] [Process/NetBSD] Support reading YMM registers via PT_*XSTATE 2019-07-01 15:11:04 +00:00
NativeThreadNetBSD.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeThreadNetBSD.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00