[Lldb-commits] [PATCH] D82522: [lldb/IOHandlerCursesGUI] Make the menu bar clickable

2020-06-25 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. I wrote all this, so feel free to contact me directly with questions! It would be nice to pass the events along to the window or object for the mouse coordinates. See inlined comment and let me know what you think. Comment at: lldb/source/Core/IOHand

[Lldb-commits] [PATCH] D82522: [lldb/IOHandlerCursesGUI] Make the menu bar clickable

2020-06-25 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Being curious is nice, but it would be even nicer if we figured out a way to test all of this stuff. Currently we have some very basic pexpect tests for this, but it's not clear how that will scale to more complex interactions (such as mouse clicking). My idea for a tes

[Lldb-commits] [PATCH] D82522: [lldb/IOHandlerCursesGUI] Make the menu bar clickable

2020-06-25 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: clayborg, teemperor, labath. JDevlieghere added a project: LLDB. Add mouse support to the `IOHandlerCursesGUI` and make it possible to select items in the top menu bar by clicking on them. This patch only makes the top level items