On 28/11/2018 21:05, Jim Ingham via lldb-dev wrote:
The main complication would be if your new target didn't support
hardware-single-step. If that's the case you will have to have a Disassembler
that can predict the target PC of all instructions (when stopped at that
instruction) since you'll
Ah, that’s right, we did it in debugserver as well. Apple used to have a
disassembly framework that we used for the purpose (separate from llvm). But
that’s long gone.
Jim
> On Nov 29, 2018, at 1:22 AM, Pavel Labath wrote:
>
> On 28/11/2018 21:05, Jim Ingham via lldb-dev wrote:
>> The main