[LLDB][GUI] Add Process Launch form
authorOmar Emara <mail@OmarEmara.dev>
Wed, 18 Aug 2021 18:59:57 +0000 (11:59 -0700)
committerGreg Clayton <gclayton@fb.com>
Wed, 18 Aug 2021 22:43:30 +0000 (15:43 -0700)
commit82507f1798768280cf5d5aab95caaafbc7fe6f47
tree6ac5fd6a16dca5e688b98e8d010403610bd42758
parent643f2be7b6afd91d9f0d6df89cd3391835763112
[LLDB][GUI] Add Process Launch form

This patch adds a process launch form. Additionally, a LazyBoolean field
was implemented and numerous utility methods were added to various
fields to get the launch form working.

Differential Revision: https://reviews.llvm.org/D107869
lldb/include/lldb/Target/Target.h
lldb/source/Core/IOHandlerCursesGUI.cpp
lldb/source/Target/Target.cpp