aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/tcfengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* debugger: put tcf related stuff into directory of its ownhjk2009-05-191-582/+0
|
* debugger: add a primitive json parser (copied and trimmed from the mi parser)hjk2009-05-191-20/+8
|
* debugger: work on tcf communicationhjk2009-05-151-43/+68
| | | | | It is now possible to send manual commands using Ctrl-Return in the left pane of the Debugger View.
* debugger: work on tcf communicationhjk2009-05-141-43/+141
|
* Added ToolTip support for CDB.Friedemann Kleint2009-05-141-2/+4
| | | | | | | | | | | | Make debugger tooltip API more general, have the engines check the correct file type, figure out the expression and context from the text editor. Put common functionality in watchutils.cpp. In the CDB engine, check whether a tooltip expression is a known variable within the stack frame context. If so, retrieve via symbol group or dumpers. Cache by function and expression. Reviewed-by: hjk <[email protected]>
* debugger: work on tcf response parsinghjk2009-05-141-32/+83
|
* debugger: work on tcf debugginghjk2009-05-111-4/+22
|
* debugger: work on tcf engine. first successful ping pong.hjk2009-05-081-2/+150
|
* debugger: start work "Target Communication Framework" "frontend"hjk2009-05-071-0/+252