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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger changes
AJR
2022-08-28
4
-6
/
+6
*
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
*
return proper enumeration value
Miodrag Milanovic
2022-06-13
1
-1
/
+1
*
osd: Cleaned up Windows API usage a little.
Vas Crabb
2022-05-26
2
-241
/
+218
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
1
-2
/
+2
*
Better fix for Mac compile. [R. Belmont]
arbee
2022-03-16
1
-1
/
+1
*
Fix Mac compile. [R. Belmont]
arbee
2022-03-15
1
-1
/
+1
*
Fixed some debugger memory view annoyances and cleaned up Lua bindings.
Vas Crabb
2022-03-16
1
-1
/
+1
*
Delete some unnecessary c_str() calls
AJR
2022-02-13
1
-3
/
+3
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+1
*
osd/modules/debugger/win/consolewininfo.cpp: fixed build on Windows, AJR plea...
Ivan Vangelista
2022-01-07
1
-1
/
+3
*
device_image_interface: Interface overhaul
AJR
2022-01-06
1
-3
/
+4
*
debugimgui: Fix menus losing focus, add octal display and octal/decimal addre...
Barry Rodewald
2021-11-19
1
-12
/
+46
*
-frontend: Refactored menu event handling and fixed a number of issues. (#8777)
Vas Crabb
2021-10-31
8
-122
/
+234
*
debugger: support octal on the Mac native debugger [R. Belmont]
arbee
2021-10-27
1
-4
/
+65
*
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
*
srcclean in preparation for branching 0.237 release
Vas Crabb
2021-10-24
1
-2
/
+2
*
Still more user experience improvements:
Vas Crabb
2021-10-18
6
-11
/
+117
*
Fix multiple issues with debug memory tracking
AJR
2021-10-04
2
-4
/
+10
*
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
2
-4
/
+4
*
srcclean in preparation for MAME 0.235, and two small adjustments.
Vas Crabb
2021-09-26
1
-1
/
+1
*
-ui: Made zoom controls a bit more intuitive.
Vas Crabb
2021-09-06
1
-6
/
+6
*
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
2
-6
/
+6
*
srcclean for upcoming release
Vas Crabb
2021-08-22
1
-2
/
+2
*
debugger/win/memorywininfo.cpp: Fix build
AJR
2021-08-16
1
-7
/
+7
*
dvmemory: Substitute strongly typed enum for magic numbers specifying data fo...
AJR
2021-08-16
6
-66
/
+82
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-1
/
+2
*
Update debugimgui to compile with latest imgui
MooglyGuy
2021-08-10
1
-2
/
+7
*
debugimgui: fix mount and create image dialogs.
Barry Rodewald
2021-07-25
1
-5
/
+13
*
API cleanups and miscellaneous fixes.
Vas Crabb
2021-07-15
2
-18
/
+14
*
floppy: Change the formats from an intrusive list to a vector
Olivier Galibert
2021-05-27
1
-2
/
+1
*
Fix crashes in Qt debugger caused by trying to select a nonexistent disassemb...
AJR
2021-05-11
2
-16
/
+22
*
-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
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
Debuger updates:
Vas Crabb
2021-01-30
6
-77
/
+242
*
Bug fixes and usablility enhancements:
Vas Crabb
2021-01-29
1
-29
/
+34
*
-Qt debugger updates:
Vas Crabb
2021-01-28
19
-763
/
+739
*
Goodbye 64 suffix on the main executable, it was nice knowing you.
Vas Crabb
2021-01-26
2
-1
/
+23
*
win32 debugger: Added context menu with Copy Visible and Paste commands to de...
Vas Crabb
2021-01-26
2
-30
/
+183
*
Tidy up loose ends:
Vas Crabb
2021-01-06
1
-4
/
+3
*
Further additions of std::string_view
AJR
2021-01-01
1
-1
/
+1
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
4
-12
/
+12
[next]