aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-02-20 17:18:47 +0100
committerJoel Brobecker <brobecker@adacore.com>2014-02-20 17:21:50 +0100
commit3be75f87b9a0e5b06175dadedb268c609609c821 (patch)
tree285440cdad3d97362659e4d1844d24f40f99637e /gdb/ChangeLog
parent957d095533afd835969b8cf8e86adfa63bfb874c (diff)
downloadgdb-3be75f87b9a0e5b06175dadedb268c609609c821.zip
gdb-3be75f87b9a0e5b06175dadedb268c609609c821.tar.gz
gdb-3be75f87b9a0e5b06175dadedb268c609609c821.tar.bz2
windows-nat.c: Bring comment back regarding handling of DLL load events.
This patch brings back a comment that got stripped down a bit too much during a recent change. gdb/ChangeLog: * windows-nat.c (handle_unload_dll): Add function documentation. (do_initial_windows_stuff): Add comment explaining why we wait until after inferior initialization has finished before processing all DLLs.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2745653..bbb1039 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2014-02-20 Joel Brobecker <brobecker@adacore.com>
+ * windows-nat.c (handle_unload_dll): Add function documentation.
+ (do_initial_windows_stuff): Add comment explaining why we wait
+ until after inferior initialization has finished before
+ processing all DLLs.
+
+2014-02-20 Joel Brobecker <brobecker@adacore.com>
+
* windows-nat.c (get_module_name): Delete.
(windows_get_exec_module_filename): New function, mostly
inspired from get_module_name.