mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibDebug: Implement symbolication for x86_64
This commit is contained in:
parent
567fa4b2f0
commit
2c41e89d08
Notes:
sideshowbarker
2024-07-18 09:06:53 +09:00
Author: https://github.com/gunnarbeutner
Commit: 2c41e89d08
Pull-request: https://github.com/SerenityOS/serenity/pull/8725
9 changed files with 33 additions and 43 deletions
|
@ -25,6 +25,7 @@ struct AttributeValue {
|
|||
} type;
|
||||
|
||||
union {
|
||||
FlatPtr as_addr;
|
||||
u32 as_u32;
|
||||
i32 as_i32;
|
||||
u64 as_u64;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue