- Sep 20, 2018
-
-
Jarek Syrylak authored
-
- Sep 18, 2018
-
-
Lioncash authored
This modifies the CPU interface to more accurately match an AArch64-supporting CPU as opposed to an ARM11 one. Two of the methods don't even make sense to keep around for this interface, as Adv Simd is used, rather than the VFP in the primary execution state. This is essentially a modernization change that should have occurred from the get-go.
-
- Sep 15, 2018
-
-
fearlessTobi authored
-
- Aug 07, 2018
-
-
Hedges authored
* GDBStub works with both Unicorn and Dynarmic now * Tidy up
-
- Aug 05, 2018
-
-
Lioncash authored
Rather than having to type out the full std::map type signature, we can just use a straightforward alias. While we're at it, rename GetBreakpointList to GetBreakpointMap, which makes the name more accurate. We can also get rid of unnecessary u64 static_casts, since VAddr is an alias for a u64.
-
Lioncash authored
Keeps everything under the same namespace. While we're at it, enclose them all within an inner anonymous namespace.
-
Lioncash authored
In all cases, a virtual address is being passed in, not a physical one.
-
- 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
-