On Fri, Oct 18, 2019 at 10:17 AM Greg Clayton wrote:
> Yeah this is a tough tradeoff as this is what GDB does or at least did the
> last time I was working on it. In most debuggers, they make up their own
> internal type representation, and have a generic LALR recursive descent
> parser to evalua
Hello,
I am looking for a way to identify loads, stores and any other kind of
instruction that definitely perform memory access and extract the address
operand(s), however I was not able to find a cross-architecture API. The
closest I stumbled upon are "MCInstrDesc::mayLoad()" and
"MCInstrDesc