diff options
author | Pedro Alves <palves@redhat.com> | 2011-12-05 18:49:49 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-12-05 18:49:49 +0000 |
commit | 336060f3b723185fc45b2020ea842d8ed3973a0f (patch) | |
tree | c19e12f46646442720fbadd156ebbe4699425c36 /gdb/ChangeLog | |
parent | 1820ab4711aeca407cd1d9be62e0f832c530352d (diff) | |
download | gdb-336060f3b723185fc45b2020ea842d8ed3973a0f.zip gdb-336060f3b723185fc45b2020ea842d8ed3973a0f.tar.gz gdb-336060f3b723185fc45b2020ea842d8ed3973a0f.tar.bz2 |
2011-12-05 Pedro Alves <pedro@codesourcery.com>
* linux-nat.c (resume_stopped_resumed_lwps): Call
registers_changed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5b8691c..f6a6ec9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-12-05 Pedro Alves <pedro@codesourcery.com> + * linux-nat.c (resume_stopped_resumed_lwps): Call + registers_changed. + +2011-12-05 Pedro Alves <pedro@codesourcery.com> + * breakpoint.c: Include record.h. (breakpoints_always_inserted_mode): Return false when the record target is in use. |