diff options
author | Pedro Alves <palves@redhat.com> | 2009-01-14 15:21:55 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-01-14 15:21:55 +0000 |
commit | 041d0fd7f40422a8acc9eae6efbf18d63b2552a0 (patch) | |
tree | 6b980a256339dc1a17eaa2c4135d786651090b0a /gdb/ChangeLog | |
parent | dc1981d76992dfb9e56a6425baff2caf7eefc86e (diff) | |
download | gdb-041d0fd7f40422a8acc9eae6efbf18d63b2552a0.zip gdb-041d0fd7f40422a8acc9eae6efbf18d63b2552a0.tar.gz gdb-041d0fd7f40422a8acc9eae6efbf18d63b2552a0.tar.bz2 |
* mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
previous change.
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 c9c4616..cbcd0e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2009-01-14 Pedro Alves <pedro@codesourcery.com> + * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from + previous change. + +2009-01-14 Pedro Alves <pedro@codesourcery.com> + * remote.c (extended_remote_mourn_1): Invalidate our notion of current general thread. |