summaryrefslogtreecommitdiffstats
path: root/src/core/gdbstub/gdbstub.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* arm: Use 64-bit addressing in a bunch of places.bunnei2017-09-301-2/+2
|
* gdbstub: Remove global variable from public interfaceLioncash2016-12-151-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.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-7/+7
|
* Fix missing headerLittleWhite2016-03-201-0/+2
|
* Remove unnecessary new lines, changed Deinit to Shutdownpolaris-2015-10-121-1/+1
|
* Use BreakpointAddress struct instead of passing address directlypolaris-2015-10-041-1/+6
|
* Implement gdbstubpolaris-2015-10-041-0/+89