70 Commits (29cbcb694f5f88e8f3729bda9040f8ab71cb97be)

Author SHA1 Message Date
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 8 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 8 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 8 years ago
Lioncash f4dbd712a0 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 8 years ago
Lioncash 577bde60b5 memory: Dehardcode the use of fixed memory range constants 8 years ago
Jarek Syrylak 81ee22e420 Correct endianness of BKPT 8 years ago
Lioncash aa531b9abe arm_interface: Remove ARM11-isms from the CPU interface 8 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 8 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
James Rowe ea88c44eb8 Format: Run the new clang format on everything 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. 9 years ago
bunnei 7f1ce2cf68 arm: Use 64-bit addressing in a bunch of places. 9 years ago
Huw Pascoe da1c8d1522 Fixed type conversion ambiguity 9 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 10 years ago
Yuri Kunde Schlesner 32bddfa1f5 Remove special rules for Windows.h and library includes 10 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 10 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 10 years ago
shinyquagsire23 c09f249f90 gdbstub: E0 should be E00 10 years ago