Skip to content

[lldb] Print mangled names with verbose break list #8339

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

Closed

Conversation

felipepiovezan
Copy link

When debugging LLDB itself, it can often be useful to know the mangled name of the function where a breakpoint is set. Since the --verbose setting of break --list is aimed at debugging LLDB, this patch makes it so that the mangled name is also printed in that mode.

Note about testing: since mangling is not the same on Windows and Linux, the test refrains from hardcoding mangled names.

When debugging LLDB itself, it can often be useful to know the mangled name of
the function where a breakpoint is set. Since the `--verbose` setting of `break
--list` is aimed at debugging LLDB, this patch makes it so that the mangled name
is also printed in that mode.

Note about testing: since mangling is not the same on Windows and Linux, the
test refrains from hardcoding mangled names.
@felipepiovezan
Copy link
Author

Argh, I had meant to create this in llvm-project

@felipepiovezan
Copy link
Author

llvm#84071

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.

1 participant