summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-2/+2
* Doxygen: Amend minor issues (#2593)Gravatar Mat M2017-02-261-0/+1
* Fix some warnings (#2399)Gravatar Jonathan Hao2017-01-041-5/+0
* core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-221-20/+19
* Address clang-format issues.Gravatar bunnei2016-12-211-2/+2
* core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-211-19/+20
* gdbstub: const correctness changesGravatar Lioncash2016-12-161-9/+8
* gdbstub: Remove global variable from public interfaceGravatar Lioncash2016-12-151-6/+14
* gdbstub: Remove unused includeGravatar Jannik Vogel2016-12-051-1/+0
* Support mingw cross-compileGravatar Jannik Vogel2016-12-051-1/+2
* Add mingw compile supportGravatar James Rowe2016-11-131-1/+1
* Small fix to let IDA see target.xmlGravatar mailwl2016-10-281-1/+1
* Remove special rules for Windows.h and library includesGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-45/+56
* gdbstub: E0 should be E00Gravatar shinyquagsire232016-06-081-1/+1
* gdbstub: Silence missing prototype warningsGravatar Lioncash2016-05-101-3/+3
* fixup simple type conversions where possibleGravatar Alexander Laties2016-05-071-10/+10
* gdbstub: Don't check if unsigned int is > 0Gravatar Sam Spilsbury2016-04-231-2/+2
* Adopted WinterMute's gdbstub changesGravatar polaris-2016-04-061-23/+85
* Fix read and write register blocks in gdbstubGravatar polaris-2015-11-221-26/+31
* Fix bug with reading addresses and lengthsGravatar polaris-2015-11-031-45/+55
* Change headersGravatar polaris-2015-10-291-2/+2
* Add some headers so TravisCI will hopefully workGravatar polaris-2015-10-221-0/+2
* Use CHAR_BIT instead of 8Gravatar polaris-2015-10-221-11/+11
* Handle changes pointed out in comments on PRGravatar polaris-2015-10-221-61/+34
* Add a register variable to loopsGravatar polaris-2015-10-211-6/+9
* Update register read loops to go with last commitGravatar polaris-2015-10-211-6/+7
* Pad responses to gdb for VFP registersGravatar polaris-2015-10-211-0/+3
* Try to add support for VFP registersGravatar polaris-2015-10-211-4/+21
* Fix buffer overflow commentsGravatar polaris-2015-10-211-2/+3
* Remove unnecessary new lines, changed Deinit to ShutdownGravatar polaris-2015-10-111-5/+5
* Use BreakpointAddress struct instead of passing address directlyGravatar polaris-2015-10-041-4/+9
* Implement gdbstubGravatar polaris-2015-10-041-0/+940