add tdm-dbg and td-test-server for debugging 96/79296/1 accepted/tizen/common/20160711.170111 accepted/tizen/ivi/20160711.031111 accepted/tizen/mobile/20160711.030644 accepted/tizen/tv/20160711.030613 accepted/tizen/wearable/20160711.030617 submit/tizen/20160711.003538
authorBoram Park <boram1288.park@samsung.com>
Mon, 4 Jul 2016 04:35:19 +0000 (13:35 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 11 Jul 2016 00:44:04 +0000 (09:44 +0900)
commit5ecd7fb59c26446e6f7a83cd2278b0cecd5393bf
tree5a6528851a024a236418a69ea375bf672f892589
parent9c1914294ab107e39c4d14b6dad470db47a03528
add tdm-dbg and td-test-server for debugging

Change-Id: I381c9c517256df37ec2238e42815fd3b8618caa4
27 files changed:
client/Makefile.am
client/tdm_client.c
client/tdm_dbg.c [new file with mode: 0644]
common/tdm_log.c
include/tdm.h
include/tdm_common.h
include/tdm_helper.h
include/tdm_log.h
include/tdm_types.h
packaging/libtdm.spec
protocol/tdm.xml
src/Makefile.am
src/tdm.c
src/tdm_capture.c
src/tdm_dbg_server.c [new file with mode: 0644]
src/tdm_display.c
src/tdm_event_loop.c
src/tdm_helper.c
src/tdm_macro.h
src/tdm_pp.c
src/tdm_private.h
src/tdm_server.c
tools/Makefile.am
tools/buffers.c [new file with mode: 0644]
tools/buffers.h [new file with mode: 0644]
tools/tdm_test_client.c
tools/tdm_test_server.c [new file with mode: 0644]