Home
last modified time | relevance | path

Searched refs:gdb_port (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp140 if (config.gdb_port() > 0) { in StartCommands()
142 crosvm_cmd.Cmd().AddParameter("--gdb=", config.gdb_port()); in StartCommands()
Dqemu_manager.cpp574 if (config.gdb_port() > 0) { in StartCommands()
577 qemu_cmd.AddParameter("tcp::", config.gdb_port()); in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h133 int gdb_port() const;
134 void set_gdb_port(int gdb_port);
Dcuttlefish_config.cpp241 int CuttlefishConfig::gdb_port() const { in gdb_port() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc51 DEFINE_int32(gdb_port, 0,