Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdbstub: Remove global variable from public interface | Lioncash | 2016-12-15 | 1 | -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 Peyrot | 2016-09-21 | 1 | -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 Peyrot | 2016-09-18 | 1 | -7/+7 |
| | |||||
* | Fix missing header | LittleWhite | 2016-03-20 | 1 | -0/+2 |
| | |||||
* | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Use BreakpointAddress struct instead of passing address directly | polaris- | 2015-10-04 | 1 | -1/+6 |
| | |||||
* | Implement gdbstub | polaris- | 2015-10-04 | 1 | -0/+89 |