[Lldb-commits] [PATCH] D31138: Add stub for PluginProcessNetBSD

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 20 10:21:33 PDT 2017


krytarowski created this revision.
krytarowski added a project: LLDB.
Herald added a subscriber: mgorny.

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

This code contains stubs of the needed functions. Their bodies will be added in next commits.

The layout of functions is not set in stone and can be changed in future, however the current one with set of local patches to fill the missing function bodies was used to handle functional debugging session.

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

Sponsored by <The NetBSD Foundation>


Repository:
  rL LLVM

https://reviews.llvm.org/D31138

Files:
  source/Plugins/Process/CMakeLists.txt
  source/Plugins/Process/NetBSD/CMakeLists.txt
  source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
  source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
  source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp
  source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h
  source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
  source/Plugins/Process/NetBSD/NativeThreadNetBSD.h
  tools/lldb-server/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31138.92351.patch
Type: text/x-patch
Size: 25734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170320/b90a2409/attachment-0001.bin>


More information about the lldb-commits mailing list