lldb-netbsd: Update TODO with current status
authorKamil Rytarowski <n54@gmx.com>
Sun, 29 Jan 2017 22:25:30 +0000 (23:25 +0100)
committerKamil Rytarowski <n54@gmx.com>
Sun, 29 Jan 2017 22:25:30 +0000 (23:25 +0100)
Sponsored by <The NetBSD Foundation>

lldb-netbsd/TODO

index b6c8c60d5f4d6bb5172454dbf52f1da015958504..a4a211386ce1c068c5f3a2722857c13779a70cb1 100644 (file)
@@ -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