Support script file to register static debug tools 85/90185/23 accepted/tizen/common/20161102.121402 accepted/tizen/ivi/20161101.005513 accepted/tizen/mobile/20161101.005427 accepted/tizen/tv/20161101.005434 accepted/tizen/wearable/20161101.005453 submit/tizen/20161031.132039
authorHawnkyu Jhun <h.jhun@samsung.com>
Wed, 28 Sep 2016 12:09:56 +0000 (21:09 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Sun, 30 Oct 2016 23:18:01 +0000 (08:18 +0900)
commitd8df094776e77842517c62f3eb2be959061d2151
treeb303ca3d6845724e02b8d919489deffe0f708967
parentf2e530f18886354e182123308264a84c738377f3
Support script file to register static debug tools

+---------------+--------------------------------+
| [Debugger]    | Description                    |
+---------------+--------------------------------+
| Name          | Debug tool name                |
| Exe           | Executable file                |
| App_type      | Application type               |
| Extra_key     | Bundle key of extra arguments  |
| Extra_env     | Bundle key of extra environment|
|               | variables                      |
| Unlink        | Remove the specified file      |
| Attach        | Attach to running process      |
+---------------+--------------------------------+

Change-Id: I09bf0562375d04b73ad0d076d8328fb70ca7e496
Signed-off-by: Hawnkyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
inc/debugger_info.h [new file with mode: 0644]
inc/key.h
inc/launchpad_debug.h [new file with mode: 0644]
packaging/default.debugger.in [new file with mode: 0644]
packaging/launchpad.spec
src/debugger_info.c [new file with mode: 0644]
src/launchpad.c
src/launchpad_debug.c [new file with mode: 0644]