[drlvm][signals] Linux signal handling unification
--------------------------------------------------
Key: HARMONY-5366
URL: https://issues.apache.org/jira/browse/HARMONY-5366
Project: Harmony
Issue Type: Improvement
Components: DRLVM
Environment: Linux x86/x86_64
Reporter: Ilya Berezhniuk
Significant part of Linux signal handling code for x86 and x86_64 is almost identical.
Suggested patch separates platform-dependent and platform-independent parts of the code.
Most part of signals handling code for x86 and x86_64 is placed into single file like it was
done for Windows.
Note for the patch: vm/vmcore/src/util/linux/crash_handler.h is moved into vm/vmcore/src/util/linux/include,
so
vm/vmcore/src/util/linux/crash_handler.h should be removed from SVN after applying the patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|