mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
LibDebug: add DW_LNS_set_basic_block support
This adds support for the basic_block register to the Dwarf line number state machine.
This commit is contained in:
parent
bd68ca362b
commit
3a5f9b2f7e
2 changed files with 7 additions and 0 deletions
|
@ -171,6 +171,7 @@ private:
|
|||
size_t m_line { 0 };
|
||||
size_t m_file_index { 0 };
|
||||
bool m_is_statement { false };
|
||||
bool m_basic_block { false };
|
||||
|
||||
Vector<LineInfo> m_lines;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue