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
commit b28ca9fad1
Notes: sideshowbarker 2024-07-19 06:48:01 +09:00
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,