pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO for (v)fork, hw watchpoints and other signals



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jan 19 06:36:12 2017 +0100
Changeset:	149def4215b894a97a9bcdc06120d6381237335b

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO for (v)fork, hw watchpoints and other signals

fork hangs before (instead of?) catching event
vfork-done detected properly but hangs
other signals are detected but hangs
hardware watchpoints - currently not easily testable

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=149def4215b894a97a9bcdc06120d6381237335b

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

diffstat:
 lldb-netbsd/TODO | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 4019d06..555e8b4 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -7,20 +7,19 @@ Introduce objc++ setup with gcc(1) for "make test":
     g++: error trying to exec 'cc1objplus': execvp: No such file or directory
     gmake[4]: *** [main.o] Error 1
 
-
 llvm::call_once hack for src:
    curl https://github.com/jsonn/src/commit/78f4ee4c8349d68cf2279f2c7fc2196ae369e182.patch|gpatch -R -p1
 
-
 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
  - software breakpoint (TRAP_BRKPT) - detected but process hangs
  - single step - detected but process hangs
- - fork/vfork-done - ?
+ - fork - not detected (hangs earlier?)
+ - vfork-done - detected but process hangs
  - lwp creation/termination - detected but process hangs
- - hardware breakpoint - ?
- - other signal passed to tracee - hangs
+ - hardware breakpoint - currently not easily testable (skipped)
+ - other signal passed to tracee - detected but process hangs
 
 Short-term goals in next milestone:
  - fix conflict with system-wide py-six


Home | Main Index | Thread Index | Old Index