index
:
mame
a800_cart
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
arm3_copro
asmjit
atarist_floppy-sounds
atarist_qa-1
bda_window_fix
cdimono2_wip
cdplay
deprecated
draggable-layout
dribbling-nl
floppy_sound
hlsl_aviplay
lindbergh_exp
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new68k
new68k_amigafdc
new_menus
nl-splitfrogs
nl_dips
nltool-updates
pc_i440bx
py_regtests
rapidjson
release0253
rendlay_vid
s32_kokoroji
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
vrender0_3
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
/
debugcmd.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move debugger command parameter validation helpers into debugger_console
AJR
2022-10-29
1
-26
/
+0
*
Debugger changes
AJR
2022-08-28
1
-0
/
+4
*
Change debugger command handler parameter vector element type from std::strin...
AJR
2022-08-02
1
-83
/
+83
*
Add time command to MAME debugger. Returns current machine time. (#9727)
tedgreen99
2022-05-08
1
-0
/
+1
*
Debugger feature improvements
AJR
2022-03-27
1
-0
/
+2
*
debugcmd.cpp: Modernize implementation details of mini_printf
AJR
2022-02-28
1
-1
/
+1
*
Tie up a few loose ends:
Vas Crabb
2021-10-20
1
-3
/
+4
*
-debugger: Finished updating commands and documentation.
Vas Crabb
2021-10-19
1
-7
/
+7
*
Still more user experience improvements:
Vas Crabb
2021-10-18
1
-0
/
+2
*
More user experience improvements:
Vas Crabb
2021-10-14
1
-4
/
+1
*
debugger: Extended target address syntax to include device/address space. (#8...
Vas Crabb
2021-10-01
1
-99
/
+100
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-1
/
+0
*
debug: add cls command to clear console buffer
hap
2021-02-16
1
-0
/
+1
*
Stop converting debugger console commands to all lowercase before parsing the...
AJR
2021-02-13
1
-1
/
+0
*
Add strdump debugger command for dumping memory as ASCII strings
AJR
2020-11-18
1
-0
/
+1
*
Add abs, bit, s8, s16, s32 functions to debugger
AJR
2020-09-25
1
-0
/
+5
*
Add 'fill' command to debugger. Syntax and operation are similar to 'find' co...
AJR
2020-08-01
1
-0
/
+1
*
add saver to operate memory region (#6837)
Jacob
2020-06-21
1
-0
/
+5
*
Debugger expression and memory access overhaul
AJR
2020-05-25
1
-0
/
+1
*
Make expressions octal for applicable address spaces in disassembly view
AJR
2020-04-13
1
-5
/
+5
*
Add cpulist command to debugger
AJR
2019-12-07
1
-0
/
+1
*
debugger: add 'gp' command
Sven Schnelle
2018-11-06
1
-0
/
+1
*
debugger: add command for go_exception (#3682)
Patrick Mackinlay
2018-06-23
1
-0
/
+1
*
Added suspend and resume debugger commands (#3411)
GavinAndrews
2018-04-02
1
-0
/
+2
*
Revert "Command to print all debugger help to html file"
Vas Crabb
2017-12-15
1
-1
/
+0
*
add command to print all debugger help to html file
vadosnaprimer
2017-12-11
1
-0
/
+1
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
1
-0
/
+1
*
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
Vas Crabb
2017-12-01
1
-8
/
+10
*
general cleanup:
Vas Crabb
2017-05-23
1
-2
/
+0
*
C++-ification of debugger code (misc std::string/std::vector adoption mainly)
Nathan Woods
2017-03-03
1
-73
/
+73
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-1
/
+0
*
Created a new debugger command 'tracesym'
Nathan Woods
2017-01-15
1
-0
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-29
/
+29
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-23
/
+23
*
Make loop collation optional for debugger trace and traceover commands
therealmogminer@gmail.com
2016-07-14
1
-0
/
+3
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-3
/
+3
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-14
/
+146
*
Add includes for dependency documentation. (nw)
couriersud
2016-04-09
1
-0
/
+1
*
License self-service.
Aaron Giles
2015-05-25
1
-1
/
+1
*
lot more updated (nw)
Miodrag Milanovic
2015-05-11
1
-5
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-4
/
+4
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-1
/
+1
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-1
/
+1
*
Big debugger cleanup.
Aaron Giles
2008-12-03
1
-2
/
+13
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-2
/
+3
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+26