ede/ede-bug-tools/ede-crasher/GdbOutput.h

19 lines
407 B
C

/*
* $Id$
*
* ede-crasher, a crash handler tool
* Part of Equinox Desktop Environment (EDE).
* Copyright (c) 2008-2011 EDE Authors.
*
* This program is licensed under terms of the
* GNU General Public License version 2 or newer.
* See COPYING for details.
*/
#ifndef __GDBOUTPUT_H__
#define __GDBOUTPUT_H__
bool gdb_output_generate(const char *path, edelib::TempFile &t, int pid = -1);
#endif