[all-commits] [llvm/llvm-project] fed25d: [LLDB][GUI] Expand selected thread tree item by de...

Omar Emara via All-commits all-commits at lists.llvm.org
Mon Jul 26 14:21:15 PDT 2021


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

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    A lldb/test/API/commands/gui/expand-threads-tree/Makefile
    A lldb/test/API/commands/gui/expand-threads-tree/TestGuiExpandThreadsTree.py
    A lldb/test/API/commands/gui/expand-threads-tree/main.c

  Log Message:
  -----------
  [LLDB][GUI] Expand selected thread tree item by default

This patch expands the tree item that corresponds to the selected thread
by default in the Threads window. Additionally, the tree root item is
always expanded, which is the process in the Threads window.

Reviewed By: clayborg

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




More information about the All-commits mailing list