mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 18:30:25 +01:00
408061280f
* restore original sigaction in restoreSignalHandler - Save original sigactions in a map called gSavedSigActions - In restoreSignalHandler, do nothing if there is no saved sigaction. If there is a saved sigaction, then re-install it. - Fixes issue #253 * fix bug found in code review of PR #254 * add functions for reporting sigaction errors - Factor out reportSigactionError functions from functions that call sigaction to allow unit testing. - Use strsignal libc function to convert from signal number to name to eliminate chance of not finding the name in {g,k}Signals maps. * cleanup. perror doesn't need a wrapper. put code under test |
||
---|---|---|
.. | ||
test_concept_sink.cpp | ||
test_cpp_future_concepts.cpp | ||
test_crashhandler_windows.cpp | ||
test_filechange.cpp | ||
test_io.cpp | ||
test_linux_dynamic_loaded_sharedlib.cpp | ||
test_message.cpp | ||
test_sink.cpp | ||
Test.cmake | ||
tester_sharedlib.cpp | ||
tester_sharedlib.h | ||
testing_helpers.cpp | ||
testing_helpers.h |