This is an archive of the discontinued LLVM Phabricator instance.

Add FreeBSD-specific signal support to elf-core
ClosedPublic

Authored by emaste on Apr 16 2014, 11:11 AM.

Details

Summary

Right now elf-core supports only the generic signal set. Override GetUnixSignals in ProcessElfCore, and return the OS-specific signal set, if we have one.

This requires a trivial change to move FreeBSDSignals to Plugins/Process/Utility, not shown in this diff. The equivalent change to support Linux signals in elf-core is straightforward, but we don't (yet) identify Linux cores in a foolproof way.

Diff Detail

Repository
rL LLVM

Event Timeline

emaste closed this revision.May 19 2014, 7:23 AM
emaste updated this revision to Diff 9538.

Closed by commit rL206469 (authored by @emaste).