pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO with recent status



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jan 31 14:55:38 2017 +0100
Changeset:	39b4bbcbdf3bb2a66415c91cf5f124cfac64f88b

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO with recent status

Committed upstrem:
    "Add NetBSD support in Host::GetCurrentThreadID"
    https://reviews.llvm.org/D29264
    committed as SVN revision 293625
    http://llvm.org/viewvc/llvm-project/?view=rev&revision=293625

New patches pending upstream:
    "Synchronize PlatformNetBSD with Linux"
    https://reviews.llvm.org/D29266

    "Switch std::call_once to llvm::call_once"
    https://reviews.llvm.org/D29288

    "Make llvm::call_once more convenient to reuse out of LLVM"
    https://reviews.llvm.org/D29296

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=39b4bbcbdf3bb2a66415c91cf5f124cfac64f88b

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

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

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 9cf04d7..9dffe73 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -46,9 +46,20 @@ In progress:
 
    "Add NetBSD support in Host::GetCurrentThreadID"
    https://reviews.llvm.org/D29264
+   committed as SVN revision 293625
+   http://llvm.org/viewvc/llvm-project/?view=rev&revision=293625
+
+   "Synchronize PlatformNetBSD with Linux"
+   https://reviews.llvm.org/D29266
  - switch std::call_once to llvm::call_once
    lldb-netbsd works with base libstdc++ with local patches
 
+   "Switch std::call_once to llvm::call_once"
+   https://reviews.llvm.org/D29288
+
+   "Make llvm::call_once more convenient to reuse out of LLVM"
+   https://reviews.llvm.org/D29296
+
 Unscheduled done
  - signal issues PR/51918 and added tests signal{1,2,3,4,5,6,7,8,9,10}
 


Home | Main Index | Thread Index | Old Index