symbols download

Is there any utility that can go through the windows directory and download
all symbols available on symbol server?

And another question. Where can I find symbols for W2k SP0 checked build
(direct link is highly appreciated). I found only those for SP1 and SP2.

-htfv

Hi,
Symchk.exe that is shipped with WinDbg will do this for you.

Yours
Roger


Roger Coote,
Senior Design Engineer
PowerVR Technologies, A Division of Imagination Technologies Ltd
Home Park Estate, Kings Langley, Hertfordshire, WD4 8LZ, UK
phone :+44 (1923) 260511 fax :+44 (1923) 268969
direct :+44 (1923) 277274
mailto:xxxxx@powervr.com www.powervr.com


-----Original Message-----
From: Alexey Logachyov [mailto:xxxxx@vba.com.by]
Sent: 07 August 2002 08:41
To: Kernel Debugging Interest List
Subject: [windbg] symbols download

Is there any utility that can go through the windows directory and download
all symbols available on symbol server?

And another question. Where can I find symbols for W2k SP0 checked build
(direct link is highly appreciated). I found only those for SP1 and SP2.

-htfv


You are currently subscribed to windbg as: xxxxx@videologic.com
To unsubscribe send a blank email to %%email.unsub%%

Hi, Alexey,

you need to set up symbol server and then set
"srv*\yoursymbolserver\networksharefolder*http://msdl.microsoft.com/downloa
d/symbols to your local environmnet variable, such as _NT_SYMBOL_PATH.
If you do so, you can always use the latest symbols from MS web site without
your attention and also can keep symbols on your symbol server to update the
latest symbols.

For cheched build, If you have MSDN Library, it contains in MSDN.

Thanks,
Futoshi

-----Original Message-----
From: Alexey Logachyov [mailto:xxxxx@vba.com.by]
Sent: Wednesday, August 07, 2002 4:41 PM
To: Kernel Debugging Interest List
Subject: [windbg] symbols download

Is there any utility that can go through the windows directory and download
all symbols available on symbol server?

And another question. Where can I find symbols for W2k SP0 checked build
(direct link is highly appreciated). I found only those for SP1 and SP2.

-htfv


You are currently subscribed to windbg as: xxxxx@citrix.co.jp
To unsubscribe send a blank email to %%email.unsub%%

I don’t want WinDBG to download it. Internet here is pretty slow and there
are some third party drivers on target machine. WinDBG tries to download
symbols for them which takes pretty long time. So I thought I could download
all available symbols for target machine and do not let WinDBG go to
Internet.

-htfv

----- Original Message -----
From:
To: “Kernel Debugging Interest List”
Sent: Wednesday, August 07, 2002 10:51 AM
Subject: [windbg] RE: symbols download

> Hi, Alexey,
>
> you need to set up symbol server and then set
>
"srv*\yoursymbolserver\networksharefolder*http://msdl.microsoft.com/downloa
> d/symbols to your local environmnet variable, such as _NT_SYMBOL_PATH.
> If you do so, you can always use the latest symbols from MS web site
without
> your attention and also can keep symbols on your symbol server to update
the
> latest symbols.
>
> For cheched build, If you have MSDN Library, it contains in MSDN.
>
> Thanks,
> Futoshi
>
> -----Original Message-----
> From: Alexey Logachyov [mailto:xxxxx@vba.com.by]
> Sent: Wednesday, August 07, 2002 4:41 PM
> To: Kernel Debugging Interest List
> Subject: [windbg] symbols download
>
>
> Is there any utility that can go through the windows directory and
download
> all symbols available on symbol server?
>
> And another question. Where can I find symbols for W2k SP0 checked build
> (direct link is highly appreciated). I found only those for SP1 and SP2.
>
> -htfv
>
>
>
>
> —
> You are currently subscribed to windbg as: xxxxx@citrix.co.jp
> To unsubscribe send a blank email to %%email.unsub%%
>
>
> —
> You are currently subscribed to windbg as: xxxxx@vba.com.by
> To unsubscribe send a blank email to %%email.unsub%%
>

I tried it but I couldn’t make it work. Could give an example of command
line?

-htfv

----- Original Message -----
From: “Roger Coote”
To: “Kernel Debugging Interest List”
Sent: Wednesday, August 07, 2002 10:45 AM
Subject: [windbg] RE: symbols download

> Hi,
> Symchk.exe that is shipped with WinDbg will do this for you.
>
> Yours
> Roger
>
>
> Roger Coote,
> Senior Design Engineer
> PowerVR Technologies, A Division of Imagination Technologies Ltd
> Home Park Estate, Kings Langley, Hertfordshire, WD4 8LZ, UK
> phone :+44 (1923) 260511 fax :+44 (1923) 268969
> direct :+44 (1923) 277274
> mailto:xxxxx@powervr.com www.powervr.com
>

>
>
>
> -----Original Message-----
> From: Alexey Logachyov [mailto:xxxxx@vba.com.by]
> Sent: 07 August 2002 08:41
> To: Kernel Debugging Interest List
> Subject: [windbg] symbols download
>
>
> Is there any utility that can go through the windows directory and
download
> all symbols available on symbol server?
>
> And another question. Where can I find symbols for W2k SP0 checked build
> (direct link is highly appreciated). I found only those for SP1 and SP2.
>
> -htfv
>
>
>
>
> —
> You are currently subscribed to windbg as: xxxxx@videologic.com
> To unsubscribe send a blank email to %%email.unsub%%
>
>
> —
> You are currently subscribed to windbg as: xxxxx@vba.com.by
> To unsubscribe send a blank email to %%email.unsub%%
>

Hi,
This works for me :

symchk /v /s srv*d:\symbols\test*http://msdl.microsoft.com/download/symbols
c:\winnt*.exe

where d:\symbols\testis is the root dir of the sym store where the symbols
will be placed.

Yours
Roger


Roger Coote,
Senior Design Engineer
PowerVR Technologies, A Division of Imagination Technologies Ltd
Home Park Estate, Kings Langley, Hertfordshire, WD4 8LZ, UK
phone :+44 (1923) 260511 fax :+44 (1923) 268969
direct :+44 (1923) 277274
mailto:xxxxx@powervr.com www.powervr.com


-----Original Message-----
From: Alexey Logachyov [mailto:xxxxx@vba.com.by]
Sent: 07 August 2002 09:36
To: Kernel Debugging Interest List
Subject: [windbg] RE: symbols download

I tried it but I couldn’t make it work. Could give an example of command
line?

-htfv

----- Original Message -----
From: “Roger Coote”
To: “Kernel Debugging Interest List”
Sent: Wednesday, August 07, 2002 10:45 AM
Subject: [windbg] RE: symbols download

> Hi,
> Symchk.exe that is shipped with WinDbg will do this for you.
>
> Yours
> Roger
>
>
> Roger Coote,
> Senior Design Engineer
> PowerVR Technologies, A Division of Imagination Technologies Ltd
> Home Park Estate, Kings Langley, Hertfordshire, WD4 8LZ, UK
> phone :+44 (1923) 260511 fax :+44 (1923) 268969
> direct :+44 (1923) 277274
> mailto:xxxxx@powervr.com www.powervr.com
>

>
>
>
> -----Original Message-----
> From: Alexey Logachyov [mailto:xxxxx@vba.com.by]
> Sent: 07 August 2002 08:41
> To: Kernel Debugging Interest List
> Subject: [windbg] symbols download
>
>
> Is there any utility that can go through the windows directory and
download
> all symbols available on symbol server?
>
> And another question. Where can I find symbols for W2k SP0 checked build
> (direct link is highly appreciated). I found only those for SP1 and SP2.
>
> -htfv
>
>
>
>
> —
> You are currently subscribed to windbg as: xxxxx@videologic.com
> To unsubscribe send a blank email to %%email.unsub%%
>
>
> —
> You are currently subscribed to windbg as: xxxxx@vba.com.by
> To unsubscribe send a blank email to %%email.unsub%%
>


You are currently subscribed to windbg as: xxxxx@videologic.com
To unsubscribe send a blank email to %%email.unsub%%

symchk.exe \windows\system32\win32k.sys /s
SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

Or, for most system-related files on your system (lots of these will fail):

symchk.exe \windows\system32 /s
SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

Cheers,

/ h+

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Alexey Logachyov
Sent: Wednesday, August 07, 2002 1:36 AM
To: Kernel Debugging Interest List
Subject: [windbg] RE: symbols download

I tried it but I couldn’t make it work. Could give an example of command
line?

-htfv

----- Original Message -----
From: “Roger Coote”
> To: “Kernel Debugging Interest List”
> Sent: Wednesday, August 07, 2002 10:45 AM
> Subject: [windbg] RE: symbols download
>
>
> > Hi,
> > Symchk.exe that is shipped with WinDbg will do this for you.
> >
> > Yours
> > Roger
> >
> >
> > Roger Coote,
> > Senior Design Engineer
> > PowerVR Technologies, A Division of Imagination Technologies Ltd
> > Home Park Estate, Kings Langley, Hertfordshire, WD4 8LZ, UK
> > phone :+44 (1923) 260511 fax :+44 (1923) 268969
> > direct :+44 (1923) 277274
> > mailto:xxxxx@powervr.com www.powervr.com
> >

> >
> >
> >
> > -----Original Message-----
> > From: Alexey Logachyov [mailto:xxxxx@vba.com.by]
> > Sent: 07 August 2002 08:41
> > To: Kernel Debugging Interest List
> > Subject: [windbg] symbols download
> >
> >
> > Is there any utility that can go through the windows directory and
> download
> > all symbols available on symbol server?
> >
> > And another question. Where can I find symbols for W2k SP0 checked build
> > (direct link is highly appreciated). I found only those for SP1 and SP2.
> >
> > -htfv
> >
> >
> >
> >
> > —
> > You are currently subscribed to windbg as: xxxxx@videologic.com
> > To unsubscribe send a blank email to %%email.unsub%%
> >
> >
> > —
> > You are currently subscribed to windbg as: xxxxx@vba.com.by
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
>
>
>
> —
> You are currently subscribed to windbg as: xxxxx@mindcontrol.org
> To unsubscribe send a blank email to %%email.unsub%%
>