Fwd: how to run gdb in openssl

2008-10-07 Thread prashanth s joshi
Hi all, Could anyone please tell me how to run the gdb in openssl? In gdb I am running the command as path_of_bin/bin/openssl s_client -connect ipaddress:4433. But i get the error as: Undefined command: . Try help. why is it so? How do i ensure that the gdb runs correclty? Regards, Prashanth

Re: Fwd: how to run gdb in openssl

2008-10-07 Thread [EMAIL PROTECTED]
Hi, In gdb I am running the command as path_of_bin/bin/openssl s_client -connect ipaddress:4433. But i get the error as: Undefined command: . Try help. why is it so? For gdb, loading an executable and running it, are two separate steps. So starting gdb path_of_bin/bin/openssl