Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

peeterjoot
Copy link

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.

…on info.

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants