mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
OSDK GDB server args with QEMU-style options
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
43e3f8cf6b
commit
ab8b6afee5
@ -3,14 +3,15 @@
|
||||
#[repr(i32)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum Errno {
|
||||
CreateCrate = 1,
|
||||
GetMetadata = 2,
|
||||
AddRustToolchain = 3,
|
||||
ParseMetadata = 4,
|
||||
ExecuteCommand = 5,
|
||||
BuildCrate = 6,
|
||||
RunBundle = 7,
|
||||
BadCrateName = 8,
|
||||
Cli = 1,
|
||||
CreateCrate = 2,
|
||||
GetMetadata = 3,
|
||||
AddRustToolchain = 4,
|
||||
ParseMetadata = 5,
|
||||
ExecuteCommand = 6,
|
||||
BuildCrate = 7,
|
||||
RunBundle = 8,
|
||||
BadCrateName = 9,
|
||||
}
|
||||
|
||||
/// Print error message to console
|
||||
|
Reference in New Issue
Block a user