From: Colin Watson Date: Sun, 8 Mar 2015 22:40:46 +0000 (+0000) Subject: Fix excessive escaping properly this time X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=0f84f28d8e95153e25a1cad1cfee226a259923a2;p=blog.git Fix excessive escaping properly this time --- diff --git a/content/wubi-bug-693671.md b/content/wubi-bug-693671.md index 8a51885c..8914229f 100644 --- a/content/wubi-bug-693671.md +++ b/content/wubi-bug-693671.md @@ -142,7 +142,7 @@ here were: `set architecture i386` to switch back). * GDB prints addresses relative to the current segment base, but if you want to enter an address then you need to calculate a linear address - yourself. For example, breakpoints must be set at `(CS && 4) + IP`, + yourself. For example, breakpoints must be set at `(CS << 4) + IP`, rather than just at `IP`. Single-stepping showed that GRLDR was loading the entirety of `wubildr`