summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-27core: Eliminate remaining usages of the global system instanceGravatar Lioncash1-1397/+0
2020-10-20Revert "core: Fix clang build"Gravatar bunnei1-38/+9
2020-10-17core: Fix clang buildGravatar Lioncash1-9/+38
2020-10-13core/CMakeLists: Make some warnings errorsGravatar Lioncash1-15/+15
2020-06-27General: Cleanup legacy code.Gravatar Fernando Sahmkow1-1/+0
2020-04-17core: gdbstub: Updates for new VMM.Gravatar bunnei1-2/+2
2020-04-17gdbstub: Fix some gdbstub jankinessGravatar MerryMage1-4/+3
2020-03-17gdbstub: small logic bug fix with defer_startGravatar Gauvain "GovanifY" Roussel-Tarbouriech1-2/+4
2020-03-17gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGravatar Gauvain "GovanifY" Roussel-Tarbouriech1-1/+8
2020-03-02core: Implement separate A32/A64 ARM interfaces.Gravatar bunnei1-7/+7
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Gravatar Fernando Sahmkow1-1/+1
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash1-7/+9
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash1-3/+5
2019-11-26core/memory: Migrate over address checking functions to the new Memory classGravatar Lioncash1-8/+10
2019-11-12gdbstub: Resolve sign conversion errorsGravatar Lioncash1-1/+2
2019-10-15Correct compiling errors and addapt to the new interface.Gravatar Fernando Sahmkow1-19/+13
2019-10-06core: Remove Core::CurrentProcess()Gravatar Lioncash1-1/+2
2019-03-15gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to l...Gravatar Dimitri A1-1/+1
2019-02-06gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target ...Gravatar Dimitri ALBORA1-4/+10
2018-12-18kernel/thread: Make thread_id a 64-bit valueGravatar Lioncash1-2/+2
2018-11-26gdbstub: Silence value truncation warning within FpuWrite()Gravatar Lioncash1-1/+1
2018-11-13GDBStub improvements:Gravatar Hedges1-37/+86
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsGravatar Lioncash1-3/+3
2018-10-04kernel/thread: Make all instance variables privateGravatar Lioncash1-17/+27
2018-09-30kernel/process: Make data member variables privateGravatar Lioncash1-2/+2
2018-09-30arm_interface: Add missing fpsr/tpidr members to the ThreadContext structGravatar Lioncash1-1/+1
2018-09-24memory: Dehardcode the use of fixed memory range constantsGravatar Lioncash1-5/+10
2018-09-20Correct endianness of BKPTGravatar Jarek Syrylak1-1/+1
2018-09-18arm_interface: Remove ARM11-isms from the CPU interfaceGravatar Lioncash1-25/+25
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi1-7/+7
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Gravatar Hedges1-0/+10
2018-08-05gdbstub: Use type alias for breakpoint mapsGravatar Lioncash1-37/+42
2018-08-05gdbstub: Move all file-static variables into the GDBStub namespaceGravatar Lioncash1-35/+36
2018-08-05gdbstub: Replace PAddr alias with VAddrGravatar Lioncash1-10/+10
2018-08-01kernel: Move object class to its own source filesGravatar Lioncash1-1/+0
2018-07-19gdbstub: Get rid of a few signed/unsigned comparisonsGravatar Lioncash1-7/+7
2018-07-12More improvements to GDBStub (#653)Gravatar Hedges1-45/+149
2018-07-02Update clang formatGravatar James Rowe1-9/+8
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-28/+28
2018-06-06GDB Stub Improvements (#508)Gravatar Hedges1-26/+144
2018-05-10core: Implement multicore support.Gravatar bunnei1-12/+12
2018-04-26core/gdbstub: Move logging macros to new fmt-compatible onesGravatar Lioncash1-38/+37
2018-03-19Clean Warnings (?)Gravatar N00byKing1-1/+1
2018-02-14gdbstub: Silence formatting specifier warningsGravatar Lioncash1-6/+9
2018-01-21gdbstub: Update registers and sizes for aarch64Gravatar Rozlette1-113/+155
2018-01-19Fixes some cast warnings, partial port of citra #3064 (#106)Gravatar River City Ransomware1-13/+14
2018-01-17Fix gdbstub typo, fixes Citra #3318Gravatar River City Ransomware1-1/+1
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei1-6/+3
2017-10-04Memory: Remove all GetPointer usages from the GDB stub.Gravatar Subv1-8/+12
2017-09-30Fixed type conversion ambiguityGravatar Huw Pascoe1-2/+2