The Gaudi Framework  master (37c0b60a)
Debugger.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2024 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 //====================================================================
12 // Debugger.h
13 //--------------------------------------------------------------------
14 //
15 // Package : System (The LHCb System service)
16 //
17 // Description: Invoke interactively the debugger from a
18 // running application
19 //
20 // Author : M.Frank
21 // Created : 13/1/99
22 // Changes :
23 //====================================================================
24 #ifndef GAUDI_SYSTEM_DEBUGGER_H
25 #define GAUDI_SYSTEM_DEBUGGER_H
26 
27 #include <GaudiKernel/Kernel.h>
28 
29 namespace System {
33  GAUDI_API long breakExecution( long pid );
34 } // namespace System
35 #endif // GAUDI_SYSTEM_DEBUGGER_H
System::breakExecution
GAUDI_API long breakExecution()
Break the execution of the application and invoke the debugger.
Definition: Debugger.cpp:57
Kernel.h
System
Note: OS specific details for environment resolution.
Definition: Debugger.h:29
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81