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
Nanquitas 1ae01c2406 GDB: add 'catchsvc' command to catch svc with IDA
Usage:
   - 'catchsvc 0' : Don't catch svcs
   - 'catchsvc 1' : Catch all svcs
   - 'catchsvc 1;19;24;32;' : Only catch svc 0x19, svc 0x24 and svc 0x32
2018-11-15 13:44:45 +01:00
..
gdb GDB: add 'catchsvc' command to catch svc with IDA 2018-11-15 13:44:45 +01:00
menus Implement plugin loader 2018-11-15 13:38:19 +01:00
3dsx.c Bump copyright year 2018-06-14 18:13:57 +02:00
3gx.c Implement plugin loader 2018-11-15 13:38:19 +01:00
csvc.s Implement plugin loader 2018-11-15 13:38:19 +01:00
draw.c Bump copyright year 2018-06-14 18:13:57 +02:00
errdisp.c Implement plugin loader 2018-11-15 13:38:19 +01:00
fmt.c Bump copyright year 2018-06-14 18:13:57 +02:00
fsreg.c Bump copyright year 2018-06-14 18:13:57 +02:00
gdb.c Bump copyright year 2018-06-14 18:13:57 +02:00
hbloader.c Implement plugin loader 2018-11-15 13:38:19 +01:00
ifile.c Bump copyright year 2018-06-14 18:13:57 +02:00
input_redirection_hooks.s Bump copyright year 2018-06-14 18:13:57 +02:00
input_redirection.c Implement plugin loader 2018-11-15 13:38:19 +01:00
main.c Implement plugin loader 2018-11-15 13:38:19 +01:00
memory.c Implement plugin loader 2018-11-15 13:38:19 +01:00
menu.c Implement plugin loader 2018-11-15 13:38:19 +01:00
menus.c Implement plugin loader 2018-11-15 13:38:19 +01:00
minisoc.c socAccept: Fix an omitted comment, which masked a condition 2018-08-04 16:10:35 +02:00
MyThread.c Bump copyright year 2018-06-14 18:13:57 +02:00
plgldr.c Implement plugin loader 2018-11-15 13:38:19 +01:00
plgloader.c Implement plugin loader 2018-11-15 13:38:19 +01:00
pluginLoader.s Implement plugin loader 2018-11-15 13:38:19 +01:00
services.c Bump copyright year 2018-06-14 18:13:57 +02:00
sleep.c Implement plugin loader 2018-11-15 13:38:19 +01:00
sock_util.c Fix sleep issue (freeze) when InputRedirection is enabled 2018-06-23 23:06:18 +02:00