This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/sysmodules/rosalina/source
TuxSH cf8696ac70 Disable non-process memory access by default (see below), remove IDA 6.8 support...
The physical memory access "bit31" mapping (0--0x30000000 => 0x80000000--0xB0000000) as well as privileged (kernel) mappings confuse debugger clients like IDA's which interpret the value of the registers.
Access to those mappings can be toggled using "monitor toggleextmemaccess" instead (issue reported by @Nanquitas). Closes #943.

Additionally, support for the buggy IDA 6.8's buggy gdb client was removed. Please use IDA 7.0 or higher.

P.S: IDA 7.0 added client support for no-ack mode (Debugging options > Set specific options), which should be enabled to make debugging twice as smooth. "Use stepping support" should be unchecked.
2017-11-26 02:18:59 +01:00
..
gdb Disable non-process memory access by default (see below), remove IDA 6.8 support... 2017-11-26 02:18:59 +01:00
menus Switch to APT_ResetHardwareAsync() for reboot (Closes #831) 2017-11-23 20:32:26 -05:00
3dsx.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
csvc.s Added Rosalina, see details 2017-06-05 02:02:04 +02:00
draw.c Also fix RBGA4 (untested) 2017-09-23 22:34:28 +02:00
errdisp.c Log "logged" errdisp messages in /luma/errdisp.txt, fixes #707 2017-07-19 00:59:47 +02:00
fmt.c Suppress future -Wimplicit-fallthrough=3 warnings 2017-07-15 00:41:42 +02:00
fsreg.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
gdb.c Fix indentation of gdb.c 2017-06-14 10:04:09 +02:00
hbloader.c Fix MaxCpuTime for 3dsx 2017-07-09 22:14:00 +02:00
ifile.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
input_redirection_hooks.s Refactor pattern for ir hook 2017-06-11 17:16:14 +01:00
input_redirection.c Full support for fw >= 6.x (tested) 2017-06-16 04:21:48 +02:00
main.c Always patch FS and P9, remove SM service checks 2017-11-02 21:52:14 +01:00
memory.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
menu.c Fix N3DS menu entry 2017-11-10 20:51:52 +01:00
menus.c Switch to APT_ResetHardwareAsync() for reboot (Closes #831) 2017-11-23 20:32:26 -05:00
minisoc.c Display IP in menus when either gdb/inputredir is enabled 2017-06-15 17:38:45 +02:00
MyThread.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
services.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
sock_util.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00