diff options
author | Pedro Alves <palves@redhat.com> | 2011-09-02 12:18:27 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-09-02 12:18:27 +0000 |
commit | c709acd150761fffe3536bf9e6a0b32870f41ca3 (patch) | |
tree | 14191338cf67ccd74fc3c6f324e6364179628fc8 /gdb/ChangeLog | |
parent | 86362dfd53fe65250e184a2bc443ea186a42f98f (diff) | |
download | gdb-c709acd150761fffe3536bf9e6a0b32870f41ca3.zip gdb-c709acd150761fffe3536bf9e6a0b32870f41ca3.tar.gz gdb-c709acd150761fffe3536bf9e6a0b32870f41ca3.tar.bz2 |
2011-09-02 Pedro Alves <pedro@codesourcery.com>
gdb/
* value.c (show_convenience): Catch errors thrown while printing
each internal variable.
* infrun.c (validate_siginfo_access): New function.
(siginfo_value_read, siginfo_value_write): Call it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index accaca3..376188f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-09-02 Pedro Alves <pedro@codesourcery.com> + + * value.c (show_convenience): Catch errors thrown while printing + each internal variable. + * infrun.c (validate_siginfo_access): New function. + (siginfo_value_read, siginfo_value_write): Call it. + 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com> Revert: |