home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sherlock.zip / BRKPOINT.H < prev    next >
Text File  |  1994-06-29  |  353b  |  15 lines

  1. /*
  2. **  Sherlock - Copyright 1992, 1993, 1994
  3. **    Harfmann Software
  4. **    Compuserve: 73147,213
  5. **    All rights reserved
  6. */
  7. /*
  8. ** Public access routines for breakpoints.
  9. */
  10. int  CommandGo(char **ptrs);
  11. int  CommandStep(char **ptrs);
  12. int  CommandBreakpoint(char **ptrs);
  13. void FreeAllBreakpoints(void);
  14. int  isValidBreakpoint(ULONG addr);
  15.