T.R | Title | User | Personal Name | Date | Lines |
---|
5636.1 | | NETCAD::STEFANI | | Mon Feb 03 1997 18:52 | 14 |
| Hi Adrian,
>>Can anyone point me to a source for the Digital driver .SYM files for the
>>DEFPA.SYS and LATS.SYS drivers for Windows NT?
>>
>>Are they available for each DEFPA and PathWORKS kits for Windows NT?
Funny that after all of the Notes we've exchanged about the FDDI adapters that
you'd choose to post a DEFPA driver-related question in this forum.
Anyway, there is no DEFPA.SYM file available. What problem are you running
into that would require a symbol file?
- Larry
|
5636.2 | Aha! The flaw in the plan! | NETRIX::"[email protected]" | Adrian Moore | Tue Feb 04 1997 22:58 | 21 |
| Hi Larry, ;]
>Funny that after all of the Notes we've exchanged about the FDDI adapters
that
>you'd choose to post a DEFPA driver-related question in this forum.
Good point. Anyway, while I've got you here...
>Anyway, there is no DEFPA.SYM file available. What problem are you running
>into that would require a symbol file?
Microsoft Asia-Pacific support center haven't got the DEFPA.SYM (and LATS.SYM,
but you won't be able to help me with that) for a crash we've been working
which looks like an NT problem. They've requested we supply as a favour to
assist their engineers if it's required. But... if they are out of luck then
that's fine.
Thanks & regards,
Adrian
[Posted by WWW Notes gateway]
|
5636.3 | | NETCAD::STEFANI | | Fri Feb 07 1997 09:51 | 23 |
| Hi Adrian,
>>>Anyway, there is no DEFPA.SYM file available. What problem are you running
>>>into that would require a symbol file?
>>
>>Microsoft Asia-Pacific support center haven't got the DEFPA.SYM (and LATS.SYM,
>>but you won't be able to help me with that) for a crash we've been working
>>which looks like an NT problem. They've requested we supply as a favour to
>>assist their engineers if it's required. But... if they are out of luck then
>>that's fine.
We don't build .SYM files for the NT drivers that we release. Frankly, I don't
even know how to do that. We do build "checked" versions of drivers during
development but these are .SYS files which contain debugging information and do
not get released. The .SYS files that DO get released are called "free
builds".
If you're using the DEFPA.SYS driver that's bundled in 3.51 or 4.0, it's a
different driver than what we're shipping, so you should be able to get symbol
files off the CD, or from Microsoft.
Regards,
Larry
|
5636.4 | | DECWET::VOBA | | Fri Feb 07 1997 10:33 | 10 |
| Re .3, when you build a checked version of the driver or any kernel
components, the symbols are included in the image. Thus, the big size.
There is a tool called splitsym.exe that will split the symbols into a
separate file and leave the checked driver with a smaller foot-print.
This would come in handy during debug since you'd load a smaller driver
image on the target system and be able to get to its symbols on the
host where kd runs.
--svb
|
5636.5 | | NETCAD::STEFANI | FDDI Adapters R Us | Mon Feb 10 1997 07:24 | 15 |
| >> Re .3, when you build a checked version of the driver or any kernel
>> components, the symbols are included in the image. Thus, the big size.
>> There is a tool called splitsym.exe that will split the symbols into a
>> separate file and leave the checked driver with a smaller foot-print.
>>
>> This would come in handy during debug since you'd load a smaller driver
>> image on the target system and be able to get to its symbols on the
>> host where kd runs.
This question (about .SYM files) comes up every so often. Where do I get
splitsym.exe? I checked the SDK, DDK, and Visual C++ bin paths but didn't find
it.
Thanks,
Larry
|
5636.6 | | DECWET::VOBA | | Mon Feb 10 1997 08:57 | 5 |
| Re .5, splitsym.exe can be found in the \idw directory of a checked NT
CDROM (usually from MSDN kit). \idw, in general, has quite an eclectic
collection of neat tools, but not necessarily documented though.
--svb
|
5636.7 | | NETCAD::STEFANI | FDDI Adapters R Us | Mon Feb 10 1997 14:14 | 3 |
| Thanks!
/l
|