mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 02:43:24 +00:00
Add documentation for OSDK profiling
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
eca9aacbf0
commit
a67a6e6a38
@ -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 _);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user