1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Userland/Libraries/LibJS/JIT
Jesús (gsus) Lapastora f0b984567a LibJS/JIT: Produce & register an ELF image for GDB JIT Interface
Using the code that it has just produced, the JIT::Compiler can build an
ELF image so that we can attach meaningful symbols to JITted code, and
thus enable GDB to display more information about the code that we're
running.
2023-12-07 15:34:38 -07:00
..
Compiler.cpp LibJS/JIT: Produce & register an ELF image for GDB JIT Interface 2023-12-07 15:34:38 -07:00
Compiler.h LibJS: Remove dedicated iterator result instructions in favor of GetById 2023-12-07 18:12:24 +01:00
NativeExecutable.cpp LibJS/JIT: Produce & register an ELF image for GDB JIT Interface 2023-12-07 15:34:38 -07:00
NativeExecutable.h LibJS/JIT: Produce & register an ELF image for GDB JIT Interface 2023-12-07 15:34:38 -07:00