1
0
mirror of https://github.com/simh/simh.git synced 2026-02-16 12:44:09 +00:00

FRONTPANEL: Added better protocol debug support to debug simulator startup issues

This commit is contained in:
Mark Pizzolato
2015-02-26 11:28:08 -08:00
parent df6953bf82
commit 71fe58b33a
4 changed files with 135 additions and 64 deletions

View File

@@ -82,6 +82,12 @@ sim_panel_start_simulator (const char *sim_path,
const char *sim_config,
size_t device_panel_count);
PANEL *
sim_panel_start_simulator_debug (const char *sim_path,
const char *sim_config,
size_t device_panel_count,
const char *debug_file);
/**
sim_panel_add_device_panel - creates a sub panel associated
@@ -265,4 +271,4 @@ sim_panel_flush_debug (PANEL *panel);
}
#endif
#endif /* SIM_FRONTPANEL_H_ */
#endif /* SIM_FRONTPANEL_H_ */