X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=76585e84cfbe5b988872b1e3d93e74edd3623a6a;hb=2cf311ebadb5058afb983c61363fc2595c01b9e4;hp=b6283f6f2a63691bf599cc108675cf69bd12d1a4;hpb=289e23aa03084b22c73ebdcf18371f1e6666ead0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b6283f6f2a..76585e84cf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,262 @@ +2017-09-27 Tom Tromey + + * symfile.c (add_symbol_file_command) + (remove_symbol_file_command, list_overlays_command) + (map_overlay_command, unmap_overlay_command) + (overlay_auto_command, overlay_manual_command) + (overlay_off_command, overlay_load_command): Constify. + +2017-09-27 Tom Tromey + + * spu-tdep.c (info_spu_event_command, info_spu_signal_command) + (info_spu_mailbox_command, info_spu_dma_command) + (info_spu_proxydma_command): Constify. + +2017-09-27 Tom Tromey + + * cli/cli-logging.c (set_logging_on, set_logging_off): Constify. + +2017-09-27 Tom Tromey + + * cli/cli-script.c (user_defined_command): Constify. + +2017-09-27 Tom Tromey + + * cli/cli-dump.c (dump_memory_command, dump_value_command) + (dump_srec_memory, dump_srec_value, dump_ihex_memory) + (dump_ihex_value, dump_verilog_memory, dump_verilog_value) + (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory) + (dump_binary_value, append_binary_memory, append_binary_value): + Constify. + (struct dump_context) : Constify. + (add_dump_command): Update. + +2017-09-27 Tom Tromey + + * cli/cli-cmds.c (show_version, show_configuration) + (source_command, show_user): Constify. + +2017-09-27 Tom Tromey + + * target.c (maintenance_print_target_stack): Constify. + +2017-09-27 Tom Tromey + + * interps.c (interpreter_exec_cmd): Constify. + +2017-09-27 Tom Tromey + + * record-full.c (cmd_record_full_restore): Constify. + +2017-09-27 Tom Tromey + + * memattr.c (enable_mem_command, disable_mem_command) + (delete_mem_command): Constify. + +2017-09-27 Tom Tromey + + * value.c (show_convenience): Constify. + +2017-09-27 Tom Tromey + + * gdbcore.h (core_file_command): Update. + * corefile.c (core_file_command): Constify. + +2017-09-27 Tom Tromey + + * user-regs.c (maintenance_print_user_registers): Constify. + +2017-09-27 Tom Tromey + + * cp-namespace.c (maintenance_cplus_namespace): Constify. + +2017-09-27 Tom Tromey + + * cp-support.c (first_component_command): Constify. + +2017-09-27 Tom Tromey + + * psymtab.c (maintenance_print_psymbols) + (maintenance_info_psymtabs, maintenance_check_psymtabs): + Constify. + +2017-09-27 Tom Tromey + + * windows-tdep.c (display_tib): Constify. + +2017-09-27 Tom Tromey + + * linux-fork.c (delete_checkpoint_command) + (detach_checkpoint_command): Constify. + +2017-09-27 Tom Tromey + + * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify. + +2017-09-27 Tom Tromey + + * arc-tdep.c (dump_arc_instruction_command): Constify. + +2017-09-27 Tom Tromey + + * valprint.c (set_radix, show_radix): Constify. + +2017-09-27 Tom Tromey + + * dtrace-probe.c (info_probes_dtrace_command): Constify. + +2017-09-27 Tom Tromey + + * command.h (not_just_help_class_command): Update. + * cli/cli-decode.h (not_just_help_class_command): Update. + * cli/cli-decode.c (not_just_help_class_command): Constify. + +2017-09-27 Tom Tromey + + * gdb_bfd.c (maintenance_info_bfds): Constify. + +2017-09-27 Tom Tromey + + * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function + overloads. + (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc. + (do_const_cfunc): New function. + (cmd_cfunc_eq): New overload. + (cli_user_command_p): Check do_const_cfunc. + * cli/cli-decode.h (struct cmd_list_element) : New field + const_cfunc. + * command.h (add_cmd): Add const overload and no-function + overload. + (set_cmd_cfunc): Add const overload. + (cmd_const_cfunc_ftype): Declare. + (cmd_cfunc_eq): Add const overload. + * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c, + python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd + overload. + +2017-09-27 Tom Tromey + + * macroexp.c (get_next_token_for_substitution): New function. + (substitute_args): Call it. Check for __VA_OPT__. + +2017-09-26 Walfred Tedeschi + Pedro Alves + + * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add + producer_is_icc_lt_14. + (producer_is_icc_lt_14): New function. + (check_producer): Add code for checking version of ICC. + (producer_is_icc): Move to producer.c. + (read_structure_type): Restrict ICC workaround to ICC<14. + * producer.c: Include selftest.h. + (producer_is_icc, producer_parsing_tests, _initialize_producer): + New functions. + * producer.h (producer_is_icc): New declaration. + +2017-09-26 Walfred Tedeschi + + * Makefile.in (SFILES): Add producer.c. + (COMMON_OBS): Add producer.o + * amd64-tdep.c (producer.h): Add new include. + * dwarf2read.c (producer.h): Add new include. + * producer.c: New file. + * producer.h: New file. + * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to + producer.c. + * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to + producer.h. + +2017-09-26 Matthias Klose + + * configure.ac: Search ncursesw before ncurses. + Check ncursesw/ncurses.h before ncurses/ncurses.h. + * gdb_curses.h: Include + * config.in, configure: Regenerate. + +2017-09-26 Rainer Orth + + PR gdb/22185 + * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as + obsolete. + Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*. + Remove i386sol2 support. + * configure.nat : Remove. + : Fold into ... + : ... this. + Move common settings to default section. + Add sol-thread.o. + * configure.tgt : Rename to ... + : ... this. + : Remove. + : Remove. + + * configure.ac: Remove wctype in libw check. + (_MSE_INT_H): Don't define on Solaris 7-9. + : Remove libthread_db.so.1 check. + * configure: Regenerate. + * config.in: Regenerate. + + * proc-service.c: Remove PROC_SERVICE_IS_OLD handling. + (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t) + (gdb_ps_size_t): Remove. + Use base types in users. + * sol-thread.c: Likewise, also for gdb_ps_addr_t. + + * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal. + +2017-09-26 Rainer Orth + + PR build/22206 + * sparc64-tdep.c (adi_tag_fd): Print pid as long. + (adi_is_addr_mapped): Likewise. + (PSR_ICC): Don't redefine. + (PSR_IMPL): Likewise. + +2017-09-25 Tom Tromey + + * regcache.c (regcache::dump): Use string_printf. + +2017-09-25 Tom Tromey + + * regcache.c (class regcache_invalidator): New. + (struct register_to_invalidate): Remove. + (make_cleanup_regcache_invalidate): Remove. + (regcache::raw_write): Use regcache_invalidator. + +2017-09-25 Tom Tromey + + * spu-tdep.c (spu2ppu_sniffer): Update. + * regcache.h (make_cleanup_regcache_xfree): Don't declare. + * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree): + Remove. + * ppc-linux-tdep.c (ppu2spu_sniffer): Update. + * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update. + * frame.h (frame_save_as_regcache): Return std::unique_ptr. + * frame.c (frame_save_as_regcache): Return std::unique_ptr. + (frame_pop): Update. + +2017-09-25 Tom Tromey + + * spu-tdep.c (spu2ppu_dealloc_cache): Use delete. + * regcache.h (regcache_xfree): Don't declare. + * regcache.c (regcache_xfree): Remove. + (do_regcache_xfree): Use delete. + * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete. + * linux-fork.c (free_fork): Use delete. + (fork_save_infrun_state): Likewise. + * jit.c (jit_dealloc_cache): Use delete. + * infrun.c (discard_infcall_suspend_state): Use delete. + +2017-09-25 Tom Tromey + + * regcache.h (regcache_xmalloc): Don't declare. + (regcache_raw_set_cached_value): Update comment. + * regcache.c (regcache_xmalloc): Remove. + * ppc-linux-tdep.c (ppu2spu_sniffer): Use new. + * jit.c (jit_frame_sniffer): Use new. + * frame.c (frame_save_as_regcache): Use new. + 2017-09-25 Andreas Arnez * NEWS: Advertise support for guarded-storage registers on IBM z.