swift-server / swift-backtrace

💥 Backtraces for Swift on Linux and Windows
Apache License 2.0
296 stars 34 forks source link

allow other signals #48

Closed weissi closed 3 years ago

weissi commented 3 years ago

Motivation:

SIGILL makes sense as a default but sometimes other signals (like SIGTERM) are important too.

Modification:

Let the user specify the signal list.

Result:

More functionality.

tomerd commented 3 years ago

@weissi looks good. feel free to tag if you need a release with this new API