aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/ChangeLog')
-rw-r--r--gdbserver/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index 6e6c268..e95177e 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -1,3 +1,10 @@
+2020-02-14 Eli Zaretskii <eliz@gnu.org>
+
+ * win32-low.c (create_process): Prepend PROGRAM to ARGS when
+ preparing the command line for CreateProcess.
+ (win32_create_inferior): Reflect the program name in debugging
+ output that shows the process and its command line.
+
2020-02-13 Simon Marchi <simon.marchi@efficios.com>
* Makefile.in: Rename source files from .c to .cc.