serenity/Libraries/LibDebug
Itamar 8a886e0e96 LibDebug: Parse line number information from DWARF format
DWARF line number information, if generated, is stored  in the
.debug_line section of an object file.

The information is encoded as instructions for a VM that is defined in
the DWARF specification.
By executing these instructions, we can extract the encoded line number
information.
2020-04-20 17:25:50 +02:00
..
Dwarf LibDebug: Parse line number information from DWARF format 2020-04-20 17:25:50 +02:00
DebugInfo.cpp LibDebug: Parse line number information from DWARF format 2020-04-20 17:25:50 +02:00
DebugInfo.h LibDebug: Parse line number information from DWARF format 2020-04-20 17:25:50 +02:00
DebugSession.cpp
DebugSession.h
Makefile