ladybird/Userland/Libraries/LibDebug/Dwarf
Daniel Bertalan ed13b7beb6 LibDebug: Support DW_FORM_ref_udata
This is used alongside/instead of the fixed-length DW_FORM_ref4 form
when compiling for AArch64.
2023-04-23 14:30:59 +02:00
..
AbbreviationsMap.cpp AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
AbbreviationsMap.h LibDebug: Use Core::Stream to read the DWARF abbreviations map 2023-01-22 19:12:26 +01:00
AddressRanges.cpp Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
AddressRanges.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
AttributeValue.cpp LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
AttributeValue.h LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
CompilationUnit.cpp LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
CompilationUnit.h LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
DIE.cpp AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
DIE.h LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
DwarfInfo.cpp LibDebug: Support DW_FORM_ref_udata 2023-04-23 14:30:59 +02:00
DwarfInfo.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
DwarfTypes.h AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2023-03-13 15:16:20 +00:00
Expression.cpp AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
Expression.h LibDebug: Use Core::Stream to read opcodes for expression evaluation 2023-01-22 19:12:26 +01:00
LineProgram.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
LineProgram.h AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2023-03-13 15:16:20 +00:00