[all-commits] [llvm/llvm-project] 0321db: [LLDB][GUI] Add Process Attach form
Omar Emara via All-commits
all-commits at lists.llvm.org
Thu Jul 15 15:12:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0321dbc87e43e651c50998701f349d1791fa9cb6
https://github.com/llvm/llvm-project/commit/0321dbc87e43e651c50998701f349d1791fa9cb6
Author: Omar Emara <mail at OmarEmara.dev>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M lldb/source/Core/IOHandlerCursesGUI.cpp
Log Message:
-----------
[LLDB][GUI] Add Process Attach form
This patch adds a form window to attach a process, either by PID or by
name. This patch also adds support for dynamic field visibility such
that the form delegate can hide or show certain fields based on some
conditions.
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D105655
More information about the All-commits
mailing list