summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debuggdbstub.cpp
Commit message (Expand)AuthorAgeFilesLines
* Further additions of std::string_view AJR2021-01-011-1/+1
* Add "n2a03" (6502 CPU clone) to gdbstub for NES, and swapped 6502 PC/SP to S... Lucien Murray-Pitts2020-11-071-1/+2
* Add m6809 support for gdb remote debugger. Gustavo Del Dago2020-11-071-0/+21
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-1/+1
* Debugger expression and memory access overhaul AJR2020-05-251-10/+11
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-1/+1
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-1/+1
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-14/+14
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-7/+3
* gdbstub: more improvements (#5569) Ramiro Polla2019-08-311-29/+155
* srcclean (nw) Vas Crabb2019-08-251-23/+23
* debuggdbstub: uncomment parameters (nw) Patrick Mackinlay2019-08-151-3/+3
* gdbstub: add z80 and m6502 Ramiro Polla2019-08-121-0/+53
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-111-0/+1133