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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D73974
[lldb] Improve debugging 32-bit programs on NetBSD/amd64 ClosedPublic Authored by mgorny on Feb 4 2020, 9:29 AM.
Details Summary Implement detection of ELF binary format, and support for i386 register
Diff Detail Event TimelineThis revision is now accepted and ready to land.Feb 7 2020, 8:37 AM Closed by commit rG1ff411295f92: [lldb] Improve debugging 32-bit programs on NetBSD/amd64 (authored by mgorny). · Explain WhyFeb 7 2020, 8:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 242355 lldb/source/Host/netbsd/Host.cpp
lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
|