This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Include gdb_proc_service.h in x86-linux-nat.h


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0e2d6fa6a38ae2b80a56d786a41d905c9541906f

commit 0e2d6fa6a38ae2b80a56d786a41d905c9541906f
Author: Yao Qi <yao.qi@linaro.org>
Date:   Fri Jan 6 14:33:01 2017 +0000

    Include gdb_proc_service.h in x86-linux-nat.h
    
    $ make check-headers CHECK_HEADERS="x86-linux-nat.h"
    ...
    ../../binutils-gdb/gdb/x86-linux-nat.h:29:8: error: 'ps_err_e' does not name a type
     extern ps_err_e x86_linux_get_thread_area (pid_t pid, void *addr,
            ^
    
    gdb:
    
    2017-01-06  Yao Qi  <yao.qi@linaro.org>
    
    	* x86-linux-nat.h: Include gdb_proc_service.h.

Diff:
---
 gdb/ChangeLog       | 4 ++++
 gdb/x86-linux-nat.h | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 80deeb4..fec9974 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2017-01-06  Yao Qi  <yao.qi@linaro.org>
 
+	* x86-linux-nat.h: Include gdb_proc_service.h.
+
+2017-01-06  Yao Qi  <yao.qi@linaro.org>
+
 	* ser-base.h: Include serial.h.
 
 2017-01-06  Yao Qi  <yao.qi@linaro.org>
diff --git a/gdb/x86-linux-nat.h b/gdb/x86-linux-nat.h
index 7d952aa..897f989 100644
--- a/gdb/x86-linux-nat.h
+++ b/gdb/x86-linux-nat.h
@@ -20,6 +20,8 @@
 #ifndef X86_LINUX_NAT_H
 #define X86_LINUX_NAT_H 1
 
+#include "gdb_proc_service.h"  /* For ps_err_e.  */
+
 
 
 /* Helper for ps_get_thread_area.  Sets BASE_ADDR to a pointer to


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]