summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... AJR2020-08-013-0/+130
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* Merge tag 'mame0222' into mainline-master Vas Crabb2020-06-262-11/+11
|\
| * cleanup and loose ends: Vas Crabb2020-06-262-11/+11
* | add saver to operate memory region (#6837) Jacob2020-06-212-0/+115
|/
* srcclean and cleanup (nw) Vas Crabb2020-06-213-49/+49
* emu: correct some file headers (nw) hap2020-06-1910-10/+10
* Allow debugger dump command to dump with byte granularity from address spaces... AJR2020-06-171-1/+1
* Debugger: add `condump` command to export console buffer to a log file (#6781) Stevie-O2020-06-074-1/+149
* Eliminate space.device() in watchpoint code (nw) AJR2020-05-311-3/+3
* Merge pull request #6660 from Stevie-O/debug-console-logging R. Belmont2020-05-302-4/+43
|\
| * Debugger - add `-debuglog` option to log debug console output to file Stephen Oberholtzer2020-05-072-4/+43
* | Fix crash when attempting to write to memory from debugger (nw) AJR2020-05-261-2/+2
* | Debugger expression and memory access overhaul AJR2020-05-2517-1775/+1553
* | Fix recent debugger regression with systems such as fi6845/fi8275 where a DMA... AJR2020-05-081-1/+8
* | Fix focus command (nw) AJR2020-05-071-1/+4
|/
* Add optional condition parameter to debugger gex command AJR2020-05-034-12/+34
* Add PC to debugger exception hit message AJR2020-05-031-1/+1
* Refocus debugger on CPU when one of its watchpoints is hit. This solution may... AJR2020-05-031-8/+25
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-1310-269/+168
* Fix two cases where debugger can crash mame ("cheatlist" command before "chea... quasiscroto2020-03-132-8/+9
* (nw) Cleanup on the way: Vas Crabb2020-03-101-2/+2
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-302-7/+7
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-226-6/+6
|\
| * use C++ library includes (nw) firewave2020-01-226-6/+6
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
|/
* Show opcodes in octal when disassembling code from octal spaces AJR2019-12-181-94/+227
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-093-23/+31
* Add cpulist command to debugger AJR2019-12-073-0/+18
* Use std::forward_list instead of custom linked structure and eliminate last u... AJR2019-12-042-27/+21
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-241-1/+1
* Make debugger view startup more efficient - it's still not going to be practi... Vas Crabb2019-11-1810-71/+83
* misc cleanup: Vas Crabb2019-11-1813-142/+121
* dvmemory: migrate to softfloat3 (nw) Patrick Mackinlay2019-10-252-11/+10
* debugcmd.cpp: Correct the error message too (nw) AJR2019-09-231-1/+1
* Fix debugger dump command for address-shifted spaces AJR2019-09-211-11/+8
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-2/+4
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-106-86/+83
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-112-0/+12
* dvdisasm.cpp: move to the position of the cursor only if the cursor is actual... yz70s2019-08-091-1/+1
* fix MT 7382, 32bit overflow in some debug commands (nw) hap2019-07-301-7/+7
* Make debug memory view show correct data when chunks are too small for a spac... AJR2019-07-292-1/+27
* -debugcon: Added CMDFLAG_CUSTOM_HELP, in order to flag custom device-specific... MooglyGuy2019-07-073-0/+29
* Fix calculation of TMS34010/020 shifted memory addresses for debug save and l... AJR2019-07-041-2/+2
* Fix fatal error when attempting to set watchpoint covering unaligned portions... AJR2019-06-121-4/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-265-87/+62
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-62/+87
* distate: Expose state_find_entry (nw) AJR2019-03-161-1/+1
* Exclude non-CPUs from numerical indexing for debugger commands AJR2019-03-131-5/+10
* Eliminate qsort usage in debugger (nw) AJR2019-02-165-82/+52