ladybird/Libraries/LibX86
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
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Disassembler.h LibX86: Remove some unnecessary stuff from Disassembler.h 2020-04-11 13:23:52 +02:00
ELFSymbolProvider.h LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
Instruction.cpp LibX86: Pack the Instruction data structure 2020-11-17 17:09:49 +01:00
Instruction.h LibX86: Pack the Instruction data structure 2020-11-17 17:09:49 +01:00
Interpreter.h LibX86: Disassemble most remaining FPU instructions 2020-07-30 16:53:33 +02:00