Alexander Laties
0a31e373f1
fixup simple type conversions where possible
10 years ago
Sam Spilsbury
41ec40e9aa
gdbstub: Don't check if unsigned int is > 0
10 years ago
polaris-
44d746fc92
Adopted WinterMute's gdbstub changes
This fixes the comments left on the PR (whitespace, SO_REUSEADDR,
comment changes).
10 years ago
polaris-
2732ec758d
Fix read and write register blocks in gdbstub
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.
10 years ago
polaris-
bcea959910
Fix bug with reading addresses and lengths
10 years ago
polaris-
b6422038b5
Change headers
10 years ago
polaris-
a7eb6a4045
Add some headers so TravisCI will hopefully work
10 years ago
polaris-
45ed9e7e5e
Use CHAR_BIT instead of 8
10 years ago
polaris-
a5ab8accc2
Handle changes pointed out in comments on PR
10 years ago
polaris-
d1f73c424f
Add a register variable to loops
10 years ago
polaris-
d7e346239b
Update register read loops to go with last commit
10 years ago
polaris-
8a0d848646
Pad responses to gdb for VFP registers
10 years ago
polaris-
53aa55fcaa
Try to add support for VFP registers
10 years ago
polaris-
9f66580d7e
Fix buffer overflow comments
10 years ago
polaris-
2b7316a379
Remove unnecessary new lines, changed Deinit to Shutdown
10 years ago
polaris-
42928659e8
Use BreakpointAddress struct instead of passing address directly
10 years ago
polaris-
31dee93e84
Implement gdbstub
10 years ago
polaris-
5114d75647
Implement gdbstub
10 years ago