> On Apr 5, 2016, at 10:46 AM, Ted Woodward via lldb-dev
> wrote:
>
> We’ve got an OS that implements something they call a “user PD”, which is a
> lot like a PIE process. To debug it, we need to get the address of the image
> and then slide the target’s symbols. What’s the best way to get th
We've got an OS that implements something they call a "user PD", which is a
lot like a PIE process. To debug it, we need to get the address of the image
and then slide the target's symbols. What's the best way to get the address
from the remote stub? Linux lldb reads an AuxVector from lldb-server,