[all-commits] [llvm/llvm-project] d4c437: [lldb] [Process/elf-core] Fix reading NetBSD/i386 ...
Michał Górny via All-commits
all-commits at lists.llvm.org
Sun Jun 20 10:39:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4c437c4289c0e0fd2684920b7e59b3f3c19b8e5
https://github.com/llvm/llvm-project/commit/d4c437c4289c0e0fd2684920b7e59b3f3c19b8e5
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-06-20 (Sun, 20 Jun 2021)
Changed paths:
M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
M lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
A lldb/test/Shell/Register/Core/x86-32-netbsd-addr.test
A lldb/test/Shell/Register/Core/x86-32-netbsd-gp.test
Log Message:
-----------
[lldb] [Process/elf-core] Fix reading NetBSD/i386 core dumps
Add support for extracting basic data from NetBSD/i386 core dumps.
FPU registers are not supported at the moment.
Differential Revision: https://reviews.llvm.org/D101091
More information about the All-commits
mailing list