1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Userland/Libraries/LibDebug
Itamar a45b5ccd96 LibDebug: Add DebugInfo::get_source_position_with_inlines
This function returns the source position of a given address in the
program. If that address exists in an inline chain, then it also returns
the source positions that are in the chain.
2021-06-19 14:51:18 +02:00
..
Dwarf LibDebug: Add DwarfInfo::get_cached_die_at_offset 2021-06-19 14:51:18 +02:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DebugInfo.cpp LibDebug: Add DebugInfo::get_source_position_with_inlines 2021-06-19 14:51:18 +02:00
DebugInfo.h LibDebug: Add DebugInfo::get_source_position_with_inlines 2021-06-19 14:51:18 +02:00
DebugSession.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
DebugSession.h Userland: Fix 64-bit portability issues 2021-05-03 08:42:39 +02:00
StackFrameUtils.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StackFrameUtils.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00