Blame SOURCES/gdb-gstack.man

475228
.\"
475228
.\" gstack manual page.
475228
.\" Copyright (c) 1999 Ross Thompson
475228
.\" Copyright (c) 2001, 2002, 2004, 2008 Red Hat, Inc.
475228
.\"
475228
.\" Original author: Ross Thompson <ross@whatsis.com>
475228
.\"
475228
.\" This program is free software; you can redistribute it and/or modify
475228
.\" it under the terms of the GNU General Public License as published by
475228
.\" the Free Software Foundation; either version 2, or (at your option)
475228
.\" any later version.
475228
.\"
475228
.\" This program is distributed in the hope that it will be useful,
475228
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
475228
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
475228
.\" GNU General Public License for more details.
475228
.\"
475228
.\" You should have received a copy of the GNU General Public License
475228
.\" along with this program; see the file COPYING.  If not, write to
475228
.\" the Free Software Foundation, 59 Temple Place - Suite 330,
475228
.\" Boston, MA 02111-1307, USA.
475228
.\"
475228
.TH GSTACK 1 "Feb 15 2008" "Red Hat Linux" "Linux Programmer's Manual"
475228
475228
.SH NAME
475228
gstack \- print a stack trace of a running process
475228
475228
.SH SYNOPSIS
475228
.B gstack
475228
pid
475228
475228
.SH DESCRIPTION
475228
475228
\f3gstack\f1 attaches to the active process named by the \f3pid\f1 on
475228
the command line, and prints out an execution stack trace.  If ELF
475228
symbols exist in the binary (usually the case unless you have run
475228
strip(1)), then symbolic addresses are printed as well.
475228
475228
If the process is part of a thread group, then \f3gstack\f1 will print
475228
out a stack trace for each of the threads in the group.
475228
475228
.SH SEE ALSO
475228
nm(1), ptrace(2), gdb(1)
475228
475228
.SH AUTHORS
475228
Ross Thompson <ross@whatsis.com>
475228
475228
Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>