75 Commits (f8382c9d9df5cbbfc37f0e4e3952b162d3cdd1ae)

Author SHA1 Message Date
Gauvain "GovanifY" Roussel-Tarbouriech eae2ed6b07 gdbstub: small logic bug fix with defer_start 6 years ago
Gauvain "GovanifY" Roussel-Tarbouriech 38036eb1c8 gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization 6 years ago
bunnei c083ea7d78 core: Implement separate A32/A64 ARM interfaces. 6 years ago
Fernando Sahmkow e4a1ead897 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 86a1eb7789 gdbstub: Resolve sign conversion errors 6 years ago
Fernando Sahmkow b8b7ebcece Correct compiling errors and addapt to the new interface. 7 years ago
Lioncash f1382cf0e7 core: Remove Core::CurrentProcess() 6 years ago
Dimitri A 0e7ad1c367 gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) 7 years ago
Dimitri ALBORA 8b800369ea gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory 7 years ago
Lioncash 8435451093 kernel/thread: Make thread_id a 64-bit value 7 years ago
Lioncash 474c745502 gdbstub: Silence value truncation warning within FpuWrite() 7 years ago
Hedges af42320021 GDBStub improvements: 7 years ago
Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash baed7e1fba kernel/thread: Make all instance variables private 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
Lioncash 16145e2f21 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 7 years ago
Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants 7 years ago
Jarek Syrylak 74f966404d Correct endianness of BKPT 7 years ago
Lioncash b51e7e0288 arm_interface: Remove ARM11-isms from the CPU interface 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Hedges e2b74f6354 GDBStub works with both Unicorn and Dynarmic now (#941) 7 years ago
Lioncash 00f7e584ce gdbstub: Use type alias for breakpoint maps 7 years ago
Lioncash 89c076b4b1 gdbstub: Move all file-static variables into the GDBStub namespace 7 years ago
Lioncash ca96f8db4e gdbstub: Replace PAddr alias with VAddr 7 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Lioncash c945226973 gdbstub: Get rid of a few signed/unsigned comparisons 8 years ago
Hedges e066bc75b9 More improvements to GDBStub (#653) 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Hedges 39fb3e362c GDB Stub Improvements (#508) 8 years ago
bunnei a434fdcb10 core: Implement multicore support. 8 years ago
Lioncash 623d772476
core/gdbstub: Move logging macros to new fmt-compatible ones 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
Lioncash 51ce224a96
gdbstub: Silence formatting specifier warnings 8 years ago
Rozlette 425a78ec1b gdbstub: Update registers and sizes for aarch64 8 years ago
River City Ransomware dd62f125c3 Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
River City Ransomware d05dc3f4dd Fix gdbstub typo, fixes Citra #3318 8 years ago
bunnei b172f0d770 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
Subv 7772fc0731 Memory: Remove all GetPointer usages from the GDB stub. 8 years ago
Huw Pascoe a13ab958cb Fixed type conversion ambiguity 8 years ago
Mat M 0cb52ee74a Doxygen: Amend minor issues (#2593) 9 years ago
Jonathan Hao c18cb1b192 Fix some warnings (#2399) 9 years ago
bunnei e26fbfd1d7 core: Replace "AppCore" nomenclature with just "CPU". 9 years ago
bunnei 5ac5cbeab7 Address clang-format issues. 9 years ago
bunnei 232ef55c1a core: Consolidate core and system state, remove system module & cleanups. 9 years ago
Lioncash 38a964735f gdbstub: const correctness changes 9 years ago
Lioncash ba20dd9b61 gdbstub: Remove global variable from public interface 9 years ago