Blame SOURCES/gdb-gstack.man

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