diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-09 18:14:09 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-09 18:14:09 +0000 |
commit | b1bd0044b509939d43bff51c54bf76c2e44c1654 (patch) | |
tree | db5ac1b407ea8b4aef8e66b061b1c853dd422bd8 /gdb/ChangeLog | |
parent | 2ec9a4f8d14053325856abcd5eb8c1b967bc1b1d (diff) | |
download | gdb-b1bd0044b509939d43bff51c54bf76c2e44c1654.zip gdb-b1bd0044b509939d43bff51c54bf76c2e44c1654.tar.gz gdb-b1bd0044b509939d43bff51c54bf76c2e44c1654.tar.bz2 |
2007-10-09 Markus Deuling <deuling@de.ibm.com>
* frame.c (frame_pc_unwind): Use get_frame_arch to get at the current
architecture by frame.
(frame_save_as_regcache, frame_register_unwind, get_prev_frame_1)
(inside_main_func, frame_sp_unwind): Likewise.
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 c15b0be..2b3359a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2007-10-09 Markus Deuling <deuling@de.ibm.com> + + * frame.c (frame_pc_unwind): Use get_frame_arch to get at the current + architecture by frame. + (frame_save_as_regcache, frame_register_unwind, get_prev_frame_1) + (inside_main_func, frame_sp_unwind): Likewise. + 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com> * solib-svr4.c (enable_break): Add the dynamic linker also if |