1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:48:12 +00:00
serenity/Libraries/LibDebug
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
..
Dwarf LibDebug: Add support for enum value types 2020-06-03 08:12:50 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DebugInfo.cpp LibDebug: Add support for enum value types 2020-06-03 08:12:50 +02:00
DebugInfo.h LibDebug: Add support for enum value types 2020-06-03 08:12:50 +02:00
DebugSession.cpp LibDebug: Make sure to not single step the program twice 2020-05-24 10:42:21 +02:00
DebugSession.h LibDebug: Make sure to not single step the program twice 2020-05-24 10:42:21 +02:00