summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-37/+31
* emu/debug: Use "classic" locale for debug console. Vas Crabb2026-01-271-51/+93
* lisa: Massive updates Olivier Galibert2026-01-071-131/+148
* fill q.value was not working, you will not guess what the bug was Olivier Galibert2025-10-211-1/+1
* emu/debug: Extended memory commands for region and space (#13767) holub2025-08-301-35/+715
* -cpu/drcbex86.cpp: Not nuking the destination register on 64-bit rotate is im... Vas Crabb2025-08-051-27/+8
* Fix symlist default CPU (#13886) dave-br2025-07-261-2/+2
* emu/debug/debugcmd.cpp: Have print command insert spaces between numbers AJR2025-07-251-0/+4
* debugcmd: no need to try to convert string_view to const char*, fix possible ... hap2025-06-111-25/+28
* debugger: symlist usability + symbol table extensibility (#13694) dave-br2025-05-201-37/+59
* debugcmd: update prev commit: change out+app to in+out+ate hap2025-04-191-3/+3
* debugcmd: correct trace file append hap2025-04-191-1/+1
* Cleaned up various stuff. Vas Crabb2024-06-301-5/+7
* debug: fix MT#08870, debugger tracesym regression Patrick Mackinlay2024-06-051-1/+2
* emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to printf/... Patrick Mackinlay2024-03-211-15/+74
* emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [... Vas Crabb2024-03-191-62/+34
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-031-1/+1
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-4/+12
* Improvements to debugger 'map' command AJR2023-04-021-4/+5
* API change for device_image_interface AJR2023-03-301-2/+3
* Apply workaround for debugger history command consuming ridiculous amounts of... AJR2023-03-291-1/+1
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-64/+83
* Revert "Make numbers signed in debugger where it matters" Vas Crabb2022-11-271-19/+21
* Make numbers signed in debugger where it matters AJR2022-11-161-21/+19
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-291-583/+97
* Fix regressions in debugger trace command from d8d588262de1f11a529b208e470cff... AJR2022-09-021-2/+3
* Debugger changes AJR2022-08-281-54/+215
* ui/icorender.cpp: Revert initialisations that can hide real bugs. Vas Crabb2022-08-031-8/+7
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-021-158/+173
* 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