pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO with short-term goals



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jan 18 16:38:27 2017 +0100
Changeset:	05beb8ad6bf411f197f2d2572ff9620648dd829c

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO with short-term goals

Short-term goals:
 - 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

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=05beb8ad6bf411f197f2d2572ff9620648dd829c

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

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

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 678b8d6..a91ab51 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -21,3 +21,11 @@ hack for src:
    curl https://github.com/jsonn/src/commit/78f4ee4c8349d68cf2279f2c7fc2196ae369e182.patch|gpatch -R -p1
 long term solution in LLVM:
    replace std::call_once with llvm::call_once
+
+Short-term goals:
+ - 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


Home | Main Index | Thread Index | Old Index