X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=9e136a92c30e231d33bc006896aa6b89b176fc74;hb=604c4576fdcfc4e7c28f569b3748a1b6b4e0dbd4;hp=5751ee75f7e4c05d5c6a6fa9faa2adcc7abc99b1;hpb=20b477a75c00de06a92b9577fd74416699d2c37f;p=binutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5751ee75f7e..9e136a92c30 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +2017-02-08 Jerome Guitton + + * cli/cli-decode.c (find_command_name_length): Make it extern. + * cli/cli-decode.h (find_command_name_length): Declare. + * cli/cli-script.c (command_name_equals, line_first_arg): + New functions. + (process_next_line): Use cli-decode to parse command names. + (build_command_line): Make args a constant pointer. + +2017-02-08 Jerome Guitton + + * cli-decode.c (lookup_cmd_1, lookup_cmd_composition): + Remove case-insensitive search. + +2017-02-07 Jose E. Marchesi + + * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator + at the end of the line. Avoids an ARI warning. + 2017-02-06 Luis Machado * NEWS: Mention support for record/replay of Intel 64 rdrand and