diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2020-05-25 11:37:44 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-05-25 11:38:02 -0400 |
commit | 92651b1d91a124b8c14e45adc8d007b659cc92c2 (patch) | |
tree | 94d42142aaa4c08c436b28f37ca2582782fa5ba2 /gdbsupport/ChangeLog | |
parent | 42cf184456fb1470835b6dccd536c2d74461e7b6 (diff) | |
download | fsf-binutils-gdb-92651b1d91a124b8c14e45adc8d007b659cc92c2.zip fsf-binutils-gdb-92651b1d91a124b8c14e45adc8d007b659cc92c2.tar.gz fsf-binutils-gdb-92651b1d91a124b8c14e45adc8d007b659cc92c2.tar.bz2 |
gdb: Move construct_inferior_arguments to gdbsupport
This moves the function construct_inferior_arguments from
gdb/inferior.h and gdb/infcmd.c to gdbsupport/common-inferior.{h,cc}.
While at it, also move the function's comment to the header file
to align with current standards.
The intention is to use it from gdbserver in a follow-up commit.
gdb/ChangeLog:
* infcmd.c, inferior.h: (construct_inferior_arguments):
Moved function from here to gdbsupport/common-inferior.{h,cc}
gdbsupport/ChangeLog:
* common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
Move function here from gdb/infcmd.c, gdb/inferior.h
Change-Id: Ib9290464ce8c0872f605d8829f88352d064c30d6
Diffstat (limited to 'gdbsupport/ChangeLog')
-rw-r--r-- | gdbsupport/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index e7374ab..4f72c7d 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,8 @@ +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. |