summaryrefslogtreecommitdiffstats
path: root/src/core/gdbstub/gdbstub.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGauvain "GovanifY" Roussel-Tarbouriech2020-03-171-0/+7
|
* gdbstub: Replace PAddr alias with VAddrLioncash2018-08-051-4/+4
| | | | In all cases, a virtual address is being passed in, not a physical one.
* More improvements to GDBStub (#653)Hedges2018-07-131-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
* GDB Stub Improvements (#508)Hedges2018-06-061-0/+9
| | | | | | | | | | * GDB Stub should work now. * Applied clang-format. * Replaced htonll with swap64. * Tidy up.
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* arm: Use 64-bit addressing in a bunch of places.bunnei2017-09-301-2/+2
|
* gdbstub: Remove global variable from public interfaceLioncash2016-12-151-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 Peyrot2016-09-211-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 Peyrot2016-09-181-7/+7
|
* Fix missing headerLittleWhite2016-03-201-0/+2
|
* Remove unnecessary new lines, changed Deinit to Shutdownpolaris-2015-10-121-1/+1
|
* Use BreakpointAddress struct instead of passing address directlypolaris-2015-10-041-1/+6
|
* Implement gdbstubpolaris-2015-10-041-0/+89