Allow specification of loadable debug services via command line
authorUlf Hermann <ulf.hermann@theqtcompany.com>
Wed, 5 Aug 2015 15:27:08 +0000 (17:27 +0200)
committerUlf Hermann <ulf.hermann@theqtcompany.com>
Thu, 13 Aug 2015 08:30:47 +0000 (08:30 +0000)
commitfbdc01f141a4ec4e6fc78ea69d86ff7aa128bf72
tree4529687ecc253a463abdd568f717143ec966dbb0
parentfc3403502fed19e0b8ab5a85b0c3aa2587e22475
Allow specification of loadable debug services via command line

We don't want to load the debugger when profiling and vice versa. This
makes it easier to prevent unwanted services from getting loaded.

Task-number: QTBUG-47623
Change-Id: I28893b6218110274a6d30b27805d89dbb443add3
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp
src/qml/debugger/qqmldebugconnector.cpp
src/qml/debugger/qqmldebugconnector_p.h
tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp
tests/auto/qml/debugger/qqmlenginecontrol/tst_qqmlenginecontrol.cpp
tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/tst_qqmlenginedebuginspectorintegration.cpp
tests/auto/qml/debugger/qqmlenginedebugservice/tst_qqmlenginedebugservice.cpp
tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp
tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp
tools/qmlprofiler/qmlprofilerapplication.cpp