Contains functions for handling the score command CLI debugger. More...
#include "defines.h"
Go to the source code of this file.
Functions | |
void | cli_execute (const sim_time *time, bool force, statement *stmt) |
Performs CLI management. | |
void | cli_read_hist_file (const char *fname) |
Reads in given history file from -cli option. | |
void | cli_ctrl_c (int sig) |
Signal handler for Ctrl-C event. |
Contains functions for handling the score command CLI debugger.
void cli_ctrl_c | ( | int | sig | ) |
Signal handler for Ctrl-C event.
Referenced by sim_initialize().
Performs CLI management.
Referenced by sim_thread().
void cli_read_hist_file | ( | const char * | fname | ) |
Reads in given history file from -cli option.
Referenced by score_parse_args().