pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO with current status



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jan 29 23:25:30 2017 +0100
Changeset:	284e69a9ce209b60c7501b343e14979cdc1117b0

Modified Files:
	lldb-netbsd/TODO

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

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=284e69a9ce209b60c7501b343e14979cdc1117b0

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

diffstat:
 lldb-netbsd/TODO | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index b6c8c60..a4a2113 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -37,15 +37,28 @@ Done:
    committed as SVN revision 293391
    http://llvm.org/viewvc/llvm-project/?view=rev&revision=293391
 
-TODO:
- - fix conflict with system-wide py-six
+In progress:
  - add support for auxv read operation
+   added test io_read_auxv1
  - upstream !NetBSDProcessPlugin code
+   "Do not pass non-POD type variables through variadic function"
+   https://reviews.llvm.org/D29256
  - switch std::call_once to llvm::call_once
+   lldb-netbsd works with base libstdc++ with local patches
+
+Unscheduled done
+ - signal issues PR/51918 and added tests signal{1,2,3,4,5,6,7,8,9,10}
+
+TODO:
+ - fix conflict with system-wide py-six
  + ptrace(2) interface to lock and unlock threads from execution
  + switch the current PT_WATCHPOINT interface to PT_GETDBREGS and PT_SETDBREGS
 
-To be done later:
+Unscheduled TODO:
+ - investigate and address false-positives in "check-lldb"
+
+To be done later
+================
  - registers' accessors
  - single step support
  - thread resume/suspend operation


Home | Main Index | Thread Index | Old Index