Searched refs:GdbCommand (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dremote_gdb.hh247 struct GdbCommand struct in class:BaseRemoteGDB
252 const GdbCommand *cmd;
264 GdbCommand(const char *_name, Func _func) : name(_name), func(_func) {} function in struct:BaseRemoteGDB::GdbCommand
267 static std::map<char, GdbCommand> command_map;
269 bool cmd_unsupported(GdbCommand::Context &ctx);
271 bool cmd_signal(GdbCommand::Context &ctx);
272 bool cmd_cont(GdbCommand::Context &ctx);
273 bool cmd_async_cont(GdbCommand::Context &ctx);
274 bool cmd_detach(GdbCommand::Context &ctx);
275 bool cmd_reg_r(GdbCommand
[all...]
H A Dremote_gdb.cc454 GdbCommand::Context cmdCtx;
775 std::map<char, BaseRemoteGDB::GdbCommand> BaseRemoteGDB::command_map = {
839 BaseRemoteGDB::cmd_unsupported(GdbCommand::Context &ctx)
848 BaseRemoteGDB::cmd_signal(GdbCommand::Context &ctx)
855 BaseRemoteGDB::cmd_cont(GdbCommand::Context &ctx)
867 BaseRemoteGDB::cmd_async_cont(GdbCommand::Context &ctx)
880 BaseRemoteGDB::cmd_detach(GdbCommand::Context &ctx)
887 BaseRemoteGDB::cmd_reg_r(GdbCommand::Context &ctx)
897 BaseRemoteGDB::cmd_reg_w(GdbCommand::Context &ctx)
911 BaseRemoteGDB::cmd_set_thread(GdbCommand
[all...]

Completed in 9 milliseconds