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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user