Jump to content

Mapsymw: Difference between revisions

From EDM2
Created page with "Mapsymw.pl is a Perl script that takes an OpenWatcom map file as input and generates a sym file compatible with the kernel debugger, pmdf, exceptq and other tools that accept ..."
 
Ak120 (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:


==Download==
==Download==
* [http://home.earthlink.net/~steve53/os2diags/mapsymw-0.3-20120319.zip Version 2012-03-19]
* [http://www.warpcave.com/os2diags/mapsymw-0.3-20120319.zip Version 2012-03-19]


==License==
==License==
Line 14: Line 14:


==Author==
==Author==
* Steven Levine
* [[Steven H. Levine]]


[[Category:Tools]]
[[Category:Tools]]

Latest revision as of 22:46, 23 October 2019

Mapsymw.pl is a Perl script that takes an OpenWatcom map file as input and generates a sym file compatible with the kernel debugger, pmdf, exceptq and other tools that accept sym files generated by mapsym.

Usage

perl mapsymw.pl mapfile-name

Parameters

-h
Shows the command help. You can run it as "perl mapsymw.pl -h"

Download

License

  • GNU General Public License V2.

Author