llvm-project/lldb/source/Plugins/Process/Linux
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
..
CMakeLists.txt [lldb/Plugin] Remove PLUGIN from Process POSIX & Linux 2020-02-17 11:20:51 -08:00
NativeProcessLinux.cpp [lldb] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 15:38:28 -07:00
NativeProcessLinux.h Implement GetSharedLibraryInfoAddress 2019-06-14 21:15:08 +00:00
NativeRegisterContextLinux.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
NativeRegisterContextLinux.h Combine multiple defs of arm64 register sets 2020-07-07 20:25:02 +05:00
NativeRegisterContextLinux_arm.cpp Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
NativeRegisterContextLinux_arm.h Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
NativeRegisterContextLinux_arm64.cpp [LLDB] Fix SVE offset calculation in NativeRegisterContextLinux_arm64 2020-08-25 03:54:41 +05:00
NativeRegisterContextLinux_arm64.h [LLDB] Add ptrace register access for AArch64 SVE registers 2020-08-19 15:11:01 +05:00
NativeRegisterContextLinux_mips64.cpp [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
NativeRegisterContextLinux_mips64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_ppc64le.cpp [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
NativeRegisterContextLinux_ppc64le.h NativeProcessLinux: Remove some register context boilerplate 2019-09-02 12:50:18 +00:00
NativeRegisterContextLinux_s390x.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
NativeRegisterContextLinux_s390x.h [lldb] on s390x fix override issue 2020-07-10 15:11:49 -04:00
NativeRegisterContextLinux_x86_64.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
NativeRegisterContextLinux_x86_64.h [lldb] Fix offset intersection bug between MPX and AVX registers 2019-10-31 10:58:17 +01:00
NativeThreadLinux.cpp [LLDB] NativeThreadLinux invalidate register cache on stop 2020-08-19 12:30:38 +05:00
NativeThreadLinux.h Revert "[lldb-server] Reset stop reason of all threads when resuming" 2020-05-20 13:29:04 +02:00
ProcessorTrace.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
ProcessorTrace.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Procfs.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SingleStepCheck.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
SingleStepCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00