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-11-13
GDBStub improvements:
Hedges
1
-37
/
+86
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
1
-3
/
+3
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
1
-17
/
+27
2018-09-30
kernel/process: Make data member variables private
Lioncash
1
-2
/
+2
2018-09-30
arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct
Lioncash
1
-1
/
+1
2018-09-25
memory: Dehardcode the use of fixed memory range constants
Lioncash
1
-5
/
+10
2018-09-20
Correct endianness of BKPT
Jarek Syrylak
1
-1
/
+1
2018-09-18
arm_interface: Remove ARM11-isms from the CPU interface
Lioncash
1
-25
/
+25
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-7
/
+7
2018-08-07
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
1
-0
/
+10
2018-08-05
gdbstub: Use type alias for breakpoint maps
Lioncash
1
-37
/
+42
2018-08-05
gdbstub: Move all file-static variables into the GDBStub namespace
Lioncash
1
-35
/
+36
2018-08-05
gdbstub: Replace PAddr alias with VAddr
Lioncash
2
-14
/
+14
2018-08-02
kernel: Move object class to its own source files
Lioncash
1
-1
/
+0
2018-07-19
gdbstub: Get rid of a few signed/unsigned comparisons
Lioncash
1
-7
/
+7
2018-07-13
More improvements to GDBStub (#653)
Hedges
2
-47
/
+155
2018-07-03
Update clang format
James Rowe
1
-9
/
+8
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-28
/
+28
2018-06-06
GDB Stub Improvements (#508)
Hedges
2
-26
/
+153
2018-05-11
core: Implement multicore support.
bunnei
1
-12
/
+12
2018-04-26
core/gdbstub: Move logging macros to new fmt-compatible ones
Lioncash
1
-38
/
+37
2018-03-19
Clean Warnings (?)
N00byKing
1
-1
/
+1
2018-02-14
gdbstub: Silence formatting specifier warnings
Lioncash
1
-6
/
+9
2018-01-21
gdbstub: Update registers and sizes for aarch64
Rozlette
1
-113
/
+155
2018-01-21
Format: Run the new clang format on everything
James Rowe
1
-1
/
+1
2018-01-20
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
1
-13
/
+14
2018-01-17
Fix gdbstub typo, fixes Citra #3318
River City Ransomware
1
-1
/
+1
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