twili
twili copied to clipboard
Homebrew debug monitor for the Nintendo Switch.
I'm not sure if this is possible, but it'd be nice for this code to not reboot the system when run with `twib run -qa`: ```c #include #include int do_it()...
Coredumps stream out of twili, but twib tries to buffer them which takes way too much memory for games. Need to stream them through the whole pipeline.
Running either of the methods for PM suspended starts for non-monitored applications fail. I can split these into three issues, here with output: 1) `monitor wait application` failing: ```gdb (gdb)...
Log from twibd over a USB connection: ``` [2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] brought up USB serial [2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] using fresh config [2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] acquiring ldr:shel [2][2019-04-17...
It's \! Header file changes should affect the source files that include them!
Twib is getting pretty messy. It should be rewriten, or at least massively split up and refactored.
Twili should provide a creport implementation that submits a request to Twili that will print a message to the console that the given process has crashed and will wait until...