* gprof.c (main): Fix option string for -C, -n and -N.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7f0a0dc89a14729fc26e7031f4cfaa077b78e58c..f16b7b6b261005bb44f27e9f0723e62f3827ebca 100644 (file)
@@ -1,3 +1,93 @@
+2006-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR remote/2158
+       * remote.c (remote_write_bytes): Throttle packet alignment
+       for small packets.
+
+2006-10-16  Jeff Johnston  <jjohnstn@redhat.com>
+       * linux-thread-db.c (thread_db_wait): Don't bother continuing if
+       the wait result indicates the program terminated with a
+       signal (from gdb-6.3-ia64-sigill-20051115.patch, a patch for
+       Fedora Core 5).
+       
+2006-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2read.c (dwarf_decode_lines): Call record_line upon
+       encountering a different subfile.
+
+2006-10-11  Denis Pilat  <denis.pilat@st.com>
+
+       * tui/tui-source.c (tui_set_source_content): handle source 
+       files that contain non unix end-of-line.
+       
+2006-10-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ser-mingw.c (free_pipe_state, pipe_wait_handle): Update
+       for changes to pipe_select_thread.
+       (pipe_done_wait_handle): New.
+       (_initialize_ser_windows): Reference it.
+
+2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (expprint.o, parse.o, target.o): Update.
+       * dwarf2loc.c (dwarf_expr_tls_address): Move body to
+       target_translate_tls_address.  Call it.
+       * eval.c (evaluate_subexp_standard): Handle UNOP_MEMVAL_TLS.
+       * expprint.c (print_subexp_standard): Likewise.
+       (op_name_standard, dump_subexp_body_standard): Likewise.
+       * expression.h (enum exp_opcode): Add UNOP_MEMVAL_TLS.
+       (union exp_element): Add objfile.
+       * parse.c (write_exp_elt_objfile): New function.
+       (msym_tls_symbol_type): New.
+       (write_exp_msymbol): Handle TLS.
+       (operator_length_standard): Handle UNOP_MEMVAL_TLS.
+       (build_parse): Initialize msym_tls_symbol_type.
+       * parser-defs.h (write_exp_elt_objfile): New prototype.
+       * target.c (target_translate_tls_address): New.
+       * target.h (target_translate_tls_address): Add prototype.
+
+2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * solib.c (solib_open): Handle an empty solib_absolute_prefix like a
+       missing one.
+
+2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * solib.c (solib_read_symbols): Stop if the file was not found.
+
+2006-10-09  Paul Pluzhnikov  <ppluzhnikov@charter.net>
+
+       PR c++/2116
+       * valops.c (find_overload_match): Check for a NULL name.
+
+2006-10-06 Joel Brobecker  <brobecker@adacore.com>
+
+       Fix PR symtab/2018
+       * dwarf2read.c (read_array_type): Set the type name if the name
+       attribute is present.
+
+2006-10-05  Joel Brobecker  <brobecker@adacore.com>
+
+        * blockframe.c (block_innermost_frame): Rewrite frame search logic.
+
+2006-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (gdb_expat_h): New.
+       (xml_support_h): Add gdb_expat.h dependency.
+       (memory-map.o, xml-support.o): Likewise.
+       * gdb_expat.h: New file.
+       * xml-support.h: Include it.
+       * memory-map.c, xml-support.c: Likewise.  Remove XML_STATUS_OK
+       definitions.
+
+2006-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (get_remote_state_raw): Renamed from get_remote_state.
+       (get_remote_state): New function.
+       (init_remote_state, _initialize_remote): Use get_remote_state_raw.
+
 2006-10-04  Fred Fish  <fnf@specifix.com>
 
        * vec.c: Include defs.h first.  This pulls in config.h which can
This page took 0.02424 seconds and 4 git commands to generate.