pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO entry about MonitorCallback - lwp events detected



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

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO entry about MonitorCallback - lwp events detected

The lwp creation/termination events are properly detected, but process (LLDB)
hangs waiting for something. This issue is apparently shared for all the other
events, except tracee termination.

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=3ea6e80a383496daf7a9c9e0d5c0a923d18b396a

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

diffstat:
 lldb-netbsd/TODO | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index ca6e720..83d6f8e 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -18,7 +18,7 @@ The current milestone is to detect in Monitor Callback the following events:
  - software breakpoint (TRAP_BRKPT) - ?
  - single step - ?
  - fork/vfork-done - ?
- - lwp creation/termination - ?
+ - lwp creation/termination - detected but process hangs
  - hardware breakpoint - ?
  - other signal passed to tracee - hangs
 


Home | Main Index | Thread Index | Old Index