llvm-project/lldb/source/Plugins/Process
Nikita Popov 6f59f302e4 [lldb] Fix m_hwp_regs size for ppc64le (PR54520)
The size of the m_hwp_regs array should match the default value of
m_max_hwp_supported. This ensures that no out-of-bounds accesses
occur, even if the array is accessed prior to a call to
ReadHardwareDebugInfo().

Fixes https://github.com/llvm/llvm-project/issues/54520, see also
there for additional background.

Differential Revision: https://reviews.llvm.org/D136144
2022-10-18 15:11:21 +02:00
..
FreeBSD [lldb] [llgs] Fix signo sent with fork/vfork/vforkdone events 2022-06-21 19:47:30 +02:00
FreeBSDKernel [lldb] [Process/FreeBSDKernel] Support finding all processes 2022-01-06 21:53:28 +01:00
Linux [lldb] Fix m_hwp_regs size for ppc64le (PR54520) 2022-10-18 15:11:21 +02:00
MacOSX-Kernel [lldb] Place PlatformQemu Properties into anonymous namespace 2022-10-13 15:23:58 +02:00
NetBSD [lldb] [llgs] Fix signo sent with fork/vfork/vforkdone events 2022-06-21 19:47:30 +02:00
POSIX [LLDB][NFC][Correctness] Fix bad null check 2022-08-01 14:45:26 -07:00
Utility [LLDB] Pass const RegisterInfo& to RegisterValue::SetValueFromData 2022-10-12 08:19:30 +00:00
Windows/Common [lldb][Windows] Always call SetExecutableModule on debugger connected 2022-09-30 13:51:56 +03:00
elf-core [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo& 2022-10-12 08:10:24 +00:00
gdb-remote [lldb] Place PlatformQemu Properties into anonymous namespace 2022-10-13 15:23:58 +02:00
mach-core Add mach-o corefile support for platform binaries 2022-09-13 15:46:18 -07:00
minidump [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo& 2022-10-12 08:10:24 +00:00
scripted [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
CMakeLists.txt [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00