home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / debug / poolwatch / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  73 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. PoolWatch
  6. .type
  7. Developer Utility
  8. .short
  9. Debug tool for pool-allocations (OS3.x)
  10. .description
  11. PoolWatch  is a debug tool for OS 3.0 and higher designed to watch and
  12. correct  illegal  allocation  and  freeing  of  memory  that  use  the
  13. pool-functions provided in OS 3.0 and upwards.  PoolWatch is necessary
  14. since  Mungwall  do  not  catch any illegal memory handling concerning
  15. pool-allocations.
  16.  
  17. PoolWatch  is especially useful in combination with Enforcer, Mungwall
  18. (which  will  watch  normal  allocations  that  use AllocMem/FreeMem),
  19. SegTracker and FindHit (included in the Enforcer archive).
  20.  
  21. If  SegTracker  is  running  in  the system when PoolWatch is started,
  22. PoolWatch   will  use  the  public  SegTracker  seglist  tracking  for
  23. identifying  the  hunk  and  offset  into the executable doing illegal
  24. allocations.
  25.  
  26. You  *need*  sushi  to run PoolWatch.  PoolWatch will use kprintf() to
  27. output  text, and without sushi (or a terminal-program :) you will not
  28. be able to see the text.  Future versions will probably support output
  29. to stdio too.
  30. .version
  31. 1.03
  32. .date
  33. 1995.07.07
  34. .author
  35. Magne Østlyngen
  36. .requirements
  37. Requires OS3.x
  38. .reference
  39. FreshFish-Vol9-2:BBS/dev/PoolWatch-1.01.lha
  40. 1.01
  41. FreshFish-Vol9-1:New/dev/debug/PoolWatch/
  42. 1.01
  43. .distribution
  44. Freeware
  45. .address
  46. Strandveien 59B
  47. N-9007 Tromsø
  48. Norway
  49. .email
  50. magneoe@stud.cs.uit.no (Magne Oestlyngen)
  51. .docs
  52. PoolWatch.doc
  53. .described-by
  54. Dan Fish (daf@starfish.amigalib.com)
  55. .submittal
  56. Downloaded via ftp from wuarchive.wustl.edu.
  57. .execute
  58. LAB Start
  59. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  60. if $choice GT "0"
  61.   if $choice EQ "1"
  62.     MetaTool PoolWatch.doc  TEXT
  63.   else
  64.     if $choice EQ "2"
  65.       run >nil: poolwatch
  66.       RequestChoice "Program Started" "PoolWatch Started..." "OK"
  67.     endif
  68.   endif
  69.   skip Start BACK
  70. endif
  71. .aminet-dir
  72. dev/debug
  73.