llvm-project/lldb/source/Plugins/Process/FreeBSD
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
FreeBSDThread.cpp Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
FreeBSDThread.h [lldb] Fix windows&freebsd builds for c0b1af68 2020-03-09 14:55:43 +01:00
POSIXStopInfo.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
POSIXStopInfo.h Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
ProcessFreeBSD.cpp [lldb] Make process plugins check whether a hardware breakpoint is required 2020-07-29 21:27:23 +03:00
ProcessFreeBSD.h [LLDB] Fix FreeBSD build 2019-06-12 08:54:14 +00:00
ProcessMonitor.cpp [lldb] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 15:38:28 -07:00
ProcessMonitor.h Fix process launch failure on FreeBSD after r365761 2019-10-10 20:26:59 +00:00
RegisterContextPOSIX.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RegisterContextPOSIXProcessMonitor_arm.cpp Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
RegisterContextPOSIXProcessMonitor_arm.h Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
RegisterContextPOSIXProcessMonitor_arm64.cpp Remove use of multiple reg index enums by RegisterContextPOSIX_arm64 2020-07-20 14:54:51 +05:00
RegisterContextPOSIXProcessMonitor_arm64.h Remove use of multiple reg index enums by RegisterContextPOSIX_arm64 2020-07-20 14:54:51 +05:00
RegisterContextPOSIXProcessMonitor_mips64.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
RegisterContextPOSIXProcessMonitor_mips64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
RegisterContextPOSIXProcessMonitor_powerpc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextPOSIXProcessMonitor_x86.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
RegisterContextPOSIXProcessMonitor_x86.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00