[LLDB][GUI] Add required property to text fields
authorOmar Emara <mail@OmarEmara.dev>
Wed, 21 Jul 2021 21:39:59 +0000 (14:39 -0700)
committerGreg Clayton <gclayton@fb.com>
Wed, 21 Jul 2021 21:40:43 +0000 (14:40 -0700)
commit9ef7de7c819d39eaa4176d046083bf585c9274b0
treeb99474fc8b6af9209ab06b123e2b8ef1316cb169
parentc93dc2597a587bc4caedc20f3829501f88cca288
[LLDB][GUI] Add required property to text fields

This patch adds a required property to text fields and their
derivatives. Additionally, the Process Name and PID fields in the attach
form were marked as required.

Differential Revision: https://reviews.llvm.org/D106458
lldb/source/Core/IOHandlerCursesGUI.cpp