aboutsummaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
AgeCommit message (Expand)Author
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-06-27General: Cleanup legacy code.Fernando Sahmkow
2020-04-21Merge pull request #3699 from FearlessTobi/port-5185bunnei
2020-04-17core: gdbstub: Updates for new VMM.bunnei
2020-04-17gdbstub: Fix some gdbstub jankinessMerryMage
2020-03-17gdbstub: small logic bug fix with defer_startGauvain "GovanifY" Roussel-Tarbouriech
2020-03-17gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGauvain "GovanifY" Roussel-Tarbouriech
2020-03-02core: Implement separate A32/A64 ARM interfaces.bunnei
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over address checking functions to the new Memory classLioncash
2019-11-12gdbstub: Resolve sign conversion errorsLioncash
2019-10-15Correct compiling errors and addapt to the new interface.Fernando Sahmkow
2019-10-06core: Remove Core::CurrentProcess()Lioncash
2019-03-15gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to l...Dimitri A
2019-02-06gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target ...Dimitri ALBORA
2018-12-18kernel/thread: Make thread_id a 64-bit valueLioncash
2018-11-26gdbstub: Silence value truncation warning within FpuWrite()Lioncash
2018-11-13GDBStub improvements:Hedges
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-30arm_interface: Add missing fpsr/tpidr members to the ThreadContext structLioncash
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-20Correct endianness of BKPTJarek Syrylak
2018-09-18arm_interface: Remove ARM11-isms from the CPU interfaceLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Hedges
2018-08-05gdbstub: Use type alias for breakpoint mapsLioncash
2018-08-05gdbstub: Move all file-static variables into the GDBStub namespaceLioncash
2018-08-05gdbstub: Replace PAddr alias with VAddrLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-19gdbstub: Get rid of a few signed/unsigned comparisonsLioncash
2018-07-12More improvements to GDBStub (#653)Hedges
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-06GDB Stub Improvements (#508)Hedges
2018-05-10core: Implement multicore support.bunnei
2018-04-26core/gdbstub: Move logging macros to new fmt-compatible onesLioncash
2018-03-19Clean Warnings (?)N00byKing
2018-02-14gdbstub: Silence formatting specifier warningsLioncash
2018-01-21gdbstub: Update registers and sizes for aarch64Rozlette
2018-01-19Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware
2018-01-17Fix gdbstub typo, fixes Citra #3318River City Ransomware
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2017-10-04Memory: Remove all GetPointer usages from the GDB stub.Subv