diff options
author | nobody <> | 2003-04-16 04:55:32 +0000 |
---|---|---|
committer | nobody <> | 2003-04-16 04:55:32 +0000 |
commit | 8ddfa96fcd388fb183d7aac8befd08c138e105dd (patch) | |
tree | d9b7c06e38e1e18be887339cb7690622a278fa5f /gdb/infttrace.h | |
parent | a1534bcecbddfd708c28b31bf9640d8442040bda (diff) | |
download | gdb-8ddfa96fcd388fb183d7aac8befd08c138e105dd.zip gdb-8ddfa96fcd388fb183d7aac8befd08c138e105dd.tar.gz gdb-8ddfa96fcd388fb183d7aac8befd08c138e105dd.tar.bz2 |
This commit was manufactured by cvs2svn to create branch
'carlton_dictionary-branch'.
Cherrypick from master 2003-04-16 04:55:31 UTC DJ Delorie <dj@redhat.com> 'merge from gcc':
bfd/cpu-xtensa.c
bfd/elf32-xtensa.c
bfd/po/zh_CN.po
bfd/xtensa-isa.c
bfd/xtensa-modules.c
gdb/cp-namespace.c
gdb/doc/observer.texi
gdb/frame-base.c
gdb/frame-base.h
gdb/i386-cygwin-tdep.c
gdb/infttrace.h
gdb/mi/mi-cmd-file.c
gdb/testsuite/gdb.arch/e500-abi.c
gdb/testsuite/gdb.arch/e500-abi.exp
gdb/testsuite/gdb.arch/e500-regs.c
gdb/testsuite/gdb.arch/e500-regs.exp
gdb/testsuite/gdb.asm/m68hc11.inc
gdb/testsuite/gdb.base/gdb1090.c
gdb/testsuite/gdb.base/gdb1090.exp
gdb/testsuite/gdb.c++/maint.exp
gdb/testsuite/gdb.gdb/observer.exp
gdb/testsuite/gdb.mi/mi-file.exp
include/elf/xtensa.h
include/xtensa-config.h
include/xtensa-isa-internal.h
include/xtensa-isa.h
libiberty/mempcpy.c
libiberty/stpcpy.c
libiberty/stpncpy.c
opcodes/xtensa-dis.c
sim/arm/iwmmxt.c
sim/arm/iwmmxt.h
sim/arm/maverick.c
Diffstat (limited to 'gdb/infttrace.h')
-rw-r--r-- | gdb/infttrace.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gdb/infttrace.h b/gdb/infttrace.h new file mode 100644 index 0000000..d3330e3 --- /dev/null +++ b/gdb/infttrace.h @@ -0,0 +1,28 @@ +/* Low level Unix child interface to ttrace, for GDB when running under HP-UX. + + Copyright 2003 Free Software Foundation, Inc. + + This file is part of GDB. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#ifndef INFTTRACE_H +#define INFTTRACE_H + +extern int parent_attach_all (int, PTRACE_ARG3_TYPE, int); +extern pid_t hppa_switched_threads (pid_t gdb_pid); + +#endif |