diff options
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 dfd010a..7cb2dc7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2012-01-04 Joel Brobecker <brobecker@adacore.com> + * ada-lang.c: #include "cli/cli-utils.h". + (get_selections): Use skip_spaces. + (ada_get_next_arg): Use skip_spaces and skip_to_space. + (catch_ada_exception_command_split): Use skip_spaces. + (ada_decode_assert_location): Likewise. + +2012-01-04 Joel Brobecker <brobecker@adacore.com> + * linespec.c (decode_line_internal): Check for C++ or Java compound constructs only if the current language is C, C++ or Java. |