lldb-tools / lldb-mi

LLDB's machine interface driver
https://lldb.llvm.org
Other
165 stars 56 forks source link

Implement lldb-mi --versionFull to show underlying llvm-project version info #110

Open peeterjoot opened 1 year ago

peeterjoot commented 1 year ago

Example output:

lldb-mi --versionFull LLDB Machine Interface Driver (MI) All rights reserved lldb version 14.0.6 (https://peeter.joot:MInRmixCruE17b5S@gitlab.phidani.be/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.

sunshaoce commented 1 year ago

I have a question, why do we need this option? As far as I know, both clang and lldb don't have this.