Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Basic "hardware" breakpoints support implemented. | Pavel Pisa | 2019-02-11 |
| | | | | | | | | | | It works like real inserted breakpoint on hardware. Breakpoint has to be removed to allow code continue because else instruction is refetch and breakpoint triggers again. The single step function should resolve temporal masking of the breakpoint. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Extend program view to support selected stage followup. | Pavel Pisa | 2019-02-11 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Converted program listing to be QTableView based. | Pavel Pisa | 2019-02-11 |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> |