[Lldb-commits] [PATCH] D69014: [LLDB] bugfix: command script add -f doesn't work for some callables

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 17 00:21:12 PDT 2019


labath added a comment.

I also think we shouldn't go out of our way (and I consider any kind of introspection as "going out of our way") to forbid calling with a "deprecated" signature for some callables even though there's technically no backward compatibility to worry about (because it was not possible to call those callables in the past). For "gentle discouragement" I'd rather just print a warning whenever we call any callable with a deprecated signature. That warning can explain the problem and how to fix it (and it's strength can be ramped up over time if we want to eventually remove these).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69014





More information about the lldb-commits mailing list