chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f92ea86
)
Fix excessive escaping properly this time
author
Colin Watson
<cjwatson@debian.org>
Sun, 8 Mar 2015 22:40:46 +0000
(22:40 +0000)
committer
Colin Watson
<cjwatson@debian.org>
Sun, 8 Mar 2015 22:40:46 +0000
(22:40 +0000)
content/wubi-bug-693671.md
patch
|
blob
|
history
diff --git
a/content/wubi-bug-693671.md
b/content/wubi-bug-693671.md
index 8a51885c55f5fbb37cd76e68499905c4fa61fcf4..8914229f93789e5785571dea8ea98bacb37b8066 100644
(file)
--- 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`