57 Commits (e81354ae38cde19d0c2d6bbf86de461d079dbd4d)

Author SHA1 Message Date
Hedges e2b74f6354 GDBStub works with both Unicorn and Dynarmic now (#941) 8 years ago
Lioncash 00f7e584ce gdbstub: Use type alias for breakpoint maps 8 years ago
Lioncash 89c076b4b1 gdbstub: Move all file-static variables into the GDBStub namespace 8 years ago
Lioncash ca96f8db4e gdbstub: Replace PAddr alias with VAddr 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Lioncash c945226973 gdbstub: Get rid of a few signed/unsigned comparisons 8 years ago
Hedges e066bc75b9 More improvements to GDBStub (#653) 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Hedges 39fb3e362c GDB Stub Improvements (#508) 8 years ago
bunnei a434fdcb10 core: Implement multicore support. 8 years ago
Lioncash 623d772476
core/gdbstub: Move logging macros to new fmt-compatible ones 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
Lioncash 51ce224a96
gdbstub: Silence formatting specifier warnings 8 years ago
Rozlette 425a78ec1b gdbstub: Update registers and sizes for aarch64 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
River City Ransomware dd62f125c3 Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
River City Ransomware d05dc3f4dd Fix gdbstub typo, fixes Citra #3318 8 years ago
bunnei b172f0d770 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
Subv 7772fc0731 Memory: Remove all GetPointer usages from the GDB stub. 9 years ago
bunnei 3411883fe3 arm: Use 64-bit addressing in a bunch of places. 9 years ago
Huw Pascoe a13ab958cb Fixed type conversion ambiguity 9 years ago
Mat M 0cb52ee74a Doxygen: Amend minor issues (#2593) 9 years ago
Jonathan Hao c18cb1b192 Fix some warnings (#2399) 9 years ago
bunnei e26fbfd1d7 core: Replace "AppCore" nomenclature with just "CPU". 9 years ago
bunnei 5ac5cbeab7 Address clang-format issues. 9 years ago
bunnei 232ef55c1a core: Consolidate core and system state, remove system module & cleanups. 9 years ago
Lioncash 38a964735f gdbstub: const correctness changes 9 years ago
Lioncash ba20dd9b61 gdbstub: Remove global variable from public interface 9 years ago
Jannik Vogel 0aee903ada gdbstub: Remove unused include 9 years ago
Jannik Vogel 45d941d62e Support mingw cross-compile 9 years ago
James Rowe c3ea6f4ddb Add mingw compile support 10 years ago
mailwl 3c37ee434a Small fix to let IDA see target.xml 10 years ago
Yuri Kunde Schlesner f120e78b56 Remove special rules for Windows.h and library includes 10 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 10 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 10 years ago
shinyquagsire23 c6f87f7e2c gdbstub: E0 should be E00 10 years ago
Lioncash 0a52e1f587 gdbstub: Silence missing prototype warnings 10 years ago
Alexander Laties 0a31e373f1 fixup simple type conversions where possible 10 years ago
Sam Spilsbury 41ec40e9aa gdbstub: Don't check if unsigned int is > 0 10 years ago
polaris- 44d746fc92 Adopted WinterMute's gdbstub changes 10 years ago
LittleWhite 89a43b8447 Fix missing header 10 years ago
polaris- 2732ec758d Fix read and write register blocks in gdbstub 11 years ago
polaris- bcea959910 Fix bug with reading addresses and lengths 11 years ago
polaris- b6422038b5 Change headers 11 years ago
polaris- a7eb6a4045 Add some headers so TravisCI will hopefully work 11 years ago
polaris- 45ed9e7e5e Use CHAR_BIT instead of 8 11 years ago
polaris- a5ab8accc2 Handle changes pointed out in comments on PR 11 years ago
polaris- d1f73c424f Add a register variable to loops 11 years ago
polaris- d7e346239b Update register read loops to go with last commit 11 years ago