index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
gdbstub
/
gdbstub.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbstub: Silence missing prototype warnings
Lioncash
2016-05-10
1
-3
/
+3
*
fixup simple type conversions where possible
Alexander Laties
2016-05-07
1
-10
/
+10
*
gdbstub: Don't check if unsigned int is > 0
Sam Spilsbury
2016-04-23
1
-2
/
+2
*
Adopted WinterMute's gdbstub changes
polaris-
2016-04-06
1
-23
/
+85
*
Fix read and write register blocks in gdbstub
polaris-
2015-11-22
1
-26
/
+31
*
Fix bug with reading addresses and lengths
polaris-
2015-11-04
1
-45
/
+55
*
Change headers
polaris-
2015-10-29
1
-2
/
+2
*
Add some headers so TravisCI will hopefully work
polaris-
2015-10-22
1
-0
/
+2
*
Use CHAR_BIT instead of 8
polaris-
2015-10-22
1
-11
/
+11
*
Handle changes pointed out in comments on PR
polaris-
2015-10-22
1
-61
/
+34
*
Add a register variable to loops
polaris-
2015-10-21
1
-6
/
+9
*
Update register read loops to go with last commit
polaris-
2015-10-21
1
-6
/
+7
*
Pad responses to gdb for VFP registers
polaris-
2015-10-21
1
-0
/
+3
*
Try to add support for VFP registers
polaris-
2015-10-21
1
-4
/
+21
*
Fix buffer overflow comments
polaris-
2015-10-21
1
-2
/
+3
*
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2015-10-12
1
-5
/
+5
*
Use BreakpointAddress struct instead of passing address directly
polaris-
2015-10-04
1
-4
/
+9
*
Implement gdbstub
polaris-
2015-10-04
1
-0
/
+940