adelikat
|
027706be70
|
Debugger - to PC button
|
2015-01-24 02:50:22 +00:00 |
adelikat
|
652640d580
|
Debugger - disassembler - support ctrl+C to copy selected rows to the clipboard
|
2015-01-24 00:02:22 +00:00 |
adelikat
|
69b2e51e7c
|
Debugger - add a cancel seek button
|
2015-01-21 23:04:47 +00:00 |
adelikat
|
4b2d116738
|
Debugger - implement the Seek To button
|
2015-01-21 02:12:59 +00:00 |
adelikat
|
1fadcdd9f0
|
Debugger - add a SeekTo button/textbox, doesn't do anything yet, other than intelligently enable/disable based on availability and set the textbox properties based on the properties of the PC register
|
2015-01-21 00:46:13 +00:00 |
adelikat
|
7fb92d28fc
|
Debugger - fix disassembler scrollbar logic, including the "infinite scroll" effect that when you click the up or down scrollbar arrows it will got to the next instruction (upon the next update it will "snap" back to PC)
|
2014-12-23 02:34:08 +00:00 |
adelikat
|
67d03c12c7
|
Debugger - convert to IToolFormAutoConfig
|
2014-12-22 23:57:03 +00:00 |
adelikat
|
1d0b623d88
|
Debugger - diassembler - an attempt to implement scrolling up (only works on small increment for now), but busted, arg
|
2014-12-20 20:33:54 +00:00 |
adelikat
|
8e3c494204
|
Debugger - Disassembler - highlight the current PC, and some more reorg
|
2014-12-20 16:01:11 +00:00 |
adelikat
|
83ba7796f9
|
Debugger - tooltips on disabled things, explaining the situation
|
2014-12-20 14:45:06 +00:00 |
adelikat
|
dd77eaf0c9
|
Debugger - add Step Into/Over/Out menu items and buttons, not enabled yet, still need an API to wire up to
|
2014-12-14 16:40:31 +00:00 |
adelikat
|
15a64b954e
|
Debugger - start some disassembler stuff
|
2014-12-13 21:41:39 +00:00 |
adelikat
|
6933d5ee56
|
Debugger - rip out tracer and put instead a placeholder groupbox that will house a disassembler
|
2014-12-13 19:31:10 +00:00 |
adelikat
|
97476a8b69
|
Debugger - breakpoints
|
2014-12-06 15:07:01 +00:00 |
adelikat
|
93692b0220
|
Debugger - update register values
|
2014-12-06 13:42:59 +00:00 |
adelikat
|
4b8f5b2962
|
Debugger - add a crude Register box, dynamically reads the cores flags and registers and creates ui, is they are settable it creates textboxes (registers) and checkboxes (flags) with change events that set the core values. If register setting is not implemented, it creates labels instead. Plenty of details to refine about this process.
|
2014-12-06 01:14:58 +00:00 |
adelikat
|
00523ca5aa
|
Debugger - implement trace logger
|
2014-12-06 00:18:51 +00:00 |
adelikat
|
4a96e58a24
|
Start a generic Debugger tool, does nothing now except for open and have the standard ui options all tool forms have (such as autoload)
|
2014-12-06 00:03:36 +00:00 |