public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add missing include to bsd-kvm.c for gdb_abspath
@ 2019-12-16 21:01 Christian Biesinger via gdb-patches
  2019-12-17 20:10 ` Christian Biesinger via gdb-patches
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Biesinger via gdb-patches @ 2019-12-16 21:01 UTC (permalink / raw)
  To: gdb-patches; +Cc: Christian Biesinger

Commit ff8577f64987a898e1dc5eb6afb66a404fb7bb16 added a call to
gdb_abspath in bsd-kvm.c, but doesn't include its header file.
This commit fixes that.

gdb/ChangeLog:

2019-12-16  Christian Biesinger  <cbiesinger@google.com>

	* bsd-kvm.c: Include gdbsupport/pathstuff.h.

Change-Id: I647c3620d8ae978ae27c38dbe0b3347a97c5bfc2
---
 gdb/bsd-kvm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/bsd-kvm.c b/gdb/bsd-kvm.c
index 895686ef62..954a2687f0 100644
--- a/gdb/bsd-kvm.c
+++ b/gdb/bsd-kvm.c
@@ -29,6 +29,7 @@
 #include "gdbcore.h"
 #include "inferior.h"          /* for get_exec_file */
 #include "gdbthread.h"
+#include "gdbsupport/pathstuff.h"
 
 #include <fcntl.h>
 #include <kvm.h>
-- 
2.24.1.735.g03f4e72817-goog

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add missing include to bsd-kvm.c for gdb_abspath
  2019-12-16 21:01 [PATCH] Add missing include to bsd-kvm.c for gdb_abspath Christian Biesinger via gdb-patches
@ 2019-12-17 20:10 ` Christian Biesinger via gdb-patches
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Biesinger via gdb-patches @ 2019-12-17 20:10 UTC (permalink / raw)
  To: gdb-patches

On Mon, Dec 16, 2019 at 3:01 PM Christian Biesinger
<cbiesinger@google.com> wrote:
>
> Commit ff8577f64987a898e1dc5eb6afb66a404fb7bb16 added a call to
> gdb_abspath in bsd-kvm.c, but doesn't include its header file.
> This commit fixes that.
>
> gdb/ChangeLog:
>
> 2019-12-16  Christian Biesinger  <cbiesinger@google.com>
>
>         * bsd-kvm.c: Include gdbsupport/pathstuff.h.

I pushed this as an obvious patch.

To ssh://sourceware.org/git/binutils-gdb.git
   9b30da15e7..e3169fe0bb  HEAD -> master

Christian

> Change-Id: I647c3620d8ae978ae27c38dbe0b3347a97c5bfc2
> ---
>  gdb/bsd-kvm.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gdb/bsd-kvm.c b/gdb/bsd-kvm.c
> index 895686ef62..954a2687f0 100644
> --- a/gdb/bsd-kvm.c
> +++ b/gdb/bsd-kvm.c
> @@ -29,6 +29,7 @@
>  #include "gdbcore.h"
>  #include "inferior.h"          /* for get_exec_file */
>  #include "gdbthread.h"
> +#include "gdbsupport/pathstuff.h"
>
>  #include <fcntl.h>
>  #include <kvm.h>
> --
> 2.24.1.735.g03f4e72817-goog
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-17 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16 21:01 [PATCH] Add missing include to bsd-kvm.c for gdb_abspath Christian Biesinger via gdb-patches
2019-12-17 20:10 ` Christian Biesinger via gdb-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).