[lldb-dev] [Bug 43091] New: lldb very slow single stepping rep stosb

via lldb-dev lldb-dev at lists.llvm.org
Thu Aug 22 07:56:18 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43091

            Bug ID: 43091
           Summary: lldb very slow single stepping rep stosb
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: ntysdd at qq.com
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

When single stepping the asm instructions, I find lldb very slow when
encountering a (large) rep stosb.

The debugger essentially hung.

While I can use Ctrl-C to break the program into debugger, I still can't
continue debugging, because even I put a breakpoint on the next instruction,
and use the "c" command, it is still very slow.

However, if I don't try to single step the rep instruction, and directly put a
breakpoint on the next instruction and use "c", it's way faster.

-- 
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/20190822/a19b80d1/attachment.html>


More information about the lldb-dev mailing list