mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00: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:
parent
fb099ad38b
commit
b81926d933
14 changed files with 110 additions and 29 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue