summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-03-19 15:27:25 +0100
committerJan Holesovsky <kendy@suse.cz>2012-03-19 15:27:49 +0100
commite0c17f41a59ae395e4fca928350ec3eb6d9be723 (patch)
tree896bc79bde4952c11f334fd5f06a69d674fd511b /README.cross
parente515cc938e21dd033d7e36440e20eb7cf561c293 (diff)
How to examine strings in winedbg.
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross9
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