Fix TID parser bug
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c0cc57f102eeeb19a58b8d34a25d36f90c4b9b99..3843e12710bd79f39815bae8421e14cf4664144b 100644 (file)
@@ -1,3 +1,161 @@
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * thread.c (thread_apply_command): Adjust TID parsing.
+       * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
+       detected before end of string.
+       (tid_is_in_list): Error out if LIST is invalid.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * completer.c (complete_line_internal_1): Rewind completion word
+       point.
+       (completion_tracker::advance_custom_word_point_by): Change
+       parameter type to int.
+       * completer.h (completion_tracker::advance_custom_word_point_by):
+       Likewise.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * completer.c (advance_to_completion_word): Handle delimiters.
+
+2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>
+
+       * dwarf2read.c (add_partial_symbol): Skip nameless modules.
+
+2019-06-11  Tom Tromey  <tom@tromey.com>
+
+       * common/common-utils.c (xmalloc, xrealloc, xcalloc)
+       (xmalloc_failed): Move to alloc.c.
+       * alloc.c: New file.
+       * Makefile.in (COMMON_SFILES): Add alloc.c.
+
+2019-06-11  Tom Tromey  <tom@tromey.com>
+
+       * nat/linux-waitpid.c: Don't include server.h.
+       (linux_debug): Remove.
+       (my_waitpid): Update.
+
+2019-06-11  Tom Tromey  <tromey@adacore.com>
+
+       * infcall.c (_initialize_infcall): Remove trailing newline from
+       help.
+       * user-regs.c (_initialize_user_regs): Remove trailing newline
+       from help.
+       * typeprint.c (_initialize_typeprint): Remove trailing newline
+       from help.
+       * reverse.c (_initialize_reverse): Remove trailing newlines from
+       help.
+       * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
+       from help.
+       * language.c (add_set_language_command): Remove trailing newline
+       from help.
+       * infcmd.c (_initialize_infcmd): Remove trailing newlines from
+       help.
+       * disasm.c (_initialize_disasm): Remove trailing newline from
+       help.
+       * top.c (init_main): Remove trailing newline from help.
+       * interps.c (_initialize_interpreter): Remove trailing newline
+       from help.
+       * btrace.c (_initialize_btrace): Remove trailing newlines from
+       help.
+       * breakpoint.c (_initialize_breakpoint): Remove trailing newline
+       from help.
+       * python/python.c (_initialize_python): Remove trailing newline
+       from help.
+       * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
+       help.
+       * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
+       from help.  Reformat some text.
+       * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
+       from help.
+       * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
+       newline from help.
+
+2019-06-11  Tom Tromey  <tromey@adacore.com>
+
+       * darwin-nat.c (darwin_decode_exception_message)
+       (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
+
+2019-06-10  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * valops.c (value_slice): Check for not allocated or not
+       associated values.
+
+2019-06-10  Tom de Vries  <tdevries@suse.de>
+
+       PR gdb/24618
+       * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
+       sure an empty slot (defined by a 32-bit zero pair) is recognized as
+       invalid.
+
+2019-06-10  Tom de Vries  <tdevries@suse.de>
+
+       PR gdb/24611
+       * linespec.c (linespec_lexer_lex_string): Remove incorrect
+       "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon.  Add assert.
+
+2019-06-10  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/24545
+       * symtab.c (struct demangled_name_entry): Add language field.
+       (symbol_set_names):  Revert "[gdb/symtab] Fix language of duplicate
+       static minimal symbol".  Set and use language field.
+
+2019-06-10  Tom Tromey  <tromey@adacore.com>
+
+       * ada-lang.c (_initialize_ada_language): Update help text.
+
+2019-06-10  Tom Tromey  <tromey@adacore.com>
+
+       * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
+       with a newline.
+       * guile/guile.c (handle_boot_error): Don't end warning with a
+       newline.
+       * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
+       warning with a newline.
+       * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
+       newline.
+       (s12z_frame_cache): Likewise.
+       * dwarf-index-cache.c (index_cache::store): Don't end warning with
+       a newline.
+       * solib-svr4.c (disable_probes_interface): Don't end warning with
+       a newline.
+       * nat/fork-inferior.c (fork_inferior): Don't end warning with a
+       newline.
+       * python/python.c (do_finish_initialization): Don't end warning
+       with a newline.
+
+2019-06-10  Tom Tromey  <tom@tromey.com>
+
+       * python/py-breakpoint.c (gdbpy_breakpoint_created)
+       (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
+       gdbpy_enter.
+
+2019-06-10  Tom Tromey  <tromey@adacore.com>
+
+       * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
+       data.
+       (elf_new_init): Don't call stabsread_new_init.
+       * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
+       (elfstab_build_psymtabs): Likewise.  Call stabsread_new_init.
+       * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
+
+2019-06-10  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/16264
+       PR symtab/24517
+       * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
+
+2019-06-06  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * source.c (find_and_open_source): Also rewrite relative file
+       names.
+
+2019-04-26  Amos Bird  <amosbird@gmail.com>
+
+       * annotate.c (annotate_thread_exited): Add "thread-exited"
+       annotation.
+
 2019-06-06  Tom Tromey  <tromey@adacore.com>
 
        * maint.h (class scoped_command_stats): Use
This page took 0.025144 seconds and 4 git commands to generate.