C# Class Fuzzer.TargetConnectors.GDB.InfoScopeCmd

Lists the variables valid in a specified scope. If a method has parameters and local variables, the parameters are always listed first
Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
InfoScopeCmd ( GDBSubProcess gdbProc, string scope, InfoScopeRH callback ) : System

Method Details

InfoScopeCmd() public method

public InfoScopeCmd ( GDBSubProcess gdbProc, string scope, InfoScopeRH callback ) : System
gdbProc GDBSubProcess
scope string
callback InfoScopeRH
return System