X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=8cbe4a4a9f75ecd1ced26bbc92210e9f242a1259;hb=403cb6b138c38faf72f7abc034db3505b9bdb82f;hp=383c0b18c9ea59718a62084cc36b97fc16073b86;hpb=248ace2e8c298c54a1a70ac5e5c569f1bf1541e8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 383c0b18c9..8cbe4a4a9f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,30 @@ +2013-11-14 Joel Brobecker + + * mi/mi-parse.h (struct mi_parse) : 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 + Joel Brobecker + + * 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 + + * language.h: Add "symtab.h" #include. + +2013-11-13 Doug Evans + + * breakpoint.c (bpstat_check_breakpoint_conditions): For thread + specific breakpoints, don't evaluate breakpoint condition if + different thread. + 2013-11-13 Keith Seitz PR c++/7935