pkgsrc-WIP-changes archive

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

lldb-netbsd: Update TODO: single step detected but hangs



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

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Update TODO: single step detected but hangs

I used exect(3) hack to trigger it on amd64, it enables TRAP bit to
single-step.

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=9282dde8171cf1d9441ba6d38645d75a0d59e620

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 83d6f8e..385884f 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -16,7 +16,7 @@ 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) - ?
- - single step - ?
+ - single step - detected but process hangs
  - fork/vfork-done - ?
  - lwp creation/termination - detected but process hangs
  - hardware breakpoint - ?


Home | Main Index | Thread Index | Old Index