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
*
emu/debug: Extended memory commands for region and space (#13767)
holub
2025-08-30
7
-38
/
+947
*
-cpu/drcbex86.cpp: Not nuking the destination register on 64-bit rotate is im...
Vas Crabb
2025-08-05
1
-27
/
+8
*
Fix symlist default CPU (#13886)
dave-br
2025-07-26
1
-2
/
+2
*
emu/debug/debugcmd.cpp: Have print command insert spaces between numbers
AJR
2025-07-25
1
-0
/
+4
*
debugcmd: no need to try to convert string_view to const char*, fix possible ...
hap
2025-06-11
1
-25
/
+28
*
debugger: symlist usability + symbol table extensibility (#13694)
dave-br
2025-05-20
4
-41
/
+75
*
emu/inpttype.ipp: Group default double-up game control assignments on home row.
Vas Crabb
2025-05-08
1
-3
/
+3
*
[win] debugger crash: Add fallback to "0" if address evaluation fails (#13686)
dave-br
2025-05-07
1
-1
/
+13
*
debugcmd: update prev commit: change out+app to in+out+ate
hap
2025-04-19
1
-3
/
+3
*
debugcmd: correct trace file append
hap
2025-04-19
1
-1
/
+1
*
-cpu/e132xs.cpp: Improved exception emulation:
Vas Crabb
2025-04-01
4
-1
/
+369
*
Miscelaneous minor fixes:
Vas Crabb
2025-03-30
1
-28
/
+28
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
2
-63
/
+158
*
emu/debug, osd/modules/debugger/qt: Clean up #includes a bit
AJR
2024-09-30
12
-15
/
+12
*
emu/debug/dvdisasm.cpp: Fixed bad display if view is scrolled horizontally. (...
dave-br
2024-08-24
2
-21
/
+23
*
Cleaned up various stuff.
Vas Crabb
2024-06-30
1
-5
/
+7
*
debug: fix MT#08870, debugger tracesym regression
Patrick Mackinlay
2024-06-05
1
-1
/
+2
*
debug/express.cpp: Fix bad iterator comparison in postfix conversion. (#12197)
invertego
2024-03-30
1
-1
/
+1
*
emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to printf/...
Patrick Mackinlay
2024-03-21
2
-33
/
+84
*
emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [...
Vas Crabb
2024-03-19
3
-71
/
+49
*
coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre...
AJR
2024-02-26
1
-2
/
+1
*
Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be...
arbee
2023-06-03
3
-6
/
+6
*
debughlp: document gp command
Patrick Mackinlay
2023-05-23
1
-1
/
+23
*
Restored ability of for image devices to report specific error messages.
Vas Crabb
2023-04-08
1
-4
/
+12
*
Improvements to debugger 'map' command
AJR
2023-04-02
1
-4
/
+5
*
API change for device_image_interface
AJR
2023-03-30
1
-2
/
+3
*
debugbuf.cpp: Note flaw in design
AJR
2023-03-30
1
-0
/
+2
*
Apply workaround for debugger history command consuming ridiculous amounts of...
AJR
2023-03-29
1
-1
/
+1
*
Various optimisations to code generaton.
Vas Crabb
2023-03-26
4
-14
/
+14
*
mcs96: Translate first 256 bytes of main memory space to register space
AJR
2023-03-19
1
-0
/
+2
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
4
-90
/
+121
*
Interrupt callback rationalization
AJR
2023-03-11
2
-7
/
+68
*
Fix debugger exception point hit message
AJR
2023-03-09
1
-2
/
+2
*
Various updates, mostly around Lua:
Vas Crabb
2023-03-07
1
-7
/
+9
*
debughlp.cpp: Use ovectorstream instead of static char array and sprintf
AJR
2023-02-12
2
-8
/
+11
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
2
-0
/
+2
*
debugcon.h: Remove long-obsolete macros
AJR
2023-01-08
1
-4
/
+0
*
debugbuf.cpp: Don't use paged formats for addresses in disassembler output un...
AJR
2023-01-07
1
-2
/
+2
*
Revert "Make numbers signed in debugger where it matters"
Vas Crabb
2022-11-27
2
-29
/
+31
*
Make numbers signed in debugger where it matters
AJR
2022-11-16
2
-31
/
+29
*
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
[next]