This is the mail archive of the gdb-patches@sources.redhat.com 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]

[PATCH] Check for ttrace.


As a first step in sorting out the ptrace(2)/ttrace(2) HP-UX mess, I'm
adding a check for the ttrace function.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* configure.in: Check for ttrace function.
	* configure, config.in: Regenerate.	

Index: configure.in
===================================================================
RCS file: /cvs/src/src/gdb/configure.in,v
retrieving revision 1.165
diff -u -p -r1.165 configure.in
--- configure.in 15 Aug 2004 10:05:58 -0000 1.165
+++ configure.in 21 Aug 2004 12:02:57 -0000
@@ -483,6 +483,7 @@ AC_CHECK_FUNCS(setpgid setpgrp)
 AC_CHECK_FUNCS(sigaction sigprocmask sigsetmask)
 AC_CHECK_FUNCS(socketpair)
 AC_CHECK_FUNCS(syscall)
+AC_CHECK_FUNCS(ttrace)
 
 # Check the return and argument types of ptrace.  No canned test for
 # this, so roll our own.


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