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
...
*
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
*
Add %o format support to debugger printf command
AJR
2021-04-06
1
-0
/
+26
*
Add 'wpsize' variable to access the data size from a watchpoint (#7837)
Scott Percival
2021-03-03
3
-3
/
+6
*
debug: add cls command to clear console buffer
hap
2021-02-16
4
-1
/
+13
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
5
-8
/
+8
*
Stop converting debugger console commands to all lowercase before parsing the...
AJR
2021-02-13
3
-56
/
+56
*
Update state views when memory is modified through the debugger (since regist...
AJR
2021-02-09
1
-0
/
+1
*
Bug fixes and usablility enhancements:
Vas Crabb
2021-01-29
1
-0
/
+2
*
debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak...
AJR
2021-01-24
2
-90
/
+72
*
Much more core std::string_view modernization
AJR
2021-01-20
5
-7
/
+10
*
natkeyboard: Remove from ioport_manager
AJR
2020-12-26
1
-2
/
+2
*
debughlp.cpp: document loadr and saver debugger commands
Ivan Vangelista
2020-12-15
1
-1
/
+34
*
Prevent certain register values from being formatted with invalid characters ...
AJR
2020-12-14
1
-0
/
+3
*
debugcon.cpp, textbuf.cpp: More uses for std::string_view
AJR
2020-12-11
4
-71
/
+67
*
debug/textbuf.cpp: Another obvious use for std::string_view
AJR
2020-12-08
3
-11
/
+6
[prev]
[next]