-
Notifications
You must be signed in to change notification settings - Fork 12k
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
lldb-mi error on Linux/llvm.18.1: Option 'debug-counter' registered more than once! #105806
Comments
@llvm/issue-subscribers-lldb Author: Vibrys (vibrys)
trying to use lldb-mi with dap on Linux ubuntu.20.04 + llvm.18.1.
Command
in fact, whatever arguments are passed to lldb-mi, the error above is produced. |
lldb-mi has not been a part of the lldb for a few years now, so I'm not sure there's much we can do to help you here. I would recommend filing a bug with whoever packaged the lldb-mi that you're using. For reference, lldb-mi is now developed and maintained here: https://github.com/lldb-tools/lldb-mi |
@bulbazord , thanks for clarification |
I'll close this issue over here, as I don't think it's actionable in this repo. |
trying to use lldb-mi with dap on Linux ubuntu.20.04 + llvm.18.1.
Command
lldb-mi --interpreter=mi --tty=/dev/pts/5
poduces the following error:in fact, whatever arguments are passed to lldb-mi, the error above is produced.
The text was updated successfully, but these errors were encountered: