pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-netbsd: Note in TODO patch removing dependency from /proc
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Jan 24 19:03:48 2017 +0100
Changeset: 4fe73191260dac40b7eda078e0f21c52f6074326
Modified Files:
lldb-netbsd/TODO
Log Message:
lldb-netbsd: Note in TODO patch removing dependency from /proc
Reference upstream patch: https://reviews.llvm.org/D29089
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=4fe73191260dac40b7eda078e0f21c52f6074326
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, 7 insertions(+), 1 deletion(-)
diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 77f3c11..9aa1e41 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -25,7 +25,13 @@ Introduce objc++ setup with gcc(1) for "make test":
llvm::call_once hack for src:
curl https://github.com/jsonn/src/commit/78f4ee4c8349d68cf2279f2c7fc2196ae369e182.patch|gpatch -R -p1
-Short-term goals in current milestone:
+Short-term goals in current milestone
+=====================================
+Done:
+ - switch resolution of pid -> path to executable from /proc to sysctl(7)
+ https://reviews.llvm.org/D29089
+
+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)
Home |
Main Index |
Thread Index |
Old Index