how to generate debug symbols for free NT4 images?

I know this has been discussed/detailed somewhere before (either
here or an NTInsider article). Can some kind soul please
refresh my memory? Thanks.

Pete

http://www.microsoft.com/MSJ/0498/bugslayer0498.htm

Thanks
Ashish

>>>-----Original Message-----
>>>From: Peter Nishimoto - SunPC engineering
>>>[mailto:xxxxx@ekb.East.Sun.COM]
>>>Sent: Friday, July 28, 2000 5:08 PM
>>>To: NT Developers Interest List
>>>Subject: [ntdev] how to generate debug symbols for free NT4 images?
>>>
>>>
>>>
>>> I know this has been discussed/detailed somewhere before (either
>>> here or an NTInsider article). Can some kind soul please
>>> refresh my memory? Thanks.
>>>
>>> Pete
>>>
>>>
>>>—
>>>You are currently subscribed to ntdev as:
>>>xxxxx@hht.satyam.com
>>>To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>>>

Um, thanks.

Of course, I should have been more explicit.

This is for kernel images (drivers, etc.) that require the
use of ‘build’ and ‘makefile.def’.

Thanks.

Pete

From: Ashish_Goyal
> To: “NT Developers Interest List”
> Subject: [ntdev] RE: how to generate debug symbols for free NT4 images?
> Date: Fri, 28 Jul 2000 17:33:47 +0530
> MIME-Version: 1.0
> List-Unsubscribe: mailto:
> List-Software: Lyris Server version 3.0
> List-Subscribe: mailto:xxxxx
> List-Owner: mailto:xxxxx
> X-List-Host: OSR Open Systems Resources, Inc. http:
> X-Message-Id:
>
> http://www.microsoft.com/MSJ/0498/bugslayer0498.htm
>
> Thanks
> Ashish
>
> >>>>-----Original Message-----
> >>>>From: Peter Nishimoto - SunPC engineering
> >>>>[mailto:xxxxx@ekb.East.Sun.COM]
> >>>>Sent: Friday, July 28, 2000 5:08 PM
> >>>>To: NT Developers Interest List
> >>>>Subject: [ntdev] how to generate debug symbols for free NT4 images?
> >>>>
> >>>>
> >>>>
> >>>> I know this has been discussed/detailed somewhere before (either
> >>>> here or an NTInsider article). Can some kind soul please
> >>>> refresh my memory? Thanks.
> >>>>
> >>>> Pete
> >>>>
> >>>>
> >>>>—
> >>>>You are currently subscribed to ntdev as:
> >>>>xxxxx@hht.satyam.com
> >>>>To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> >>>></http:></mailto:xxxxx></mailto:xxxxx></mailto:>

Yo yo yo, Nishimoto,

turn these on to produce symbolic information while

leaving the DBG flag off

BUT ONLY IF WE ARE NOT BUILDING THE CHECKED BUILD

!IF “$(DDKBUILDENV)” != “checked”

NTDEBUG=ntsdnodbg
NTDEBUGTYPE=both
USE_PDB=1

!MESSAGE creating free build with pdb files

C_DEFINES=$(C_DEFINES)

!ELSE

C_DEFINES=$(C_DEFINES)

!ENDIF

The article referenced at billyG’s website was, last I looked, wrong. The
article I wrote for that miserable and shamelessly promotional rag “The
NtInsider” (free at www.osr.com) was and is correct.

Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Peter Nishimoto -
SunPC engineering
Sent: Friday, July 28, 2000 8:29 AM
To: NT Developers Interest List
Subject: [ntdev] RE: how to generate debug symbols for free NT4 images?

Um, thanks.

Of course, I should have been more explicit.

This is for kernel images (drivers, etc.) that require the
use of ‘build’ and ‘makefile.def’.

Thanks.

Pete

From: Ashish_Goyal
> To: “NT Developers Interest List”
> Subject: [ntdev] RE: how to generate debug symbols for free NT4 images?
> Date: Fri, 28 Jul 2000 17:33:47 +0530
> MIME-Version: 1.0
> List-Unsubscribe: mailto:
> List-Software: Lyris Server version 3.0
> List-Subscribe: mailto:xxxxx
> List-Owner: mailto:xxxxx
> X-List-Host: OSR Open Systems Resources, Inc. http:
> X-Message-Id:
>
> http://www.microsoft.com/MSJ/0498/bugslayer0498.htm
>
> Thanks
> Ashish
>
> >>>>-----Original Message-----
> >>>>From: Peter Nishimoto - SunPC engineering
> >>>>[mailto:xxxxx@ekb.East.Sun.COM]
> >>>>Sent: Friday, July 28, 2000 5:08 PM
> >>>>To: NT Developers Interest List
> >>>>Subject: [ntdev] how to generate debug symbols for free NT4 images?
> >>>>
> >>>>
> >>>>
> >>>> I know this has been discussed/detailed somewhere before (either
> >>>> here or an NTInsider article). Can some kind soul please
> >>>> refresh my memory? Thanks.
> >>>>
> >>>> Pete
> >>>>
> >>>>
> >>>>—
> >>>>You are currently subscribed to ntdev as:
> >>>>xxxxx@hht.satyam.com
> >>>>To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> >>>>


You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)</http:></mailto:xxxxx></mailto:xxxxx></mailto:>