Searched refs:setRemoteGDBPort (Results 1 - 7 of 7) sorted by relevance

/gem5/src/sim/
H A Ddebug.hh72 void setRemoteGDBPort(int port);
H A Ddebug.cc137 setRemoteGDBPort(int port) function
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.hh146 virtual void setRemoteGDBPort(unsigned int port);
H A Dsc_gem5_control.cc180 Gem5Control::setRemoteGDBPort(unsigned int port) function in class:Gem5SystemC::Gem5Control
182 ::setRemoteGDBPort(port);
/gem5/src/python/pybind11/
H A Ddebug.cc95 .def("setRemoteGDBPort", &setRemoteGDBPort)
/gem5/src/python/m5/
H A Ddebug.py35 from _m5.debug import schedBreak, setRemoteGDBPort
H A Dmain.py382 debug.setRemoteGDBPort(options.remote_gdb_port)

Completed in 10 milliseconds