00001 //==================================================================== 00002 // Debugger.h 00003 //-------------------------------------------------------------------- 00004 // 00005 // Package : System (The LHCb System service) 00006 // 00007 // Description: Invoke interactively the debugger from a 00008 // running application 00009 // 00010 // Author : M.Frank 00011 // Created : 13/1/99 00012 // Changes : 00013 //==================================================================== 00014 #ifndef GAUDI_SYSTEM_DEBUGGER_H 00015 #define GAUDI_SYSTEM_DEBUGGER_H 00016 00017 namespace System { 00019 long breakExecution(); 00021 long breakExecution(long pid); 00022 } 00023 #endif // GAUDI_SYSTEM_DEBUGGER_H