C# Class Fuzzer.TargetConnectors.GDB.SetMaxInstructionsCmd

Loads a file (with debug information) to gdb
Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
SetMaxInstructionsCmd ( int maxInstructions, GDBSubProcess gdbProc ) : System

Method Details

SetMaxInstructionsCmd() public method

public SetMaxInstructionsCmd ( int maxInstructions, GDBSubProcess gdbProc ) : System
maxInstructions int
gdbProc GDBSubProcess
return System