Re: [lldb-dev] Get address for PIE-like "process"

2016-04-05 Thread Greg Clayton via lldb-dev
> 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

[lldb-dev] Get address for PIE-like "process"

2016-04-05 Thread Ted Woodward via lldb-dev
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,