23 #ifndef HOOK_COMMANDS_H_INLCUDED
24 #define HOOK_COMMANDS_H_INLCUDED 1
DebuggerCommandFunc command
Definition: debugger.c:266
void hook_commands_plugin_set_setup(HookCommandsPlugin *s, const gchar *command)
Definition: hook-commands.c:49
void hook_commands_plugin_set_teardown(HookCommandsPlugin *s, const gchar *command)
Definition: hook-commands.c:56
void hook_commands_plugin_set_startup(HookCommandsPlugin *s, const gchar *command)
Definition: hook-commands.c:42
void hook_commands_plugin_set_shutdown(HookCommandsPlugin *s, const gchar *command)
Definition: hook-commands.c:63
HookCommandsPlugin * hook_commands_plugin_new(void)
Definition: hook-commands.c:154
Definition: hook-commands.c:31