1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-20 23:42:06 +00:00
serenity/Userland/Libraries/LibDebug/Dwarf
Brian Gianforcaro c5cdb6eb4c LibDebug: Dont copy an AbbreviationEntry every time we retrieve a value
These API's are used in a variety of ways when building the die cache.
Each AbbreviationEntry has vector and other members, so avoid copying
it at all costs.
2021-09-18 21:05:13 +02:00
..
AbbreviationsMap.cpp LibDebug: Dont copy an AbbreviationEntry every time we retrieve a value 2021-09-18 21:05:13 +02:00
AbbreviationsMap.h LibDebug: Dont copy an AbbreviationEntry every time we retrieve a value 2021-09-18 21:05:13 +02:00
AttributeValue.h LibDebug: Store 64-bit numbers in AttributeValue 2021-08-08 10:55:36 +02:00
CompilationUnit.cpp LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00
CompilationUnit.h LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00
DIE.cpp LibDebug: Dont copy an AbbreviationEntry every time we retrieve a value 2021-09-18 21:05:13 +02:00
DIE.h LibDebug: Avoid short lived allocations in DIE::for_each_child 2021-09-18 21:05:13 +02:00
DwarfInfo.cpp LibDebug: Store 64-bit numbers in AttributeValue 2021-08-08 10:55:36 +02:00
DwarfInfo.h LibDebug: Convert LibDebug to east-const style 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 LibDebug: Fix spelling mistake 2021-07-13 23:19:33 +02:00
Expression.h LibDebug: Implement symbolication for x86_64 2021-07-13 23:19:33 +02:00
LineProgram.cpp LibDebug: Store 64-bit numbers in AttributeValue 2021-08-08 10:55:36 +02:00
LineProgram.h LibDebug: Keep track of 'prologue end' 2021-08-08 10:55:36 +02:00