index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
gdbstub
/
gdbstub.cpp
Age
Commit message (
Expand
)
Author
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-02-26
Doxygen: Amend minor issues (#2593)
Mat M
2017-01-04
Fix some warnings (#2399)
Jonathan Hao
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-21
Address clang-format issues.
bunnei
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-16
gdbstub: const correctness changes
Lioncash
2016-12-15
gdbstub: Remove global variable from public interface
Lioncash
2016-12-05
gdbstub: Remove unused include
Jannik Vogel
2016-12-05
Support mingw cross-compile
Jannik Vogel
2016-11-13
Add mingw compile support
James Rowe
2016-10-28
Small fix to let IDA see target.xml
mailwl
2016-09-21
Remove special rules for Windows.h and library includes
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-06-08
gdbstub: E0 should be E00
shinyquagsire23
2016-05-10
gdbstub: Silence missing prototype warnings
Lioncash
2016-05-07
fixup simple type conversions where possible
Alexander Laties
2016-04-23
gdbstub: Don't check if unsigned int is > 0
Sam Spilsbury
2016-04-06
Adopted WinterMute's gdbstub changes
polaris-
2015-11-22
Fix read and write register blocks in gdbstub
polaris-
2015-11-03
Fix bug with reading addresses and lengths
polaris-
2015-10-29
Change headers
polaris-
2015-10-22
Add some headers so TravisCI will hopefully work
polaris-
2015-10-22
Use CHAR_BIT instead of 8
polaris-
2015-10-22
Handle changes pointed out in comments on PR
polaris-
2015-10-21
Add a register variable to loops
polaris-
2015-10-21
Update register read loops to go with last commit
polaris-
2015-10-21
Pad responses to gdb for VFP registers
polaris-
2015-10-21
Try to add support for VFP registers
polaris-
2015-10-21
Fix buffer overflow comments
polaris-
2015-10-11
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2015-10-04
Use BreakpointAddress struct instead of passing address directly
polaris-
2015-10-04
Implement gdbstub
polaris-
[prev]