This is useful when dealing with Windows remote that use only the
qXfer:libraries command which returns absolute base addresses, as
opposed to qXfer:libraries-svr4 which returns relative offsets for
module bases.
Details
Details
- Reviewers
zturner clayborg ADodds - Commits
- rGc6845a0dddb8: Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.
rLLDB245625: Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.
rL245625: Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good to me, but I don't know too much about the Windows stuff. I have a pending CL what will fix several issues related to absolute base addresses in the DynamicLoader. If it is something what is required on Windows side also I will try to upload it.
Comment Actions
Thanks for the reviews.
I'll take a look at your change when you upload it, Tamas. Do you think I can commit this in the meantime?
Comment Actions
Yes, mine is effecting the ObjectFile plugins and the DynamicLoader plugins. I will try to upload it tomorrow