[all-commits] [llvm/llvm-project] beb702: Add support for arm64 registers in minidump core f...
Greg Clayton via All-commits
all-commits at lists.llvm.org
Tue Nov 14 16:50:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: beb702c0ad69244da6caedca9a0f3c6ee42e5bae
https://github.com/llvm/llvm-project/commit/beb702c0ad69244da6caedca9a0f3c6ee42e5bae
Author: Greg Clayton <gclayton at fb.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp
M lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.h
M lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.cpp
M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h
Log Message:
-----------
Add support for arm64 registers in minidump core file saving. (#72315)
This patch adds support for saving minidumps with the arm64
architecture. It also will cause unsupported architectures to emit an
error where before this patch it would emit a minidump with partial
information. This new code is tested by the arm64 windows buildbot that
was failing:
https://lab.llvm.org/buildbot/#/builders/219/builds/6868
This is needed following this PR:
https://github.com/llvm/llvm-project/pull/71772
More information about the All-commits
mailing list