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
/
emu
/
debug
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move debugger command parameter validation helpers into debugger_console
AJR
2022-10-29
4
-613
/
+619
*
Reallow debugger single-step command to break into subroutines during over/ou...
AJR
2022-09-14
1
-0
/
+4
*
Fix regressions in debugger trace command from d8d588262de1f11a529b208e470cff...
AJR
2022-09-02
1
-2
/
+3
*
Debugger changes
AJR
2022-08-28
9
-152
/
+596
*
misc: remove unused variables that may give compiler warning
hap
2022-08-23
1
-2
/
+0
*
ui/icorender.cpp: Revert initialisations that can hide real bugs.
Vas Crabb
2022-08-03
1
-8
/
+7
*
Change debugger command handler parameter vector element type from std::strin...
AJR
2022-08-02
4
-255
/
+267
*
Prevent debugger commands from being evaluated when they are assignment expre...
AJR
2022-06-11
1
-1
/
+3
*
dvmemory.cpp: Small refactoring; verify that data written to memory spaces re...
AJR
2022-05-22
2
-10
/
+38
*
debugger: Impose an arbitrary upper limit on the count parameter of the gni c...
AJR
2022-05-22
2
-1
/
+8
*
Add time command to MAME debugger. Returns current machine time. (#9727)
tedgreen99
2022-05-08
3
-0
/
+19
*
Debugger feature improvements
AJR
2022-03-27
5
-21
/
+220
*
Fixed some debugger memory view annoyances and cleaned up Lua bindings.
Vas Crabb
2022-03-16
1
-3
/
+17
*
docs: Added page describing how MAME searches for media.
Vas Crabb
2022-03-10
1
-5
/
+5
*
debugcmd.cpp: Modernize implementation details of mini_printf
AJR
2022-02-28
2
-50
/
+47
*
debugcon.cpp: Use std::string_view in command parsing and eliminate initial b...
AJR
2022-02-21
2
-140
/
+118
*
Delete some unnecessary c_str() calls
AJR
2022-02-13
1
-2
/
+2
*
vegas.cpp: Cleanup:
Vas Crabb
2022-02-13
1
-2
/
+2
*
Remove fileio.h from emu.h
AJR
2022-02-11
4
-5
/
+11
*
Addressed some Lua scripting pitfalls. (#9294)
Vas Crabb
2022-02-12
6
-77
/
+88
*
frontend: Exposed memory pass-through handlers (address space taps) to Lua.
Vas Crabb
2022-02-10
1
-40
/
+44
*
Render-related cleanup
AJR
2021-12-30
1
-0
/
+1
*
fixed size prefix in find command [smf]
smf-
2021-12-28
1
-1
/
+1
*
fixes for variables set but not used
smf-
2021-11-07
1
-6
/
+6
*
Debug memory view improvements
AJR
2021-10-27
2
-37
/
+112
*
srcclean in preparation for branching 0.237 release
Vas Crabb
2021-10-24
1
-1
/
+1
*
debugger: Memory accesses in expressions don't support taking the first expos...
Vas Crabb
2021-10-20
1
-3
/
+3
*
express.cpp: Fix regression in interpreting db@, ib@, ob@ and similar memory ...
AJR
2021-10-19
1
-0
/
+4
*
Tie up a few loose ends:
Vas Crabb
2021-10-20
2
-50
/
+79
*
-debugger: Finished updating commands and documentation.
Vas Crabb
2021-10-19
3
-206
/
+255
*
Still more user experience improvements:
Vas Crabb
2021-10-18
11
-220
/
+583
*
More user experience improvements:
Vas Crabb
2021-10-15
2
-30
/
+59
*
More user experience improvements:
Vas Crabb
2021-10-14
4
-315
/
+399
*
Various improvements to the user experience:
Vas Crabb
2021-10-13
6
-298
/
+314
*
Fix pcatmem command (probably regressed in 360d3a5950f0649270822e2db1ea25028e...
AJR
2021-10-05
1
-1
/
+1
*
Fix multiple issues with debug memory tracking
AJR
2021-10-04
2
-5
/
+20
*
debugger: Extended target address syntax to include device/address space. (#8...
Vas Crabb
2021-10-01
8
-1228
/
+1635
*
dvmemory: remove outdated/unused FD1094_HACK
hap
2021-09-29
1
-9
/
+0
*
Make debugger 'out' command step over return delay slots on SH architectures
AJR
2021-09-22
1
-1
/
+9
*
Move endianness type into lib/util header
AJR
2021-08-31
1
-1
/
+1
*
points.cpp: Minor correction to aef90f0db9ae60be5d03e86b4418c57f10f6b06b
AJR
2021-08-27
1
-1
/
+1
*
Octalize watchpoint hit message for memory spaces defined as octal
AJR
2021-08-27
1
-9
/
+19
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
2
-7
/
+7
*
Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref...
Vas Crabb
2021-08-22
1
-27
/
+22
*
Fix exception in debug memory viewer selecting a floating point format when t...
AJR
2021-08-16
1
-0
/
+2
*
debugger/win/memorywininfo.cpp: Fix build
AJR
2021-08-16
1
-1
/
+1
*
dvmemory: Substitute strongly typed enum for magic numbers specifying data fo...
AJR
2021-08-16
2
-54
/
+79
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
8
-191
/
+22
*
Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing th...
smf-
2021-07-28
1
-22
/
+27
*
Fix minor positioning glitches in disassembly view related to changing sources
AJR
2021-05-09
1
-3
/
+5
[next]