GDB/MI: Add new "--language LANG" command option.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 383c0b18c9ea59718a62084cc36b97fc16073b86..8cbe4a4a9f75ecd1ced26bbc92210e9f242a1259 100644 (file)
@@ -1,3 +1,30 @@
+2013-11-14  Joel Brobecker  <brobecker@adacore.com>
+
+       * mi/mi-parse.h (struct mi_parse) <language>: New field.
+       * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
+       PARSE->LANGUAGE during command execution, if set.
+       * mi/mi-parse.c: Add "language.h" #include.
+       (mi_parse): Add parsing of "--language" command option.
+
+       * NEWS: Add entry mentioning the new "--language" command option.
+
+2013-11-14  Pedro Alves  <palves@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * cli/cli-utils.h (extract_arg_const): Add declaration.
+       * cli/cli-utils.c (extract_arg_const): New function.
+       (extract_arg): Reimplement using extract_arg_const.
+
+2013-11-14  Joel Brobecker  <brobecker@adacore.com>
+
+       * language.h: Add "symtab.h" #include.
+
+2013-11-13  Doug Evans  <xdje42@gmail.com>
+
+       * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
+       specific breakpoints, don't evaluate breakpoint condition if
+       different thread.
+
 2013-11-13  Keith Seitz  <keiths@redhat.com>
 
        PR c++/7935
This page took 0.024538 seconds and 4 git commands to generate.