X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=f16b7b6b261005bb44f27e9f0723e62f3827ebca;hb=263e594b90e5da18915d1b3b3fd5d5e1889d3b19;hp=7f0a0dc89a14729fc26e7031f4cfaa077b78e58c;hpb=8aceae7e500646eed9eac810c8945c31e352c789;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f0a0dc89a..f16b7b6b26 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,93 @@ +2006-10-15 Daniel Jacobowitz + + PR remote/2158 + * remote.c (remote_write_bytes): Throttle packet alignment + for small packets. + +2006-10-16 Jeff Johnston + + * 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 + + * dwarf2read.c (dwarf_decode_lines): Call record_line upon + encountering a different subfile. + +2006-10-11 Denis Pilat + + * tui/tui-source.c (tui_set_source_content): handle source + files that contain non unix end-of-line. + +2006-10-10 Daniel Jacobowitz + + * 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 + Daniel Jacobowitz + + * 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 + + * solib.c (solib_open): Handle an empty solib_absolute_prefix like a + missing one. + +2006-10-09 Daniel Jacobowitz + + * solib.c (solib_read_symbols): Stop if the file was not found. + +2006-10-09 Paul Pluzhnikov + + PR c++/2116 + * valops.c (find_overload_match): Check for a NULL name. + +2006-10-06 Joel Brobecker + + Fix PR symtab/2018 + * dwarf2read.c (read_array_type): Set the type name if the name + attribute is present. + +2006-10-05 Joel Brobecker + + * blockframe.c (block_innermost_frame): Rewrite frame search logic. + +2006-10-05 Daniel Jacobowitz + + * 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 + + * 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 * vec.c: Include defs.h first. This pulls in config.h which can