[Lldb-commits] [PATCH] D63363: [Signals] Create a plugin directory just for signals

JF Bastien via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 17 09:59:14 PDT 2019


jfb added a comment.

Can you describe what the goal of your plugin architecture is? Maybe you need an RFC by email before moving stuff around.

I want to understand what you're going for because as they are today the signals mostly work, and aren't really tested (because injecting these conditions isn't trivial). Anything you change is likely to break some subtle invariant which will only repro when your change is deployed at scale.


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

https://reviews.llvm.org/D63363





More information about the lldb-commits mailing list