summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-8/+8
* Fix save Olivier Galibert2017-11-291-1/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-32/+161
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-110/+62
* debugcmd.cpp: Give this error message a newline (nw) AJR2017-08-081-1/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-33/+34
* Changes to debugger memory address translation AJR2017-08-011-34/+33
* kill a trampoline (nw) Vas Crabb2017-07-131-1/+3
* Merge branch 'master' into debugger_load Nathan Woods2017-07-041-16/+16
|\
| * dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
| * Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-14/+14
* | Made the debugger 'load' length field be optional, C++-ification Nathan Woods2017-06-251-26/+34
|/
* Changed 'enum read_or_write' to be 'enum class' Nathan Woods2017-06-191-1/+1
* Fixed a crash in the 'symlist' debugger command (MT#6575) Nathan Woods2017-05-031-2/+1
* Make debugger 'dasm' command able to traverse virtual spaces with Happy2017-03-191-18/+25
* Changed a few more 'const char *' ==> 'const std::string &' (#2111) npwoods2017-03-041-2/+2
* Merge pull request #2114 from npwoods/fix_more ajrhacker2017-03-031-4/+4
|\
| * Fixed a few more issues broken similarly to 'bpset' Nathan Woods2017-03-031-4/+4
* | Fixing stupid error in the bpset command Nathan Woods2017-03-031-2/+2
|/
* C++-ification of debugger code (misc std::string/std::vector adoption mainly) Nathan Woods2017-03-031-416/+408
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* Merge pull request #1987 from npwoods/tracesym_debugger_command R. Belmont2017-01-171-0/+37
|\
| * Created a new debugger command 'tracesym' Nathan Woods2017-01-151-0/+37