summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug (follow)
Commit message (Expand)AuthorAgeFilesLines
* debug/express.cpp: Fix bad iterator comparison in postfix conversion. (#12197) invertego2024-03-301-1/+1
* emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to printf/... Patrick Mackinlay2024-03-212-33/+84
* emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [... Vas Crabb2024-03-193-71/+49
* coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... AJR2024-02-261-2/+1
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-033-6/+6
* debughlp: document gp command Patrick Mackinlay2023-05-231-1/+23
* 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
* debugbuf.cpp: Note flaw in design AJR2023-03-301-0/+2
* Apply workaround for debugger history command consuming ridiculous amounts of... AJR2023-03-291-1/+1
* Various optimisations to code generaton. Vas Crabb2023-03-264-14/+14
* mcs96: Translate first 256 bytes of main memory space to register space AJR2023-03-191-0/+2
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-184-90/+121
* Interrupt callback rationalization AJR2023-03-112-7/+68
* Fix debugger exception point hit message AJR2023-03-091-2/+2
* Various updates, mostly around Lua: Vas Crabb2023-03-071-7/+9
* debughlp.cpp: Use ovectorstream instead of static char array and sprintf AJR2023-02-122-8/+11
* Various input and OSD refactoring: Vas Crabb2023-01-292-0/+2
* debugcon.h: Remove long-obsolete macros AJR2023-01-081-4/+0
* debugbuf.cpp: Don't use paged formats for addresses in disassembler output un... AJR2023-01-071-2/+2
* Revert "Make numbers signed in debugger where it matters" Vas Crabb2022-11-272-29/+31
* Make numbers signed in debugger where it matters AJR2022-11-162-31/+29
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-294-613/+619
* Reallow debugger single-step command to break into subroutines during over/ou... AJR2022-09-141-0/+4
* Fix regressions in debugger trace command from d8d588262de1f11a529b208e470cff... AJR2022-09-021-2/+3
* Debugger changes AJR2022-08-289-152/+596
* misc: remove unused variables that may give compiler warning hap2022-08-231-2/+0
* 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-024-255/+267
* Prevent debugger commands from being evaluated when they are assignment expre... AJR2022-06-111-1/+3
* dvmemory.cpp: Small refactoring; verify that data written to memory spaces re... AJR2022-05-222-10/+38
* debugger: Impose an arbitrary upper limit on the count parameter of the gni c... AJR2022-05-222-1/+8
* Add time command to MAME debugger. Returns current machine time. (#9727) tedgreen992022-05-083-0/+19
* Debugger feature improvements AJR2022-03-275-21/+220
* Fixed some debugger memory view annoyances and cleaned up Lua bindings. Vas Crabb2022-03-161-3/+17
* 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-282-50/+47
* debugcon.cpp: Use std::string_view in command parsing and eliminate initial b... AJR2022-02-212-140/+118
* Delete some unnecessary c_str() calls AJR2022-02-131-2/+2
* vegas.cpp: Cleanup: Vas Crabb2022-02-131-2/+2
* Remove fileio.h from emu.h AJR2022-02-114-5/+11
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-126-77/+88
* frontend: Exposed memory pass-through handlers (address space taps) to Lua. Vas Crabb2022-02-101-40/+44
* Render-related cleanup AJR2021-12-301-0/+1
* fixed size prefix in find command [smf] smf-2021-12-281-1/+1
* fixes for variables set but not used smf-2021-11-071-6/+6
* Debug memory view improvements AJR2021-10-272-37/+112
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-1/+1
* debugger: Memory accesses in expressions don't support taking the first expos... Vas Crabb2021-10-201-3/+3