diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-04-24 18:10:31 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-04-24 18:10:31 +0000 |
commit | 7fc7e0c3280f9c7c4f8447869b219627ec39d054 (patch) | |
tree | f94e094c57598594cfe19785271f6d6f73af66ba /gdb/ChangeLog | |
parent | 838a716d664fedcdcffde1a2ae7a4a129a3947be (diff) | |
download | gdb-7fc7e0c3280f9c7c4f8447869b219627ec39d054.zip gdb-7fc7e0c3280f9c7c4f8447869b219627ec39d054.tar.gz gdb-7fc7e0c3280f9c7c4f8447869b219627ec39d054.tar.bz2 |
2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
* observer.sh: Conditionally declare `args', thus cleaning up
unused instances of this variable.
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 5b2b105..991792f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com> + + * observer.sh: Conditionally declare `args', thus cleaning up + unused instances of this variable. + 2012-04-24 Yao Qi <yao@codesourcery.com> Revert this patch to allow breakpoint always-inserted |