diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-09-24 17:49:56 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-09-24 17:49:56 +0000 |
commit | 30a4a70c9c3137e983dea99da3eb45c46022a563 (patch) | |
tree | 19f74c9892ac32d0550da64c8e272274a5d2ce2f /gdb/doc/ChangeLog | |
parent | 2bf05e57303ade685e40991a7779de56ced5d46f (diff) | |
download | gdb-30a4a70c9c3137e983dea99da3eb45c46022a563.zip gdb-30a4a70c9c3137e983dea99da3eb45c46022a563.tar.gz gdb-30a4a70c9c3137e983dea99da3eb45c46022a563.tar.bz2 |
* observer.texi (solib_unloaded): Document explicitly the fact that
this observer is called before the associated symbols are unloaded.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 50f0b25..7e6a2b0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-09-23 Joel Brobecker <brobecker@adacore.com> + + * observer.texi (solib_unloaded): Document explicitly the fact that + this observer is called before the associated symbols are unloaded. + 2009-09-19 Vladimir Prus <vladimir@codesourcery.com> * gdb.texinfo (GDB/MI Stack Manipulation): Document |