lldb-mi
lldb-mi copied to clipboard
Implement lldb-mi --versionFull to show underlying llvm-project version info
trafficstars
Example output:
lldb-mi --versionFull LLDB Machine Interface Driver (MI) All rights reserved lldb version 14.0.6 (https://peeter.joot:[email protected]/Chirag.Patel/llvm-project revision 7a162c50720bf534ba2808dfe0734effc81fe114) clang revision 7a162c50720bf534ba2808dfe0734effc81fe114 llvm revision 7a162c50720bf534ba2808dfe0734effc81fe114 Version: GNU gdb (GDB) 7.4 (This is a MI stub on top of LLDB and not GDB) All rights reserved.
I have a question, why do we need this option? As far as I know, both clang and lldb don't have this.