1
Fork 0
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:
Itamar 2020-05-08 15:38:54 +03:00 committed by Andreas Kling
parent 2acce56ac1
commit b28ca9fad1
3 changed files with 21 additions and 6 deletions

View file

@ -38,6 +38,7 @@ struct [[gnu::packed]] CompilationUnitHeader
enum class EntryTag : u32 {
None = 0,
FormalParameter = 0x5,
LexicalBlock = 0xb,
Member = 0xd,
SubProgram = 0x2e,