C# 클래스 Fuzzer.TargetConnectors.GDB.DeleteBreakpointCmd

상속: GDBCommand
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
DeleteBreakpointCmd ( int num, GDBSubProcess gdbProc ) : System

Constructs a new delete breakpoints command

메소드 상세

DeleteBreakpointCmd() 공개 메소드

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