diff options
author | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2010-05-04 09:54:18 +0000 |
---|---|---|
committer | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2010-05-04 09:54:18 +0000 |
commit | 63b4f126d12867bff0f4e8dd37e4c11129f1ba87 (patch) | |
tree | b03cf518b3fc138880e2077e1386df40c424abc2 /gdb/ChangeLog | |
parent | 2f1bdd26c4065b71245da29262039531a9664aae (diff) | |
download | gdb-63b4f126d12867bff0f4e8dd37e4c11129f1ba87.zip gdb-63b4f126d12867bff0f4e8dd37e4c11129f1ba87.tar.gz gdb-63b4f126d12867bff0f4e8dd37e4c11129f1ba87.tar.bz2 |
* gdb/dwarf2loc.c (read_pieced_value, write_pieced_value,
dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
registers gracefully.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3b144e8..38ca84f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + * dwarf2loc.c (read_pieced_value, write_pieced_value, + dwarf2_evaluate_loc_desc): Handle not being able to access DWARF + registers gracefully. + +2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + * exec.c (print_section_info): Display entry point without arch specific parts. |