| Commit message (Expand) | Author | Age | Files | Lines |
* | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -7/+9 |
* | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -3/+5 |
* | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 2019-11-27 | 1 | -8/+10 |
* | gdbstub: Resolve sign conversion errors | Lioncash | 2019-11-12 | 1 | -1/+2 |
* | Correct compiling errors and addapt to the new interface. | Fernando Sahmkow | 2019-10-15 | 1 | -19/+13 |
* | core: Remove Core::CurrentProcess() | Lioncash | 2019-10-06 | 1 | -1/+2 |
* | gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) | Dimitri A | 2019-03-15 | 1 | -1/+1 |
* | gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory | Dimitri ALBORA | 2019-02-06 | 1 | -4/+10 |
* | kernel/thread: Make thread_id a 64-bit value | Lioncash | 2018-12-19 | 1 | -2/+2 |
* | gdbstub: Silence value truncation warning within FpuWrite() | Lioncash | 2018-11-27 | 1 | -1/+1 |
* | GDBStub improvements: | Hedges | 2018-11-13 | 1 | -37/+86 |
* | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs | Lioncash | 2018-10-15 | 1 | -3/+3 |
* | kernel/thread: Make all instance variables private | Lioncash | 2018-10-04 | 1 | -17/+27 |
* | kernel/process: Make data member variables private | Lioncash | 2018-09-30 | 1 | -2/+2 |
* | arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct | Lioncash | 2018-09-30 | 1 | -1/+1 |
* | memory: Dehardcode the use of fixed memory range constants | Lioncash | 2018-09-25 | 1 | -5/+10 |
* | Correct endianness of BKPT | Jarek Syrylak | 2018-09-20 | 1 | -1/+1 |
* | arm_interface: Remove ARM11-isms from the CPU interface | Lioncash | 2018-09-18 | 1 | -25/+25 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -7/+7 |
* | GDBStub works with both Unicorn and Dynarmic now (#941) | Hedges | 2018-08-07 | 1 | -0/+10 |
* | gdbstub: Use type alias for breakpoint maps | Lioncash | 2018-08-05 | 1 | -37/+42 |
* | gdbstub: Move all file-static variables into the GDBStub namespace | Lioncash | 2018-08-05 | 1 | -35/+36 |
* | gdbstub: Replace PAddr alias with VAddr | Lioncash | 2018-08-05 | 2 | -14/+14 |
* | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -1/+0 |
* | gdbstub: Get rid of a few signed/unsigned comparisons | Lioncash | 2018-07-19 | 1 | -7/+7 |
* | More improvements to GDBStub (#653) | Hedges | 2018-07-13 | 2 | -47/+155 |
* | Update clang format | James Rowe | 2018-07-03 | 1 | -9/+8 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -28/+28 |
* | GDB Stub Improvements (#508) | Hedges | 2018-06-06 | 2 | -26/+153 |
* | core: Implement multicore support. | bunnei | 2018-05-11 | 1 | -12/+12 |
* | core/gdbstub: Move logging macros to new fmt-compatible ones | Lioncash | 2018-04-26 | 1 | -38/+37 |
* | Clean Warnings (?) | N00byKing | 2018-03-19 | 1 | -1/+1 |
* | gdbstub: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -6/+9 |
* | gdbstub: Update registers and sizes for aarch64 | Rozlette | 2018-01-21 | 1 | -113/+155 |
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -1/+1 |
* | Fixes some cast warnings, partial port of citra #3064 (#106) | River City Ransomware | 2018-01-20 | 1 | -13/+14 |
* | Fix gdbstub typo, fixes Citra #3318 | River City Ransomware | 2018-01-17 | 1 | -1/+1 |
* | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | 2018-01-03 | 1 | -6/+3 |
* | Merge remote-tracking branch 'upstream/master' into nx | bunnei | 2017-10-10 | 1 | -10/+14 |
|\ |
|
| * | Memory: Remove all GetPointer usages from the GDB stub. | Subv | 2017-10-04 | 1 | -8/+12 |
| * | Fixed type conversion ambiguity | Huw Pascoe | 2017-09-30 | 1 | -2/+2 |
* | | arm: Use 64-bit addressing in a bunch of places. | bunnei | 2017-09-30 | 1 | -2/+2 |
|/ |
|
* | Doxygen: Amend minor issues (#2593) | Mat M | 2017-02-27 | 1 | -0/+1 |
* | Fix some warnings (#2399) | Jonathan Hao | 2017-01-04 | 1 | -5/+0 |
* | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 2016-12-22 | 1 | -20/+19 |
* | Address clang-format issues. | bunnei | 2016-12-22 | 1 | -2/+2 |
* | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 2016-12-22 | 1 | -19/+20 |
* | gdbstub: const correctness changes | Lioncash | 2016-12-16 | 1 | -9/+8 |
* | gdbstub: Remove global variable from public interface | Lioncash | 2016-12-15 | 2 | -12/+19 |
* | gdbstub: Remove unused include | Jannik Vogel | 2016-12-05 | 1 | -1/+0 |
* | Support mingw cross-compile | Jannik Vogel | 2016-12-05 | 1 | -1/+2 |
* | Add mingw compile support | James Rowe | 2016-11-14 | 1 | -1/+1 |
* | Small fix to let IDA see target.xml | mailwl | 2016-10-28 | 1 | -1/+1 |
* | Remove special rules for Windows.h and library includes | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -1/+0 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 2 | -52/+63 |
* | gdbstub: E0 should be E00 | shinyquagsire23 | 2016-06-08 | 1 | -1/+1 |
* | gdbstub: Silence missing prototype warnings | Lioncash | 2016-05-10 | 1 | -3/+3 |
* | fixup simple type conversions where possible | Alexander Laties | 2016-05-07 | 1 | -10/+10 |
* | gdbstub: Don't check if unsigned int is > 0 | Sam Spilsbury | 2016-04-23 | 1 | -2/+2 |
* | Adopted WinterMute's gdbstub changes | polaris- | 2016-04-06 | 1 | -23/+85 |
* | Fix missing header | LittleWhite | 2016-03-20 | 1 | -0/+2 |
* | Fix read and write register blocks in gdbstub | polaris- | 2015-11-22 | 1 | -26/+31 |
* | Fix bug with reading addresses and lengths | polaris- | 2015-11-04 | 1 | -45/+55 |
* | Change headers | polaris- | 2015-10-29 | 1 | -2/+2 |
* | Add some headers so TravisCI will hopefully work | polaris- | 2015-10-22 | 1 | -0/+2 |
* | Use CHAR_BIT instead of 8 | polaris- | 2015-10-22 | 1 | -11/+11 |
* | Handle changes pointed out in comments on PR | polaris- | 2015-10-22 | 1 | -61/+34 |
* | Add a register variable to loops | polaris- | 2015-10-21 | 1 | -6/+9 |
* | Update register read loops to go with last commit | polaris- | 2015-10-21 | 1 | -6/+7 |
* | Pad responses to gdb for VFP registers | polaris- | 2015-10-21 | 1 | -0/+3 |
* | Try to add support for VFP registers | polaris- | 2015-10-21 | 1 | -4/+21 |
* | Fix buffer overflow comments | polaris- | 2015-10-21 | 1 | -2/+3 |
* | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- | 2015-10-12 | 2 | -6/+6 |
* | Use BreakpointAddress struct instead of passing address directly | polaris- | 2015-10-04 | 2 | -5/+15 |
* | Implement gdbstub | polaris- | 2015-10-04 | 2 | -0/+1029 |