[all-commits] [llvm/llvm-project] 1ff411: [lldb] Improve debugging 32-bit programs on NetBSD...
Michał Górny via All-commits
all-commits at lists.llvm.org
Fri Feb 7 08:48:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ff411295f92cddfce21521594d58cf407a15189
https://github.com/llvm/llvm-project/commit/1ff411295f92cddfce21521594d58cf407a15189
Author: Michał Górny <mgorny at gentoo.org>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M lldb/source/Host/netbsd/Host.cpp
M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
Log Message:
-----------
[lldb] Improve debugging 32-bit programs on NetBSD/amd64
Implement detection of ELF binary format, and support for i386 register
context on amd64 when a 32-bit executable is being debugged. This is
roughly based on the code from Linux.
Differential Revision: https://reviews.llvm.org/D73974
More information about the All-commits
mailing list