Add stub for PluginProcessNetBSD
authorKamil Rytarowski <n54@gmx.com>
Tue, 21 Mar 2017 17:30:47 +0000 (17:30 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 21 Mar 2017 17:30:47 +0000 (17:30 +0000)
commit1a3d19dd25328a81386bd5bd98ba55a1386cbbf2
treeb12b98f3c3412f63001c1688993d3c3ac93ac3dd
parentc93408a6abfdbbbe581dddb3d67d38d820da7b8a
Add stub for PluginProcessNetBSD

Summary:
This is the base for introduction of further features to support Process Tracing on NetBSD, in local and remote setup.

This code is also a starting point to synchronize the development with other BSDs. Currently NetBSD is ahead and other systems can catch up.

Sponsored by <The NetBSD Foundation>

Reviewers: emaste, joerg, kettenis, labath

Reviewed By: labath

Subscribers: mgorny, #lldb

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D31138

llvm-svn: 298408
lldb/source/Plugins/Process/CMakeLists.txt
lldb/source/Plugins/Process/NetBSD/CMakeLists.txt [new file with mode: 0644]
lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp [new file with mode: 0644]
lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h [new file with mode: 0644]
lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp [new file with mode: 0644]
lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h [new file with mode: 0644]
lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp [new file with mode: 0644]
lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.h [new file with mode: 0644]
lldb/tools/lldb-server/CMakeLists.txt