3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Store command history when terminating with an error

This commit is contained in:
Clifford Wolf 2017-06-20 04:41:58 +02:00
parent f6421c83a2
commit c0ca99483c
3 changed files with 31 additions and 17 deletions

View file

@ -60,6 +60,7 @@ extern bool log_cmd_error_throw;
extern bool log_quiet_warnings;
extern int log_verbose_level;
extern string log_last_error;
extern void (*log_error_atexit)();
void logv(const char *format, va_list ap);
void logv_header(RTLIL::Design *design, const char *format, va_list ap);