summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
AgeCommit message (Expand)Author
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
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-01-04Fix some warnings (#2399)Jonathan Hao
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei
2016-12-21Address clang-format issues.bunnei
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-16gdbstub: const correctness changesLioncash
2016-12-15gdbstub: Remove global variable from public interfaceLioncash
2016-12-05gdbstub: Remove unused includeJannik Vogel
2016-12-05Support mingw cross-compileJannik Vogel
2016-11-13Add mingw compile supportJames Rowe
2016-10-28Small fix to let IDA see target.xmlmailwl
2016-09-21Remove special rules for Windows.h and library includesYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-08gdbstub: E0 should be E00shinyquagsire23
2016-05-10gdbstub: Silence missing prototype warningsLioncash
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-04-23gdbstub: Don't check if unsigned int is > 0Sam Spilsbury
2016-04-06Adopted WinterMute's gdbstub changespolaris-
2015-11-22Fix read and write register blocks in gdbstubpolaris-
2015-11-03Fix bug with reading addresses and lengthspolaris-
2015-10-29Change headerspolaris-
2015-10-22Add some headers so TravisCI will hopefully workpolaris-