This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/FreeBSDRemote] Fix regset names and related tests
ClosedPublic

Authored by mgorny on Nov 21 2020, 1:20 PM.

Details

Summary

Restore Linux-alike regset names for AVX/MPX registers
as TestLldbGdbServer seems to depend on them. At the same time, fix
TestRegisters to be aware that they are not available on FreeBSD
and NetBSD, at least until we figure out a better way of reporting
unsupported register sets.

Diff Detail

Event Timeline

mgorny created this revision.Nov 21 2020, 1:20 PM
mgorny requested review of this revision.Nov 21 2020, 1:20 PM
labath accepted this revision.Nov 23 2020, 12:22 AM

Consistency is nice.

This revision is now accepted and ready to land.Nov 23 2020, 12:22 AM

I'll also add a TODO here wrt unsupported registers.

Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2020, 12:28 AM