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
Age
Commit message (
Expand
)
Author
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-30
arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct
Lioncash
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-20
Correct endianness of BKPT
Jarek Syrylak
2018-09-18
arm_interface: Remove ARM11-isms from the CPU interface
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-06
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
2018-08-05
gdbstub: Use type alias for breakpoint maps
Lioncash
2018-08-05
gdbstub: Move all file-static variables into the GDBStub namespace
Lioncash
2018-08-05
gdbstub: Replace PAddr alias with VAddr
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-19
gdbstub: Get rid of a few signed/unsigned comparisons
Lioncash
2018-07-12
More improvements to GDBStub (#653)
Hedges
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-06
GDB Stub Improvements (#508)
Hedges
2018-05-10
core: Implement multicore support.
bunnei
2018-04-26
core/gdbstub: Move logging macros to new fmt-compatible ones
Lioncash
2018-03-19
Clean Warnings (?)
N00byKing
2018-02-14
gdbstub: Silence formatting specifier warnings
Lioncash
2018-01-21
gdbstub: Update registers and sizes for aarch64
Rozlette
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-19
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
2018-01-17
Fix gdbstub typo, fixes Citra #3318
River City Ransomware
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-04
Memory: Remove all GetPointer usages from the GDB stub.
Subv
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
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-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
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-
[next]