OSDN Git Service

Debugger[CDB]: Do not evaluate watch expressions at all.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Mon, 11 Oct 2010 10:59:49 +0000 (12:59 +0200)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>
Mon, 11 Oct 2010 10:59:49 +0000 (12:59 +0200)
commit82f80d5403c8eb60e36ac1692df2f299e79a6e35
tree2d5e59d07fb1b9bf312afebb788e208ceb4ef017
parent6d0f0c7cd3e71d9dfe31ac37ee43826a5c046d35
Debugger[CDB]: Do not evaluate watch expressions at all.

setError() on them instead (should there be any from
a session mixup). Give the session engine watcher
capabilities and ensure 'Remove watch item' is enabled
for the session engine by checking the debugger state.

Reviewed-by: hjk
src/plugins/debugger/cdb/cdbengine.cpp
src/plugins/debugger/sessionengine.cpp
src/plugins/debugger/sessionengine.h
src/plugins/debugger/watchhandler.cpp
src/plugins/debugger/watchwindow.cpp