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

  1. /*
  2. **  Sherlock - Copyright 1992, 1993, 1994
  3. **    Harfmann Software
  4. **    Compuserve: 73147,213
  5. **    All rights reserved
  6. */
  7. /*
  8. ** Display the source
  9. */
  10. int    CommandSource(char **ptrs);
  11. int    CommandView(char **ptrs);
  12. int    CommandUnassemble(char **ptrs);
  13. int    DisplaySource(DebugModule *module, char *sourceName, int lineNum);
  14. int    GetLastLine(DebugModule *module);
  15. void    DumpAsm(ULONG addr, ULONG length, int is32Bit);
  16.