[all-commits] [llvm/llvm-project] 28a760: [LLDB][GUI] Handle return key for compound fields

Omar Emara via All-commits all-commits at lists.llvm.org
Thu Aug 19 11:47:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28a76049c66f7a09ab6d34e59ccc3532dae965dc
      https://github.com/llvm/llvm-project/commit/28a76049c66f7a09ab6d34e59ccc3532dae965dc
  Author: Omar Emara <mail at OmarEmara.dev>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp

  Log Message:
  -----------
  [LLDB][GUI] Handle return key for compound fields

This patch handles the return key for compound fields like lists and
mapping fields. The return key, if not handled by the field will select
the next primary element, skipping secondary elements like remove
buttons and the like.

Differential Revision: https://reviews.llvm.org/D108331




More information about the All-commits mailing list