summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... AJR2020-08-011-0/+112
|/
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* add saver to operate memory region (#6837) Jacob2020-06-211-0/+110
* Allow debugger dump command to dump with byte granularity from address spaces... AJR2020-06-171-1/+1
* Debugger expression and memory access overhaul AJR2020-05-251-41/+124
* Add optional condition parameter to debugger gex command AJR2020-05-031-3/+7
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-21/+21
* Fix two cases where debugger can crash mame ("cheatlist" command before "chea... quasiscroto2020-03-131-0/+6
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-1/+1
|\
| * use C++ library includes (nw) firewave2020-01-221-1/+1
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
|/
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-091-4/+4
* Add cpulist command to debugger AJR2019-12-071-0/+16
* 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
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-12/+12
* fix MT 7382, 32bit overflow in some debug commands (nw) hap2019-07-301-7/+7
* Fix calculation of TMS34010/020 shifted memory addresses for debug save and l... AJR2019-07-041-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-13/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+13
* 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-161-8/+4
* debugger: add %c to logerror Sven Schnelle2018-11-171-0/+12
* debugger: add 'gp' command Sven Schnelle2018-11-061-0/+14
* debugcpu.cpp: Move scripting functions down into console (nw) AJR2018-07-261-2/+2
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-14/+34
* debugger: make save/load support virtual memory (nw) (#3683) Patrick Mackinlay2018-06-231-18/+33
* debugger: add command for go_exception (#3682) Patrick Mackinlay2018-06-231-0/+17
* Kludge some absolute tag lookups in the core that can't really be helped (nw) AJR2018-05-211-1/+1
* Make debugger dump command work with unaligned addresses AJR2018-05-141-6/+6
* srcclean (nw) Vas Crabb2018-04-221-88/+88
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Added suspend and resume debugger commands (#3411) GavinAndrews2018-04-021-0/+105
* Better fix for find command (nw) AJR2018-03-121-2/+2
* Fix debugger find command for address-shifted spaces AJR2018-03-121-4/+4
* Fix output of wplist debug command for address-shifted spaces AJR2018-03-111-2/+2
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* Fix ASCII dump output for big-endian spaces AJR2018-02-071-1/+1
* remove stutter in dump command ascii bytes (nw) smf-2017-12-261-1/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-15/+10
* Revert "Command to print all debugger help to html file" Vas Crabb2017-12-151-14/+0
* Eliminate remaining uses of address_space::machine() outside of emumem (nw) AJR2017-12-141-2/+2
* add command to print all debugger help to html file vadosnaprimer2017-12-111-0/+14
* don't lie (nw) smf-2017-12-071-0/+6
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-1/+22
* (nw) debugcmd : exiting isn't an error Robbbert2017-12-011-1/+1
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-12/+13