You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the c command in GDB to get the program to continue, GDB for some reason tried pointing to /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.1/libctru/source/services/hid.c:
Full Logs:
Remote debugging using 192.168.0.101:4003
0x00100000 in _start ()
(gdb) c
Continuing.
[New Thread 48.392]
Thread 1 received signal SIGINT, Interrupt.
0x00107004 in ctru::services::hid::Hid::keys_held (self=0x81ffd9c) at src\services/hid.rs:92
92 KeyPad::from_bits_truncate(keys)
(gdb) c
Continuing.
Thread 1 received signal SIGINT, Interrupt.
0x00104884 in hidScanInput ()
at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.1/libctru/source/services/hid.c:204
204 /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.1/libctru/source/services/hid.c: No such file or directory.
The text was updated successfully, but these errors were encountered:
When using the
c
command in GDB to get the program to continue, GDB for some reason tried pointing to/home/fincs/git/pacman-packages/libctru/src/libctru-2.1.1/libctru/source/services/hid.c:
Full Logs:
The text was updated successfully, but these errors were encountered: