[FFmpeg-devel] [PATCH] fix website gdb bugreport instructions
Rafaël Carré
rafael.carre
Mon Sep 20 11:49:53 CEST 2010
(gdb) disass $pc-32 $pc+32
A syntax error in expression, near `$pc+32'.
(gdb) help disass
...
Two arguments (separated by a comma) are taken as a range of memory
to dump, in the form of "start,end", or "start,+length".
(using gdb 7.2)
Index: src/bugreports
===================================================================
--- src/bugreports (r?vision 505)
+++ src/bugreports (copie de travail)
@@ -66,7 +66,7 @@
<blockquote>
<pre>
bt
-disass $pc-32 $pc+32
+disass $pc-32,$pc+32
info all-registers
</pre>
</blockquote>
--
Rafa?l Carr?
More information about the ffmpeg-devel
mailing list