llvm/lldb
Muhammad Omair Javaid 7695332166 Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface
This patch removes register set definitions and other redundant code from
NativeRegisterContextLinux/RegisterContextPOSIX*_arm. Register sets are now
moved under RegisterInfosPOSIX_arm which now uses RegisterInfoAndSetInterface.
This is similar to what we earlier did for AArch64.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D86962
2020-09-07 09:06:46 +05:00
..
bindings [lldb/Target] Add custom interpreter option to platform shell 2020-09-02 16:36:10 +02:00
cmake [lldb] Remove redundant call to FindBacktrace (NFC) 2020-08-20 22:41:49 -07:00
docs [lldb/interpreter] Improve REPL init file compatibility 2020-09-02 01:21:22 +02:00
examples Harmonize Python shebang 2020-07-16 21:53:45 +02:00
include/lldb [lldb] Add reproducer verifier 2020-09-02 22:00:00 -07:00
packages/Python Move targetHasSVE function to lldbtest.py 2020-09-07 08:37:39 +05:00
resources
scripts Harmonize Python shebang 2020-07-16 21:53:45 +02:00
source Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
test Move targetHasSVE function to lldbtest.py 2020-09-07 08:37:39 +05: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 [debugserver] Fix that debugserver's stop reply packets always return signal code 0 2020-09-03 09:47:03 +02:00
unittests [Test] Simplify DWARF test cases. NFC. 2020-08-31 14:03:48 +08:00
utils [lldb] Hoist --framework argument out of LLDB_TEST_COMMON_ARGS (NFC) 2020-08-28 18:15:33 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Create ${swig_target}-scripts target instead of lldb-python-scripts 2020-08-22 19:36:37 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py