[all-commits] [llvm/llvm-project] aaca2a: [lldb][gui] do not show the help window on first g...

Luboš Luňák via All-commits all-commits at lists.llvm.org
Mon Apr 4 23:30:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aaca2acd5f3434ccd1d568596161628ce53d9066
      https://github.com/llvm/llvm-project/commit/aaca2acd5f3434ccd1d568596161628ce53d9066
  Author: Luboš Luňák <l.lunak at centrum.cz>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/test/API/commands/gui/basic/TestGuiBasic.py
    M lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
    M lldb/test/API/commands/gui/breakpoints/TestGuiBreakpoints.py
    M lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py

  Log Message:
  -----------
  [lldb][gui] do not show the help window on first gui startup

It's rather annoying if it's there after every startup,
and that 'Help (F6)' at the top should be enough to help people
who don't know.

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


  Commit: f90fa55569fc8fc3b44512823ed9e2a0d1243826
      https://github.com/llvm/llvm-project/commit/f90fa55569fc8fc3b44512823ed9e2a0d1243826
  Author: Luboš Luňák <l.lunak at centrum.cz>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

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

  Log Message:
  -----------
  [lldb][gui] use just '#2' instead of 'frame #2' in the threads/frame view

Since the threads/frame view is taking only a small part on the right side
of the screen, only a part of the function name of each frame is visible.
It seems rather wasteful to spell out 'frame' there when it's obvious
that it is a frame, it's better to use the space for more of the function
name.

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


  Commit: 76bc7729208976e6ff6bc28b08e460d97cab5bb3
      https://github.com/llvm/llvm-project/commit/76bc7729208976e6ff6bc28b08e460d97cab5bb3
  Author: Luboš Luňák <l.lunak at centrum.cz>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
    M lldb/include/lldb/Target/Thread.h
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
    M lldb/test/API/commands/gui/basicdebug/func.c
    M lldb/test/API/commands/gui/basicdebug/main.c

  Log Message:
  -----------
  [lldb][gui] make 'step out' step out of the selected frame

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


Compare: https://github.com/llvm/llvm-project/compare/163e188e3ecb...76bc77292089


More information about the All-commits mailing list