[PATCH] D47738: [LLDB] Signals handling specific to OpenBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 4 14:18:53 PDT 2018


krytarowski added a comment.

I propose to start with ptrace(2) first. It's not going to work the other way around.

I've added missing features in NetBSD, ported LLDB in order to host single threaded programs, and for multithreaded traced programs I need to keep fixing the kernel issues.

This code will be dead and lying around unused.


Repository:
  rL LLVM

https://reviews.llvm.org/D47738





More information about the llvm-commits mailing list