OpenOrbis / mira-project

mira rewrite in cxx
GNU General Public License v3.0
294 stars 63 forks source link

(9.00) ps4gdb server issues #161

Open ghost opened 1 year ago

ghost commented 1 year ago

Steps:

  1. Attach to a process in gdb.
  2. Set a breakpoint.
  3. continue execution. When the break point hits. The PS4 process freezes.

The below line never returns when the breakpoint is hit. The PS4 hangs and then shortly after kernel panics. https://github.com/OpenOrbis/mira-project/blob/d8cc5790f08f93267354c2370eb3879edba0aa98/kernel/src/Plugins/PS4GDB/gdbstub.cpp#L887

I only loaded Mira to ensure no other payloads was interfering.