adelikat
|
8246de14aa
|
IMemoryCallbackSystem - add a flag to indicate whether execute callbacks are available, in lua and the debugger, take this flag into account, also improve some availability checking in Lua memory callbacks. Flag N64 as not having execute callbacks available
|
2015-01-25 22:14:58 +00:00 |
adelikat
|
e1f59363f2
|
Debugger - on refresh, check for new non-debugger made breakpoints and display them
|
2015-01-25 19:50:54 +00:00 |
adelikat
|
d9c7e09445
|
Debugger - fix sound stutter on add breakpoint dialog pop up
|
2015-01-24 18:23:04 +00:00 |
adelikat
|
7b87f666a1
|
MemoryDomains - rename CheatDomain to SystemBus
|
2015-01-24 15:49:02 +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
|
fbdb29b64c
|
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 |
adelikat
|
d62ba4e2b4
|
Change IMemoryDomains to have an IMemoryDomainList instead of a MemoryDomainList, this is an incremental step into eventually having IMemoryDomains take over the properties of IMemoryDomainList, still todo: reduce the amount of needed functionality in IMemoryDomainList from old and not good code
|
2015-01-13 22:18:07 +00:00 |
adelikat
|
c1cbad1b30
|
rename MemoryDomain.SystemBus to MemoryDomain.CheatDomain to better describe its intent
|
2015-01-12 23:54:16 +00:00 |
goyuken
|
d1580567dd
|
add a few missed ServiceInjection uses
|
2014-12-21 18:25:04 +00:00 |
adelikat
|
83ba7796f9
|
Debugger - tooltips on disabled things, explaining the situation
|
2014-12-20 14:45:06 +00:00 |
goyuken
|
ea47246658
|
remove the IEmulator inheritance from some services, and fix code as needed
|
2014-12-15 22:25:06 +00:00 |
adelikat
|
e659dcb8f7
|
Debugger - breakpoints - add a toggle button
|
2014-12-13 18:25:02 +00:00 |
adelikat
|
822c8562b0
|
Debugger - breakpoints - add num breakpoints and num active
|
2014-12-13 17:48:11 +00:00 |
adelikat
|
9997c4fa8d
|
do last commit more correctly
|
2014-12-13 17:33:02 +00:00 |
adelikat
|
18e112536a
|
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 |
adelikat
|
ab312add39
|
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 |
adelikat
|
cdcb806d8c
|
Debugger - breakpoints - add stuff like activating/deactivating, key presses, double click
|
2014-12-10 22:59:28 +00:00 |
adelikat
|
91353d776b
|
Debugger - basic showing and adding of breakpoints, including pre-existing ones
|
2014-12-10 22:47:09 +00:00 |
adelikat
|
68e1eae014
|
MemoryCallbackSystem - implement IEnumerable, Debugger - use it to pre-populate the breakpoint dialog with pre-existing breakpoints
|
2014-12-07 19:38:42 +00:00 |
adelikat
|
97476a8b69
|
Debugger - breakpoints
|
2014-12-06 15:07:01 +00:00 |