[Lldb-commits] [PATCH] D73974: [lldb] Improve debugging 32-bit programs on NetBSD/amd64
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 4 09:35:26 PST 2020
mgorny created this revision.
mgorny added reviewers: labath, krytarowski.
mgorny added a parent revision: D73802: [lldb] Introduce i386 support in NetBSD Process plugin.
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.
https://reviews.llvm.org/D73974
Files:
lldb/source/Host/netbsd/Host.cpp
lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73974.242355.patch
Type: text/x-patch
Size: 6187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200204/480322bd/attachment.bin>
More information about the lldb-commits
mailing list