* config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a92d0480ff08a51ff37fe3dab7ec5b8b44085934..84d2e572091e3640a27f8ad34c94da22478fbaf2 100644 (file)
@@ -1,3 +1,170 @@
+2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
+
+        PR python/12149
+
+       * python/python.c (gdbpy_write): Accept a stream argument and
+       operate to the appropriate stream.
+       (gdbpy_flush): Likewise.
+       (_initialize_python): Add stream constants.
+       (finish_python_initialization): Add GdbOutputErrorFile class.
+
+2011-03-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * MAINTAINERS: Add myself as a write-after-approval maintainer.
+
+2011-03-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
+        to store_signed_integer.  Add debug message when relocating CALL
+        instructions.  Fix formatting of debug message.
+        * i386-tdep.c (i386_relocate_instruction): Ditto.
+
+2011-03-17  Joel Brobecker  <brobecker@gnat.com>
+
+       * target.h (struct target_ops): Remove to_lookup_symbol field.
+       (target_lookup_symbol): Delete macro.
+       * target.c (nosymbol, debug_to_lookup_symbol): Delete.
+       (update_current_target, setup_target_debug): Remove handling
+       of to_lookup_symbol target_ops field.
+       * ada-tasks.c (get_known_tasks_addr): Remove use of
+       target_lookup_symbol.
+       * coffread.c (coff_symtab_read): Likewise.
+       * dbxread.c (read_dbx_symtab): Ditto.
+
+2011-03-17  Joel Brobecker  <brobecker@gnat.com>
+
+       PR gdb/12116:
+       * configure.ac: Add getthrds declaration check.
+       * configure, config.in: Regenerate.
+       * aix-thread.c (getthrds): Declare only if not already declared
+       in procinfo.h.  More declaration out of get_signaled_thread to
+       global scope.
+
+2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * python/py-symtab.c: Populate symtab_object_methods,
+       sal_object_methods.
+       (stpy_is_valid): New function.
+       (salpy_is_valid): Ditto.
+       * python/py-symbol.c: Declare symbol_object_methods.  Populate.
+       (sympy_is_valid): New function.
+       * python/py-objfile.c: Declare objfile_object_methods.  Populate.
+       (objfpy_is_valid): New function.
+       * python/py-inferior.c: Populate inferior_object_methods.
+       (infpy_is_valid): New function.
+       * python/py-infthread.c: Populate thread_object_methods.
+       (thpy_is_valid): New function.
+       * python/py-block.c: Declare block_object_methods.  Populate.  Declare
+       block_iterator_object_methods.  Populate.
+       (blpy_is_valid): New function.
+       (blpy_iter_is_valid): Ditto.
+
+2011-03-16  Keith Seitz  <keiths@redhat.com>
+
+       * linespec.c (find_methods): Canonicalize NAME before looking
+       up the symbol.
+       (name_end): New function.
+       (keep_name_info): New function.
+       (decode_line_1): Use keep_name_info.
+       (decode_compound): Likewise.
+       * cli/cli-utils.h (remove_trailing_whitespace): New function.
+       * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
+
+       PR c++/12273
+       * linespec.c (locate_first_half): Keep overload information, too.
+       (decode_compound): Use a string to represent break characters
+       to escape the loop.
+       If P points to a break character, do not increment it.
+       For C++ and Java, keep overload information and relevant keywords.
+       If we cannot find a symbol, search the minimal symbols.
+
+       PR c++/11734
+       * linespec.c (decode_compound): Rename SAVED_ARG to
+       THE_REAL_SAVED_ARG.
+       Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
+       single-quotes.
+       Pass a valid block to lookup_symbol.
+       (lookup_prefix_sym): Likewise.
+       (find_method): Construct search name based on SYM_CLASS instead
+       of SAVED_ARG.
+       * psymtab.c (lookup_partial_symbol): Add language parameter.
+       (lookup_symbol_aux_psymtabs): Likewise.
+       Don't assume that the psymtab we found was the right one. Search
+       for the desired symbol in the symtab to be certain.
+       (psymtab_search_name): New function.
+       (lookup_partial_symbol): Use psymtab_search_name.
+       Add language parameter.
+       (read_symtabs_for_function): Add language parameter and pass to
+       lookup_partial_symbol.
+       (find_symbol_file_from_partial): Likewise.
+
+2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       PR gdb/12528
+       * dwarf2read.c (noop_record_line): New function.
+       (dwarf_decode_lines): Ignore line tables for GCd functions.
+
+2011-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Fix ARI warnings about new lines at the end of messages, which
+       are unneeded as there is a new line added at the end of the message
+       automatically.
+       * darwin-nat.c (darwin_stop_inferior): Ditto.
+       * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
+       * dfp.c (decimal_to_number): Ditto.
+       * exec.c (print_section_info): Ditto.
+       * i386-darwin-nat.c (darwin_set_sstep): Ditto.
+       * osdata.c (get_osdata): Ditto.
+       * record.c (bfdcore_write): Ditto.
+       * remote-mips.c (mips_readchar): Ditto.
+       * remote.c (read_ptid): Ditto.
+       * ser-mingw.c (ser_windows_raw): Ditto.
+       * tracepoint.c (add_local_symbols): Ditto.
+       * windows-nat.c (fake_create_process): Ditto.
+
+2011-03-16  Tom Tromey  <tromey@redhat.com>
+
+       * tracepoint.c (stop_tracing): Don't declare.
+       * event-top.c (after_char_processing_hook): Add `(void)'.
+
+2011-03-16  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * NEWS: Add Parameter sub-classing description.
+
+2011-03-16  Kai Tietz  <ktietz@redhat.com>
+
+       * MAINTAINERS: Update my e-mail address.
+
+2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
+
+       * MAINTAINERS: Add myself for write after approval privileges.
+
+2011-03-15  Michael Snyder  <msnyder@vmware.com>
+
+       * frame.c (find_frame_sal): Assert sym is not null.
+
+       * dbxread.c (process_one_symbol): Assert 'name' is not null.
+
+       * objc-lang.c (selectors_info): Check strchr for null result.
+
+       * stabsread.c (define_symbol): Guard against bad stabstring input.
+
+2011-03-15  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Remove trailing spaces and tabulations from pascal language
+       support sources.
+       p-exp.y: Ditto.
+       p-lang.c: Ditto.
+       p-lang.h: Ditto.
+       p-valprint.c: Ditto.
+
+2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
+       than LOW.  Comment it.
+       (read_partial_die): Call complaint for inappropriate zero LOWPC or
+       HIGHPC not strictly higher than LOWPC.
+
 2011-03-15  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        Fix formatting of function declarations returning a pointer in
This page took 0.024945 seconds and 4 git commands to generate.