diff options
author | Pedro Alves <palves@redhat.com> | 2011-03-18 18:43:33 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-03-18 18:43:33 +0000 |
commit | 79e1a869ac109293fb60c1909c085ea8c6c7cd12 (patch) | |
tree | 9d03b7cecb1f565497d4ff32574192921576f891 /gdb/testsuite | |
parent | 8dccd430c9de0e6cf747ae4bb1bf9d944fe3397c (diff) | |
download | gdb-79e1a869ac109293fb60c1909c085ea8c6c7cd12.zip gdb-79e1a869ac109293fb60c1909c085ea8c6c7cd12.tar.gz gdb-79e1a869ac109293fb60c1909c085ea8c6c7cd12.tar.bz2 |
gdb/
* dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
NOT_AVAILABLE_ERROR when evaluating the location expression.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5984d2d..8bb59b6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2011-03-18 Pedro Alves <pedro@codesourcery.com> + * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch + NOT_AVAILABLE_ERROR when evaluating the location expression. + +2011-03-18 Pedro Alves <pedro@codesourcery.com> + * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes returning that the register piece is unavailable/optimized out. (write_pieced_value): Handle get_frame_register_bytes returning |