[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 Apr 23 18:01:05 PDT 2025
kastiglione wrote:
> What if a language plugin adds a command that conflicts with a top-level command?
@bulbazord the top-level command will be used. This is a fallback, for when no such top-level command exists. If a language plugin adds a subcommand that conflicts with a top-level command, then the only way to run it will be by explicitly running `language <lang> <command>`.
https://github.com/llvm/llvm-project/pull/136766
More information about the lldb-commits
mailing list