<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - SBProcess::Stop stops only the main thread, not all threads"
href="https://llvm.org/bugs/show_bug.cgi?id=25046">bug 25046</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>ASSIGNED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - SBProcess::Stop stops only the main thread, not all threads"
href="https://llvm.org/bugs/show_bug.cgi?id=25046#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - SBProcess::Stop stops only the main thread, not all threads"
href="https://llvm.org/bugs/show_bug.cgi?id=25046">bug 25046</a>
from <span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span></b>
<pre>I'm glad you were able to get this working. I am going to mark this fixed as
the original issue was resolved. For the other issues you mention, I would
suggest filing separate bugs.
<span class="quote">> 1) SBDebugger::CreateTargetWithFileAndArch returns invalid target, so I use SBDebugger::CreateTarget</span >
Sounds simple enough to fix. Having repro steps would help.
<span class="quote">> 2) SBThread::ReturnFromFrame doesn't set return value (probably still not enabled in LLDB source)</span >
I thought this should be working. Please put repro steps in the report.
<span class="quote">> 3) When I try to read from stdin in the debugger program, it crashes on SIGSEV (invalid address 0x0). I use FIFOs to communicate with the program, it was the only way that I could get realtime stdio communication in lldb-3.6 (PutSTDIN was duplicating the input to stdout and I didn't want that). It also crashes when I pass None for stdin/out/err and use the default pseudo-terminal.</span >
This also sounds like a bug. Having a backtrace of the crash would help.
Also, as Greg pointed out elsewhere, you can probably get rid of the
duplication by disabling the terminal echo.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>