[Lldb-commits] [PATCH] D31131: [LLDB] OpenBSD support

Mark Kettenis via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 23 13:24:12 PDT 2017


kettenis updated this revision to Diff 92857.
kettenis marked an inline comment as done.
kettenis edited the summary of this revision.
kettenis added a comment.
Herald added subscribers: srhines, rengolin, emaste, aemerson.

New diff. This one adds support for OpenBSD/amd64, OpenBSD/arm, OpenBSD/arm64 and OpenBSD/i386.  I'm holding off on resorting existing code. I'm willing to do that in a separate diff.


https://reviews.llvm.org/D31131

Files:
  include/lldb/Host/Config.h
  include/lldb/Host/Editline.h
  include/lldb/Host/Host.h
  include/lldb/Host/HostInfo.h
  include/lldb/Host/openbsd/Config.h
  include/lldb/Host/openbsd/HostInfoOpenBSD.h
  source/API/SystemInitializerFull.cpp
  source/CMakeLists.txt
  source/Host/CMakeLists.txt
  source/Host/common/Host.cpp
  source/Host/openbsd/Host.cpp
  source/Host/openbsd/HostInfoOpenBSD.cpp
  source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  source/Plugins/Platform/CMakeLists.txt
  source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  source/Plugins/Platform/OpenBSD/CMakeLists.txt
  source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
  source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
  source/Plugins/Process/Utility/CMakeLists.txt
  source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
  source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h
  source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
  source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h
  source/Plugins/Process/elf-core/ProcessElfCore.cpp
  source/Plugins/Process/elf-core/ThreadElfCore.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31131.92857.patch
Type: text/x-patch
Size: 42540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170323/b373c0a6/attachment-0001.bin>


More information about the lldb-commits mailing list