bunnei
d504f6cf08
core: Consolidate core and system state, remove system module & cleanups.
9 years ago
Lioncash
cae211f90c
gdbstub: const correctness changes
Also uses size_t as the length indicator type, as is common with buffers.
9 years ago
Lioncash
bec7bc3ec9
gdbstub: Remove global variable from public interface
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.
9 years ago
Jannik Vogel
305cc20144
gdbstub: Remove unused include
9 years ago
Jannik Vogel
89e57a3fb0
Support mingw cross-compile
9 years ago
James Rowe
f0dcbd3f73
Add mingw compile support
10 years ago
mailwl
14b159aa64
Small fix to let IDA see target.xml
9 years ago
Yuri Kunde Schlesner
32bddfa1f5
Remove special rules for Windows.h and library includes
9 years ago
Emmanuel Gil Peyrot
628ed4376a
Sources: Run clang-format on everything.
9 years ago
shinyquagsire23
c09f249f90
gdbstub: E0 should be E00
10 years ago
Lioncash
601a094367
gdbstub: Silence missing prototype warnings
10 years ago
Alexander Laties
17e9bc5392
fixup simple type conversions where possible
10 years ago
Sam Spilsbury
c098a96f7d
gdbstub: Don't check if unsigned int is > 0
10 years ago
polaris-
eae9c73db0
Adopted WinterMute's gdbstub changes
This fixes the comments left on the PR (whitespace, SO_REUSEADDR,
comment changes).
10 years ago
polaris-
ec1195c252
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-
505489551d
Fix bug with reading addresses and lengths
10 years ago
polaris-
fd7f61becf
Change headers
10 years ago
polaris-
ac325ce61a
Add some headers so TravisCI will hopefully work
10 years ago
polaris-
f4520eb266
Use CHAR_BIT instead of 8
10 years ago
polaris-
4e0ae45d99
Handle changes pointed out in comments on PR
10 years ago
polaris-
37b35180c5
Add a register variable to loops
10 years ago
polaris-
6c4f45627c
Update register read loops to go with last commit
10 years ago
polaris-
86a42ff827
Pad responses to gdb for VFP registers
10 years ago
polaris-
82f537482d
Try to add support for VFP registers
10 years ago
polaris-
0de246f668
Fix buffer overflow comments
10 years ago
polaris-
6621f16576
Remove unnecessary new lines, changed Deinit to Shutdown
10 years ago
polaris-
8205925b08
Use BreakpointAddress struct instead of passing address directly
10 years ago
polaris-
1d319e5b46
Implement gdbstub
10 years ago
polaris-
021fab70ac
Implement gdbstub
10 years ago