diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2017-03-17 13:55:53 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-03-17 13:55:53 -0400 |
commit | 00204cf7da01d99205aacc994e5c594ed12bba64 (patch) | |
tree | ee3d53602467fa35c5034745870130e6ff1b2ca1 /gdb/ChangeLog | |
parent | 11a3371447f15af26def26646ad2eb7a4386462d (diff) | |
download | gdb-00204cf7da01d99205aacc994e5c594ed12bba64.zip gdb-00204cf7da01d99205aacc994e5c594ed12bba64.tar.gz gdb-00204cf7da01d99205aacc994e5c594ed12bba64.tar.bz2 |
hppa-linux-nat: Use ptid from regcache instead of inferior_ptid
gdb/ChangeLog:
* hppa-linux-nat.c (fetch_register, store_register): Use ptid
from regcache. Use get_ptrace_pid.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4b1e5e..cae93e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca> + * hppa-linux-nat.c (fetch_register, store_register): Use ptid + from regcache. Use get_ptrace_pid. + +2017-03-17 Simon Marchi <simon.marchi@polymtl.ca> + * corelow.c (get_core_register_section): Use ptid from regcache, update doc. |