LibDebug: Implement symbolication for x86_64

This commit is contained in:
Gunnar Beutner 2021-07-13 18:16:36 +02:00 committed by Andreas Kling
commit 2c41e89d08
Notes: sideshowbarker 2024-07-18 09:06:53 +09:00
9 changed files with 33 additions and 43 deletions

View file

@ -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();
}
}