summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
AgeCommit message (Expand)Author
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-
2015-10-22Use CHAR_BIT instead of 8polaris-
2015-10-22Handle changes pointed out in comments on PRpolaris-
2015-10-21Add a register variable to loopspolaris-
2015-10-21Update register read loops to go with last commitpolaris-
2015-10-21Pad responses to gdb for VFP registerspolaris-
2015-10-21Try to add support for VFP registerspolaris-
2015-10-21Fix buffer overflow commentspolaris-
2015-10-11Remove unnecessary new lines, changed Deinit to Shutdownpolaris-
2015-10-04Use BreakpointAddress struct instead of passing address directlypolaris-
2015-10-04Implement gdbstubpolaris-