[all-commits] [llvm/llvm-project] e160b3: [LLDB][GUI] Add Platform Plugin Field

Omar Emara via All-commits all-commits at lists.llvm.org
Fri Jul 23 18:00:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e160b3987e734ba834cbd985315765ea7f468680
      https://github.com/llvm/llvm-project/commit/e160b3987e734ba834cbd985315765ea7f468680
  Author: Omar Emara <mail at OmarEmara.dev>
  Date:   2021-07-23 (Fri, 23 Jul 2021)

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

  Log Message:
  -----------
  [LLDB][GUI] Add Platform Plugin Field

This patch adds a new Platform Plugin Field. It is a choices field that
lists all the available platform plugins and can retrieve the name of the
selected plugin. The default selected plugin is the currently selected
one. This patch also allows for arbitrary scrolling to make scrolling
easier when setting choices.

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




More information about the All-commits mailing list