summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-291-26/+0
* Debugger changes AJR2022-08-281-0/+4
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-021-83/+83
* Add time command to MAME debugger. Returns current machine time. (#9727) tedgreen992022-05-081-0/+1
* Debugger feature improvements AJR2022-03-271-0/+2
* debugcmd.cpp: Modernize implementation details of mini_printf AJR2022-02-281-1/+1
* Tie up a few loose ends: Vas Crabb2021-10-201-3/+4
* -debugger: Finished updating commands and documentation. Vas Crabb2021-10-191-7/+7
* Still more user experience improvements: Vas Crabb2021-10-181-0/+2
* More user experience improvements: Vas Crabb2021-10-141-4/+1
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-99/+100
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* debug: add cls command to clear console buffer hap2021-02-161-0/+1
* Stop converting debugger console commands to all lowercase before parsing the... AJR2021-02-131-1/+0
* Add strdump debugger command for dumping memory as ASCII strings AJR2020-11-181-0/+1
* Add abs, bit, s8, s16, s32 functions to debugger AJR2020-09-251-0/+5
* Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... AJR2020-08-011-0/+1
* add saver to operate memory region (#6837) Jacob2020-06-211-0/+5
* Debugger expression and memory access overhaul AJR2020-05-251-0/+1
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-5/+5
* Add cpulist command to debugger AJR2019-12-071-0/+1
* debugger: add 'gp' command Sven Schnelle2018-11-061-0/+1
* debugger: add command for go_exception (#3682) Patrick Mackinlay2018-06-231-0/+1
* Added suspend and resume debugger commands (#3411) GavinAndrews2018-04-021-0/+2
* Revert "Command to print all debugger help to html file" Vas Crabb2017-12-151-1/+0
* add command to print all debugger help to html file vadosnaprimer2017-12-111-0/+1
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+1
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-8/+10
* general cleanup: Vas Crabb2017-05-231-2/+0
* C++-ification of debugger code (misc std::string/std::vector adoption mainly) Nathan Woods2017-03-031-73/+73
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Created a new debugger command 'tracesym' Nathan Woods2017-01-151-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-29/+29
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-141-0/+3
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-3/+3
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-14/+146
* Add includes for dependency documentation. (nw) couriersud2016-04-091-0/+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-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Big debugger cleanup. Aaron Giles2008-12-031-2/+13
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-2/+3
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+26