summaryrefslogtreecommitdiff
path: root/gdbserver/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/ChangeLog')
-rw-r--r--gdbserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index b4e6fa66608..7ed38d7dbf7 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -1,5 +1,10 @@
2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
+ * nto-low.cc (nto_process_target::create_inferior): Pass
+ argv to spawnp function as char **.
+
+2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
+
* server.cc (captured_main), (handle_v_run): No longer
insert extra NULL element to args vector.