mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 21:21:03 +00:00
GDB command progress
This commit is contained in:
@@ -47,7 +47,7 @@ namespace gdb_stub
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
void connection_handler::send_packet(const std::string_view data) const
|
||||
void connection_handler::send_reply(const std::string_view data) const
|
||||
{
|
||||
const auto checksum = utils::string::to_hex_string(compute_checksum(data));
|
||||
this->send_raw_data("$" + std::string(data) + "#" + checksum);
|
||||
|
||||
Reference in New Issue
Block a user