Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Nicolas Blanc <nicolas.blanc@intel.com>
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	[thread overview]
Message-ID: <1383057992-29748-1-git-send-email-nicolas.blanc@intel.com> (raw)

---

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  <nicolas.blanc@intel.com>
+
+	* 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  <yao@codesourcery.com>
 
 	* 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  <nicolas.blanc@intel.com>
+
+	* 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  <palves@redhat.com>
 
 	* 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  <nicolas.blanc@intel.com>
+
+	* 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  <tom@codesourcery.com>
 
 	* gdb.arch/thumb2-it.S (it_8): Fix typo.
-- 
1.7.6.5


             reply	other threads:[~2013-10-29 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-29 14:47 Nicolas Blanc [this message]
2013-10-29 14:53 ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383057992-29748-1-git-send-email-nicolas.blanc@intel.com \
    --to=nicolas.blanc@intel.com \
    --cc=aburgess@broadcom.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox