mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:07:34 +00:00
LibDebug: Add support for creating VariableInfo for paramters
This commit is contained in:
parent
2acce56ac1
commit
b28ca9fad1
3 changed files with 21 additions and 6 deletions
|
@ -38,6 +38,7 @@ struct [[gnu::packed]] CompilationUnitHeader
|
|||
|
||||
enum class EntryTag : u32 {
|
||||
None = 0,
|
||||
FormalParameter = 0x5,
|
||||
LexicalBlock = 0xb,
|
||||
Member = 0xd,
|
||||
SubProgram = 0x2e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue