aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0a01488..2745653 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
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.
+ (windows_pid_to_exec_file): Replace call to get_module_name
+ by call to windows_get_exec_module_filename.
+
+2014-02-20 Joel Brobecker <brobecker@adacore.com>
+
* windows-nat.c (handle_load_dll): Rewrite this function's
introductory comment. Remove code using get_module_name
to get the DLL's name.