1
0
Fork 0
forked from suyu/suyu
suyu/src
Rozlette 425a78ec1b gdbstub: Update registers and sizes for aarch64
This gets gdbstub working at least to the point where clients can
communicate with it.

What works:
- Reading/writing GPRegs
- Reading/writing memory
- Interrupting the emulated program and continuing

What does NOT work:
- Breakpoints. Sizes have been updated to u64, but support will need to be
  added in the interpreter for them to work.
- VRegs. Mostly because my gdb was having issues with 128-bit regs for
  some reason. However, the current u128 representation is a bit
  awkward to use and should probably be updated first.
2018-01-21 11:12:49 -06:00
..
common Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
core gdbstub: Update registers and sizes for aarch64 2018-01-21 11:12:49 -06:00
input_common Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
tests Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
video_core Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
yuzu Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
yuzu_cmd Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Massive removal of unused modules 2018-01-12 19:11:03 -07:00