Documentation ¶
Overview ¶
Package dwarf provides ability for parsing DWARF frame, line, info, etc. With the help of this package, we can easily build load the DIE tree and traverse it, and we can easily build the CFI table and LineNum table.
The code in this package is copied from go-delve/delve. Thanks!
We use it here for teaching purposes.
Directories ¶
Path | Synopsis |
---|---|
Package frame contains data structures and related functions for parsing and searching through Dwarf .debug_frame data.
|
Package frame contains data structures and related functions for parsing and searching through Dwarf .debug_frame data. |
Click to show internal directories.
Click to hide internal directories.