summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... AJR2020-08-011-0/+17
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Add optional condition parameter to debugger gex command AJR2020-05-031-1/+1
* Fix two cases where debugger can crash mame ("cheatlist" command before "chea... quasiscroto2020-03-131-8/+3
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Add cpulist command to debugger AJR2019-12-071-0/+1
* -debugcon: Added CMDFLAG_CUSTOM_HELP, in order to flag custom device-specific... MooglyGuy2019-07-071-0/+1
* debugger: add command for go_exception (#3682) Patrick Mackinlay2018-06-231-0/+1
* debughlp.cpp: replaced references to 'decrypted opcodes' with 'opcodes', as s... Ivan Vangelista2018-05-021-5/+5
* debughlp.cpp: document dumpo command (nw) Ivan Vangelista2018-04-201-10/+11
* Added suspend and resume debugger commands (#3411) GavinAndrews2018-04-021-0/+2
* More docs work: escapes, debugger update (nw) (#3168) Firehawke2018-02-051-75/+79
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-1/+1
* Revert "Command to print all debugger help to html file" Vas Crabb2017-12-151-400/+296
* debughlp - fix gcc build vadosnaprimer2017-12-121-2/+2
* add command to print all debugger help to html file vadosnaprimer2017-12-111-296/+400
* (nw) fixed typo, and rewind off by default. Robbbert2017-12-081-1/+1
* explain the rewind command in debughlp vadosnaprimer2017-12-061-1/+15
* Made the debugger 'load' length field be optional, C++-ification Nathan Woods2017-06-251-4/+4
* Merge pull request #1987 from npwoods/tracesym_debugger_command R. Belmont2017-01-171-0/+17
|\
| * Augmenting help file Nathan Woods2017-01-161-0/+17
* | Augmenting help file Nathan Woods2017-01-161-6/+13
|/
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Fix various spelling fixes. Jordi Mallach2016-09-291-1/+1
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-141-18/+29
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Added commit command to debugger. [Angelo Salese] angelosa2016-06-051-0/+18
* Update help file, the whole help string parser is so 90s, nw angelosa2016-06-041-0/+5
* Added comlist comment to debugger [Angelo Salese] angelosa2016-06-041-0/+8
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1508