summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* Redoing offs_t to 64-bits expansion. MooglyGuy2026-05-013-10/+1
* emu/debug/dvmemory.cpp: Recomputing memory view based on evaluated start addr... holub2026-04-262-1/+9
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-37/+31
* srcclean and tidy Vas Crabb2026-02-221-1/+1
* cpu/sharc: Improved memory access code: Vas Crabb2026-02-111-5/+8
* emu/debug: Allowed device_state_interface to participate in global symtable s... holub2026-02-063-27/+34
* emu/debug: Use "classic" locale for debug console. Vas Crabb2026-01-2711-84/+169
* lisa: Massive updates Olivier Galibert2026-01-0710-268/+298
* fill q.value was not working, you will not guess what the bug was Olivier Galibert2025-10-211-1/+1
* Fix parsing of unary ! operator in debug expressions AJR2025-09-261-1/+1
* -dynax/ddenlovr: Credit limit should be multiplied by coin rate for Hana Goko... Vas Crabb2025-09-181-9/+11
* Clean up some stuff: Vas Crabb2025-09-033-127/+73
* 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