pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-netbsd: Note that Real-Time Signals is pending upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jan 27 18:07:51 2017 +0100
Changeset:	0c7755fb8c0f44886079b7b031ac0bccfff8064d

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Note that Real-Time Signals is pending upstream

Upstream review: https://reviews.llvm.org/D29091

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c7755fb8c0f44886079b7b031ac0bccfff8064d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-netbsd/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 9aa1e41..c17f8fa 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -30,12 +30,12 @@ Short-term goals in current milestone
 Done:
  - switch resolution of pid -> path to executable from /proc to sysctl(7)
    https://reviews.llvm.org/D29089
+ - recognize Real-Time Signals (SIGRTMIN-SIGRTMAX)
+   https://reviews.llvm.org/D29091
 
 TODO:
  - fix conflict with system-wide py-six
  - add support for auxv read operation
- - switch resolution of pid -> path to executable from /proc to sysctl(7)
- - recognize Real-Time Signals (SIGRTMIN-SIGRTMAX)
  - upstream !NetBSDProcessPlugin code
  - switch std::call_once to llvm::call_once
  + ptrace(2) interface to lock and unlock threads from execution


Home | Main Index | Thread Index | Old Index