mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:27:45 +00:00
LibDebug: Implement symbolication for x86_64
This commit is contained in:
parent
567fa4b2f0
commit
2c41e89d08
9 changed files with 33 additions and 43 deletions
|
@ -22,6 +22,7 @@ enum class Type {
|
|||
struct Value {
|
||||
Type type;
|
||||
union {
|
||||
FlatPtr as_addr;
|
||||
u32 as_u32;
|
||||
} data { 0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue