summaryrefslogtreecommitdiffstats
path: root/src/core/gdbstub/gdbstub.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-17gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGauvain "GovanifY" Roussel-Tarbouriech1-0/+7
2018-08-05gdbstub: Replace PAddr alias with VAddrLioncash1-4/+4
In all cases, a virtual address is being passed in, not a physical one.
2018-07-13More improvements to GDBStub (#653)Hedges1-2/+6
* More improvements to GDBStub - Debugging of threads should work correctly with source and assembly level stepping and modifying registers and memory, meaning threads and callstacks are fully clickable in VS. - List of modules is available to the client, with assumption that .nro and .nso are backed up by an .elf with symbols, while deconstructed ROMs keep N names. - Initial support for floating point registers. * Tidy up as requested in PR feedback * Tidy up as requested in PR feedback
2018-06-06GDB Stub Improvements (#508)Hedges1-0/+9
* GDB Stub should work now. * Applied clang-format. * Replaced htonll with swap64. * Tidy up.
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei1-2/+2
2016-12-15gdbstub: Remove global variable from public interfaceLioncash1-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.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-7/+7
2016-03-20Fix missing headerLittleWhite1-0/+2
2015-10-12Remove unnecessary new lines, changed Deinit to Shutdownpolaris-1-1/+1
2015-10-04Use BreakpointAddress struct instead of passing address directlypolaris-1-1/+6
2015-10-04Implement gdbstubpolaris-1-0/+89
2015-09-20Implement gdbstubpolaris-1-0/+89