C# Class NitroDebugger.RSP.StopSignalExtension

Show file Open project: pleonex/NitroDebugger

Public Methods

Method Description
ToStopSignal ( this signal ) : StopSignal

Converts from the TargetSignal enum used by GDB officially to StopType used internally by DeSmuME. It gives more info about the reason.

Method Details

ToStopSignal() public static method

Converts from the TargetSignal enum used by GDB officially to StopType used internally by DeSmuME. It gives more info about the reason.
public static ToStopSignal ( this signal ) : StopSignal
signal this Signal.
return StopSignal