Created
July 19, 2019 22:05
-
-
Save mystor/cc29ee3ec3b2beb934d2f0ef7a0f134a to your computer and use it in GitHub Desktop.
Example session getting cstring outparameter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(rr) p (nsCString*)malloc(sizeof(nsCString)) | |
$65 = (nsCString *) 0x7f74904b3430 | |
(rr) p $65->nsTString() | |
$66 = void | |
(rr) p uri->GetSpec(*$65) | |
$67 = nsresult::NS_OK | |
(rr) p $65->get() | |
$68 = 0x7f748a61c50c "about:blank" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment