[all-commits] [llvm/llvm-project] 80ac12: [LLDB][GUI] Check fields validity in actions

Omar Emara via All-commits all-commits at lists.llvm.org
Fri Jul 23 18:03:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80ac12b70b16a51fac9918c4b25e3bdfad05eee5
      https://github.com/llvm/llvm-project/commit/80ac12b70b16a51fac9918c4b25e3bdfad05eee5
  Author: Omar Emara <mail at OmarEmara.dev>
  Date:   2021-07-23 (Fri, 23 Jul 2021)

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list