C# Class Fuzzer.TargetConnectors.GDB.SetBreakpointNameCmd

Inheritance: GDBCommand
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode Description
SetBreakpointNameCmd ( ISymbol breakSymbol, SetBreakpointRH rhCb, GDBSubProcess gdbProc ) : System

Constructs a new break command

Method Details

SetBreakpointNameCmd() public méthode

Constructs a new break command
public SetBreakpointNameCmd ( ISymbol breakSymbol, SetBreakpointRH rhCb, GDBSubProcess gdbProc ) : System
breakSymbol ISymbol Symbol to break at
rhCb SetBreakpointRH
gdbProc GDBSubProcess
Résultat System