Gabriel Corona 04cb6fccd6 GDB stub over UNIX socket
This is available with the `GDBSocket` option in
`~/.dolphin-emu/Config/Dolphin.ini`.

GDB can connect to it with:

    $ powerpc-eabi-gdb
    (gdb) target remote |socat STDIO UNIX:foo.sock

Because I don't like so much binding the GDB stub socket to 0.0.0.0.
On Linux, with a suitable umask, we can make sure that another local
user cannot connect to the socket.
2015-05-08 14:23:37 +02:00
..
2015-05-08 14:23:37 +02:00
2015-01-03 13:17:57 +01:00
2015-03-01 17:17:09 +01:00
2015-03-18 12:09:06 +01:00
2014-05-26 21:28:59 -07:00