Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 81e44f60fd3cbd1080fae2144fb78aa2a88458f9..ac88a9d7785652205cc8f2b06ea8acd4cf72f90d 100644 (file)
@@ -1,3 +1,26 @@
+2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * server.c (captured_main): Change order of error message printed
+       when the current working directory cannot be found.
+
+2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * server.c: Include "filenames.h" and "pathstuff.h".
+       (program_name): Delete variable.
+       (program_path): New anonymous class.
+       (get_exec_wrapper): Use "program_path" instead of
+       "program_name".
+       (handle_v_run): Likewise.
+       (captured_main): Likewise.
+       (process_serial_event): Likewise.
+
+2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * Makefile.in (SFILES): Add "$(srcdir)/common/pathstuff.c".
+       (OBJS): Add "pathstuff.o".
+       * server.c (current_directory): New global variable.
+       (captured_main): Initialize "current_directory".
+
 2018-02-26  Alan Hayward  <alan.hayward@arm.com>
 
        * tdesc.c: Use common/tdesc.h.
This page took 0.029249 seconds and 4 git commands to generate.