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