.. |
AddBreakpointDialog.Designer.cs
|
Debugger - add breakpoint dialog - pop up in a reasonable place, and limit address size based on the core's bus size
|
2014-12-13 16:59:01 +00:00 |
AddBreakpointDialog.cs
|
Add Breakpoint dialog - fix a slight logic error
|
2015-01-18 19:08:25 +00:00 |
AddBreakpointDialog.resx
|
Move AddBreakpointDialog to the Debugger folder
|
2014-12-07 20:17:15 +00:00 |
Breakpoint.cs
|
Breakpoints - add in a notion of readonly since we are showing all callbacks in the core, even ones the debugger didn't create, and the debugger managing ones it didn't create is bad news
|
2014-12-10 23:11:04 +00:00 |
BreakpointControl.Designer.cs
|
Auto scaling: All forms should have AutoScaleMode set to Font.
|
2014-12-28 21:19:34 +00:00 |
BreakpointControl.cs
|
refactor IMemorydomains to be a domain list instead of having a domain property, refactor cores to register an IMemoryDomains instead of being one
|
2015-01-14 21:55:48 +00:00 |
BreakpointControl.resx
|
Debugger - breakpoints - add a toggle button
|
2014-12-13 18:25:02 +00:00 |
GenericDebugger.Designer.cs
|
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 |
GenericDebugger.Disassembler.cs
|
Refacotor MemoryDomain.Size to be long instead of int, still some small todos, but it compiles and seems to work
|
2015-01-18 15:25:47 +00:00 |
GenericDebugger.IControlMainform.cs
|
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 |
GenericDebugger.IToolForm.cs
|
refactor IMemorydomains to be a domain list instead of having a domain property, refactor cores to register an IMemoryDomains instead of being one
|
2015-01-14 21:55:48 +00:00 |
GenericDebugger.cs
|
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 |
GenericDebugger.resx
|
Debugger - tooltips on disabled things, explaining the situation
|
2014-12-20 14:45:06 +00:00 |
RegisterBoxControl.Designer.cs
|
Auto scaling: All forms should have AutoScaleMode set to Font.
|
2014-12-28 21:19:34 +00:00 |
RegisterBoxControl.cs
|
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 |
RegisterBoxControl.resx
|
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 |