1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Libraries/LibDebug
Itamar 4b91e7c821 LibDebug: Support shared libraries
DebugSession now makes the loader stop after loading the libraries,
and parses the loaded libraries of the program before continuing its
execution.

DebugSession now also supports inserting a breakpoint at a given symbol
or source position.
Additionally, DebugInfo now takes the base address of its object into
consideration.
2021-01-09 10:55:46 +01:00
..
Dwarf Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
CMakeLists.txt LibDebug: Support shared libraries 2021-01-09 10:55:46 +01:00
DebugInfo.cpp LibDebug: Support shared libraries 2021-01-09 10:55:46 +01:00
DebugInfo.h LibDebug: Support shared libraries 2021-01-09 10:55:46 +01:00
DebugSession.cpp LibDebug: Support shared libraries 2021-01-09 10:55:46 +01:00
DebugSession.h LibDebug: Support shared libraries 2021-01-09 10:55:46 +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