DavidSpickett wrote: @JDevlieghere if I start lldb with no arguments: ``` david.spickett@tcwg-jade-03-dev:~/build-llvm-aarch64$ ./bin/lldb << cursor is here at the start of the line, but no (lldb) was printed < the status bar> ``` Does not happen if I have a program file, but this is also strange: ``` $ ./bin/lldb /tmp/test.o (lldb) target create "/tmp/test.o" Current executable set to '/tmp/test.o' (aarch64). (lldb) << the cursor is actually at the *start* of this line, instead of after the (lldb) test.o << status bar ``` Typing overwrites the (lldb): ``` $ ./bin/lldb /tmp/test.o (lldb) target create "/tmp/test.o" Current executable set to '/tmp/test.o' (aarch64). ddddb) test.o << status bar ``` AArch64 Ubuntu Linux, in case it matters.
https://github.com/llvm/llvm-project/pull/121860 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits