[EMAIL PROTECTED] writes:
> Hi,
>
> I am trying to understand PSM 2.0 source code, want to know how PSM hook up
> the SSL socket and what happens inside when the user click on the secure
> lock icon, pop-up certificate. I have read the source code, but still very
> confused.
>
> I built Mozilla 0.9.3 with PSM 2.0 enabled under linux Redhat 7.0. The
> problem is I couldn't load mozilla executable into gdb 5.0-7.
>
> cd ./dist/bin
> ./mozilla -g
>
> Would anyone tell me how you do this? How do you start to understand PSM?
>
> Thank you very much. I really appreciate.
Try getting a newer copy of gdb either from Red Hat's Rawhide, or from
<http://sourceware.cygnus.com/gdb/>. Also, if you haven't already,
check out <http://www.mozilla.org/unix/debugging-faq.html>.
Dan
--