1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:58:11 +00:00
serenity/Libraries/LibDebug/Dwarf
FalseHonesty a4f23429aa LibDebug: Add support for enum value types
Additionally, we will parse and expose the types of variables
if they are complex, like Enums or Structs. Variables of an enum
type are special in that they do not store all the members of said
enum in their own VariableInfo like Structs do, rather, all of the
values are stored in the VariableInfo for the Enum.
2020-06-03 08:12:50 +02:00
..
AbbreviationsMap.cpp LibDebug: Parse DWARF information entries 2020-05-05 11:01:36 +02:00
AbbreviationsMap.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
CompilationUnit.cpp LibDebug: Parse DWARF information entries 2020-05-05 11:01:36 +02:00
CompilationUnit.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
DIE.cpp LibDebug: Parse DWARF information entries 2020-05-05 11:01:36 +02:00
DIE.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
DwarfInfo.cpp LibDebug: Tolerate missing debug information 2020-05-24 10:42:21 +02:00
DwarfInfo.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
DwarfTypes.h LibDebug: Add support for enum value types 2020-06-03 08:12:50 +02:00
Expression.cpp Kernel+LibC: Fix various build issues introduced by ssize_t 2020-05-23 15:27:33 +02:00
Expression.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
LineProgram.cpp LibDebug: Parse line number information from DWARF format 2020-04-20 17:25:50 +02:00
LineProgram.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00