[lldb-dev] [Bug 47008] New: gui mode corrupts lldb prompt after exiting

via lldb-dev lldb-dev at lists.llvm.org
Wed Aug 5 14:55:27 PDT 2020


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

            Bug ID: 47008
           Summary: gui mode corrupts lldb prompt after exiting
           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: rupprecht at google.com
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

The lldb prompt is not very usable after exiting gui mode.

For example, starting with:

$ lldb
(lldb) gui
<just exit gui mode with ESC twice>

Now, hitting the up arrow should show:
(lldb) gui
But it shows:
"(lldb)    "
Quotes added for emphasis -- the cursor is three characters ahead of the
prompt, where the end of "gui" should be.

There are a bunch of oddities when trying to use the lldb prompt after exiting
the gui mode, this is just one example. Pretty much any usage yields unexpected
behavior.

-- 
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/20200805/f3677d8c/attachment.html>


More information about the lldb-dev mailing list