This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/NetBSD] Remove unused orig_*ax use
ClosedPublic

Authored by mgorny on Jan 3 2020, 8:37 PM.

Details

Summary

orig_*ax logic is Linux-specific, and was never used on NetBSD.
In fact, its support seems to be a dead code entirely.

Diff Detail

Event Timeline

mgorny created this revision.Jan 3 2020, 8:37 PM
labath accepted this revision.Jan 6 2020, 7:19 AM

This seems fine, though it may be worth checking what happens when running expressions while the process is stopped in a syscall (does the expression run correctly, does the syscall resume correctly, etc.)...

This revision is now accepted and ready to land.Jan 6 2020, 7:19 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2020, 8:12 AM