ladybird/Libraries/LibDebug
Andreas Kling 395313039d LibDebug: Use FlyString for file paths
The same file path occurs over and over in debug info, so let's store
them as FlyString to ensure we only have one of each in memory.
2020-11-16 09:10:49 +01:00
..
Dwarf LibDebug: Use FlyString for file paths 2020-11-16 09:10:49 +01:00
CMakeLists.txt HackStudio: Implement "Step Out" debugging action 2020-08-22 09:48:59 +02:00
DebugInfo.cpp LibDebug: Avoid creating the String("serenity/") a bazillion times 2020-11-16 09:10:49 +01:00
DebugInfo.h LibDebug: Use FlyString for file paths 2020-11-16 09:10:49 +01:00
DebugSession.cpp Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
DebugSession.h Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
StackFrameUtils.cpp LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00
StackFrameUtils.h LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00