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