<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 --- - disassemble command with -s <start> -c <count> produces no output after r204689"
href="http://llvm.org/bugs/show_bug.cgi?id=19324">19324</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>disassemble command with -s <start> -c <count> produces no output after r204689
</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>feynman% bin/lldb /bin/ls
Current executable set to '/bin/ls' (x86_64).
(lldb) disass -s 0x0000000000403060 -c 5
(lldb) disass -s 0x0000000000403060 -e 0x0000000000403080
ls`main at ls.c:155:
ls[0x403060]: pushq %r14
ls[0x403062]: pushq %r13
ls[0x403064]: pushq %r12
ls[0x403066]: movq %rsi, %r12
ls[0x403069]: movl $0x406339, %esi
ls[0x40306e]: pushq %rbp
ls[0x40306f]: pushq %rbx
ls[0x403070]: movl %edi, %ebx
ls[0x403072]: xorl %edi, %edi
ls[0x403074]: subq $0x630, %rsp
Works after reverting r204689 (Make "disassemble -a" work when the target is
not running yet.)</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>