aboutsummaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
AgeCommit message (Expand)Author
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-