[IMPROVE] Preload: split loading and probe execution 90/54090/5
authorAlexander Aksenov <a.aksenov@samsung.com>
Mon, 30 Nov 2015 10:59:43 +0000 (13:59 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Fri, 11 Dec 2015 12:54:01 +0000 (15:54 +0300)
commitc24b0742459bec8a24dba4d26129555ef852c0d5
treea08daa91fe8cba36aa0e7201990767e48b06d76e
parentff7bdd8dc4c5ee32de798ef2884f045106db392a
[IMPROVE] Preload: split loading and probe execution

Previously both loading binary in target process memory and
an execution of handlers from the SWAP library were implemented
as a one instance.
Now they are splitted, cause some features requires loading
custom binaries into a process memory, but doesn't need SWAP
library handlers execution functionality.

Change-Id: I8408f1e2a144267bb2d4b0f33706b08558ffbd26
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
preload/preload_module.c
preload/preload_module.h
preload/preload_pd.c
preload/preload_pd.h
preload/preload_storage.c
preload/preload_storage.h