sync with master 63/9063/1
authorJinkun Jang <jinkun.jang@samsung.com>
Sat, 16 Mar 2013 12:56:46 +0000 (21:56 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 2 Sep 2013 08:03:27 +0000 (17:03 +0900)
commitf278c8068fc85af9516eae5f9d0f5763ffaf8b5f
treed9e7cc91973ffa45e7d53bfeb58d6c8c9f1f3553
parent0f62627aecf6f65b83c5f248b76fac3d18bfd7eb
sync with master

Change-Id: I3c030a73e6965adcdde52ec8ad416fa0408a58ec
56 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
LICENSE.MIT [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
NOTICE [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
bin/Makefile.am [new file with mode: 0644]
bin/xdbg/Makefile.am [new file with mode: 0644]
bin/xdbg/xdbg.c [new file with mode: 0644]
configure.ac [new file with mode: 0644]
dbus/Makefile.am [new file with mode: 0644]
dbus/xdbg_dbus.h [new file with mode: 0644]
dbus/xdbg_dbus_client.c [new file with mode: 0644]
dbus/xdbg_dbus_client.h [new file with mode: 0644]
dbus/xdbg_dbus_server.c [new file with mode: 0644]
dbus/xdbg_dbus_server.h [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/xdbg.h [new file with mode: 0644]
lib/xdbg.pc.in [new file with mode: 0644]
lib/xdbg_log.c [new file with mode: 0644]
lib/xdbg_log.h [new file with mode: 0644]
lib/xdbg_log_dlog.c [new file with mode: 0644]
lib/xdbg_log_klog.c [new file with mode: 0644]
module/Makefile.am [new file with mode: 0644]
module/ds/bintree.c [new file with mode: 0644]
module/ds/bintree.h [new file with mode: 0644]
module/ds/bool_exp_parser.c [new file with mode: 0644]
module/ds/bool_exp_parser.h [new file with mode: 0644]
module/ds/bool_exp_rule_checker.c [new file with mode: 0644]
module/ds/bool_exp_rule_checker.h [new file with mode: 0644]
module/ds/bool_exp_token.h [new file with mode: 0644]
module/ds/bool_exp_tokenizer.c [new file with mode: 0644]
module/ds/bool_exp_tokenizer.h [new file with mode: 0644]
module/xdbg_module.c [new file with mode: 0644]
module/xdbg_module_clist.c [new file with mode: 0644]
module/xdbg_module_clist.h [new file with mode: 0644]
module/xdbg_module_command.c [new file with mode: 0644]
module/xdbg_module_command.h [new file with mode: 0644]
module/xdbg_module_evlog.c [new file with mode: 0644]
module/xdbg_module_evlog.h [new file with mode: 0644]
module/xdbg_module_evlog_event.c [new file with mode: 0644]
module/xdbg_module_evlog_event.h [new file with mode: 0644]
module/xdbg_module_evlog_request.c [new file with mode: 0644]
module/xdbg_module_evlog_request.h [new file with mode: 0644]
module/xdbg_module_main.c [new file with mode: 0644]
module/xdbg_module_main.h [new file with mode: 0644]
module/xdbg_module_options.c [new file with mode: 0644]
module/xdbg_module_options.h [new file with mode: 0644]
module/xdbg_module_rlist.c [new file with mode: 0644]
module/xdbg_module_rlist.h [new file with mode: 0644]
module/xdbg_module_types.h [new file with mode: 0644]
packaging/xorg-x11-module-xdbg.spec [new file with mode: 0644]