skidau
|
8ed6ea3b07
|
Sped up the Dolphin debugger in JIT mode by splitting a block only while stepping or when it contains a breakpoint. The block is invalidated when a breakpoint is set or cleared.
Fixed a bug in the JitCache where the JIT icache was not being invalidated when a block containing the instruction was destroyed.
|
2012-03-15 21:48:19 +11:00 |
Shawn Hoffman
|
d7a9dc7df8
|
debugger: better saving/loading of breakpoints/memchecks to file
no more softice style :(
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7240 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-02-25 09:35:56 +00:00 |
XTra.KrazzY
|
c86d2e5129
|
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3898 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-07-28 21:32:10 +00:00 |
hrydgard
|
8e7fdbc150
|
cleanup: extract breakpoint code into Common. only have one shared PPCDebugInterface.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3567 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-06-28 12:15:31 +00:00 |