pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO for committed upstream patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Feb 1 16:01:52 2017 +0100
Changeset:	ed3276b8c3f09f4b7af669243784c02ca9e74b75

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO for committed upstream patches

Done:
   "Add ProcessLauncherNetBSD to spawn a tracee"
   renamed to:
   "Transform ProcessLauncherLinux to ProcessLauncherPosixFork"
   https://reviews.llvm.org/D29347
   committed as SVN 293768
   http://llvm.org/viewvc/llvm-project/?view=rev&revision=293768

   "Document that LaunchProcessPosixSpawn is used on NetBSD"
   committed as SVN 293770
   http://llvm.org/viewvc/llvm-project/?view=rev&revision=293770

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=ed3276b8c3f09f4b7af669243784c02ca9e74b75

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

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

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 239298d..57e18c2 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -56,6 +56,12 @@ In progress:
    renamed to:
    "Transform ProcessLauncherLinux to ProcessLauncherPosixFork"
    https://reviews.llvm.org/D29347
+   committed as SVN 293768
+   http://llvm.org/viewvc/llvm-project/?view=rev&revision=293768
+
+   "Document that LaunchProcessPosixSpawn is used on NetBSD"
+   committed as SVN 293770
+   http://llvm.org/viewvc/llvm-project/?view=rev&revision=293770
  - switch std::call_once to llvm::call_once
    lldb-netbsd works with base libstdc++ with local patches
 


Home | Main Index | Thread Index | Old Index