bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reading a core file


From: Andrew Cagney
Subject: Re: reading a core file
Date: Sun, 13 Jan 2002 10:17:48 -0500
User-agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103

Hello,

During the execution of programs/processes on Unix, core gets formed.
How do i read this core file formed to find out more details????
i do not want to execute the program in GDB. Is there a way to read the core 
file without executing the program in GDB???

$  gdb  <executable> <core>

See also:
http://sources.redhat.com/gdb/onlinedocs/gdb_3.html#IDX10

Andrew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]