Ignore SIGILL during OpenSSL initialization 39/117639/2
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 7 Mar 2017 04:25:26 +0000 (13:25 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 7 Mar 2017 04:35:17 +0000 (13:35 +0900)
commitf0af93c0943bb451acb17fed285e49b1fadcea45
tree975707ab8356e6637d729228de568835b0f9bb0b
parentc14ef4804d320c26545f3ac28acc14bae69a375d
Ignore SIGILL during OpenSSL initialization

When debugging an application by using the gdbserver,
SIGILL is occurred during OpenSSL initialization.
After applying this patch, the launchpad will support
to add the default option for the debug tools.
While executing an application with the gdbserver,
"--wrapper env OPENSSL_armcap=0 --" will be set by the launchpad.
e.g. $ /usr/bin/gdbserver --wrapper env OPENSSL_armcap=0 -- :<port> <path>

Change-Id: Id8141d2fd76daff50ad0bde9a6fbae903a3de869
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
inc/debugger_info.h
packaging/default.debugger.in
src/debugger_info.c
src/launchpad_debug.c