- Aug 05, 2018
- Aug 02, 2018
-
-
Lioncash authored
General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code.
-
- Jul 19, 2018
-
-
Lioncash authored
Ensures both operands in comparisons are the same signedness.
-
- Jul 13, 2018
-
-
Hedges authored
* 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
-
- Jul 03, 2018
-
-
James Rowe authored
-
James Rowe authored
-
- Jun 06, 2018
-
-
Hedges authored
* GDB Stub should work now. * Applied clang-format. * Replaced htonll with swap64. * Tidy up.
-
- May 10, 2018
-
-
bunnei authored
-
- Apr 26, 2018
-
-
Lioncash authored
-
- Mar 19, 2018
-
-
N00byKing authored
-
- Feb 14, 2018
-
-
Lioncash authored
-
- Jan 21, 2018
-
-
Rozlette authored
This gets gdbstub working at least to the point where clients can communicate with it. What works: - Reading/writing GPRegs - Reading/writing memory - Interrupting the emulated program and continuing What does NOT work: - Breakpoints. Sizes have been updated to u64, but support will need to be added in the interpreter for them to work. - VRegs. Mostly because my gdb was having issues with 128-bit regs for some reason. However, the current u128 representation is a bit awkward to use and should probably be updated first.
-
- Jan 19, 2018
-
-
River City Ransomware authored
* Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
-
- Jan 17, 2018
-
-
River City Ransomware authored
Core::System().GetInstance().IsPoweredOn() -> Core::System::GetInstance().IsPoweredOn()
-
- Jan 03, 2018
-
-
bunnei authored
-
- Oct 04, 2017
-
-
Subv authored
-
- Sep 30, 2017
-
-
Huw Pascoe authored
-
- Feb 27, 2017
-
-
Mat M authored
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
-
- Jan 04, 2017
-
-
Jonathan Hao authored
-
- Dec 22, 2016
- Dec 16, 2016
-
-
Lioncash authored
Also uses size_t as the length indicator type, as is common with buffers.
-
- Dec 15, 2016
-
-
Lioncash authored
Currently, this is only ever queried, so adding a function to check if the server is enabled is more sensible. If directly modifying this externally is ever desirable, it should be done by adding a function to the interface, rather than exposing implementation details directly.
-
- Dec 05, 2016
-
-
Jannik Vogel authored
-
Jannik Vogel authored
-
- Nov 14, 2016
-
-
James Rowe authored
-
- Oct 28, 2016
-
-
mailwl authored
-
- Sep 21, 2016
-
-
Yuri Kunde Schlesner authored
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Jun 08, 2016
-
-
shinyquagsire23 authored
-
- May 10, 2016
-
-
Lioncash authored
-
- May 07, 2016
-
-
Alexander Laties authored
-
- Apr 23, 2016
-
-
Sam Spilsbury authored
-
- Apr 06, 2016
-
-
polaris- authored
This fixes the comments left on the PR (whitespace, SO_REUSEADDR, comment changes).
-
- Nov 22, 2015
-
-
polaris- authored
Previously, the padding wasn't correctly accounted for which caused the gdbstub to read and write everything after R15 (starting with the dummy FPA registers) incorrectly, which caused CPSR to not be handled correctly. Everything appears to be working as expected with this change.
-
- Nov 04, 2015
-
-
polaris- authored
-
- Oct 29, 2015
-
-
polaris- authored
-
- Oct 22, 2015
-
-
polaris- authored
-