Lior Halphon
|
ba07e7ba85
|
Fixed a bug where 0:$dxxx reads/writes from the wrong bank in CGB mode. Made sure symbols are reset after reloading a sym file.
|
2018-04-02 19:57:39 +03:00 |
|
Lior Halphon
|
dcadfc37f4
|
Changed the way HAVE_DEBUGGER works and renamed it (so it’s on by default) to DISABLE_DEBUGGER. Fixes build break.
|
2017-10-12 19:05:27 +03:00 |
|
Lior Halphon
|
7d88ee00cc
|
Added side view to Cocoa debugger
|
2017-05-26 20:16:19 +03:00 |
|
Lior Halphon
|
a925ef130d
|
Stabilizing API: New joypad, debugger and reset APIs; internal APIs and direct struct access are no longer available without defining GB_INTERNAL. The SDL port uses the new “public” APIs, as well as most of the non-debug Cocoa code.
|
2017-04-17 20:16:17 +03:00 |
|
Lior Halphon
|
0734e990b3
|
Memory viewer now has a Goto command, different memory space modes, and allows viewing/editing specific banks
|
2016-08-19 14:54:54 +03:00 |
|
Lior Halphon
|
806d0775a4
|
Added backtrace command to debugger
|
2016-08-09 22:48:53 +03:00 |
|
Lior Halphon
|
aa6438fa06
|
Async debugger commands
|
2016-07-18 00:46:45 +03:00 |
|
Lior Halphon
|
d49404d248
|
Debugger can now read .sym files, and display them. (No expression support yet)
|
2016-07-13 23:00:50 +03:00 |
|
Lior Halphon
|
de4983099a
|
Added (conditional) r/w watchpoints. Fixed a bug where breakpoint condition syntax is not checked. Added != operator.
|
2016-07-07 00:29:25 +03:00 |
|
Lior Halphon
|
70bd90740a
|
Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe.
|
2016-06-18 20:29:11 +03:00 |
|
Lior Halphon
|
71ef40f4b6
|
"Standardized" the finish/next call depth as debugger "hooks"
|
2016-04-10 22:36:54 +03:00 |
|
Lior Halphon
|
f1e9623371
|
Initial public commit
|
2016-04-01 21:27:01 +03:00 |
|