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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-03
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
1
-6
/
+3
2017-10-04
Memory: Remove all GetPointer usages from the GDB stub.
Subv
1
-8
/
+12
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
1
-2
/
+2
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
1
-2
/
+2
2017-02-27
Doxygen: Amend minor issues (#2593)
Mat M
1
-0
/
+1
2017-01-04
Fix some warnings (#2399)
Jonathan Hao
1
-5
/
+0
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
1
-20
/
+19
2016-12-22
Address clang-format issues.
bunnei
1
-2
/
+2
2016-12-22
core: Consolidate core and system state, remove system module & cleanups.
bunnei
1
-19
/
+20
2016-12-16
gdbstub: const correctness changes
Lioncash
1
-9
/
+8
2016-12-15
gdbstub: Remove global variable from public interface
Lioncash
2
-12
/
+19
2016-12-05
gdbstub: Remove unused include
Jannik Vogel
1
-1
/
+0
2016-12-05
Support mingw cross-compile
Jannik Vogel
1
-1
/
+2
2016-11-14
Add mingw compile support
James Rowe
1
-1
/
+1
2016-10-28
Small fix to let IDA see target.xml
mailwl
1
-1
/
+1
2016-09-21
Remove special rules for Windows.h and library includes
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-1
/
+0
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2
-52
/
+63
2016-06-08
gdbstub: E0 should be E00
shinyquagsire23
1
-1
/
+1
2016-05-10
gdbstub: Silence missing prototype warnings
Lioncash
1
-3
/
+3
2016-05-07
fixup simple type conversions where possible
Alexander Laties
1
-10
/
+10
2016-04-23
gdbstub: Don't check if unsigned int is > 0
Sam Spilsbury
1
-2
/
+2
2016-04-06
Adopted WinterMute's gdbstub changes
polaris-
1
-23
/
+85
2016-03-20
Fix missing header
LittleWhite
1
-0
/
+2
2015-11-22
Fix read and write register blocks in gdbstub
polaris-
1
-26
/
+31
2015-11-04
Fix bug with reading addresses and lengths
polaris-
1
-45
/
+55
2015-10-29
Change headers
polaris-
1
-2
/
+2
2015-10-22
Add some headers so TravisCI will hopefully work
polaris-
1
-0
/
+2
2015-10-22
Use CHAR_BIT instead of 8
polaris-
1
-11
/
+11
2015-10-22
Handle changes pointed out in comments on PR
polaris-
1
-61
/
+34
2015-10-21
Add a register variable to loops
polaris-
1
-6
/
+9
2015-10-21
Update register read loops to go with last commit
polaris-
1
-6
/
+7
2015-10-21
Pad responses to gdb for VFP registers
polaris-
1
-0
/
+3
2015-10-21
Try to add support for VFP registers
polaris-
1
-4
/
+21
2015-10-21
Fix buffer overflow comments
polaris-
1
-2
/
+3
2015-10-12
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2
-6
/
+6
2015-10-04
Use BreakpointAddress struct instead of passing address directly
polaris-
2
-5
/
+15
2015-10-04
Implement gdbstub
polaris-
2
-0
/
+1029
2015-09-20
Implement gdbstub
polaris-
2
-0
/
+1029