pkgsrc-WIP-changes archive

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

lldb-netbsd: Note in TODO finished tasks: llvm::call_once, auxv



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Feb 7 00:42:33 2017 +0100
Changeset:	0331b2c59be8008ff4185cac12579bd0bcc1398c

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Note in TODO finished tasks: llvm::call_once, auxv

llvm::call_once has been finished, all patches merged upstream.
auxv code added to the platform part, but apparently unused.

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=0331b2c59be8008ff4185cac12579bd0bcc1398c

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

diffstat:
 lldb-netbsd/TODO | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 28c21c53f3..385e1a31ed 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -69,19 +69,17 @@ Done:
    "Document that LaunchProcessPosixSpawn is used on NetBSD"
    committed as SVN 293770
    http://llvm.org/viewvc/llvm-project/?view=rev&revision=293770
-
-Unscheduled done
- - signal issues PR/51918 and added tests signal{1,2,3,4,5,6,7,8,9,10}
-
-In progress:
  - add support for auxv read operation
    added test io_read_auxv1
+   (local patch added, function not used in the current code)
  - switch std::call_once to llvm::call_once
    lldb-netbsd works with base libstdc++ with local patches
    (this approach has been abandoned)
 
    "Switch std::call_once to llvm::call_once"
    https://reviews.llvm.org/D29288
+   committed as SVN 294202
+   http://llvm.org/viewvc/llvm-project/?view=rev&revision=294202
 
    "Make llvm::call_once more convenient to reuse out of LLVM"
    https://reviews.llvm.org/D29296
@@ -97,6 +95,12 @@ In progress:
    committed as SVN 294143
    http://llvm.org/viewvc/llvm-project/?view=rev&revision=294143
 
+Unscheduled done
+ - signal issues PR/51918 and added tests signal{1,2,3,4,5,6,7,8,9,10}
+
+In progress:
+NONE
+
 Unscheduled in progress:
  - investigate and address false-positives in "check-lldb"
    "Fix multi-process-driver.cpp build on NetBSD"


Home | Main Index | Thread Index | Old Index