summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-30debug/express.cpp: Fix bad iterator comparison in postfix conversion. (#12197) invertego1-1/+1
2024-03-21emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to printf/... Patrick Mackinlay2-33/+84
2024-03-19emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [... Vas Crabb3-71/+49
2024-02-26coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... AJR1-2/+1
2023-06-03Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee3-6/+6
2023-05-23debughlp: document gp command Patrick Mackinlay1-1/+23
2023-04-08Restored ability of for image devices to report specific error messages. Vas Crabb1-4/+12
2023-04-02Improvements to debugger 'map' command AJR1-4/+5
2023-03-30API change for device_image_interface AJR1-2/+3
2023-03-30debugbuf.cpp: Note flaw in design AJR1-0/+2
2023-03-29Apply workaround for debugger history command consuming ridiculous amounts of... AJR1-1/+1
2023-03-26Various optimisations to code generaton. Vas Crabb4-14/+14
2023-03-19mcs96: Translate first 256 bytes of main memory space to register space AJR1-0/+2
2023-03-18dimemory: Add the target address space to translate, wrap the constants Olivier Galibert4-90/+121
2023-03-11Interrupt callback rationalization AJR2-7/+68
2023-03-09Fix debugger exception point hit message AJR1-2/+2
2023-03-07Various updates, mostly around Lua: Vas Crabb1-7/+9
2023-02-12debughlp.cpp: Use ovectorstream instead of static char array and sprintf AJR2-8/+11
2023-01-29Various input and OSD refactoring: Vas Crabb2-0/+2
2023-01-08debugcon.h: Remove long-obsolete macros AJR1-4/+0
2023-01-07debugbuf.cpp: Don't use paged formats for addresses in disassembler output un... AJR1-2/+2
2022-11-27Revert "Make numbers signed in debugger where it matters" Vas Crabb2-29/+31
2022-11-16Make numbers signed in debugger where it matters AJR2-31/+29
2022-10-29Move debugger command parameter validation helpers into debugger_console AJR4-613/+619
2022-09-14Reallow debugger single-step command to break into subroutines during over/ou... AJR1-0/+4
2022-09-02Fix regressions in debugger trace command from d8d588262de1f11a529b208e470cff... AJR1-2/+3
2022-08-28Debugger changes AJR9-152/+596
2022-08-23misc: remove unused variables that may give compiler warning hap1-2/+0
2022-08-03ui/icorender.cpp: Revert initialisations that can hide real bugs. Vas Crabb1-8/+7
2022-08-02Change debugger command handler parameter vector element type from std::strin... AJR4-255/+267
2022-06-11Prevent debugger commands from being evaluated when they are assignment expre... AJR1-1/+3
2022-05-22dvmemory.cpp: Small refactoring; verify that data written to memory spaces re... AJR2-10/+38
2022-05-22debugger: Impose an arbitrary upper limit on the count parameter of the gni c... AJR2-1/+8
2022-05-08Add time command to MAME debugger. Returns current machine time. (#9727) tedgreen993-0/+19
2022-03-27Debugger feature improvements AJR5-21/+220
2022-03-16Fixed some debugger memory view annoyances and cleaned up Lua bindings. Vas Crabb1-3/+17
2022-03-10docs: Added page describing how MAME searches for media. Vas Crabb1-5/+5
2022-02-28debugcmd.cpp: Modernize implementation details of mini_printf AJR2-50/+47
2022-02-21debugcon.cpp: Use std::string_view in command parsing and eliminate initial b... AJR2-140/+118
2022-02-13Delete some unnecessary c_str() calls AJR1-2/+2
2022-02-13vegas.cpp: Cleanup: Vas Crabb1-2/+2
2022-02-11Remove fileio.h from emu.h AJR4-5/+11
2022-02-12Addressed some Lua scripting pitfalls. (#9294) Vas Crabb6-77/+88
2022-02-10frontend: Exposed memory pass-through handlers (address space taps) to Lua. Vas Crabb1-40/+44
2021-12-30Render-related cleanup AJR1-0/+1
2021-12-28fixed size prefix in find command [smf] smf-1-1/+1
2021-11-07fixes for variables set but not used smf-1-6/+6
2021-10-27Debug memory view improvements AJR2-37/+112
2021-10-24srcclean in preparation for branching 0.237 release Vas Crabb1-1/+1
2021-10-20debugger: Memory accesses in expressions don't support taking the first expos... Vas Crabb1-3/+3