ladybird/Libraries/LibDebug
Andreas Kling 1e4c010643 LibELF: Remove ELF::Loader and move everyone to ELF::Image
This commit gets rid of ELF::Loader entirely since its very ambiguous
purpose was actually to load executables for the kernel, and that is
now handled by the kernel itself.

This patch includes some drive-by cleanup in LibDebug and CrashDaemon
enabled by the fact that we no longer need to keep the ref-counted
ELF::Loader around.
2020-12-25 02:14:56 +01:00
..
Dwarf LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
CMakeLists.txt HackStudio: Implement "Step Out" debugging action 2020-08-22 09:48:59 +02:00
DebugInfo.cpp LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
DebugInfo.h LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
DebugSession.cpp LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
DebugSession.h LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01: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