<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/pcsxr/libpcsxcore/debug.c, branch sio</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/pcsxr/atom?h=sio</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/pcsxr/atom?h=sio'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/'/>
<updated>2020-06-04T21:14:52+00:00</updated>
<entry>
<title>Implemented port-specific wrappers and logic for gdb stub</title>
<updated>2020-06-04T21:14:52+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2020-05-28T22:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=cb2d7f800a9fc276b96fd0927fa6d8ec9f5a31c8'/>
<id>urn:sha1:cb2d7f800a9fc276b96fd0927fa6d8ec9f5a31c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced in-house gdb stub by MIT-licensed implementation</title>
<updated>2020-05-23T17:03:11+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2020-05-23T16:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=850010a96b6cbc3eae03edd891e50325e017b678'/>
<id>urn:sha1:850010a96b6cbc3eae03edd891e50325e017b678</id>
<content type='text'>
Imported from a fork of https://github.com/mborgerson/gdbstub
</content>
</entry>
<entry>
<title>Started implementing GDB server</title>
<updated>2020-05-23T16:05:53+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2020-05-22T23:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=470da05658a97a51bd2ad2db7834bcc13dd995fd'/>
<id>urn:sha1:470da05658a97a51bd2ad2db7834bcc13dd995fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client_socket was being accidentally reset to -1</title>
<updated>2020-05-21T22:52:52+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2020-05-21T22:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=004a30545873496d279b4975ba74f3d334291dfe'/>
<id>urn:sha1:004a30545873496d279b4975ba74f3d334291dfe</id>
<content type='text'>
That was making the telnet debug server to crash, so fortunately that
solved it while also having the neat features from dynstr.
</content>
</entry>
<entry>
<title>Introduced dynstr, other breaking changes</title>
<updated>2020-05-02T00:34:49+00:00</updated>
<author>
<name>Xavi Del Campo</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2020-05-02T00:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=486666e7173a0ed72248329e960ffc03f79b8707'/>
<id>urn:sha1:486666e7173a0ed72248329e960ffc03f79b8707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Fix file and folder permissions</title>
<updated>2018-03-19T09:47:21+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2018-02-01T06:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=e11f002bf9a66a7cb01bba16a226dbe85b5c3c4a'/>
<id>urn:sha1:e11f002bf9a66a7cb01bba16a226dbe85b5c3c4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Sync with codeplex branch (libpcsxcore, linux gui)</title>
<updated>2017-07-31T09:48:37+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2017-07-31T09:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=01f49908879197b1715483321a9490dd71c8874b'/>
<id>urn:sha1:01f49908879197b1715483321a9490dd71c8874b</id>
<content type='text'>
    This commit reflects mostly changes that happened in upstream since the last sync.
    Commit messages in upstream are lacking information. Most important changes are
    commented below, the rest of them are either formating or just trivial stuff.

    Memory viewer, invalidate dynarec
        gui/DebugMemory.c
        libpcsxcore/cdrom.c
        libpcsxcore/gpu.c
        libpcsxcore/misc.c
        libpcsxcore/psxdma.c

    Load binary files and psx executables
        libpcsxcore/misc.c
        libpcsxcore/misc.h
        libpcsxcore/plugin.c
        libpcsxcore/plugin.h

    Support for psxida
        libpcsxcore/debug.c
        libpcsxcore/r3000a.c
        plugins/bladesio1/connection.c

    disable loading save states with digits
        gui/Plugin.c

    Fix psxDIV in interpreter
        libpcsxcore/psxinterpreter.c
</content>
</entry>
<entry>
<title>Patch 16583 (MaddTheSane);</title>
<updated>2014-07-12T23:56:04+00:00</updated>
<author>
<name>SND\edgbla_cp</name>
<email>SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-07-12T23:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=533e6a2bfdc63de3e14f13300ee064564cd9375d'/>
<id>urn:sha1:533e6a2bfdc63de3e14f13300ee064564cd9375d</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.</title>
<updated>2013-07-09T06:19:35+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-07-09T06:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=fd6e2e2b6ccb5474df022d76c9b9c23508ba787d'/>
<id>urn:sha1:fd6e2e2b6ccb5474df022d76c9b9c23508ba787d</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85929 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>debug.c;</title>
<updated>2013-01-08T15:31:41+00:00</updated>
<author>
<name>SND\edgbla_cp</name>
<email>SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-01-08T15:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=13bc98faa81df781bd227d91ef52edeb8ea8b0ea'/>
<id>urn:sha1:13bc98faa81df781bd227d91ef52edeb8ea8b0ea</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82109 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
</feed>
