Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mingw compile support | James Rowe | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | Small fix to let IDA see target.xml | mailwl | 2016-10-28 | 1 | -1/+1 |
| | |||||
* | Remove special rules for Windows.h and library includes | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -52/+63 |
| | |||||
* | gdbstub: E0 should be E00 | shinyquagsire23 | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | gdbstub: Silence missing prototype warnings | Lioncash | 2016-05-10 | 1 | -3/+3 |
| | |||||
* | fixup simple type conversions where possible | Alexander Laties | 2016-05-07 | 1 | -10/+10 |
| | |||||
* | gdbstub: Don't check if unsigned int is > 0 | Sam Spilsbury | 2016-04-23 | 1 | -2/+2 |
| | |||||
* | Adopted WinterMute's gdbstub changes | polaris- | 2016-04-06 | 1 | -23/+85 |
| | | | | | This fixes the comments left on the PR (whitespace, SO_REUSEADDR, comment changes). | ||||
* | Fix missing header | LittleWhite | 2016-03-20 | 1 | -0/+2 |
| | |||||
* | Fix read and write register blocks in gdbstub | polaris- | 2015-11-22 | 1 | -26/+31 |
| | | | | Previously, the padding wasn't correctly accounted for which caused the gdbstub to read and write everything after R15 (starting with the dummy FPA registers) incorrectly, which caused CPSR to not be handled correctly. Everything appears to be working as expected with this change. | ||||
* | Fix bug with reading addresses and lengths | polaris- | 2015-11-04 | 1 | -45/+55 |
| | |||||
* | Change headers | polaris- | 2015-10-29 | 1 | -2/+2 |
| | |||||
* | Add some headers so TravisCI will hopefully work | polaris- | 2015-10-22 | 1 | -0/+2 |
| | |||||
* | Use CHAR_BIT instead of 8 | polaris- | 2015-10-22 | 1 | -11/+11 |
| | |||||
* | Handle changes pointed out in comments on PR | polaris- | 2015-10-22 | 1 | -61/+34 |
| | |||||
* | Add a register variable to loops | polaris- | 2015-10-21 | 1 | -6/+9 |
| | |||||
* | Update register read loops to go with last commit | polaris- | 2015-10-21 | 1 | -6/+7 |
| | |||||
* | Pad responses to gdb for VFP registers | polaris- | 2015-10-21 | 1 | -0/+3 |
| | |||||
* | Try to add support for VFP registers | polaris- | 2015-10-21 | 1 | -4/+21 |
| | |||||
* | Fix buffer overflow comments | polaris- | 2015-10-21 | 1 | -2/+3 |
| | |||||
* | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- | 2015-10-12 | 2 | -6/+6 |
| | |||||
* | Use BreakpointAddress struct instead of passing address directly | polaris- | 2015-10-04 | 2 | -5/+15 |
| | |||||
* | Implement gdbstub | polaris- | 2015-10-04 | 2 | -0/+1029 |