2009-07-06 15:51:25 +04:00
|
|
|
/*
|
|
|
|
* $Id$
|
|
|
|
*
|
|
|
|
* ede-crasher, a crash handler tool
|
|
|
|
* Part of Equinox Desktop Environment (EDE).
|
2011-10-24 12:15:47 +04:00
|
|
|
* Copyright (c) 2008-2011 EDE Authors.
|
2009-07-06 15:51:25 +04:00
|
|
|
*
|
|
|
|
* 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__
|
|
|
|
|
2009-07-09 16:04:19 +04:00
|
|
|
bool gdb_output_generate(const char *path, edelib::TempFile &t);
|
2011-10-24 12:15:47 +04:00
|
|
|
|
2009-07-06 15:51:25 +04:00
|
|
|
#endif
|