ladybird/Userland/Libraries/LibDebug/Dwarf
Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString
DeprecatedFlyString relies heavily on DeprecatedString's StringImpl, so
let's rename it to A) match the name of DeprecatedString, B) write a new
FlyString class that is tied to String.
2023-01-09 23:00:24 +00:00
..
AbbreviationsMap.cpp LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance 2022-01-28 22:51:27 +00:00
AbbreviationsMap.h LibDebug: Dont copy an AbbreviationEntry every time we retrieve a value 2021-09-18 21:05:13 +02:00
AddressRanges.cpp LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts 2022-01-28 22:51:27 +00:00
AddressRanges.h LibDebug: Handle DWARF 4 address ranges 2021-12-15 10:27:12 -08:00
AttributeValue.cpp LibDebug: Support addrx*, strx* and rnglistx forms 2021-10-17 17:09:58 +01:00
AttributeValue.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CompilationUnit.cpp LibDebug: Break inclusion cycle through many forward-declarations 2022-09-17 04:00:54 +00:00
CompilationUnit.h LibDebug: Break inclusion cycle through many forward-declarations 2022-09-17 04:00:54 +00:00
DIE.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DIE.h LibDebug: Avoid short lived allocations in DIE::for_each_child 2021-09-18 21:05:13 +02:00
DwarfInfo.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DwarfInfo.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DwarfTypes.h LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts 2022-01-28 22:51:27 +00:00
Expression.cpp LibDebug: Remove i686 support 2022-12-28 11:53:41 +01:00
Expression.h Everywhere: Fix badly-formatted includes 2022-09-17 04:00:54 +00:00
LineProgram.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
LineProgram.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00