summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcon.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various optimisations to code generaton. Vas Crabb2023-03-261-4/+4
* debugcon.h: Remove long-obsolete macros AJR2023-01-081-4/+0
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-291-2/+32
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-021-5/+5
* debugcon.cpp: Use std::string_view in command parsing and eliminate initial b... AJR2022-02-211-9/+8
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-8/+16
* debug: add cls command to clear console buffer hap2021-02-161-1/+0
* debugcon.cpp, textbuf.cpp: More uses for std::string_view AJR2020-12-111-5/+5
* -emu/render.cpp: Load from all external artwork paths. Vas Crabb2020-10-131-21/+25
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-47/+46
* Debugger: add `condump` command to export console buffer to a log file (#6781) Stevie-O2020-06-071-0/+1
* Merge pull request #6660 from Stevie-O/debug-console-logging R. Belmont2020-05-301-0/+4
|\
| * Debugger - add `-debuglog` option to log debug console output to file Stephen Oberholtzer2020-05-071-0/+4
* | Debugger expression and memory access overhaul AJR2020-05-251-0/+7
|/
* Use std::forward_list instead of custom linked structure and eliminate last u... AJR2019-12-041-2/+3
* -debugcon: Added CMDFLAG_CUSTOM_HELP, in order to flag custom device-specific... MooglyGuy2019-07-071-0/+3
* debugcpu.cpp: Move scripting functions down into console (nw) AJR2018-07-261-0/+4
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-121-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-2/+2
* general cleanup: Vas Crabb2017-05-231-4/+7
* C++-ification of debugger code (misc std::string/std::vector adoption mainly) Nathan Woods2017-03-031-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-4/+4
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-37/+63
* Add includes for dependency documentation. (nw) couriersud2016-04-091-0/+1
* Move more things to type-safe printf Vas Crabb2016-03-011-11/+24
* Update debugcon.h Con Huevos Guey2015-12-311-2/+2
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-1/+1
* License self-service. Aaron Giles2015-05-251-1/+1
* lot more updated (nw) Miodrag Milanovic2015-05-111-5/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-35/+35
* BIG update. Aaron Giles2011-03-291-7/+7
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* > -----Original Message----- Aaron Giles2009-10-031-1/+0
* More debugger changes. Aaron Giles2008-12-031-3/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-4/+3
* Robustified key behavior when the debugger is visible. Should now Aaron Giles2008-07-171-0/+2
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+97