[Lldb-commits] [PATCH] D105655: [LLDB][GUI] Add Process Attach form
Omar Emara via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 14 15:23:44 PDT 2021
OmarEmaraDev added inline comments.
================
Comment at: lldb/source/Core/IOHandlerCursesGUI.cpp:2425
+ return true;
+ }
+
----------------
clayborg wrote:
> Should be easy to verify if it is needed or not. If it is, we will need to add it back.
Looks like it is actually needed. I added it it back.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105655/new/
https://reviews.llvm.org/D105655
More information about the lldb-commits
mailing list