summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debuggdbstub.cpp
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: fix checksum on Windows (#12067) BartmanAbyss2024-02-271-4/+7
* debugger/debuggdbstub.cpp: Added aliases for some MOS 6502-compatible CPUs. (... John Byrd2024-01-211-0/+5
* sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018) holub2023-05-121-0/+1
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-6/+10
* Various input and OSD refactoring: Vas Crabb2023-01-291-3/+7
* nios2: Preliminary execution core and gdb support AJR2022-11-191-0/+60
* debuggdbstub.cpp: Use swapendian_int* AJR2022-09-221-22/+6
* Renamed n2a03 to rp2a03 throughout source tree. (#10343) 0kmg2022-09-201-1/+1
* Debugger updates: Vas Crabb2022-09-201-2/+10
* Debugger changes AJR2022-08-281-3/+3
* debuggdbstub.cpp: implement thread alive command. Sandro Ronco2022-08-211-0/+13
* debugger/debuggdbstub.cpp: Fixed failure to find CPU. Vas Crabb2022-08-211-1/+1
* ui/icorender.cpp: Revert initialisations that can hide real bugs. Vas Crabb2022-08-031-10/+2
* Changed gdbstub to no longer expect a CPU named ':maincpu' (#10170) npwoods2022-08-021-1/+13
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-1/+1
* debugger/debuggdbstub.cpp: Initialise m_readbuf_state on construction. (#8498) Alex Siryi2021-08-291-0/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-2/+2
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+2
* -cpu/score: Added bittgl! opcode. Sandro Ronco2021-04-241-0/+67
* srcclean in preparation for branching release Vas Crabb2021-02-211-2/+2
* add m68000 to debuger gdbstub nabetse2021-02-151-0/+29
* 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