[Lldb-commits] [PATCH] D13334: Preliminary NetBSD support
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 1 03:28:06 PDT 2015
krytarowski created this revision.
krytarowski added a reviewer: joerg.
krytarowski added a subscriber: lldb-commits.
krytarowski set the repository for this revision to rL LLVM.
This adds platform code without the cmake/gmake glue to the existing infrastructure.
The missing and incompatibility ptrace(2) bits (existing in FreeBSD) are under active research and development and will be submitted once verified to work.
This code was tested to build and run on NetBSD-current/amd64.
Proper build scripts will be integrated separately as a new commit.
Repository:
rL LLVM
http://reviews.llvm.org/D13334
Files:
include/lldb/Host/Config.h
include/lldb/Host/HostInfo.h
include/lldb/Host/HostNativeThread.h
include/lldb/Host/HostNativeThreadForward.h
include/lldb/Host/netbsd/Config.h
include/lldb/Host/netbsd/HostInfoNetBSD.h
include/lldb/Host/netbsd/HostThreadNetBSD.h
source/Host/netbsd/Host.cpp
source/Host/netbsd/HostInfoNetBSD.cpp
source/Host/netbsd/HostThreadNetBSD.cpp
source/Host/netbsd/ThisThread.cpp
source/Initialization/SystemInitializerCommon.cpp
source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
source/Plugins/Platform/NetBSD/PlatformNetBSD.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13334.36211.patch
Type: text/x-patch
Size: 49145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151001/6c44179a/attachment-0001.bin>
More information about the lldb-commits
mailing list