[all-commits] [llvm/llvm-project] c952ec: [lldb] fix building with panel.h being in /usr/inc...
Luboš Luňák via All-commits
all-commits at lists.llvm.org
Wed Aug 5 00:51:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c952ec15d38843b69e22dfd7b0665304a0459f9f
https://github.com/llvm/llvm-project/commit/c952ec15d38843b69e22dfd7b0665304a0459f9f
Author: Luboš Luňák <l.lunak at centrum.cz>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M lldb/include/lldb/Host/Config.h.cmake
M lldb/source/Core/IOHandlerCursesGUI.cpp
Log Message:
-----------
[lldb] fix building with panel.h being in /usr/include/ncurses/
My openSUSE 15.2 has /usr/include/curses.h as a symlink to
/usr/include/ncurses/curses.h , but there's no such symlink
for panel.h . Prefer using /usr/include/ncurses for the includes
if they are found there by the CMake check.
Differential Revision: https://reviews.llvm.org/D85219
Commit: 2f1b24b70c6c3ecf3cf5ccd35209d9d7e426be63
https://github.com/llvm/llvm-project/commit/2f1b24b70c6c3ecf3cf5ccd35209d9d7e426be63
Author: Luboš Luňák <l.lunak at centrum.cz>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M lldb/include/lldb/Core/IOHandlerCursesGUI.h
M lldb/source/Core/IOHandlerCursesGUI.cpp
Log Message:
-----------
[lldb][gui] implement TerminalSizeChanged()
Differential Revision: https://reviews.llvm.org/D85088
Commit: 7a63dc534eb8ebdf1b0aa2c0f6d943d0c7adda1d
https://github.com/llvm/llvm-project/commit/7a63dc534eb8ebdf1b0aa2c0f6d943d0c7adda1d
Author: Luboš Luňák <l.lunak at centrum.cz>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M lldb/source/Core/IOHandlerCursesGUI.cpp
Log Message:
-----------
[lldb][gui] implement shift+tab for going back in views
Also simplify the code for going forward.
Differential Revision: https://reviews.llvm.org/D85089
Commit: d6868d9ca1dbdeceaaa1660b6e7b4af0c207fcae
https://github.com/llvm/llvm-project/commit/d6868d9ca1dbdeceaaa1660b6e7b4af0c207fcae
Author: Luboš Luňák <l.lunak at centrum.cz>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M lldb/source/Core/IOHandlerCursesGUI.cpp
Log Message:
-----------
[lldb][gui] implement breakpoint removal on breakpoint toggling
It says it toggles breakpoints, so if one already exists
on the selected location, remove it instead of adding.
Differential Revision: https://reviews.llvm.org/D85098
Commit: c7be982c836cdaf7b1ef303d903e6a3de2eb4a34
https://github.com/llvm/llvm-project/commit/c7be982c836cdaf7b1ef303d903e6a3de2eb4a34
Author: Luboš Luňák <l.lunak at centrum.cz>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/Makefile
R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/TestGuiBasicDebug.py
R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/func.c
R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/main.c
A lldb/test/API/commands/gui/basicdebug/Makefile
A lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
A lldb/test/API/commands/gui/basicdebug/func.c
A lldb/test/API/commands/gui/basicdebug/main.c
Log Message:
-----------
[lldb][gui] move TestGuiBasicDebug.py to lldb/test and update it
Between the time it was created and it was pushed upstream,
99451b4453688a94c6014cac233d371ab4cc342d has moved the existing
gui gui tests to lldb/test, so move this one too.
And update it to contain TestGuiBasic.py changes since the time
when it was based on that test.
Differential Revision: https://reviews.llvm.org/D85106
Commit: db828aba55aca0ce977f086dcd449f8fe667f30a
https://github.com/llvm/llvm-project/commit/db828aba55aca0ce977f086dcd449f8fe667f30a
Author: Luboš Luňák <l.lunak at centrum.cz>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
A lldb/test/API/commands/gui/breakpoints/Makefile
A lldb/test/API/commands/gui/breakpoints/TestGuiBreakpoints.py
A lldb/test/API/commands/gui/breakpoints/main.c
Log Message:
-----------
[lldb][gui] add a test for 'b' (toggle breakpoint)
Differential Revision: https://reviews.llvm.org/D85107
Compare: https://github.com/llvm/llvm-project/compare/c5cdc3e801ad...db828aba55ac
More information about the All-commits
mailing list