sync with master
authorJinkun Jang <jinkun.jang@samsung.com>
Sat, 16 Mar 2013 12:56:46 +0000 (21:56 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Sat, 16 Mar 2013 12:56:46 +0000 (21:56 +0900)
commit73a6bf29e63d83130acc032d01a1ed4782cc0fcf
treed9e7cc91973ffa45e7d53bfeb58d6c8c9f1f3553
parent815f53d7788f27f8840b0ad9718e2759ce8f7fe6
sync with master
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]