pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jan 21 15:02:54 2017 +0100
Changeset:	91b792dee0b6ee6e645dfe9391d1a9eddcf82a1e

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO

News:
 - sstep partly works (doesn't return to user for each step)
 - breakpoint works
 - (v)fork family skipped but should be detectable
 - lwp creation/termination monitor works
 - other signals work

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=91b792dee0b6ee6e645dfe9391d1a9eddcf82a1e

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

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

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 472d459..12d8d38 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -23,13 +23,13 @@ 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) - 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
+ - software breakpoint (TRAP_BRKPT) - works, stop on breakpoint and resume from breakpoint OK
+ - single step - seems to work, but doesn't return to user for each step
+ - fork - should be detected, but for now skipped
+ - vfork-done - detected, but for now skipped
+ - lwp creation/termination - works, stop on it and resume works, LWP list updated correctly
  - hardware breakpoint - currently not easily testable (skipped)
- - other signal passed to tracee - works
+ - other signal passed to tracee - works, stop on it and resume works
 
 Short-term goals in next milestone:
  - fix conflict with system-wide py-six


Home | Main Index | Thread Index | Old Index