[Lldb-commits] [lldb] [lldb] Expose language plugin commands based based on language of current frame (PR #136766)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed May 28 10:56:18 PDT 2025
kastiglione wrote:
> If would be really cool if when I'm in a C++ frame and I did:
>
> `(lldb) help demangle`
>
> I would get a preface like:
>
> Chosen from 'language cplusplus demangle' because the current frame's language is cplusplus.
I plan to do this in a follow up. Note that `help demangle` will show `language cplusplus demangle`, but not reason "because the current frame's language is cplusplus".
https://github.com/llvm/llvm-project/pull/136766
More information about the lldb-commits
mailing list