[LSAN] Send information about leaked chunks to host.
A bunch of changes in protocol should be performed to support transferring
information about leaked chunks:
- New type of message should be introduced. This commit adds a
MSG_PROBE_LSAN_LEAKED_OBJECT type to binproto.h file.
- New API name was introduced for MSG_PROBE_LSAN_LEAKED_OBJECT type
message.
- The information about leaked chunks might be big (several kilobytes).
Thus we drop it into /tmp/lsan.log file and instruct DA to pull it
via sdb and parse accordingly.
Change-Id: I1b3c98238ea752ab26fc4c24740001f26a501538
Signed-off-by: Maxim Ostapenko <m.ostapenko@samsung.com>