<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/gdbstub, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<entry>
<title>core: Eliminate remaining usages of the global system instance</title>
<updated>2020-11-27T16:40:45+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2020-11-27T15:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=5bc4eabe36b7ef4dcd5ad8db1e944705655be432'/>
<id>5bc4eabe36b7ef4dcd5ad8db1e944705655be432</id>
<content type='text'>
Removes all remaining usages of the global system instance. After this,
migration can begin to migrate to being constructed and managed entirely
by the various frontends.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes all remaining usages of the global system instance. After this,
migration can begin to migrate to being constructed and managed entirely
by the various frontends.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "core: Fix clang build"</title>
<updated>2020-10-21T02:07:39+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-10-21T02:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=3d592972dc3fd61cc88771b889eff237e4e03e0f'/>
<id>3d592972dc3fd61cc88771b889eff237e4e03e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: Fix clang build</title>
<updated>2020-10-17T23:50:39+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2020-10-15T18:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=be1954e04cb5a0c3a526f78ed5490a5e65310280'/>
<id>be1954e04cb5a0c3a526f78ed5490a5e65310280</id>
<content type='text'>
Recent changes to the build system that made more warnings be flagged as
errors caused building via clang to break.

Fixes #4795
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent changes to the build system that made more warnings be flagged as
errors caused building via clang to break.

Fixes #4795
</pre>
</div>
</content>
</entry>
<entry>
<title>core/CMakeLists: Make some warnings errors</title>
<updated>2020-10-13T17:16:49+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2020-10-13T12:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=39c8d18feba8eafcd43fbb55e73ae150a1947aad'/>
<id>39c8d18feba8eafcd43fbb55e73ae150a1947aad</id>
<content type='text'>
Makes our error coverage a little more consistent across the board by
applying it to Linux side of things as well. This also makes it more
consistent with the warning settings in other libraries in the project.

This also updates httplib to 0.7.9, as there are several warning
cleanups made that allow us to enable several warnings as errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes our error coverage a little more consistent across the board by
applying it to Linux side of things as well. This also makes it more
consistent with the warning settings in other libraries in the project.

This also updates httplib to 0.7.9, as there are several warning
cleanups made that allow us to enable several warnings as errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>General: Cleanup legacy code.</title>
<updated>2020-06-27T15:36:05+00:00</updated>
<author>
<name>Fernando Sahmkow</name>
<email>fsahmkow27@gmail.com</email>
</author>
<published>2020-04-01T21:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=48fa3b7a0f2054a836b0a8061e6b082c246b5ae0'/>
<id>48fa3b7a0f2054a836b0a8061e6b082c246b5ae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3699 from FearlessTobi/port-5185</title>
<updated>2020-04-22T02:26:10+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-04-22T02:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=e84f82a028228002b8ac74ac4d351aa40108c653'/>
<id>e84f82a028228002b8ac74ac4d351aa40108c653</id>
<content type='text'>
Port citra-emu/citra#5185: "gdbstub: Fix some gdbstub jankiness"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port citra-emu/citra#5185: "gdbstub: Fix some gdbstub jankiness"</pre>
</div>
</content>
</entry>
<entry>
<title>core: gdbstub: Updates for new VMM.</title>
<updated>2020-04-17T04:59:34+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-04-09T02:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1d5923e1505bf61bde84bce4c61fe5b60ce18ee8'/>
<id>1d5923e1505bf61bde84bce4c61fe5b60ce18ee8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gdbstub: Fix some gdbstub jankiness</title>
<updated>2020-04-17T03:41:43+00:00</updated>
<author>
<name>MerryMage</name>
<email>MerryMage@users.noreply.github.com</email>
</author>
<published>2020-04-06T20:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1cc9507bc55059ae82d525f245eeb3b3de873223'/>
<id>1cc9507bc55059ae82d525f245eeb3b3de873223</id>
<content type='text'>
1. Ensure that register information available to gdbstub is most up-to-date.
2. There's no reason to check for current_thread == thread when emitting a trap.
   Doing this results in random hangs whenever a step happens upon a thread switch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Ensure that register information available to gdbstub is most up-to-date.
2. There's no reason to check for current_thread == thread when emitting a trap.
   Doing this results in random hangs whenever a step happens upon a thread switch.
</pre>
</div>
</content>
</entry>
<entry>
<title>gdbstub: small logic bug fix with defer_start</title>
<updated>2020-03-17T10:18:39+00:00</updated>
<author>
<name>Gauvain "GovanifY" Roussel-Tarbouriech</name>
<email>gauvain@govanify.com</email>
</author>
<published>2020-02-24T13:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=eae2ed6b07054a7cb9eca1bc930f4bb9f973a329'/>
<id>eae2ed6b07054a7cb9eca1bc930f4bb9f973a329</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization</title>
<updated>2020-03-17T10:18:13+00:00</updated>
<author>
<name>Gauvain "GovanifY" Roussel-Tarbouriech</name>
<email>gauvain@govanify.com</email>
</author>
<published>2020-02-23T20:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=38036eb1c8633d151c721992e085e1aca5658f9d'/>
<id>38036eb1c8633d151c721992e085e1aca5658f9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
