summaryrefslogtreecommitdiffstats
path: root/src/core/gdbstub/gdbstub.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei1-2/+2
2016-12-15gdbstub: Remove global variable from public interfaceLioncash1-6/+5
Currently, this is only ever queried, so adding a function to check if the server is enabled is more sensible. If directly modifying this externally is ever desirable, it should be done by adding a function to the interface, rather than exposing implementation details directly.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-7/+7
2016-03-20Fix missing headerLittleWhite1-0/+2
2015-10-12Remove unnecessary new lines, changed Deinit to Shutdownpolaris-1-1/+1
2015-10-04Use BreakpointAddress struct instead of passing address directlypolaris-1-1/+6
2015-10-04Implement gdbstubpolaris-1-0/+89
2015-09-20Implement gdbstubpolaris-1-0/+89