C# Class Fuzzer.TargetConnectors.GDB.SetBreakpointCmd

Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
SetBreakpointCmd ( System.UInt64 address, SetBreakpointRH rhCb, GDBSubProcess gdbProc ) : System

Constructs a new break command

Method Details

SetBreakpointCmd() public method

Constructs a new break command
public SetBreakpointCmd ( System.UInt64 address, SetBreakpointRH rhCb, GDBSubProcess gdbProc ) : System
address System.UInt64 Address to set a breakpoint at. Use Symbol Table to translate named symbols to addresses
rhCb SetBreakpointRH
gdbProc GDBSubProcess
return System