parse dwarf
This commit is contained in:
parent
437ecbeecc
commit
55b4ef015b
2 changed files with 420 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ pub enum Error {
|
|||
DeserializationError(String),
|
||||
InvalidStringEncoding(String),
|
||||
InconsistantStruct(String),
|
||||
OutOfBound(String),
|
||||
}
|
||||
|
||||
pub type Result<T> = core::result::Result<T, Error>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue