https://bugs.kde.org/show_bug.cgi?id=368603
Aetf <7437...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #3 from Aetf <7437...@gmail.com> --- The 'version' command is issued after lldb-mi has already been started. And commit 102f673c6ff1afe5b1ca9cb6faa0503663b96e16 was intended to fix the previous way to check version (invoking lldb-mi directly which might not be in path). Strange enough, the output shouldn't be empty. Did you applied this patch? https://llvm.org/bugs/show_bug.cgi?id=28026 Could you do the following and paste the output here? 1. lldb-mi --versionLong 2. lldb-mi and then type version The output should be something like $ lldb-mi --versionLong LLDB Machine Interface Driver (MI) All rights reserved Version: 1.0.0.9 Version: GNU gdb (GDB) 7.4 (This is a MI stub on top of LLDB and not GDB) All rights reserved. $ lldb-mi (gdb) version ~"lldb version 4.0.0 ( http://llvm.org/svn/llvm-project/lldb/trunk revision 279424 clang revision 279424 llvm revision 279424)\n" ^done (gdb) Thank you for trying this out ;) -- You are receiving this mail because: You are watching all bug changes.