This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][GUI] Check fields validity in actions
ClosedPublic

Authored by OmarEmaraDev on Jul 21 2021, 10:01 AM.

Details

Summary

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.

Diff Detail

Event Timeline

OmarEmaraDev created this revision.Jul 21 2021, 10:01 AM
OmarEmaraDev requested review of this revision.Jul 21 2021, 10:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2021, 10:01 AM
  • Merge main and fix conflicts.
clayborg accepted this revision.Jul 23 2021, 6:03 PM
This revision is now accepted and ready to land.Jul 23 2021, 6:03 PM
This revision was landed with ongoing or failed builds.Jul 23 2021, 6:03 PM
This revision was automatically updated to reflect the committed changes.