summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* emu/debug: Extended memory commands for region and space (#13767) holub2025-08-307-38/+947
* -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-204-41/+75
* emu/inpttype.ipp: Group default double-up game control assignments on home row. Vas Crabb2025-05-081-3/+3
* [win] debugger crash: Add fallback to "0" if address evaluation fails (#13686) dave-br2025-05-071-1/+13
* 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
* -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-014-1/+369
* Miscelaneous minor fixes: Vas Crabb2025-03-301-28/+28
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-172-63/+158
* emu/debug, osd/modules/debugger/qt: Clean up #includes a bit AJR2024-09-3012-15/+12
* emu/debug/dvdisasm.cpp: Fixed bad display if view is scrolled horizontally. (... dave-br2024-08-242-21/+23
* Cleaned up various stuff. Vas Crabb2024-06-301-5/+7
* debug: fix MT#08870, debugger tracesym regression Patrick Mackinlay2024-06-051-1/+2
* 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