diff options
-rw-r--r-- | README.cross | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.cross b/README.cross index 818c33501c6a..3567a69afe30 100644 --- a/README.cross +++ b/README.cross @@ -208,6 +208,15 @@ $ winedbg soffice.bin Would be great to be able to use winedbg --gdb, but it was crashing here :-( - but maybe you'll be more lucky. +Tricks of some use with winedbg: +-------------------------------- + +To examine OUStrings, you might want to use the following trick (prints 50 +unicode characters of rLibName OUString - the +10 is where the buffer starts): + +Wine-dbg>x /50u rLibName->pData+10 +0x0909b6c8: vnd.sun.star.expand:$LO_LIB_DIR/abplo.dll + TODO: - installation |