Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debugger: put tcf related stuff into directory of its own | hjk | 2009-05-19 | 1 | -582/+0 |
| | |||||
* | debugger: add a primitive json parser (copied and trimmed from the mi parser) | hjk | 2009-05-19 | 1 | -20/+8 |
| | |||||
* | debugger: work on tcf communication | hjk | 2009-05-15 | 1 | -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 communication | hjk | 2009-05-14 | 1 | -43/+141 |
| | |||||
* | Added ToolTip support for CDB. | Friedemann Kleint | 2009-05-14 | 1 | -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 parsing | hjk | 2009-05-14 | 1 | -32/+83 |
| | |||||
* | debugger: work on tcf debugging | hjk | 2009-05-11 | 1 | -4/+22 |
| | |||||
* | debugger: work on tcf engine. first successful ping pong. | hjk | 2009-05-08 | 1 | -2/+150 |
| | |||||
* | debugger: start work "Target Communication Framework" "frontend" | hjk | 2009-05-07 | 1 | -0/+252 |