Changeset 3334 for trunk/tools


Ignore:
Timestamp:
Apr 7, 2000, 4:49:36 AM (25 years ago)
Author:
bird
Message:

Adds a source name entry with the same name as the module. This way the
PM Debugger will accept the debugdata. It seems to work quit good actually.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/dbginfo/Sym2Hll.cpp

    r3247 r3334  
    1 /* $Id: Sym2Hll.cpp,v 1.3 2000-03-27 10:20:41 bird Exp $
     1/* $Id: Sym2Hll.cpp,v 1.4 2000-04-07 02:49:36 bird Exp $
    22 *
    33 * Sym2Hll - Symbol file to HLL debuginfo converter.
     
    132132                return -3;
    133133            }
     134            pModule->getSourceEntry()->addFile(pMapDef->achModName, pMapDef->cbModName);
    134135
    135136
Note: See TracChangeset for help on using the changeset viewer.