diff options
author | Pedro Alves <pedro@codesourcery.com> | 2011-02-04 15:46:46 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2011-02-04 15:46:46 +0000 |
commit | acc931bef4cae0b9cc35751bbff1b2e1b1d84c23 (patch) | |
tree | 0cdd1b2a37d737c17c88915e36ae440c8fcd3f25 /gdb/ChangeLog | |
parent | ad6a084ed88e4d8b4376e625060a17853e1d5b33 (diff) | |
download | gdb-acc931bef4cae0b9cc35751bbff1b2e1b1d84c23.tar.gz |
* regcache.c (registers_changed_ptid): Don't explictly always
clear `current_regcache'. Only clear current_thread_ptid and
current_thread_arch when PTID matches. Only reinit the frame
cache if PTID matches the current inferior_ptid. Move alloca(0)
call to ...
(registers_changed): ... here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ba2512df146..5d251d18976 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2011-02-04 Pedro Alves <pedro@codesourcery.com> + + * regcache.c (registers_changed_ptid): Don't explictly always + clear `current_regcache'. Only clear current_thread_ptid and + current_thread_arch when PTID matches. Only reinit the frame + cache if PTID matches the current inferior_ptid. Move alloca(0) + call to ... + (registers_changed): ... here. + 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org> * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that |