I am a gdb novice, and I was trying to debug some GSSAPI code, and was using fin
to see the return value from the frame. As seen in the snip pasted below, the call from gssint_mechglue_initialize_library()
seems to be 0
but the actual check seems to fail. Can someone please point out if I am missing something obvious here?
Thanks in advance!