> 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


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to