X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=58251edd43985f5360ca6190fc2cdd2636e20ada;hb=9852c492bd1c33290056351227ed7f314ff045c3;hp=2aa6ee3db17d7882234df34f0855de28f3e4c454;hpb=ebcdfe33431165983acb9daa04e41c2e9f527d5c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2aa6ee3db1..58251edd43 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,178 @@ +2013-03-29 Yao Qi + + * corelow.c: Include "completer.h". + (_initialize_corelow): Call add_target_with_completer with + argument 'filename_completer'. + * tracepoint.c: Likewise. + * exec.c (_initialize_exec): Likewise. + * target.c (add_target): Rename to ... + (add_target_with_completer): ... this. Call set_cmd_completer + if parameter completer is not NULL. + (add_target): New. + * target.h: Include "command.h". + (add_target_with_completer): Declare it. + +2013-03-28 Joel Brobecker + + * coffread.c (is_import_fixup_symbol): New function. + (record_minimal_symbol): Use is_import_fixup_symbol to + detect import fixup symbols, and discard them. + +2013-03-28 Doug Evans + + * dwarf2read.c (create_debug_types_hash_table): Don't allocate the + types hash table until we know we need it. + + * dwarf2read.c (create_addrmap_from_index): Complain about bad CU + index numbers. + + * dwarf2read.c (dw2_get_file_names): Delete arg "objfile". + All callers updated. + (dw2_print_stats): Print #read CUs too. + (dump_die_shallow): Print signatured types better. + + * dwarf2read.c (struct dwarf2_per_cu_data): Rename member + info_or_types_section to section. All uses updated. + (struct dwo_unit): Ditto. + +2013-03-28 Pedro Alves + + * NEWS (New options): New section. + (New options): Mention set/show remote trace-status-packet. + * remote.c (PACKET_qTStatus): New enumeration value. + (remote_get_trace_status): Skip sending qTStatus if the packet is + disabled. Use packet_ok. + (_initialize_remote): Register a configuration command for + qTStatus packet. + +2013-03-28 Doug Evans + + * symfile.c (find_separate_debug_file): Add comment. + (terminate_after_last_dir_separator): Tweak comment. + + * dwarf2read.c (create_partial_symtab): Add forward decl. + (create_partial_symtab): Move to be closer to other psymtab functions. + (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto. + + * dwarf2read.c (dwarf2_physname): Move declaration to better spot. + (compute_symtab_includes): Remove unnecessary forward declaration. + (die_needs_namespace): Add comment marking group of functions for + dwarf2 name computation. + + * typeprint.c (_initialize_typeprint): Improve type help text. + + * python/python.c (finish_python_initialization): Provide suggestion + for how to tell gdb to find its python files. + +2013-03-28 Pedro Alves + + PR gdb/15294 + + * source.c (_initialize_source): Change back "set listsize" to an + integer command. + +2013-03-27 Gareth McMullin + + PR gdb/15275 + * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH. + +2013-03-27 Pedro Alves + + * top.c (history_size): Rename to ... + (history_size_setshow_var): ... this. Add comment. + (show_commands): Use readline's 'history_length' instead of + computing the history length by calling history_get in a loop. + (set_history_size_command): Error out for sizes over INT_MAX. + Restore previous history size on invalid size. + (init_history): If HISTSIZE is negative, leave the history size as + zero. Add comments. + (init_main): Adjust. + +2013-03-27 Pedro Alves + + * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug + coff_pe_read" command to "set debug coff-pe-read". + +2013-03-27 Markus Metzger + + * record.c (command_size_to_target_size): Fix size comparison. + Change parameter type from pointer to integer to integer. + Update all users. + +2013-03-27 Pierre Muller + + * windows-nat.c (handle_output_debug_string): Avoid typecast + from integer of different size warning. + +2013-03-26 Joel Brobecker + + * windows-nat.c (handle_output_debug_string): Add empty line + after local block variable definition. + +2013-03-26 Pedro Alves + + * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned. + (net_open): Make 'polls' local unsigned. + +2013-03-26 Pedro Alves + + * remote.c (_initialize_remote): Make "set remoteaddresssize" + a zuinteger command instead of uinteger. + +2013-03-26 Pedro Alves + + * record-full.c (record_full_insn_num): Make it unsigned. + (record_full_check_insn_num, record_full_message) + (record_full_registers_change, record_full_xfer_partial): Remove + record_full_insn_max_num check (it's always != 0). + (record_full_info, record_full_restore): Use %u as format string. + (): Use %u as format string. + (set_record_full_insn_max_num): Remove record_full_insn_max_num + check (it's always != 0). + +2013-03-26 Pedro Alves + + * dcache.c (_initialize_dcache): Make the "set dcache line-size" + and "set dcache size" commands zuinteger instead of uinteger. + +2013-03-26 Pedro Alves + + * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version" + command zuinteger instead of uinteger. + +2013-03-26 Pedro Alves + + * coff-pe-read.c (_initialize_coff_pe_read): Make the command + zuinteger instead of uinteger. + +2013-03-26 Pedro Alves + + * record.c (record_insn_history_size_setshow_var) + (record_call_history_size_setshow_var): New globals. + (command_size_to_target_size): New function. + (cmd_record_insn_history, cmd_record_call_history): Use + command_size_to_target_size instead of cast. + (validate_history_size, set_record_insn_history_size) + (set_record_call_history_size): New functions. + (_initialize_record): Install set_record_insn_history_size and + set_record_call_history_size as "set" hooks of "set record + instruction-history-size" and "set record + function-call-history-size". + +2013-03-26 Pedro Alves + + * top.c (gdb_rl_operate_and_get_next): Replace max_input_history + use with history_max_entries use. Remove FIXME note. + +2013-03-26 Markus Metzger + + * record-btrace.c (record_btrace_close): Call + record_btrace_auto_disable. + +2013-03-25 Joel Brobecker + + * rs6000-nat.c (fixup_breakpoints): Delete declaration. + 2013-03-25 Doug Evans * contrib/cc-with-tweaks.sh: Check exit code of dwp.