lldb-mi icon indicating copy to clipboard operation
lldb-mi copied to clipboard

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

Open peeterjoot opened this issue 2 years ago • 1 comments
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.

peeterjoot avatar Jun 26 '23 19:06 peeterjoot

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

sunshaoce avatar Sep 10 '23 12:09 sunshaoce