AddressOfSoftBreakpoint

Returns the address of the specified soft breakpoint.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  void *AddressOfSoftBreakpoint (
     int   number );
  

Parameters

number

(IN) Specifies the number of the soft breakpoint.

Return Values

If successful, returns the address of the soft breakpoint.

See Also