yuzu-mainline/src
Hedges e066bc75b9 More improvements to GDBStub (#653)
* More improvements to GDBStub
- Debugging of threads should work correctly with source and assembly level stepping and modifying registers and memory, meaning threads and callstacks are fully clickable in VS.
- List of modules is available to the client, with assumption that .nro and .nso are backed up by an .elf with symbols, while deconstructed ROMs keep N names.
- Initial support for floating point registers.

* Tidy up as requested in PR feedback

* Tidy up as requested in PR feedback
2018-07-12 20:22:59 -07:00
..
common More improvements to GDBStub (#653) 2018-07-12 20:22:59 -07:00
core More improvements to GDBStub (#653) 2018-07-12 20:22:59 -07:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests
video_core Merge pull request #655 from bunnei/pred-lt-nan 2018-07-12 18:59:15 -07:00
yuzu yuzu - Fix duplicate logs 2018-07-12 01:11:43 -06:00
yuzu_cmd Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637) 2018-07-12 09:26:27 -07:00
.clang-format
CMakeLists.txt