[lldb-dev] [Bug 19324] New: disassemble command with -s <start> -c <count> produces no output after r204689
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 3 06:24:33 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19324
Bug ID: 19324
Summary: disassemble command with -s <start> -c <count>
produces no output after r204689
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
Classification: Unclassified
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.)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140403/48ef279e/attachment.html>
More information about the lldb-dev
mailing list