Ada: Reserved word "all" should not need to be spelled in lowercase.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3d8ed206ffbb3db2dc424d48bf4611a8f55630cc..cbf40398b9308daa082a4dd5022c8240d04a0949 100644 (file)
@@ -1,3 +1,85 @@
+2013-12-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
+
+2013-12-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
+       when parse_exp_1 threw an error.  Add comment.
+
+2013-12-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Mention "-list-features" in the entry documenting
+       the support for the "--language" option.
+
+2013-12-03  Tom Tromey  <tromey@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Doug Evans  <dje@google.com>
+           Samuel Bronson  <naesten@gmail.com>
+
+       Bring back gdb-add-index as a contrib script.
+       * contrib/gdb-add-index.sh: New file.
+       * NEWS: Note the addition.
+
+2013-12-03  Samuel Bronson  <naesten@gmail.com>
+
+       * MAINTAINERS (Write After Approval): Add myself to the list.
+
+2013-12-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
+
+2013-12-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * mi/mi-main.c: Remove trailing spaces throughout.
+
+2013-12-03  Pedro Alves  <palves@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
+       * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
+       of a regular error when the GDB/MI command does not exist.
+       * mi/mi-main.c (mi_cmd_list_features): Add
+       "undefined-command-error-code".
+       (mi_print_exception): Print an "undefined-command"
+       error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
+       * NEWS: Add entry documenting the new "code" variable in
+       "^error" result records.
+
+2013-12-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
+       * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
+       * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
+       * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
+       field to output of "-list-features".
+
+       * NEWS: Add entry for new -info-gdb-mi-command.
+
+2013-12-02  Doug Evans  <dje@google.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * objfiles.c (allocate_objfile): Save original_name as an absolute
+       path.
+       * objfiles.h (struct objfile): Expand comment on original_name.
+       * source.c (openp): Call gdb_abspath.
+       * utils.c (gdb_abspath): New function.
+       * utils.h (gdb_abspath): Declare.
+
+2013-12-02  Pedro Alves  <palves@redhat.com>
+
+       * dcache.c (dcache_read_line): Use target_read_raw_memory.
+       * target.c (target_read_raw_memory): New function.
+       (target_read_stack, target_write_memory, target_write_raw_memory):
+       Update comment.
+       (target_read_code): Add comment.
+       * target.h (target_read_raw_memory): Declare.
+
+2013-12-02  Pedro Alves  <palves@redhat.com>
+
+       * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
+       unconditionally.
+
 2013-12-02  Pedro Alves  <pedro@codesourcery.com>
             Maciej W. Rozycki  <macro@codesourcery.com>
 
This page took 0.040651 seconds and 4 git commands to generate.