dolphin/Source/Core
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
..
AudioCommon (Visual Studio) Categorize SoundStream.h with other SoundStream files 2015-04-03 14:37:03 -04:00
Common Use a fake exception to exit early in case of memory breakpoints. 2015-04-24 22:37:54 -04:00
Core GDB stub over UNIX socket 2015-05-08 14:23:37 +02:00
DiscIO Read opening.bnr to get names from Wii discs 2015-05-03 15:58:35 +02:00
DolphinQt Merge pull request #2286 from JosJuice/wii-opening-bnr 2015-05-05 16:20:04 -04:00
DolphinWX Merge pull request #2370 from sigmabeta/native-libs-task-removal 2015-05-06 09:16:43 -04:00
InputCommon InputCommon/Core: Get rid of some virtual destructor warnings 2015-04-27 21:41:59 -04:00
UICommon Fix user directories at times doing stupid things. 2015-03-15 09:19:48 -05:00
VideoBackends PixelShaderCache: Fix MSAA depth copy shader. 2015-05-06 12:43:35 +02:00
VideoCommon Merge pull request #2356 from Armada651/dump-efb 2015-05-02 13:27:38 +02:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00