71 Commits (b5f69f4cc931ee83f2d7c59b22dc15db9f472d9a)

Author SHA1 Message Date
Lioncash b5f69f4cc9 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 811191a9c9 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash f1d916de5e gdbstub: Resolve sign conversion errors 6 years ago
Fernando Sahmkow 4760c27922 Correct compiling errors and addapt to the new interface. 7 years ago
Lioncash 922799f1d5 core: Remove Core::CurrentProcess() 6 years ago
Dimitri A 1d2ecb6f89 gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) 7 years ago
Dimitri ALBORA c7d6afc04a gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory 7 years ago
Lioncash bf75c5f45c kernel/thread: Make thread_id a 64-bit value 7 years ago
Lioncash 2176b2986f gdbstub: Silence value truncation warning within FpuWrite() 7 years ago
Hedges ee01a1f660 GDBStub improvements: 7 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 7 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 7 years ago
Lioncash f4dbd712a0 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 7 years ago
Lioncash 577bde60b5 memory: Dehardcode the use of fixed memory range constants 7 years ago
Jarek Syrylak 81ee22e420 Correct endianness of BKPT 7 years ago
Lioncash aa531b9abe arm_interface: Remove ARM11-isms from the CPU interface 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Hedges 3e421bb6fb GDBStub works with both Unicorn and Dynarmic now (#941) 8 years ago
Lioncash a3e0a2d3b3 gdbstub: Use type alias for breakpoint maps 8 years ago
Lioncash 6602a1b319 gdbstub: Move all file-static variables into the GDBStub namespace 8 years ago
Lioncash 88023a481d gdbstub: Replace PAddr alias with VAddr 8 years ago
Lioncash 38c2af9330 kernel: Move object class to its own source files 8 years ago
Lioncash 19be3828b6 gdbstub: Get rid of a few signed/unsigned comparisons 8 years ago
Hedges d8d8be6ac0 More improvements to GDBStub (#653) 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Hedges 6c4b650ae7 GDB Stub Improvements (#508) 8 years ago
bunnei 44c565aeca core: Implement multicore support. 8 years ago
Lioncash 6d0f299ed9 core/gdbstub: Move logging macros to new fmt-compatible ones 8 years ago
N00byKing 1212e9e231 Clean Warnings (?) 8 years ago
Lioncash fbe2507693 gdbstub: Silence formatting specifier warnings 8 years ago
Rozlette 939be88b01 gdbstub: Update registers and sizes for aarch64 8 years ago
River City Ransomware 39827d573a Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
River City Ransomware c365642bb8 Fix gdbstub typo, fixes Citra #3318 8 years ago
bunnei b055ea2699 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
Subv 8226539902 Memory: Remove all GetPointer usages from the GDB stub. 8 years ago
Huw Pascoe da1c8d1522 Fixed type conversion ambiguity 8 years ago
Mat M dc1927a9d1 Doxygen: Amend minor issues (#2593) 9 years ago
Jonathan Hao 1df720ed08 Fix some warnings (#2399) 9 years ago
bunnei 8cfd0762fd core: Replace "AppCore" nomenclature with just "CPU". 9 years ago
bunnei 1fd7cfb69e Address clang-format issues. 9 years ago
bunnei d504f6cf08 core: Consolidate core and system state, remove system module & cleanups. 9 years ago
Lioncash cae211f90c gdbstub: const correctness changes 9 years ago
Lioncash bec7bc3ec9 gdbstub: Remove global variable from public interface 9 years ago
Jannik Vogel 305cc20144 gdbstub: Remove unused include 9 years ago
Jannik Vogel 89e57a3fb0 Support mingw cross-compile 9 years ago
James Rowe f0dcbd3f73 Add mingw compile support 10 years ago
mailwl 14b159aa64 Small fix to let IDA see target.xml 9 years ago