pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO: software breakpoint detected but hangs



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

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO: software breakpoint detected but hangs

Tested on amd64 with __asm__ __volatile__("int3;\n").

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=e2aa6321fe80405c5d3f9d8bddd802c22507f4f9

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 385884f..4019d06 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -15,7 +15,7 @@ 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
- - software breakpoint (TRAP_BRKPT) - ?
+ - software breakpoint (TRAP_BRKPT) - detected but process hangs
  - single step - detected but process hangs
  - fork/vfork-done - ?
  - lwp creation/termination - detected but process hangs


Home | Main Index | Thread Index | Old Index