pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-netbsd: Update TODO for passing use-cases
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Jan 20 22:49:48 2017 +0100
Changeset: fd83895ef236de9f9c6c41140aca3fd2e6960b54
Modified Files:
lldb-netbsd/TODO
Log Message:
lldb-netbsd: Update TODO for passing use-cases
Reported to work:
- execve(2)
- other signal passed to tracee
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=fd83895ef236de9f9c6c41140aca3fd2e6960b54
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-netbsd/TODO | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 6d7f62c..472d459 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -22,14 +22,14 @@ llvm::call_once hack for src:
The current milestone is to detect in Monitor Callback the following events:
- process termination - works, appropriate return status passed to LLDB
- - execve(2) - detected but process hangs
+ - execve(2) - works, switch to new image not tested but all the code seems to be there
- software breakpoint (TRAP_BRKPT) - detected but process hangs
- single step - detected but process hangs
- fork - not detected (hangs earlier?)
- vfork-done - detected but process hangs
- lwp creation/termination - detected but process hangs
- hardware breakpoint - currently not easily testable (skipped)
- - other signal passed to tracee - detected but process hangs
+ - other signal passed to tracee - works
Short-term goals in next milestone:
- fix conflict with system-wide py-six
Home |
Main Index |
Thread Index |
Old Index