Skip to content

Implement KUnwind, KSignaler and KSignalMonitor

Dāvis Mosāns requested to merge davism/kcoreaddons:signals into master

This MR implements KUnwind, KSignaler and KSignalMonitor and also changes KSingalHandler implementation to use KSignaler.

This is needed to handle SIGBUS gracefully. Will be used in !272 (was extracted from there)

Merge request reports