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
/
qt
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugger/qt: Fixed build with Qt 6 on AArch64.
Vas Crabb
2026-04-07
2
-0
/
+8
*
Move build system adjusttment and fixes:
Vas Crabb
2026-04-05
5
-30
/
+10
*
frontend/mame/luaengine_debug.cpp: Got rid of another wannabe std::span.
Vas Crabb
2026-04-03
1
-2
/
+2
*
Fixed things C++20 doesn't allow:
Vas Crabb
2026-03-29
2
-2
/
+2
*
debugger/win, debugger/osx: Check that you have a memory interface before try...
Vas Crabb
2026-01-30
1
-1
/
+2
*
lisa: Massive updates
Olivier Galibert
2026-01-07
1
-5
/
+6
*
debugger/qt/debuggerview.cpp: Used DCA_SELECTED color friendly for Light/Dark...
holub
2025-07-04
1
-1
/
+1
*
qt/debuggerview.cpp: QPalette:Accent doesn't exist in Qt5
angelosa
2025-05-15
1
-1
/
+7
*
qt/debuggerview.cpp: style over system colors
angelosa
2025-05-15
1
-10
/
+13
*
debugger/qt: Fix Qt6 deprecation warning (see GitHub #13207).
Vas Crabb
2025-04-01
1
-2
/
+7
*
-cpu/e132xs.cpp: Improved exception emulation:
Vas Crabb
2025-04-01
1
-0
/
+14
*
emu/debug, osd/modules/debugger/qt: Clean up #includes a bit
AJR
2024-09-30
7
-9
/
+4
*
-debugger/qt: Fixed crash on hard reset.
Vas Crabb
2024-07-31
2
-2
/
+4
*
Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10.
Vas Crabb
2024-03-28
2
-8
/
+0
*
Allow the use of either Qt5 or Qt6 on Linux (#11413)
Jindřich Makovička
2023-07-14
4
-2
/
+20
*
Restored ability of for image devices to report specific error messages.
Vas Crabb
2023-04-08
1
-2
/
+2
*
API change for device_image_interface
AJR
2023-03-30
1
-2
/
+3
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
1
-10
/
+11
*
debugger: Add missing override qualifiers in Qt debugger.
Vas Crabb
2022-12-02
1
-4
/
+4
*
-debugger: Improved session save/restore.
Vas Crabb
2022-12-02
18
-516
/
+626
*
Debugger updates:
Vas Crabb
2022-09-20
18
-197
/
+219
*
Added a crude dark theme for the Win32 debugger.
Vas Crabb
2022-09-17
18
-250
/
+195
*
debugger/win: Added capability to save/restore window arrangement.
Vas Crabb
2022-09-16
9
-80
/
+123
*
Debugger changes
AJR
2022-08-28
1
-1
/
+1
*
return proper enumeration value
Miodrag Milanovic
2022-06-13
1
-1
/
+1
*
Delete some unnecessary c_str() calls
AJR
2022-02-13
1
-3
/
+3
*
-frontend: Refactored menu event handling and fixed a number of issues. (#8777)
Vas Crabb
2021-10-31
2
-2
/
+9
*
debugger/qt/memorywindow.cpp: Remove leftover printf
AJR
2021-10-27
1
-2
/
+0
*
Debug memory view improvements
AJR
2021-10-27
2
-16
/
+113
*
Still more user experience improvements:
Vas Crabb
2021-10-18
1
-5
/
+19
*
Fix multiple issues with debug memory tracking
AJR
2021-10-04
1
-2
/
+5
*
Fixed some software list issues:
Vas Crabb
2021-09-28
1
-1
/
+1
*
debugger/qt, debugger/win: Fixed suppressing trailing whitespace in copied te...
Vas Crabb
2021-09-27
1
-2
/
+2
*
dvmemory: Substitute strongly typed enum for magic numbers specifying data fo...
AJR
2021-08-16
1
-14
/
+14
*
Fix crashes in Qt debugger caused by trying to select a nonexistent disassemb...
AJR
2021-05-11
2
-16
/
+22
*
Debuger updates:
Vas Crabb
2021-01-30
2
-2
/
+19
*
Bug fixes and usablility enhancements:
Vas Crabb
2021-01-29
1
-29
/
+34
*
-Qt debugger updates:
Vas Crabb
2021-01-28
18
-685
/
+666
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-4
/
+4
*
Last memory change fixes (nw)
Olivier Galibert
2020-05-25
2
-5
/
+6
*
Debugger expression and memory access overhaul
AJR
2020-05-25
4
-39
/
+65
*
Hey Travis, go test that for me, thanks (nw)
Olivier Galibert
2020-03-31
2
-0
/
+6
*
Fix some deprecations (nw)
Olivier Galibert
2020-03-31
2
-3
/
+3
*
misc cleanup:
Vas Crabb
2019-11-18
3
-12
/
+32
*
Fix QT debugger (nw)
AJR
2019-09-10
1
-3
/
+3
*
Use std::forward_list for breakpoint and registerpoint lists (nw)
AJR
2019-09-10
2
-40
/
+13
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
2
-2
/
+2
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
2
-2
/
+2
*
Qt debugger: fix error in determining where clicks are in debugger views [Gol...
goldnchild
2019-03-04
1
-1
/
+1
*
Qt debugger: fix error in determining where clicks are in memory views [Golde...
R. Belmont
2019-02-27
1
-1
/
+1
[next]