mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibDebug: Implement symbolication for x86_64
This commit is contained in:
committed by
Andreas Kling
parent
567fa4b2f0
commit
2c41e89d08
Notes:
sideshowbarker
2024-07-18 09:06:53 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/2c41e89d08a Pull-request: https://github.com/SerenityOS/serenity/pull/8725
@@ -174,7 +174,7 @@ void LineProgram::handle_extended_opcode()
|
||||
break;
|
||||
}
|
||||
default:
|
||||
dbgln_if(DWARF_DEBUG, "offset: {:p}", m_stream.offset());
|
||||
dbgln("Encountered unknown sub opcode {} at stream offset {:p}", sub_opcode, m_stream.offset());
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user