mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
HackStudio: Enable building HackStudio on x86_64
This implements bits and pieces to get the debugging functionality to build. No testing has been done to check whether it actually works because GCC doesn't currently work.
This commit is contained in:
committed by
Andreas Kling
parent
fb099ad38b
commit
b81926d933
Notes:
sideshowbarker
2024-07-18 07:36:53 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/b81926d933b Pull-request: https://github.com/SerenityOS/serenity/pull/9166
@@ -38,8 +38,8 @@ public:
|
||||
|
||||
struct FrameInfo {
|
||||
String function_name;
|
||||
u32 instruction_address;
|
||||
u32 frame_base;
|
||||
FlatPtr instruction_address;
|
||||
FlatPtr frame_base;
|
||||
};
|
||||
|
||||
const Vector<FrameInfo>& frames() const { return m_frames; }
|
||||
|
||||
Reference in New Issue
Block a user