suyu/src/core
polaris- 2732ec758d Fix read and write register blocks in gdbstub
Previously, the padding wasn't correctly accounted for which caused the gdbstub to read and write everything after R15 (starting with the dummy FPA registers) incorrectly, which caused CPSR to not be handled correctly. Everything appears to be working as expected with this change.
2015-11-22 07:48:26 -05:00
..
arm Merge pull request #1122 from polaris-/gdbstub 2015-11-11 23:21:31 -05:00
file_sys Implement FS_User::GetFreeBytes 2015-10-27 23:33:59 -07:00
gdbstub Fix read and write register blocks in gdbstub 2015-11-22 07:48:26 -05:00
hle Merge pull request #1165 from esoteric-programmer/master 2015-10-28 15:19:13 -04:00
hw Silence -Wsign-compare warnings. 2015-10-06 22:16:15 -05:00
loader Merge pull request #1199 from Gareth422/encryption-check 2015-10-20 10:17:31 -04:00
tracer fix some xcode 7.0 warnings 2015-09-29 23:11:09 +02:00
CMakeLists.txt Implement gdbstub 2015-10-04 11:16:59 -04:00
core.cpp Implement gdbstub 2015-10-04 11:16:59 -04:00
core.h fixup! Set the TLS address in the scheduler 2015-05-10 18:43:59 -05:00
core_timing.cpp general: Silence some warnings when using clang 2015-09-16 08:51:53 -04:00
core_timing.h Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
memory.cpp Fixed spelling errors 2015-10-09 17:09:52 -04:00
memory.h Fix broken boot introduced by last-minute change in #1025 2015-08-22 18:12:23 -03:00
memory_setup.h Memory: Move PAGE_MASK and PAGE_BITS to memory.h 2015-08-16 01:03:44 -03:00
settings.cpp License change 2014-12-20 21:20:24 -08:00
settings.h Implement gdbstub 2015-10-04 11:16:59 -04:00
system.cpp Remove unnecessary new lines, changed Deinit to Shutdown 2015-10-11 20:07:58 -04:00
system.h Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00