[FFmpeg-devel] [PATCH] fix website gdb bugreport instructions
Måns Rullgård
mans
Mon Sep 20 12:00:22 CEST 2010
Rafa?l Carr? <rafael.carre at gmail.com> writes:
> (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)
We don't accept patches in French :-)
> @@ -66,7 +66,7 @@
> <blockquote>
> <pre>
> bt
> -disass $pc-32 $pc+32
> +disass $pc-32,$pc+32
> info all-registers
> </pre>
> </blockquote>
This was changed in gdb 7.1 FWIW.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list