summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.cpp
diff options
context:
space:
mode:
author GavinAndrews <GavinAndrews@yahoo.com>2018-04-02 17:23:38 +0100
committer R. Belmont <rb6502@users.noreply.github.com>2018-04-02 12:23:38 -0400
commit06a09d38216c4a64f1dd33a3137ed8ef4df92fdc (patch)
tree178381f45cd6887728f8a0b35eefe912a8044067 /src/emu/debug/debughlp.cpp
parent729c0ca3edb36a29238f30f90f9165a02bd37e01 (diff)
Added suspend and resume debugger commands (#3411)
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
-rw-r--r--src/emu/debug/debughlp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp
index 9f5d8ad133e..f131df0d017 100644
--- a/src/emu/debug/debughlp.cpp
+++ b/src/emu/debug/debughlp.cpp
@@ -142,6 +142,8 @@ static const help_item static_help_list[] =
" focus <CPU> -- focuses debugger only on <CPU>\n"
" ignore [<CPU>[,<CPU>[,...]]] -- stops debugging on <CPU>\n"
" observe [<CPU>[,<CPU>[,...]]] -- resumes debugging on <CPU>\n"
+ " suspend [<CPU>[,<CPU>[,...]]] -- suspends execution on <CPU>\n"
+ " resume [<CPU>[,<CPU>[,...]]] -- resumes execution on <CPU>\n"
" trace {<filename>|OFF}[,<CPU>[,<detectloops>[,<action>]]] -- trace the given CPU to a file (defaults to active CPU)\n"
" traceover {<filename>|OFF}[,<CPU>[,<detectloops>[,<action>]]] -- trace the given CPU to a file, but skip subroutines (defaults to active CPU)\n"
" traceflush -- flushes all open trace files\n"