diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-11 23:04:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-11 23:04:58 +0000 |
commit | eeca586fd428ea0e776a57bdf2e61553d95c791b (patch) | |
tree | 24e2084262a33b06f1247bc9ad7b9f50dd12c845 /gdb/ChangeLog | |
parent | 17a53e46b0fefa04a2725cbea280785d9951bd09 (diff) | |
download | gdb-eeca586fd428ea0e776a57bdf2e61553d95c791b.zip gdb-eeca586fd428ea0e776a57bdf2e61553d95c791b.tar.gz gdb-eeca586fd428ea0e776a57bdf2e61553d95c791b.tar.bz2 |
* hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
(hppa_hpux_save_state_offset): New function, replacing variable
with the same name.
(hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
functions.
(hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
Use new hppa_hpux_save_state_offset function. Add special
handling for handling 64-bit "flags" register.
(hppa_hpux_store_register): Likewise.
(hppa_hpux_child_can_run): Tweak comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 471704c..42594e7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2004-12-11 Mark Kettenis <kettenis@gnu.org> + * hppa-hpux-nat.c (ss_mpsfu_high): Remove define. + (hppa_hpux_save_state_offset): New function, replacing variable + with the same name. + (hppa_cannot_fetch_register, hppa_cannot_store_register): Remove + functions. + (hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register. + Use new hppa_hpux_save_state_offset function. Add special + handling for handling 64-bit "flags" register. + (hppa_hpux_store_register): Likewise. + (hppa_hpux_child_can_run): Tweak comment. + * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available. (inf_ttrace_attach): Likewise. (inf_ttrace_resume_callback): New function. |