-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of William A. Rowe,
Jr.
Sent: Wednesday, March 29, 2006 11:22 AM
To: openssl-users@openssl.org
Subject: Re: How to debug into the OpenSSL(openssl-0.9.8a) source code


Venkata Sairam wrote:
> I am also encountering the same problem. I tried adding in options as 
> suggested. I had modified the CFLAG and LFLAG as below.
> CFLAG= /MD /Ox /O2 /Zi /Oy /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo 
> -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 
> -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_SYSNAME_WINNT -DUNICODE -D_UNICODE 
> -DOPENSSL_USE_APPLINK -I. /Fdout32dll -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 
> -DOPENSSL_NO_KRB5    
> 
> LFLAGS=/nologo /subsystem:console /machine:I386 /debug /opt:ref

NOT /Oy !!!  That's a BS optimization, sure it reduces processing time
at the cost of making your stack worthless.

/Oy-

The minus sign is NOT a typo.  Turn off the option, then report back.

Bill

Hi

I tried using with the Oy- option. I get 28 *.exe and 28 *.pdb. The pdb are to 
debug the exe provided. My program uses libeay32.dll and ssleay32.dll directly 
and I would like to step into openssl codes once a openssl function is called. 
I think I would want libeay32.pdb and ssleay32.pdb which is not provided by the 
process above. How do i generate this?

-Venkata

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to