Hello OpenSSL community,

I�m trying to compile OpenSSL 0.9.6x with GDB debugging capabilities but am having little success. Specifically, I have included the �g compile flag in the Makefiles in /openssl_src/Makefile, /openssl_src/crypto/Makefile, and /openssl_src/crypto/bn/Makefile.

As an example, I am attempting to debug/step-through the BIGNUM function BN_rand(). However, the way my OpenSSL compiles now, when I run:

1) gdb program_name
2) breakpoint BN_rand
3) run

I get the following message once the control flow reaches BN_rand: �Single stepping until exit from function BN_rand, which has no line number information.�, which seems to tell me that no debug information was included in the binary. Of course I have compiled program_name with �g option as well.

Any help would be appreciated.

Thanks


______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Reply via email to