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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits