ladybird/Libraries/LibX86
Andreas Kling e880e4c2d2 LibX86: Add a way for Instruction::to_string() to symbolicate addresses
This patch adds a pure virtual X86::SymbolProvider that can be passed
to Instruction::to_string(). If the instruction contains what appears
to be a program address, stringification will try to symbolicate that
address via the SymbolProvider.

This makes it possible (and very flexible) to add symbolication to
clients of the disassembler. :^)
2020-04-12 14:20:04 +02:00
..
Disassembler.h
Instruction.cpp LibX86: Add a way for Instruction::to_string() to symbolicate addresses 2020-04-12 14:20:04 +02:00
Instruction.h LibX86: Add a way for Instruction::to_string() to symbolicate addresses 2020-04-12 14:20:04 +02:00
Makefile