llvm-project/lldb/source/Plugins/Process/elf-core
David Spickett 812ad2167b [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&
All callers were either assuming their pointer was not null before calling
this, or checking beforehand.

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D135668
2022-10-12 08:10:24 +00:00
..
CMakeLists.txt
ProcessElfCore.cpp [lldb][AArch64] Add support for memory tags in core files 2022-07-26 08:46:36 +01:00
ProcessElfCore.h [lldb][AArch64] Add support for memory tags in core files 2022-07-26 08:46:36 +01:00
RegisterContextPOSIXCore_arm.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_arm.h [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_arm64.cpp [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo& 2022-10-12 08:10:24 +00:00
RegisterContextPOSIXCore_arm64.h [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_mips64.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_mips64.h [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_powerpc.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_powerpc.h [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_ppc64le.cpp
RegisterContextPOSIXCore_ppc64le.h
RegisterContextPOSIXCore_s390x.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_s390x.h [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextPOSIXCore_x86_64.cpp [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo& 2022-10-12 08:10:24 +00:00
RegisterContextPOSIXCore_x86_64.h [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterUtilities.cpp [nfc] [lldb] Prevent needless copies of DataExtractor 2021-08-04 20:35:53 +02:00
RegisterUtilities.h [lldb] [Process/elf-core] Fix reading NetBSD/i386 core dumps 2021-06-20 18:59:21 +02:00
ThreadElfCore.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
ThreadElfCore.h