MI: Add new command -complete
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c82d70fc8cea1271b0ad5cb49d0c94e469529a98..c7e3f32521464a9cc054bf70f12f352112214da0 100644 (file)
@@ -1,3 +1,108 @@
+2019-01-28  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * mi/mi-cmds.h (mi_cmd_complete): New function.
+       * mi/mi-main.c (mi_cmd_complete): Likewise.
+       * mi/mi-cmds.c: Define new MI command -complete.
+       * NEWS: Mention new -complete command.
+
+2019-01-24  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * completer.h (complete): New function.
+       * completer.c (complete): Likewise.
+       * cli/cli-cmds.c: (complete_command): Update to use new complete()
+       function defined in completer.h.
+
+2019-05-17  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2019-05-17  Tom de Vries  <tdevries@suse.de>
+
+       PR gdb/24094
+       * dwarf2read.c (struct cu_partial_die_info): New struct.
+       (find_partial_die): Return cu_partial_die_info.
+       (partial_die_parent_scope, guess_partial_die_structure_name)
+       (partial_die_info::fixup): Handle new return type of find_partial_die.
+
+2019-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * stap-probe.c (stap_parse_register_operand): Make "regname" an
+       "std::string", simplifying the algorithm.
+
+2019-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * stap-probe.c (handle_stap_probe): Fix complaint formatting.
+       (stap_static_probe_ops::get_probes): Likewise.
+
+2019-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
+       '-')" and "else if".
+       (stap_parse_single_operand): Join checks for
+       "gdbarch_stap_parse_special_token_p" and
+       "gdbarch_stap_parse_special_token" in the same "if" statement.
+       Invert check when verifying for operation on register
+       displacement.
+
+2019-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * stap-probe.c (stap_get_opcode): Update comment.
+       (stap_get_expected_argument_type): Likewise.
+       (handle_stap_probe): Likewise.
+
+2019-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
+       return type to 'bool'.  Adjust comment.  Use 'bool' when
+       appropriate.
+       (i386_stap_parse_special_token_three_arg_disp): Likewise.
+       * stap-probe.c (stap_parse_argument_1): Likewise.
+       (stap_is_operator): Likewise.
+       (stap_is_generic_prefix): Likewise.
+       (stap_is_register_prefix): Likewise.
+       (stap_is_register_indirection_prefix): Likewise.
+       (stap_is_integer_prefix): Likewise.
+       (stap_generic_check_suffix): Likewise.
+       (stap_check_integer_suffix): Likewise.
+       (stap_check_register_suffix): Likewise.
+       (stap_check_register_indirection_suffix): Likewise.
+       (stap_parse_register_operand): Likewise.
+       (stap_parse_single_operand): Likewise.
+       (stap_parse_argument_1): Likewise.
+       (stap_probe::get_argument_count): Likewise.
+       (stap_is_operator): Likewise.
+
+2019-05-16  Tom Tromey  <tromey@adacore.com>
+
+       * darwin-nat.c (thread_info_from_private_thread_info): Add struct
+       keyword to foreach.
+
+2019-05-15  Simon Marchi  <simon.marchi@efficios.com>
+
+       * linux-thread-db.c (try_thread_db_load_1): Change return type
+       to bool.
+       (try_thread_db_load): Likewise.
+       (try_thread_db_load_from_pdir_1): Likewise.
+       (try_thread_db_load_from_pdir): Likewise.
+       (try_thread_db_load_from_sdir): Likewise.
+       (try_thread_db_load_from_dir): Likewise.
+       (thread_db_load_search): Likewise.
+       (has_libpthread): Likewise.
+       (thread_db_load): Likewise.
+
+2019-05-15  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
+       * dwarf2read.c (parse_macro_definition): Check whether 'body' is
+       NULL, and complain/return if that's the case.
+
+2019-05-15  John Darrington <john@darrington.wattle.id.au>
+
+       * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
+       (advance, posn, abstract_read_memory): New functions.
+       [struct mem_read_abstraction]: New struct.
+       (s12z_frame_cache): Use opcodes API to interpret stack frame code.
+
 2019-05-14  Tom Tromey  <tromey@adacore.com>
 
        * ada-lang.c (coerce_unspec_val_to_type): Only set address when
This page took 0.02692 seconds and 4 git commands to generate.