summaryrefslogtreecommitdiffstats
path: root/src/emu/debug/debugcmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugger: Impose an arbitrary upper limit on the count parameter of the gni c... AJR2022-05-221-0/+6
* Add time command to MAME debugger. Returns current machine time. (#9727) tedgreen992022-05-081-0/+10
* Debugger feature improvements AJR2022-03-271-0/+53
* docs: Added page describing how MAME searches for media. Vas Crabb2022-03-101-5/+5
* debugcmd.cpp: Modernize implementation details of mini_printf AJR2022-02-281-49/+46
* Remove fileio.h from emu.h AJR2022-02-111-5/+4
* Render-related cleanup AJR2021-12-301-0/+1
* fixed size prefix in find command [smf] smf-2021-12-281-1/+1
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-1/+1
* Tie up a few loose ends: Vas Crabb2021-10-201-47/+75
* -debugger: Finished updating commands and documentation. Vas Crabb2021-10-191-111/+133
* Still more user experience improvements: Vas Crabb2021-10-181-146/+152
* More user experience improvements: Vas Crabb2021-10-151-17/+36
* More user experience improvements: Vas Crabb2021-10-141-71/+89
* Various improvements to the user experience: Vas Crabb2021-10-131-33/+36
* Fix pcatmem command (probably regressed in 360d3a5950f0649270822e2db1ea25028e... AJR2021-10-051-1/+1
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-785/+1016
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
* Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref... Vas Crabb2021-08-221-27/+22
* Debugger-related feature removals and cleanup AJR2021-08-151-47/+9
* Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing th... smf-2021-07-281-22/+27
* Add %o format support to debugger printf command AJR2021-04-061-0/+26
* debug: add cls command to clear console buffer hap2021-02-161-0/+11
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Stop converting debugger console commands to all lowercase before parsing the... AJR2021-02-131-47/+48
* Much more core std::string_view modernization AJR2021-01-201-1/+2
* natkeyboard: Remove from ioport_manager AJR2020-12-261-2/+2
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-33/+33
* Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-3/+8
* Add strdump debugger command for dumping memory as ASCII strings AJR2020-11-181-0/+180
* -emu/render.cpp: Load from all external artwork paths. Vas Crabb2020-10-131-2/+2
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-2/+2
* Add abs, bit, s8, s16, s32 functions to debugger AJR2020-09-251-9/+67
* Merge tag 'mame0223' into mainline-master Vas Crabb2020-08-061-25/+23
|\
| * -debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ... Vas Crabb2020-08-061-25/+23
* | Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... AJR2020-08-011-0/+112
|/
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* add saver to operate memory region (#6837) Jacob2020-06-211-0/+110
* Allow debugger dump command to dump with byte granularity from address spaces... AJR2020-06-171-1/+1
* Debugger expression and memory access overhaul AJR2020-05-251-41/+124
* Add optional condition parameter to debugger gex command AJR2020-05-031-3/+7
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-21/+21
* Fix two cases where debugger can crash mame ("cheatlist" command before "chea... quasiscroto2020-03-131-0/+6
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-1/+1
|\
| * use C++ library includes (nw) firewave2020-01-221-1/+1
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
|/
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-091-4/+4
* Add cpulist command to debugger AJR2019-12-071-0/+16
* debugcmd.cpp: Correct the error message too (nw) AJR2019-09-231-1/+1
* Fix debugger dump command for address-shifted spaces AJR2019-09-211-11/+8