This is an archive of the discontinued LLVM Phabricator instance.

[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
context on amd64 when a 32-bit executable is being debugged. This is
roughly based on the code from Linux.

Diff Detail

Event Timeline

labath accepted this revision.Feb 7 2020, 8:37 AM
This revision is now accepted and ready to land.Feb 7 2020, 8:37 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2020, 8:54 AM