summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Eliminate remaining usages of the global system instanceGravatar Lioncash2020-11-271-1397/+0
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-38/+9
* core: Fix clang buildGravatar Lioncash2020-10-171-9/+38
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-131-15/+15
* General: Cleanup legacy code.Gravatar Fernando Sahmkow2020-06-271-1/+0
* Merge pull request #3699 from FearlessTobi/port-5185Gravatar bunnei2020-04-211-4/+3
|\
| * gdbstub: Fix some gdbstub jankinessGravatar MerryMage2020-04-171-4/+3
* | core: gdbstub: Updates for new VMM.Gravatar bunnei2020-04-171-2/+2
|/
* gdbstub: small logic bug fix with defer_startGravatar Gauvain "GovanifY" Roussel-Tarbouriech2020-03-171-2/+4
* gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGravatar Gauvain "GovanifY" Roussel-Tarbouriech2020-03-171-1/+8
* core: Implement separate A32/A64 ARM interfaces.Gravatar bunnei2020-03-021-7/+7
* Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Gravatar Fernando Sahmkow2020-01-261-1/+1
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-7/+9
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-3/+5
* core/memory: Migrate over address checking functions to the new Memory classGravatar Lioncash2019-11-261-8/+10
* gdbstub: Resolve sign conversion errorsGravatar Lioncash2019-11-121-1/+2
* Correct compiling errors and addapt to the new interface.Gravatar Fernando Sahmkow2019-10-151-19/+13
* core: Remove Core::CurrentProcess()Gravatar Lioncash2019-10-061-1/+2
* gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to l...Gravatar Dimitri A2019-03-151-1/+1
* gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target ...Gravatar Dimitri ALBORA2019-02-061-4/+10
* kernel/thread: Make thread_id a 64-bit valueGravatar Lioncash2018-12-181-2/+2
* gdbstub: Silence value truncation warning within FpuWrite()Gravatar Lioncash2018-11-261-1/+1
* GDBStub improvements:Gravatar Hedges2018-11-131-37/+86
* core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-151-3/+3
* kernel/thread: Make all instance variables privateGravatar Lioncash2018-10-041-17/+27
* kernel/process: Make data member variables privateGravatar Lioncash2018-09-301-2/+2
* arm_interface: Add missing fpsr/tpidr members to the ThreadContext structGravatar Lioncash2018-09-301-1/+1
* memory: Dehardcode the use of fixed memory range constantsGravatar Lioncash2018-09-241-5/+10
* Correct endianness of BKPTGravatar Jarek Syrylak2018-09-201-1/+1
* arm_interface: Remove ARM11-isms from the CPU interfaceGravatar Lioncash2018-09-181-25/+25
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-7/+7
* GDBStub works with both Unicorn and Dynarmic now (#941)Gravatar Hedges2018-08-061-0/+10
* gdbstub: Use type alias for breakpoint mapsGravatar Lioncash2018-08-051-37/+42
* gdbstub: Move all file-static variables into the GDBStub namespaceGravatar Lioncash2018-08-051-35/+36
* gdbstub: Replace PAddr alias with VAddrGravatar Lioncash2018-08-051-10/+10
* kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+0
* gdbstub: Get rid of a few signed/unsigned comparisonsGravatar Lioncash2018-07-191-7/+7
* More improvements to GDBStub (#653)Gravatar Hedges2018-07-121-45/+149
* Update clang formatGravatar James Rowe2018-07-021-9/+8
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-28/+28
* GDB Stub Improvements (#508)Gravatar Hedges2018-06-061-26/+144
* core: Implement multicore support.Gravatar bunnei2018-05-101-12/+12
* core/gdbstub: Move logging macros to new fmt-compatible onesGravatar Lioncash2018-04-261-38/+37
* Clean Warnings (?)Gravatar N00byKing2018-03-191-1/+1
* gdbstub: Silence formatting specifier warningsGravatar Lioncash2018-02-141-6/+9
* gdbstub: Update registers and sizes for aarch64Gravatar Rozlette2018-01-211-113/+155
* Fixes some cast warnings, partial port of citra #3064 (#106)Gravatar River City Ransomware2018-01-191-13/+14
* Fix gdbstub typo, fixes Citra #3318Gravatar River City Ransomware2018-01-171-1/+1
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei2018-01-021-6/+3
* Memory: Remove all GetPointer usages from the GDB stub.Gravatar Subv2017-10-041-8/+12