1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-18 20:07:35 +00:00
serenity/Userland/Libraries/LibDebug/Dwarf
Andreas Kling 16221305ad LibELF: Remove sketchy use of "undefined" ELF::Image::Section
We were using ELF::Image::section(0) to indicate the "undefined"
section, when what we really wanted was just Optional<Section>.

So let's use Optional instead. :^)
2021-05-15 00:17:55 +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
CompilationUnit.cpp LibDebug: Implement support for DWARF 5 compilation unit headers 2021-04-28 23:10:48 +02:00
CompilationUnit.h LibDebug: Implement support for DWARF 5 compilation unit headers 2021-04-28 23:10:48 +02:00
DIE.cpp LibDebug: Implement support for AttributeDataForm::ImplicitConst 2021-04-29 08:02:52 +02:00
DIE.h LibDebug: Move get_attribute_value to the DwarfInfo class 2021-04-28 23:10:48 +02:00
DwarfInfo.cpp LibELF: Remove sketchy use of "undefined" ELF::Image::Section 2021-05-15 00:17:55 +02:00
DwarfInfo.h LibDebug: Implement support for AttributeDataForm::ImplicitConst 2021-04-29 08:02:52 +02:00
DwarfTypes.h LibDebug: Implement support for AttributeDataForm::ImplicitConst 2021-04-29 08:02:52 +02:00
Expression.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +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 DW_LNS_set_basic_block support 2021-05-03 09:01:14 +02:00
LineProgram.h LibDebug: add DW_LNS_set_basic_block support 2021-05-03 09:01:14 +02:00