gdbsupport: Let construct_inferior_arguments take gdb::array_view param
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
index a065a9abaffcb1628f4f5b71cfc2e77fefa13e6d..61b57ffc456bf959bb1c75b4a3fc5342db766751 100644 (file)
@@ -1,3 +1,55 @@
+2020-05-25  Michael Weghorn  <m.weghorn@posteo.de>
+
+       * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
+       Adapt to take a gdb::array_view<char * const> parameter.
+       Adapt call site.
+
+2020-05-25  Michael Weghorn  <m.weghorn@posteo.de>
+
+       * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
+       Adapt to handle zero args and return a std::string.
+       Adapt call site.
+
+2020-05-25  Michael Weghorn  <m.weghorn@posteo.de>
+
+       * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
+       Move function here from gdb/infcmd.c, gdb/inferior.h
+
+2020-05-14  Kevin Buettner  <kevinb@redhat.com>
+
+       * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
+
+2020-05-14  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * common-regcache.h (regcache_read_pc_protected): New function
+       declaration.
+
+2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
+
+2020-04-27  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * common-defs.h: Include cstdlib.h.
+
+2020-04-20  Tom Tromey  <tromey@adacore.com>
+
+       * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
+       Use initialization style.  Don't call destroy.
+       * scoped_fd.h (class scoped_fd): Mark move constructor as
+       noexcept.
+       * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
+       noexcept.
+
+2020-04-13  Tom Tromey  <tom@tromey.com>
+
+       * event-loop.c: Move comment.  Remove obsolete  comment.
+
+2020-04-13  Tom Tromey  <tom@tromey.com>
+
+       * event-loop.h: Move from ../gdb/.
+       * event-loop.cc: Move from ../gdb/.
+
 2020-04-13  Tom Tromey  <tom@tromey.com>
 
        * errors.h (flush_streams): Declare.
This page took 0.027547 seconds and 4 git commands to generate.