mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibDebug: Add support for creating VariableInfo for paramters
This commit is contained in:
parent
2acce56ac1
commit
b28ca9fad1
Notes:
sideshowbarker
2024-07-19 06:48:01 +09:00
Author: https://github.com/itamar8910
Commit: b28ca9fad1
Pull-request: https://github.com/SerenityOS/serenity/pull/2157
Reviewed-by: https://github.com/awesomekling
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