summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.h
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2017-01-15 16:10:51 -0500
committer Nathan Woods <npwoods@mess.org>2017-01-15 16:19:03 -0500
commit46b62fb1946ea80dcb668d019ee0d4471c6c2f21 (patch)
tree04887162bcd182d79048f12b24849d3c16845e26 /src/emu/debug/debugcmd.h
parent063ea0512c45447dc44c28971deaccd0712160f3 (diff)
Created a new debugger command 'tracesym'
'tracesym' is intended to be a shorthand of 'tracelog', whereby the user doesn't have to specify a format string; the default format string is used
Diffstat (limited to 'src/emu/debug/debugcmd.h')
-rw-r--r--src/emu/debug/debugcmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h
index ac57622abd5..02e8ceb5299 100644
--- a/src/emu/debug/debugcmd.h
+++ b/src/emu/debug/debugcmd.h
@@ -98,6 +98,7 @@ private:
void execute_printf(int ref, int params, const char **param);
void execute_logerror(int ref, int params, const char **param);
void execute_tracelog(int ref, int params, const char **param);
+ void execute_tracesym(int ref, int params, const char **param);
void execute_quit(int ref, int params, const char **param);
void execute_do(int ref, int params, const char **param);
void execute_step(int ref, int params, const char **param);