pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO add more (final) LLDB task goals



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jan 19 05:36:19 2017 +0100
Changeset:	237957edccc65a15e97d29c834f7a69202d0d7c9

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO add more (final) LLDB task goals

To be done later:
 - registers' accessors
 - single step support
 - thread resume/suspend operation
 - i386 support
 - upstream NetBSD support
 - adapt upstream Python tests to run on NetBSD and pass as many of them as
   possible
 - import LLDB into base
 - add NetBSD specific ATF tests verifying fundamental functionality of LLDB

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=237957edccc65a15e97d29c834f7a69202d0d7c9

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

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

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 5cc7a7c..ca6e720 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -29,3 +29,16 @@ Short-term goals in next milestone:
  - recognize Real-Time Signals (SIGRTMIN-SIGRTMAX)
  - upstream !NetBSDProcessPlugin code
  - switch std::call_once to llvm::call_once
+
+To be done later:
+ - registers' accessors
+ - single step support
+ - thread resume/suspend operation
+ - i386 support
+ - upstream NetBSD support
+ - adapt upstream Python tests to run on NetBSD and pass as many of them as
+   possible
+ - import LLDB into base
+ - add NetBSD specific ATF tests verifying fundamental functionality of LLDB
+
+and of course fix as many bugs as possible


Home | Main Index | Thread Index | Old Index