[Lldb-commits] [PATCH] D95992: Print the "no plugin" warning only when there is no plugin

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 4 08:49:43 PST 2021


aprantl added a comment.

The feature itself is already being tested by `lldb/test/Shell/Process/UnsupportedLanguage.test`. In order to test this change we would have to force TypeSystemClang to fail to initialize somehow. The only way to do this would be to pass in an invalid arch, but if we do that we won't get to the point where this warning would be printed. (The bugfix is intended for Swift plugin, which does fail to initialize more easily).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95992/new/

https://reviews.llvm.org/D95992



More information about the lldb-commits mailing list