summaryrefslogtreecommitdiffstats
path: root/src/core/gdbstub/gdbstub.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-1397/+0
* Revert "core: Fix clang build"bunnei2020-10-211-38/+9
* core: Fix clang buildLioncash2020-10-181-9/+38
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-15/+15
* General: Cleanup legacy code.Fernando Sahmkow2020-06-271-1/+0
* Merge pull request #3699 from FearlessTobi/port-5185bunnei2020-04-221-4/+3
|\
| * gdbstub: Fix some gdbstub jankinessMerryMage2020-04-171-4/+3
* | core: gdbstub: Updates for new VMM.bunnei2020-04-171-2/+2
|/
* gdbstub: small logic bug fix with defer_startGauvain "GovanifY" Roussel-Tarbouriech2020-03-171-2/+4
* gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGauvain "GovanifY" Roussel-Tarbouriech2020-03-171-1/+8
* core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-031-7/+7
* Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow2020-01-261-1/+1
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-7/+9
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-3/+5
* core/memory: Migrate over address checking functions to the new Memory classLioncash2019-11-271-8/+10
* gdbstub: Resolve sign conversion errorsLioncash2019-11-121-1/+2
* Correct compiling errors and addapt to the new interface.Fernando Sahmkow2019-10-151-19/+13
* core: Remove Core::CurrentProcess()Lioncash2019-10-061-1/+2
* gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651)Dimitri A2019-03-151-1/+1
* gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memoryDimitri ALBORA2019-02-061-4/+10
* kernel/thread: Make thread_id a 64-bit valueLioncash2018-12-191-2/+2
* gdbstub: Silence value truncation warning within FpuWrite()Lioncash2018-11-271-1/+1
* GDBStub improvements:Hedges2018-11-131-37/+86
* core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash2018-10-151-3/+3
* kernel/thread: Make all instance variables privateLioncash2018-10-041-17/+27
* kernel/process: Make data member variables privateLioncash2018-09-301-2/+2
* arm_interface: Add missing fpsr/tpidr members to the ThreadContext structLioncash2018-09-301-1/+1
* memory: Dehardcode the use of fixed memory range constantsLioncash2018-09-251-5/+10
* Correct endianness of BKPTJarek Syrylak2018-09-201-1/+1
* arm_interface: Remove ARM11-isms from the CPU interfaceLioncash2018-09-181-25/+25
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-7/+7
* GDBStub works with both Unicorn and Dynarmic now (#941)Hedges2018-08-071-0/+10
* gdbstub: Use type alias for breakpoint mapsLioncash2018-08-051-37/+42
* gdbstub: Move all file-static variables into the GDBStub namespaceLioncash2018-08-051-35/+36
* gdbstub: Replace PAddr alias with VAddrLioncash2018-08-051-10/+10
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+0
* gdbstub: Get rid of a few signed/unsigned comparisonsLioncash2018-07-191-7/+7
* More improvements to GDBStub (#653)Hedges2018-07-131-45/+149
* Update clang formatJames Rowe2018-07-031-9/+8
* Rename logging macro back to LOG_*James Rowe2018-07-031-28/+28
* GDB Stub Improvements (#508)Hedges2018-06-061-26/+144
* core: Implement multicore support.bunnei2018-05-111-12/+12
* core/gdbstub: Move logging macros to new fmt-compatible onesLioncash2018-04-261-38/+37
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* gdbstub: Silence formatting specifier warningsLioncash2018-02-141-6/+9
* gdbstub: Update registers and sizes for aarch64Rozlette2018-01-211-113/+155
* Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware2018-01-201-13/+14
* Fix gdbstub typo, fixes Citra #3318River City Ransomware2018-01-171-1/+1
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-6/+3
* Memory: Remove all GetPointer usages from the GDB stub.Subv2017-10-041-8/+12
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-2/+2
* Doxygen: Amend minor issues (#2593)Mat M2017-02-271-0/+1
* Fix some warnings (#2399)Jonathan Hao2017-01-041-5/+0
* core: Replace "AppCore" nomenclature with just "CPU".bunnei2016-12-221-20/+19
* Address clang-format issues.bunnei2016-12-221-2/+2
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-19/+20
* gdbstub: const correctness changesLioncash2016-12-161-9/+8
* gdbstub: Remove global variable from public interfaceLioncash2016-12-151-6/+14
* gdbstub: Remove unused includeJannik Vogel2016-12-051-1/+0
* Support mingw cross-compileJannik Vogel2016-12-051-1/+2
* Add mingw compile supportJames Rowe2016-11-141-1/+1
* Small fix to let IDA see target.xmlmailwl2016-10-281-1/+1
* Remove special rules for Windows.h and library includesYuri Kunde Schlesner2016-09-211-1/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-45/+56
* gdbstub: E0 should be E00shinyquagsire232016-06-081-1/+1
* gdbstub: Silence missing prototype warningsLioncash2016-05-101-3/+3
* fixup simple type conversions where possibleAlexander Laties2016-05-071-10/+10
* gdbstub: Don't check if unsigned int is > 0Sam Spilsbury2016-04-231-2/+2
* Adopted WinterMute's gdbstub changespolaris-2016-04-061-23/+85
* Fix read and write register blocks in gdbstubpolaris-2015-11-221-26/+31
* Fix bug with reading addresses and lengthspolaris-2015-11-041-45/+55
* Change headerspolaris-2015-10-291-2/+2
* Add some headers so TravisCI will hopefully workpolaris-2015-10-221-0/+2
* Use CHAR_BIT instead of 8polaris-2015-10-221-11/+11
* Handle changes pointed out in comments on PRpolaris-2015-10-221-61/+34
* Add a register variable to loopspolaris-2015-10-211-6/+9
* Update register read loops to go with last commitpolaris-2015-10-211-6/+7
* Pad responses to gdb for VFP registerspolaris-2015-10-211-0/+3
* Try to add support for VFP registerspolaris-2015-10-211-4/+21
* Fix buffer overflow commentspolaris-2015-10-211-2/+3
* Remove unnecessary new lines, changed Deinit to Shutdownpolaris-2015-10-121-5/+5
* Use BreakpointAddress struct instead of passing address directlypolaris-2015-10-041-4/+9
* Implement gdbstubpolaris-2015-10-041-0/+940