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: [email protected]
          Reporter: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to