implemented our own traceback after error by attaching gdb
@@ -19,8 +19,15 @@
#define _LAERROR_H_
#include <iostream>
#include <signal.h>
namespace LA {
extern "C" {
extern int traceback(int flags);
extern void sigtraceback(int sig,int flags);
}
//exception class for laerror
class LAerror
{
The note is not visible to the blocked user.