Search found 3 matches
- January 1st, 2021, 2:45 pm
- Forum: Work Logs & Projects
- Topic: GDB server for PCSXR
- Replies: 8
- Views: 37939
Re: GDB server for PCSXR
They should be, I'm using https://aur.archlinux.org/packages/gdb-multiarch/ on Arch Linux. What version of gdb are you testing with? Sometimes arch has newer versions of packages that break things (for example, gcc10 forces pcsxr to be compiled with -fcommon because -fno-common became the default ...
- January 1st, 2021, 6:55 am
- Forum: Work Logs & Projects
- Topic: GDB server for PCSXR
- Replies: 8
- Views: 37939
Re: GDB server for PCSXR
Thanks! That fixes the build problems but I'm still not having any luck with remote debugging:
./pcsxr -gdb
GDB server started on port 3333.
Accepted gdb connection
send():: Broken pipe
send():: Broken pipe
send():: Broken pipe
send():: Broken pipe
send():: Broken pipe
send():: Broken pipe
send ...
./pcsxr -gdb
GDB server started on port 3333.
Accepted gdb connection
send():: Broken pipe
send():: Broken pipe
send():: Broken pipe
send():: Broken pipe
send():: Broken pipe
send():: Broken pipe
send ...
- December 30th, 2020, 3:11 am
- Forum: Work Logs & Projects
- Topic: GDB server for PCSXR
- Replies: 8
- Views: 37939
Re: GDB server for PCSXR
Thanks for sharing this! I'm excited to try it but I'm having a couple of issues and I was hoping you could help.
First, the gdbstub revision pinned for the submodule no longer exists--it looks like it was removed with a force push or something. I updated it to the latest `master` and now the ...
First, the gdbstub revision pinned for the submodule no longer exists--it looks like it was removed with a force push or something. I updated it to the latest `master` and now the ...