index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
modules
/
debugger
/
debuggdbstub.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbstub: fix checksum on Windows (#12067)
BartmanAbyss
2024-02-27
1
-4
/
+7
*
debugger/debuggdbstub.cpp: Added aliases for some MOS 6502-compatible CPUs. (...
John Byrd
2024-01-21
1
-0
/
+5
*
sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018)
holub
2023-05-12
1
-0
/
+1
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
1
-6
/
+10
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-3
/
+7
*
nios2: Preliminary execution core and gdb support
AJR
2022-11-19
1
-0
/
+60
*
debuggdbstub.cpp: Use swapendian_int*
AJR
2022-09-22
1
-22
/
+6
*
Renamed n2a03 to rp2a03 throughout source tree. (#10343)
0kmg
2022-09-20
1
-1
/
+1
*
Debugger updates:
Vas Crabb
2022-09-20
1
-2
/
+10
*
Debugger changes
AJR
2022-08-28
1
-3
/
+3
*
debuggdbstub.cpp: implement thread alive command.
Sandro Ronco
2022-08-21
1
-0
/
+13
*
debugger/debuggdbstub.cpp: Fixed failure to find CPU.
Vas Crabb
2022-08-21
1
-1
/
+1
*
ui/icorender.cpp: Revert initialisations that can hide real bugs.
Vas Crabb
2022-08-03
1
-10
/
+2
*
Changed gdbstub to no longer expect a CPU named ':maincpu' (#10170)
npwoods
2022-08-02
1
-1
/
+13
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+1
*
srcclean in preparation for MAME 0.235, and two small adjustments.
Vas Crabb
2021-09-26
1
-1
/
+1
*
debugger/debuggdbstub.cpp: Initialise m_readbuf_state on construction. (#8498)
Alex Siryi
2021-08-29
1
-0
/
+1
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-2
/
+2
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-1
/
+2
*
-cpu/score: Added bittgl! opcode.
Sandro Ronco
2021-04-24
1
-0
/
+67
*
srcclean in preparation for branching release
Vas Crabb
2021-02-21
1
-2
/
+2
*
add m68000 to debuger gdbstub
nabetse
2021-02-15
1
-0
/
+29
*
Further additions of std::string_view
AJR
2021-01-01
1
-1
/
+1
*
Add "n2a03" (6502 CPU clone) to gdbstub for NES, and swapped 6502 PC/SP to S...
Lucien Murray-Pitts
2020-11-07
1
-1
/
+2
*
Add m6809 support for gdb remote debugger.
Gustavo Del Dago
2020-11-07
1
-0
/
+21
*
emu/debug: Removed more macros, added more const, make a couple more things u...
Vas Crabb
2020-10-12
1
-1
/
+1
*
Debugger expression and memory access overhaul
AJR
2020-05-25
1
-10
/
+11
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
1
-1
/
+1
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-14
/
+14
*
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-2
/
+2
*
Use std::forward_list for breakpoint and registerpoint lists (nw)
AJR
2019-09-10
1
-7
/
+3
*
gdbstub: more improvements (#5569)
Ramiro Polla
2019-08-31
1
-29
/
+155
*
srcclean (nw)
Vas Crabb
2019-08-25
1
-23
/
+23
*
debuggdbstub: uncomment parameters (nw)
Patrick Mackinlay
2019-08-15
1
-3
/
+3
*
gdbstub: add z80 and m6502
Ramiro Polla
2019-08-12
1
-0
/
+53
*
gdbstub: added new GDB stub debugger (#5456)
Ramiro Polla
2019-08-11
1
-0
/
+1133