LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::InferiorProcessDead Class Reference

#include <InferiorProcess.h>

Collaboration diagram for llvm::InferiorProcessDead:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 InferiorProcessDead (int EC)
int getExitCode () const

Detailed Description

InferiorProcessDead exception - This class is thrown by methods that communicate with the interior process if the process unexpectedly exits or dies. The instance variable indicates what the exit code of the process was, or -1 if unknown.

Definition at line 40 of file InferiorProcess.h.


Constructor & Destructor Documentation

llvm::InferiorProcessDead::InferiorProcessDead int  EC  )  [inline]
 

Definition at line 43 of file InferiorProcess.h.


Member Function Documentation

int llvm::InferiorProcessDead::getExitCode  )  const [inline]
 

Definition at line 44 of file InferiorProcess.h.

Referenced by llvm::Debugger::contProgram(), llvm::Debugger::finishProgram(), llvm::Debugger::nextProgram(), and llvm::Debugger::stepProgram().


The documentation for this class was generated from the following file: