<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - lldb-mi on FreeBSD does not respond immediately after -exec-run"
href="http://llvm.org/bugs/show_bug.cgi?id=22411">22411</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lldb-mi on FreeBSD does not respond immediately after -exec-run
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>emaste@freebsd.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>lldb-mi appears to hang after "-exec-run". An extra newline causes the expected
output to come back.
feynman% bin/lldb-mi --interpreter
(gdb)
-file-exec-and-symbols /bin/ls
^done
-break-insert -f main
=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0xffffffff",func="main",file="ls.c",fullname="/tank/emaste/src/git-stable-10/bin/ls/ls.c",line="163",pending=["main"],times="0",original-location="main"}
^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0xffffffff",func="main",file="ls.c",fullname="/tank/emaste/src/git-stable-10/bin/ls/ls.c",line="163",pending=["main"],times="1",original-location="main"}
-exec-run
<<< Got stuck here. I pressed enter again. >>>
^running
=thread-group-started,id="i1",pid="29492"
=thread-created,id="1",group-id="i1"
=thread-selected,id="1"
(gdb)
*running,thread-id="all"
(gdb)
(gdb)
*stopped,reason="breakpoint-hit",disp="del",bkptno="1",frame={addr="0x004023f1",func="main",args=[{name="argc",value="1"},{name="argv",value="0x00007fffffffe580"}],file="ls.c",fullname="/tank//emaste/src/git-stable-10/bin/ls/ls.c",line="163"},thread-id="1",stopped-threads="all"
(gdb)
(gdb)
*running,thread-id="all"
(gdb)
(gdb)
*stopped,reason="breakpoint-hit",disp="del",bkptno="1",frame={addr="0x004023f1",func="main",args=[{name="argc",value="1"},{name="argv",value="0x00007fffffffe580"}],file="ls.c",fullname="/tank//emaste/src/git-stable-10/bin/ls/ls.c",line="163"},thread-id="1",stopped-threads="all"
(gdb)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>