Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerBreakpoint
Packages that use IDebuggerBreakpoint
Package
Description
Types used by debugger plugins.
Standard implementations of debugger related interfaces.
-
Uses of IDebuggerBreakpoint in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return IDebuggerBreakpointModifier and TypeMethodDescriptionIDebuggerUnit.getBreakpoint
(long memoryAddress) Get the breakpoints set at the explicit memory address.IDebuggerUnit.getBreakpoint
(String address, ICodeUnit unit) Get the execution breakpoint set at the given address.IDebuggerUnit.setBreakpoint
(long memoryAddress) Same assetBreakpoint(memoryAddress, 0)
.IDebuggerUnit.setBreakpoint
(long memoryAddress, int processorMode) Set a breakpoint at the explicit memory address.default IDebuggerBreakpoint
IDebuggerUnit.setBreakpoint
(String address, ICodeUnit unit) Set a general standard breakpoint at the given address.IDebuggerUnit.setBreakpoint
(String address, ICodeUnit unit, int flags) Set a general breakpoint at the given address.Methods in com.pnfsoftware.jeb.core.units.code.debug that return types with arguments of type IDebuggerBreakpointModifier and TypeMethodDescriptionList<? extends IDebuggerBreakpoint>
IDebuggerUnit.getBreakpoints()
Retrieve a list of execution breakpoints.Methods in com.pnfsoftware.jeb.core.units.code.debug with parameters of type IDebuggerBreakpointModifier and TypeMethodDescriptionboolean
IDebuggerUnit.clearBreakpoint
(IDebuggerBreakpoint breakpoint) Remove an execution breakpoint. -
Uses of IDebuggerBreakpoint in com.pnfsoftware.jeb.core.units.code.debug.impl
Classes in com.pnfsoftware.jeb.core.units.code.debug.impl that implement IDebuggerBreakpointModifier and TypeClassDescriptionclass
Standard implementation of a breakpoint.