Add documentation for OSDK profiling

This commit is contained in:
Zhang Junyang
2024-09-21 22:31:03 +08:00
committed by Tate, Hongliang Tian
parent eca9aacbf0
commit a67a6e6a38
5 changed files with 108 additions and 22 deletions

View File

@ -224,7 +224,7 @@ mod vsc {
exit(Errno::ParseMetadata as _);
}
if gdb::stub_type_of(gdb_stub_addr) != gdb::StubAddrType::Tcp {
error_msg!("Non-TCP GDB server address is not supported under '--vsc' currently");
error_msg!("Non-TCP GDB server address is not supported under '--gdb-vsc' currently");
exit(Errno::ParseMetadata as _);
}
}