home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dumptool.zip / SAMPLRPN.ZIP / trapany.rpn < prev    next >
Text File  |  1997-01-27  |  600b  |  28 lines

  1. ;Take a dump when any exception is raised for the user, regardless of
  2. ;exception handler activity
  3. ;
  4. major=255
  5. hmte=6 ;os2krnl
  6. ;
  7. minor=1
  8. opcode=0x55         ;push
  9. object=0xf          ;GA Merlin 9.023 ALLSTRICT Kernel
  10. offset=0x46daf      ;   _XCPTBuildR3DispatcherStack segment:offset
  11. ;
  12. ;
  13. ; Note:
  14. ;
  15. ;
  16. ; sysdump      ; remove semi-colon to acivate dump
  17. ;
  18. ;
  19. ;    the following code dumps the parameters on entry to _XcptbuildR3DispatcherStack
  20. ;    this is for debugging this trace program. Comment out to activate the dump.
  21. ;    
  22. push w,8
  23. push ss
  24. push esp
  25. push w,4
  26. add
  27. log mrs
  28.