decoding of long Int
PATIL Kailas <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am new to Firefox. While debugging the Firefox with gdb, I found there are some variables/objects holds long int value. It is 15 digit value for example, In XPCWrappedNative::CallMethod, following long Int I found, Which I cannot decode? name = 140340262156644 classword = 140340131011560 Does anyone knows how to decode this type of values? regards, Kailas