Home
last modified time | relevance | path

Searched refs:gem5_debug_flags (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dgem5_manager.cpp312 if(!config.gem5_debug_flags().empty()) { in StartCommands()
313 gem5_cmd.AddParameter("--debug-flags=", config.gem5_debug_flags()); in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp182 std::string CuttlefishConfig::gem5_debug_flags() const { in gem5_debug_flags() function in cuttlefish::CuttlefishConfig
185 void CuttlefishConfig::set_gem5_debug_flags(const std::string& gem5_debug_flags) { in set_gem5_debug_flags() argument
186 (*dictionary_)[kGem5DebugFlags] = gem5_debug_flags; in set_gem5_debug_flags()
Dcuttlefish_config.h142 void set_gem5_debug_flags(const std::string& gem5_debug_flags);
143 std::string gem5_debug_flags() const;
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc342 DEFINE_string(gem5_debug_flags, CF_DEFAULTS_GEM5_DEBUG_FLAGS,