1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:55:08 +00:00
serenity/Libraries/LibDebug/Dwarf
asynts fff581cd72 AK: Rename span() to bytes() when appropriate.
I originally defined the bytes() method for the String class, because it
made it obvious that it's a span of bytes instead of span of characters.

This commit makes this more consistent by defining a bytes() method when
the type of the span is known to be u8.

Additionaly, the cast operator to Bytes is overloaded for ByteBuffer and
such.
2020-08-15 21:21:18 +02:00
..
AbbreviationsMap.cpp AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +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 AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
DIE.h LibDebug: Use InputMemoryStream instead of BufferStream. 2020-08-06 10:33:16 +02:00
DwarfInfo.cpp AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
DwarfInfo.h LibDebug: Use InputMemoryStream instead of BufferStream. 2020-08-06 10:33:16 +02:00
DwarfTypes.h LibDebug: Add all Dwarf v5 attributes, tags, and form enum values 2020-06-03 08:12:50 +02:00
Expression.cpp LibDebug: Use InputMemoryStream instead of BufferStream. 2020-08-06 10:33:16 +02:00
Expression.h LibDebug: Use InputMemoryStream instead of BufferStream. 2020-08-06 10:33:16 +02:00
LineProgram.cpp LibDebug: Unbreak LineProgram::parse_source_directories() 2020-08-06 11:35:40 +02:00
LineProgram.h LibDebug: Use InputMemoryStream instead of BufferStream. 2020-08-06 10:33:16 +02:00