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/gdb
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
..
xml Added Rosalina, see details 2017-06-05 02:02:04 +02:00
breakpoints.c Fix latest commit 2017-09-24 19:31:38 +02:00
debug.c Disable non-process memory access by default (see below), remove IDA 6.8 support... 2017-11-26 02:18:59 +01:00
mem.c Disable non-process memory access by default (see below), remove IDA 6.8 support... 2017-11-26 02:18:59 +01:00
monitor.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
net.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
query.c Disable non-process memory access by default (see below), remove IDA 6.8 support... 2017-11-26 02:18:59 +01:00
regs.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
remote_command.c Disable non-process memory access by default (see below), remove IDA 6.8 support... 2017-11-26 02:18:59 +01:00
server.c Disable non-process memory access by default (see below), remove IDA 6.8 support... 2017-11-26 02:18:59 +01:00
stop_point.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
thread.c Add qGetTLSAddr 2017-06-19 16:04:19 +02:00
verbose.c Added Rosalina, see details 2017-06-05 02:02:04 +02:00
watchpoints.c Fix the impossibility to set a second watchpoint 2017-11-22 03:37:23 +01:00
xfer.c Revamp config format, add saving of Rosalina opt. 2017-06-18 22:31:21 +02:00