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