1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:57:44 +00:00
serenity/Userland/Libraries/LibDebug/Dwarf
Itamar 84609aecc1 LibDebug: Add AttributeForm field to Dwarf::AttributeValue
In some contexts, it's helpful to also know the "Attribute Form",
in addition to the "Attribute Type".

An example for such context is the interpretation of the
"DW_AT_high_pc" attribute, which has different meaning if the form
is an address or a constant.
2021-06-19 14:51:18 +02:00
..
AbbreviationsMap.cpp LibDebug: Implement support for AttributeDataForm::ImplicitConst 2021-04-29 08:02:52 +02:00
AbbreviationsMap.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AttributeValue.h LibDebug: Add AttributeForm field to Dwarf::AttributeValue 2021-06-19 14:51:18 +02:00
CompilationUnit.cpp LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit 2021-06-19 14:51:18 +02:00
CompilationUnit.h LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit 2021-06-19 14:51:18 +02:00
DIE.cpp LibDebug: Move get_die_at_offset to Dwarf::CompilationUnit 2021-06-19 14:51:18 +02:00
DIE.h LibDebug: Move Dwarf::AttributeValue to a separate file 2021-06-19 14:51:18 +02:00
DwarfInfo.cpp LibDebug: Add AttributeForm field to Dwarf::AttributeValue 2021-06-19 14:51:18 +02:00
DwarfInfo.h LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit 2021-06-19 14:51:18 +02:00
DwarfTypes.h LibDebug: Implement support for AttributeDataForm::ImplicitConst 2021-04-29 08:02:52 +02:00
Expression.cpp Userland: Add missing #includes 2021-05-16 17:49:42 +02:00
Expression.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LineProgram.cpp LibDebug: Add LineProgram::get_directory_and_file(size_t) 2021-06-19 14:51:18 +02:00
LineProgram.h LibDebug: Add LineProgram::get_directory_and_file(size_t) 2021-06-19 14:51:18 +02:00