Ability to run browsers trought gdb with -g option
authorArnaud Renevier <a.renevier@samsung.com>
Tue, 24 Feb 2015 23:16:33 +0000 (15:16 -0800)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit8b5622bec18fff8a41b87f6b32c9d0250de4ac09
treeff6d6f8499375c41573fa5d25b52dcd35c1d233a
parentd293e93ad62ecfb2e8163e197b5fdd3b200a3349
Ability to run browsers trought gdb with -g option

Right now, it is not easy to run ubrowser or efl_webview_app with gdb.
This patch adds a -g option to both wrappers scripts. If they are called
with that option, the applications are launched with gdb.
Reviewed by: Piotr Tworek, SeungSeop Park

Change-Id: Icb504e12b8c286f13164ecbe41915e2e261ff07d
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
tizen_src/ewk/efl_webview_app/efl_webview_app.sh
tizen_src/ewk/ubrowser/ubrowser.sh