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

Support for LLDB in unit test. #10876

Open
Yrds opened this issue Sep 30, 2022 · 1 comment
Open

Support for LLDB in unit test. #10876

Yrds opened this issue Sep 30, 2022 · 1 comment

Comments

@Yrds
Copy link

Yrds commented Sep 30, 2022

I've been using meson for 1 year and it's been an amazing experience. But now I'm changing some of my projects to clang/lldb.

My previous setup uses to work perfectly with gdb, but now with lldb I'm trying to use the same setup with meson test but even pointing --gdb-path /usr/bin/lldb I'm getting errors like this:

error: unknown option: --quiet
error: unknown option: --args
Use 'lldb --help' for a complete list of options.

My suggestion: Maybe some option like --gdb-args to at least remove unsupported options solves this problem (and even others non-gdb) debuggers to work with meson unit tests.

@tristan957
Copy link
Contributor

A better idea might be to make --debugger and --debugger args arguments, and lose the gdb-specific stuff. cc @eli-schwartz for thoughts.

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

No branches or pull requests

2 participants