C# Class Fuzzer.TargetConnectors.GDB.DeleteBreakpointCmd

Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
DeleteBreakpointCmd ( int num, GDBSubProcess gdbProc ) : System

Constructs a new delete breakpoints command

Method Details

DeleteBreakpointCmd() public method

Constructs a new delete breakpoints command
public DeleteBreakpointCmd ( int num, GDBSubProcess gdbProc ) : System
num int Number of the breakpoint to delete
gdbProc GDBSubProcess
return System