[LLDB][GUI] Check fields validity in actions
This patch adds a virtual method HasError to fields, it can be overridden by fields that have errors. Additionally, a form method CheckFieldsValidity was added to be called by actions that expects all the field to be valid. Differential Revision: https://reviews.llvm.org/D106459
Loading
Please sign in to comment