Move DataCollector into debugger plugin
authorUlf Hermann <ulf.hermann@theqtcompany.com>
Wed, 22 Jul 2015 16:50:34 +0000 (18:50 +0200)
committerUlf Hermann <ulf.hermann@theqtcompany.com>
Mon, 10 Aug 2015 10:05:14 +0000 (10:05 +0000)
commita2ccdd33888cb0eb4516089d3418dd01c8cca25c
tree400d8d1de2223812f9b8c0106e69c6ef9656c0a3
parentbf5db2bbc1da83a9930832e628e65ec64cd4b831
Move DataCollector into debugger plugin

The data collector and all the jobs it uses to interact with the engine
are only used from the debugger plugin. We can as well move them there.

Change-Id: Ia48251f08b48c7e1e607b8ae2a3d1de29f80f742
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro
src/plugins/qmltooling/qmldbg_debugger/qv4datacollector.cpp [new file with mode: 0644]
src/plugins/qmltooling/qmldbg_debugger/qv4datacollector.h [new file with mode: 0644]
src/plugins/qmltooling/qmldbg_debugger/qv4debuggeragent.cpp
src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.cpp
src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
src/qml/jsruntime/qv4context_p.h
src/qml/jsruntime/qv4debugging.cpp
src/qml/jsruntime/qv4debugging_p.h
tests/auto/qml/qv4debugger/qv4debugger.pro
tests/auto/qml/qv4debugger/tst_qv4debugger.cpp