Package com.pnfsoftware.jeb.core.units.code.debug.impl
package com.pnfsoftware.jeb.core.units.code.debug.impl
Standard implementations of debugger related interfaces.
-
ClassDescriptionStandard implementation of a breakpoint.Base implementation of a module.Base implementation of a debugged thread.A composite value, typically, an array or an object.Typed value that has an inner representation as a number.A simple value made of a single piece of data.Standard implementation of the event data associated to debugger events.Standard implementation of a machine information object.Standard implementation.Information about a target to be debugged and the wanted debugging settings.Standard implementation.Utility methods for
IDebuggerUnit
.An array of values provided by a debugger unit.A boolean value provided by a debugger unit.An 8-bit integer value provided by a debugger unit.A 16-bit Unicode character value provided by a debugger unit.A double-precision floating point value provided by a debugger unit.A simple-precision floating point value provided by a debugger unit.A 32-bit integer value provided by a debugger unit.A 64-bit integer value provided by a debugger unit.A generic object value provided by a debugger unit.An unknown value provided by a debugger unit, represented as a byte array.A 16-bit integer value provided by a debugger unit.A string value provided by a debugger unit.The void value, that may provided by a debugger unit to signify that there is "nothing".