|  |     The RESD that we received here in Colorado has SERVER maps (among
    others):
    
    RESD:[SERVER.V51.SERVER.LIS]DECW$SERVER_MAIN.MAP
    RESD:[SERVER.V51.SERVER.LIS]DECW$SERVER_DIX.MAP
    RESD:[SERVER.V51.DDXGPX.LIS]DECW$SERVER_DDX_GA.MAP
    RESD:[SERVER.V51.DDXLEGSS.LIS]DECW$SERVER_DDX_GB.MAP
    RESD:[SERVER.V51.DDXMFG.LIS]DECW$SERVER_DDX_GC.MAP  
    RESD:[COMMON.V51.TRANSPORT.LIS]DECW$TRANSPORT_*.MAP
    
    The one issue that I have with the RESD is that the *.LIS files
    produced from the C compilations are (practically) useless since
    they do not contain machine-code listings.  Trying to find the code
    for a particular PC within a C module becomes very troublesome...I
    end up starting from some "known" offset (e.g. useful CALLS or
    beginning of routine) and tracing macro code to the correct PC (yuck!).
    
    If we can get feedback to whoever generates the RESD's in the first
    place, PLEASE put a /MACHINE on the compilation.
    
    Any hints from developers who have probably done PC -> codefrag
    translation w/o machine code listings would be appreciated.
    
    mTp
    
    
 |