SoftIce + VC7

Does SoftIce understand VC7 debug info?

Regards,
Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Not yet. We’re rushing to put up a service pack to DriverStudio 2.5 to
support VC7 symbols, it should be ready at any moment. The next release -
2.6 to be exact - will fully support VC7 symbols. Meanwhile, there’s a
linker switch one can use to force VC6 symbols, but of course that means you
can’t use the XP symbols themselves, because their pdb files are in VC7
format.

I’ll put a note in this mailing list as soon as we have something available.

Alberto.

-----Original Message-----
From: Max Lyadvinsky [mailto:xxxxx@acronis.com]
Sent: Friday, September 14, 2001 4:56 AM
To: NT Developers Interest List
Subject: [ntdev] SoftIce + VC7

Does SoftIce understand VC7 debug info?

Regards,
Max


You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

How do I force VC6 symbols?

“Moreira, Alberto” wrote:

Not yet. We’re rushing to put up a service pack to DriverStudio 2.5 to
support VC7 symbols, it should be ready at any moment. The next release -
2.6 to be exact - will fully support VC7 symbols. Meanwhile, there’s a
linker switch one can use to force VC6 symbols, but of course that means you
can’t use the XP symbols themselves, because their pdb files are in VC7
format.

I’ll put a note in this mailing list as soon as we have something available.

Alberto.

-----Original Message-----
From: Max Lyadvinsky [mailto:xxxxx@acronis.com]
Sent: Friday, September 14, 2001 4:56 AM
To: NT Developers Interest List
Subject: [ntdev] SoftIce + VC7

Does SoftIce understand VC7 debug info?

Regards,
Max


You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@amd.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


main(O) {10> 5*O):10)&&main(2+O);}


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Link with “/debugtype:vc6”.
You may also need to add “/Zvc6” to CL and ML.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Ralf Findeisen
Sent: Monday, September 17, 2001 12:39 AM
To: NT Developers Interest List
Subject: [ntdev] RE: SoftIce + VC7

How do I force VC6 symbols?

“Moreira, Alberto” wrote:
>
> Not yet. We’re rushing to put up a service pack to DriverStudio 2.5 to
> support VC7 symbols, it should be ready at any moment. The next
release -
> 2.6 to be exact - will fully support VC7 symbols. Meanwhile, there’s a
> linker switch one can use to force VC6 symbols, but of course
that means you
> can’t use the XP symbols themselves, because their pdb files are in VC7
> format.
>
> I’ll put a note in this mailing list as soon as we have
something available.
>
> Alberto.
>
> -----Original Message-----
> From: Max Lyadvinsky [mailto:xxxxx@acronis.com]
> Sent: Friday, September 14, 2001 4:56 AM
> To: NT Developers Interest List
> Subject: [ntdev] SoftIce + VC7
>
> Does SoftIce understand VC7 debug info?
>
> Regards,
> Max
>
> —
> You are currently subscribed to ntdev as: xxxxx@compuware.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@amd.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


main(O) {10> 5*O):10)&&main(2+O);}
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@coffee-and-cigarettes.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Actually in my checked build envt , the envt variables are already defined
by setenv.bat.
LINK = /debugtype:vc6
CL=/Zvc6
ML=/Zvc6

How do I use these envt variables in my sources file inorder to forrce the
VC6 symbols? please note that i am building using checked build/free build
envt for compiling and not IDE!

Thanks
Venky

–>-----Original Message-----
–>From: xxxxx@lists.osr.com
–>[mailto:xxxxx@lists.osr.com]On Behalf Of Scott
–>Sent: Monday, September 17, 2001 2:00 PM
–>To: NT Developers Interest List
–>Subject: [ntdev] RE: SoftIce + VC7
–>
–>
–>Link with “/debugtype:vc6”.
–>You may also need to add “/Zvc6” to CL and ML.
–>
–>> -----Original Message-----
–>> From: xxxxx@lists.osr.com
–>> [mailto:xxxxx@lists.osr.com]On Behalf Of Ralf Findeisen
–>> Sent: Monday, September 17, 2001 12:39 AM
–>> To: NT Developers Interest List
–>> Subject: [ntdev] RE: SoftIce + VC7
–>>
–>>
–>> How do I force VC6 symbols?
–>>
–>> “Moreira, Alberto” wrote:
–>> >
–>> > Not yet. We’re rushing to put up a service pack to
–>DriverStudio 2.5 to
–>> > support VC7 symbols, it should be ready at any moment. The next
–>> release -
–>> > 2.6 to be exact - will fully support VC7 symbols. Meanwhile,
–>there’s a
–>> > linker switch one can use to force VC6 symbols, but of course
–>> that means you
–>> > can’t use the XP symbols themselves, because their pdb files
–>are in VC7
–>> > format.
–>> >
–>> > I’ll put a note in this mailing list as soon as we have
–>> something available.
–>> >
–>> > Alberto.
–>> >
–>> > -----Original Message-----
–>> > From: Max Lyadvinsky [mailto:xxxxx@acronis.com]
–>> > Sent: Friday, September 14, 2001 4:56 AM
–>> > To: NT Developers Interest List
–>> > Subject: [ntdev] SoftIce + VC7
–>> >
–>> > Does SoftIce understand VC7 debug info?
–>> >
–>> > Regards,
–>> > Max
–>> >
–>> > —
–>> > You are currently subscribed to ntdev as:
–>xxxxx@compuware.com
–>> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
–>> >
–>> > —
–>> > You are currently subscribed to ntdev as: xxxxx@amd.com
–>> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
–>>
–>> –
–>> main(O) {10> 5*O):10)&&main(2+O);}
–>>
–>>
–>> —
–>> You are currently subscribed to ntdev as:
–>xxxxx@coffee-and-cigarettes.com
–>> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
–>
–>—
–>You are currently subscribed to ntdev as: xxxxx@tataelxsi.co.in
–>To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hello, Scott!
I’ve tried to use compiler and linker options you recommended with my driver
but
Symbol Loader displays that “No debug information found”.
Are any additional requirements for VC6 symbols forcing?

Thanks,
Dennis.

----- Original Message -----
From: “Scott”
To: “NT Developers Interest List”
Sent: Monday, September 17, 2001 12:30 PM
Subject: [ntdev] RE: SoftIce + VC7

> Link with “/debugtype:vc6”.
> You may also need to add “/Zvc6” to CL and ML.
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com]On Behalf Of Ralf Findeisen
> > Sent: Monday, September 17, 2001 12:39 AM
> > To: NT Developers Interest List
> > Subject: [ntdev] RE: SoftIce + VC7
> >
> >
> > How do I force VC6 symbols?
> >
> > “Moreira, Alberto” wrote:
> > >
> > > Not yet. We’re rushing to put up a service pack to DriverStudio 2.5 to
> > > support VC7 symbols, it should be ready at any moment. The next
> > release -
> > > 2.6 to be exact - will fully support VC7 symbols. Meanwhile, there’s a
> > > linker switch one can use to force VC6 symbols, but of course
> > that means you
> > > can’t use the XP symbols themselves, because their pdb files are in
VC7
> > > format.
> > >
> > > I’ll put a note in this mailing list as soon as we have
> > something available.
> > >
> > > Alberto.
> > >
> > > -----Original Message-----
> > > From: Max Lyadvinsky [mailto:xxxxx@acronis.com]
> > > Sent: Friday, September 14, 2001 4:56 AM
> > > To: NT Developers Interest List
> > > Subject: [ntdev] SoftIce + VC7
> > >
> > > Does SoftIce understand VC7 debug info?
> > >
> > > Regards,
> > > Max
> > >
> > > —
> > > You are currently subscribed to ntdev as:
xxxxx@compuware.com
> > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@amd.com
> > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> > –
> > main(O) {10> 5*O):10)&&main(2+O);}
> >
> >
> > —
> > You are currently subscribed to ntdev as:
xxxxx@coffee-and-cigarettes.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@acronis.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Ever tried using WinDbg? It seems to be free from this problems :slight_smile:

Max

----- Original Message -----
From: “Dennis S. Dyatlov”
To: “NT Developers Interest List”
Sent: Monday, September 24, 2001 2:51 PM
Subject: [ntdev] RE: SoftIce + VC7

> Hello, Scott!
> I’ve tried to use compiler and linker options you recommended with my
driver
> but
> Symbol Loader displays that “No debug information found”.
> Are any additional requirements for VC6 symbols forcing?
>
> Thanks,
> Dennis.
>
> ----- Original Message -----
> From: “Scott”
> To: “NT Developers Interest List”
> Sent: Monday, September 17, 2001 12:30 PM
> Subject: [ntdev] RE: SoftIce + VC7
>
>
> > Link with “/debugtype:vc6”.
> > You may also need to add “/Zvc6” to CL and ML.
> >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com
> > > [mailto:xxxxx@lists.osr.com]On Behalf Of Ralf Findeisen
> > > Sent: Monday, September 17, 2001 12:39 AM
> > > To: NT Developers Interest List
> > > Subject: [ntdev] RE: SoftIce + VC7
> > >
> > >
> > > How do I force VC6 symbols?
> > >
> > > “Moreira, Alberto” wrote:
> > > >
> > > > Not yet. We’re rushing to put up a service pack to DriverStudio 2.5
to
> > > > support VC7 symbols, it should be ready at any moment. The next
> > > release -
> > > > 2.6 to be exact - will fully support VC7 symbols. Meanwhile, there’s
a
> > > > linker switch one can use to force VC6 symbols, but of course
> > > that means you
> > > > can’t use the XP symbols themselves, because their pdb files are in
> VC7
> > > > format.
> > > >
> > > > I’ll put a note in this mailing list as soon as we have
> > > something available.
> > > >
> > > > Alberto.
> > > >
> > > > -----Original Message-----
> > > > From: Max Lyadvinsky [mailto:xxxxx@acronis.com]
> > > > Sent: Friday, September 14, 2001 4:56 AM
> > > > To: NT Developers Interest List
> > > > Subject: [ntdev] SoftIce + VC7
> > > >
> > > > Does SoftIce understand VC7 debug info?
> > > >
> > > > Regards,
> > > > Max
> > > >
> > > > —
> > > > You are currently subscribed to ntdev as:
> xxxxx@compuware.com
> > > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> > > >
> > > > —
> > > > You are currently subscribed to ntdev as: xxxxx@amd.com
> > > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> > >
> > > –
> > > main(O) {10> 5*O):10)&&main(2+O);}
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as:
> xxxxx@coffee-and-cigarettes.com
> > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@acronis.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com