llvm-project/lldb
Luboš Luňák dcd4589a0d [lldb][gui] use left/right in the source view to scroll
I intentionally decided not to reset the column automatically
anywhere, because I don't know where and if at all that should happen.
There should be always an indication of being scrolled (too much)
to the right, so I'll leave this to whoever has an opinion.

Differential Revision: https://reviews.llvm.org/D85290
2020-08-18 13:25:01 +02:00
..
bindings [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
cmake [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
docs [lldb/CMake] Separate CMake code for Lua and Python (NFC) 2020-08-11 09:04:18 -07:00
examples Harmonize Python shebang 2020-07-16 21:53:45 +02:00
include/lldb [lldb/Utility] Simplify and generalize Scalar class 2020-08-17 11:09:56 +02:00
packages/Python [lldb] Replace unittest2.expectedFailure with expectedFailure (NFC) 2020-08-17 10:05:49 -07:00
resources
scripts Harmonize Python shebang 2020-07-16 21:53:45 +02:00
source [lldb][gui] use left/right in the source view to scroll 2020-08-18 13:25:01 +02:00
test [lldb][gui] use left/right in the source view to scroll 2020-08-18 13:25:01 +02:00
third_party/Python/module Revert "[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntu" 2020-08-05 11:55:02 +02:00
tools [lldb] Only link against Python 3 when LLDB_ENABLE_PYTHON is set. 2020-08-17 09:31:52 -07:00
unittests [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
utils [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
.clang-format
.clang-tidy [lldb] Add .clang-tidy with customization to disable readability-identifier-naming 2020-03-09 12:50:28 -07:00
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT
use_lldb_suite_root.py