C# Class Fuzzer.TargetConnectors.GDB.GDBSnapshot

ISnapshot implementation for the GDB connector, keep in mind that only a single snapshot is possible using the GDB connector
Inheritance: ISnapshot
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
Destroy ( ) : void
Dispose ( ) : void
GDBSnapshot ( GDBConnector connector, IDebuggerStop lastDebuggerStop ) : System
Restore ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GDBSnapshot() public method

public GDBSnapshot ( GDBConnector connector, IDebuggerStop lastDebuggerStop ) : System
connector GDBConnector
lastDebuggerStop IDebuggerStop
return System

Restore() public method

public Restore ( ) : void
return void