summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to printf/... Patrick Mackinlay2024-03-211-18/+10
* emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [... Vas Crabb2024-03-191-8/+14
* debughlp: document gp command Patrick Mackinlay2023-05-231-1/+23
* debughlp.cpp: Use ovectorstream instead of static char array and sprintf AJR2023-02-121-7/+10
* Debugger changes AJR2022-08-281-0/+99
* debugger: Impose an arbitrary upper limit on the count parameter of the gni c... AJR2022-05-221-1/+2
* Add time command to MAME debugger. Returns current machine time. (#9727) tedgreen992022-05-081-0/+8
* Debugger feature improvements AJR2022-03-271-0/+62
* -debugger: Finished updating commands and documentation. Vas Crabb2021-10-191-88/+115
* Still more user experience improvements: Vas Crabb2021-10-181-55/+56
* More user experience improvements: Vas Crabb2021-10-151-13/+23
* More user experience improvements: Vas Crabb2021-10-141-94/+163
* Various improvements to the user experience: Vas Crabb2021-10-131-64/+103
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-285/+432
* Debugger-related feature removals and cleanup AJR2021-08-151-31/+0
* debug: add cls command to clear console buffer hap2021-02-161-0/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Much more core std::string_view modernization AJR2021-01-201-0/+1
* debughlp.cpp: document loadr and saver debugger commands Ivan Vangelista2020-12-151-1/+34
* Add strdump debugger command for dumping memory as ASCII strings AJR2020-11-181-0/+22
* Document rowsize parameter for dump command in debugger help AJR2020-08-081-4/+4
* 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