mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
LibDebug: Implement support for DWARF 5 line programs
This commit is contained in:
parent
6b4448b623
commit
d2f0984fef
Notes:
sideshowbarker
2024-07-18 18:59:45 +09:00
Author: https://github.com/gunnarbeutner
Commit: d2f0984fef
Pull-request: https://github.com/SerenityOS/serenity/pull/6714
3 changed files with 181 additions and 44 deletions
|
@ -92,7 +92,7 @@ void DebugInfo::prepare_lines()
|
|||
|
||||
Vector<Dwarf::LineProgram::LineInfo> all_lines;
|
||||
while (!stream.eof()) {
|
||||
Dwarf::LineProgram program(stream);
|
||||
Dwarf::LineProgram program(m_dwarf_info, stream);
|
||||
all_lines.append(program.lines());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue