1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:18:12 +00:00
serenity/Libraries/LibELF
Itamar ca9d6d21b5 Loader.so+LibELF: Introduce "_LOADER_BREAKPOINT" environment variable
If set, the dynamic loader will perform a software breakpoint after
loading all libraries, and just before jumping to the main entry point.

This allows a debugger to inspect the loaded libraries before the
program starts executing.
2021-01-09 10:55:46 +01:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
AuxiliaryVector.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
CMakeLists.txt CMake: Install sources of LibELF 2021-01-09 10:55:46 +01:00
CoreDump.h Kernel+LibELF: Store termination signal in coredump ProcessInfo 2021-01-03 22:12:42 +01:00
DynamicLinker.cpp Loader.so+LibELF: Introduce "_LOADER_BREAKPOINT" environment variable 2021-01-09 10:55:46 +01:00
DynamicLinker.h LibELF: Add missing newlines at end of files 2021-01-03 17:26:03 +01:00
DynamicLoader.cpp LibELF: Support relocating weak symbols against global libraries 2021-01-03 17:15:55 +01:00
DynamicLoader.h LibELF: Support relocating weak symbols against global libraries 2021-01-03 17:15:55 +01:00
DynamicObject.cpp LibELF: Implement GNU Hashing algorithm for dyn relocations 2021-01-06 09:42:08 +01:00
DynamicObject.h LibELF: Implement GNU Hashing algorithm for dyn relocations 2021-01-06 09:42:08 +01:00
exec_elf.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
Image.cpp LibELF: Add Symbol::is_undefined() 2021-01-09 10:55:46 +01:00
Image.h LibELF: Add Symbol::is_undefined() 2021-01-09 10:55:46 +01:00
Validation.cpp LibELF: validate_program_headers: Validate p_memsz and p_align 2021-01-01 14:34:25 +01:00
Validation.h LibELF+Kernel: Validate program headers in Image::parse 2020-12-01 09:58:21 +01:00