diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2017-03-17 13:55:51 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-03-17 13:55:51 -0400 |
commit | 317cd4925a9d6ef6f8752a771cb56e85ddfb30f0 (patch) | |
tree | fb451fec75153cccd235d52388123c96791e734f /gdb/python/py-xmethods.c | |
parent | 9ac8a7c281aa949cf588cccb9977ea51eaff8130 (diff) | |
download | gdb-317cd4925a9d6ef6f8752a771cb56e85ddfb30f0.zip gdb-317cd4925a9d6ef6f8752a771cb56e85ddfb30f0.tar.gz gdb-317cd4925a9d6ef6f8752a771cb56e85ddfb30f0.tar.bz2 |
bsd-uthread: Use ptid from regcache instead of inferior_ptid
This is one of the rare to_fetch/store_registers implementations that will
still rely (for now) on inferior_ptid (because of the memory read/write
operations). We therefore have to add a save/restore of inferior_ptid. We'll
be able to remove it when we make the memory operations accept the ptid as a
parameter.
gdb/ChangeLog:
* bsd-uthread.c (bsd_uthread_fetch_registers,
bsd_uthread_store_registers): Use ptid from regcache, set and
restore inferior_ptid.
Diffstat (limited to 'gdb/python/py-xmethods.c')
0 files changed, 0 insertions, 0 deletions