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
/
debugcon.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redoing offs_t to 64-bits expansion.
MooglyGuy
2026-05-01
1
-8
/
+0
*
emu/debug: Use "classic" locale for debug console.
Vas Crabb
2026-01-27
1
-5
/
+7
*
lisa: Massive updates
Olivier Galibert
2026-01-07
1
-19
/
+23
*
Clean up some stuff:
Vas Crabb
2025-09-03
1
-8
/
+8
*
emu/debug: Extended memory commands for region and space (#13767)
holub
2025-08-30
1
-1
/
+64
*
Various optimisations to code generaton.
Vas Crabb
2023-03-26
1
-4
/
+4
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-0
/
+1
*
Move debugger command parameter validation helpers into debugger_console
AJR
2022-10-29
1
-2
/
+490
*
Change debugger command handler parameter vector element type from std::strin...
AJR
2022-08-02
1
-9
/
+6
*
Prevent debugger commands from being evaluated when they are assignment expre...
AJR
2022-06-11
1
-1
/
+3
*
debugcon.cpp: Use std::string_view in command parsing and eliminate initial b...
AJR
2022-02-21
1
-131
/
+110
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+5
*
debugger: Extended target address syntax to include device/address space. (#8...
Vas Crabb
2021-10-01
1
-42
/
+54
*
Stop converting debugger console commands to all lowercase before parsing the...
AJR
2021-02-13
1
-8
/
+8
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-1
/
+2
*
debugcon.cpp, textbuf.cpp: More uses for std::string_view
AJR
2020-12-11
1
-32
/
+30
*
debug/textbuf.cpp: Another obvious use for std::string_view
AJR
2020-12-08
1
-2
/
+2
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-2
/
+2
*
-emu/render.cpp: Load from all external artwork paths.
Vas Crabb
2020-10-13
1
-19
/
+19
*
emu/debug: Removed more macros, added more const, make a couple more things u...
Vas Crabb
2020-10-12
1
-56
/
+42
*
srcclean and cleanup (nw)
Vas Crabb
2020-06-21
1
-5
/
+5
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
Debugger: add `condump` command to export console buffer to a log file (#6781)
Stevie-O
2020-06-07
1
-0
/
+37
*
Merge pull request #6660 from Stevie-O/debug-console-logging
R. Belmont
2020-05-30
1
-4
/
+39
|
\
|
*
Debugger - add `-debuglog` option to log debug console output to file
Stephen Oberholtzer
2020-05-07
1
-4
/
+39
*
|
Debugger expression and memory access overhaul
AJR
2020-05-25
1
-1
/
+25
|
/
*
Make expressions octal for applicable address spaces in disassembly view
AJR
2020-04-13
1
-2
/
+1
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
Use std::forward_list instead of custom linked structure and eliminate last u...
AJR
2019-12-04
1
-25
/
+18
*
(nw) get rid of the rest of assert_always - it's better to be explicit about ...
Vas Crabb
2019-09-20
1
-2
/
+4
*
-debugcon: Added CMDFLAG_CUSTOM_HELP, in order to flag custom device-specific...
MooglyGuy
2019-07-07
1
-0
/
+25
*
debugcpu.cpp: Move scripting functions down into console (nw)
AJR
2018-07-26
1
-0
/
+66
*
srcclean (nw)
Vas Crabb
2017-10-22
1
-1
/
+1
*
device_state_interface: Polymorphism and std::function for entries (nw) (#2690)
ajrhacker
2017-10-12
1
-3
/
+5
*
Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (...
npwoods
2017-06-24
1
-5
/
+5
*
general cleanup:
Vas Crabb
2017-05-23
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-1
/
+1
*
C++-ification of debugger code (misc std::string/std::vector adoption mainly)
Nathan Woods
2017-03-03
1
-2
/
+5
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-7
/
+7
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-1
/
+1
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-9
/
+10
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-7
/
+7
*
for bool type use true and false (nw)
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-151
/
+87
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-1
/
+1
*
Move more things to type-safe printf
Vas Crabb
2016-03-01
1
-30
/
+14
*
put debug_view back in machine due to issues with QT (nw)
Miodrag Milanovic
2016-01-12
1
-5
/
+5
*
created debugger_manager, now this one owns debug_view_manager (nw)
Miodrag Milanovic
2016-01-12
1
-6
/
+6
*
removed memory tracking (nw)
Miodrag Milanovic
2016-01-08
1
-1
/
+1
[next]