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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization
Gauvain "GovanifY" Roussel-Tarbouriech
2020-03-17
1
-0
/
+7
*
gdbstub: Replace PAddr alias with VAddr
Lioncash
2018-08-05
1
-4
/
+4
*
More improvements to GDBStub (#653)
Hedges
2018-07-13
1
-2
/
+6
*
GDB Stub Improvements (#508)
Hedges
2018-06-06
1
-0
/
+9
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
arm: Use 64-bit addressing in a bunch of places.
bunnei
2017-09-30
1
-2
/
+2
*
gdbstub: Remove global variable from public interface
Lioncash
2016-12-15
1
-6
/
+5
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-7
/
+7
*
Fix missing header
LittleWhite
2016-03-20
1
-0
/
+2
*
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2015-10-12
1
-1
/
+1
*
Use BreakpointAddress struct instead of passing address directly
polaris-
2015-10-04
1
-1
/
+6
*
Implement gdbstub
polaris-
2015-10-04
1
-0
/
+89