Lines Matching refs:debug_config
21 use crate::debug_config::DebugConfig;
406 let debug_config = DebugConfig::new(config); in create_vm_internal() localVariable
407 let ramdump = if !uses_gki_kernel(config) && debug_config.is_ramdump_needed() { in create_vm_internal()
415 clone_or_prepare_logger_fd(&debug_config, console_out_fd, format!("Console({})", cid))?; in create_vm_internal()
417 let log_fd = clone_or_prepare_logger_fd(&debug_config, log_fd, format!("Log({})", cid))?; in create_vm_internal()
428 let config = load_app_config(config, &debug_config, &temporary_directory) in create_vm_internal()
591 debug_config, in create_vm_internal()
898 debug_config: &DebugConfig, in load_app_config()
983 debug_config, in load_app_config()
1499 debug_config: &DebugConfig, in clone_or_prepare_logger_fd()
1507 if !debug_config.should_prepare_console_output() { in clone_or_prepare_logger_fd()