diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-04-19 22:06:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-04-19 22:06:17 +0000 |
commit | 4136fdd244ae908cbfccea8c38a1971182f6bbca (patch) | |
tree | 52894cb3fe8d7ed1c238c331c8875910c9791ff0 /gdb/ChangeLog | |
parent | 0c4b2e63934787e61a17fcefbe6054286d853a06 (diff) | |
download | gdb-4136fdd244ae908cbfccea8c38a1971182f6bbca.zip gdb-4136fdd244ae908cbfccea8c38a1971182f6bbca.tar.gz gdb-4136fdd244ae908cbfccea8c38a1971182f6bbca.tar.bz2 |
2010-04-19 Stan Shebs <stan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com>
* tracepoint.c (tfind_1): Add missing newline, report exit from
tfind mode as such.
* target.c (update_current_target): Make default
to_trace_find return -1.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 690878b..0eed998 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2010-04-19 Stan Shebs <stan@codesourcery.com> + Vladimir Prus <vladimir@codesourcery.com> + + * tracepoint.c (tfind_1): Add missing newline, report exit from + tfind mode as such. + * target.c (update_current_target): Make default + to_trace_find return -1. + 2010-04-19 Mike Frysinger <vapier@gentoo.org> * objc-lang.c (find_methods): Move symname check up. |