From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7912 invoked by alias); 29 Oct 2013 14:47:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7897 invoked by uid 89); 29 Oct 2013 14:47:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mga01.intel.com Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 29 Oct 2013 14:47:15 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 29 Oct 2013 07:47:14 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 29 Oct 2013 07:47:13 -0700 Received: from ulvlx001.iul.intel.com (ulvlx001.iul.intel.com [172.28.207.17]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id r9TElCE5000392; Tue, 29 Oct 2013 14:47:12 GMT Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id r9TElCoS029802; Tue, 29 Oct 2013 15:47:12 +0100 Received: (from nblanc@localhost) by ulvlx001.iul.intel.com with œ id r9TElBXB029795; Tue, 29 Oct 2013 15:47:11 +0100 From: Nicolas Blanc To: aburgess@broadcom.com Cc: gdb-patches@sourceware.org, nicolas.blanc@intel.com Subject: [PATCH] ChangeLog entries for the remove-symbol-file commits. Date: Tue, 29 Oct 2013 14:47:00 -0000 Message-Id: <1383057992-29748-1-git-send-email-nicolas.blanc@intel.com> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00895.txt.bz2 --- Hi, Andrew pointed out that I should have updatded the ChangeLog files in the commits of the remove-symbol-file series -- sorry for that. Is it ok to fix the logs with this patch? Thank you, Nicolas gdb/ChangeLog | 20 ++++++++++++++++++++ gdb/doc/ChangeLog | 6 ++++++ gdb/testsuite/ChangeLog | 9 +++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d050c23..76c9321 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,23 @@ +2013-10-29 Nicolas Blanc + + * exec.h (add_target_sections_of_objfile): New declaration. + * exec.c (add_target_sections_of_objfile): New function. + * symfile.c (add_symbol_file_command): Update current target sections. + (remove_symbol_file_command): New command. + (symfile_free_objfile): New function. + (_initialize_symfile): Register observer for free_objfile events. + * NEWS: Add description of the remove-symbol-file command. + * breakpoint.c (disable_breakpoints_in_freed_objfile): New function. + * objfiles.c (free_objfile): Notify free_objfile. + (is_addr_in_objfile): New function. + * objfiles.h (is_addr_in_objfile): New declaration. + * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile + events instead of solib_unloaded events. + (_initialize_printcmd): Register observer for free_objfile instead + of solib_unloaded notifications. + * solib.c (remove_user_added_objfile): New function. + (_initialize_symfile): Add remove-symbol-file. + 2013-10-29 Yao Qi * auto-load.c (auto_load_pspace_data_cleanup): Get data from diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c66a152..cb19554 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-10-29 Nicolas Blanc + + * gdb.texinfo (Commands to Specify Files): Add description + of the remove-symbol-file command. + * observer.texi: New free_objfile event. + 2013-10-24 Pedro Alves * gdb.texinfo (Starting): Document set/show startup-with-shell. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e8f4a08..a9b097c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2013-10-29 Nicolas Blanc + + * gdb.base/sym-file-lib.c: New file. + * gdb.base/sym-file-loader.c: New file. + * gdb.base/sym-file-loader.h: New file. + * gdb.base/sym-file-main.c: New file. + * gdb.base/sym-file.exp: New file. + * lib/gdb.exp (is_elf_target): New function. + 2013-10-28 Tom de Vries * gdb.arch/thumb2-it.S (it_8): Fix typo. -- 1.7.6.5