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 e11cc090b2 gdb: add support to run new processes
Only titleId [mediaType [launchFlags]] is supported, and the launched title shouldn't rely on APT and all 3 parameters should be hex-encoded.

usage example, with titleId+mediaType:
(gdb) set remote file-exec 0004013000003702
(gdb) r 0
2019-04-13 19:18:47 +02:00
..
xml Use <string.h> & <3ds/exheader.h>, fix some bugs, etc. 2019-03-15 23:03:23 +01:00
breakpoints.c Bump copyright year 2019-02-24 18:04:32 -07:00
debug.c gdb: add support to run new processes 2019-04-13 19:18:47 +02:00
mem.c Fix gdbstub UB with IO 2019-03-15 22:37:04 +01:00
monitor.c Refactor process detaching code 2019-03-31 22:58:36 +02:00
net.c gdb: add support to run new processes 2019-04-13 19:18:47 +02:00
query.c gdb: add support to run new processes 2019-04-13 19:18:47 +02:00
regs.c Bump copyright year 2019-02-24 18:04:32 -07:00
remote_command.c Use <string.h> & <3ds/exheader.h>, fix some bugs, etc. 2019-03-15 23:03:23 +01:00
server.c gdb: add support to run new processes 2019-04-13 19:18:47 +02:00
stop_point.c Bump copyright year 2019-02-24 18:04:32 -07:00
thread.c Use <string.h> & <3ds/exheader.h>, fix some bugs, etc. 2019-03-15 23:03:23 +01:00
verbose.c gdb: add support to run new processes 2019-04-13 19:18:47 +02:00
watchpoints.c Bump copyright year 2019-02-24 18:04:32 -07:00
xfer.c gdb: add extended-remote support, implement vAttach 2019-04-12 23:40:51 +02:00