[FFmpeg-devel] [PATCH 2/2] bugreports: suggest the gdb --args syntax.

Nicolas George nicolas.george at normalesup.org
Sat Jun 23 10:39:42 CEST 2012


It is easier to add gdb --args in front of the command line
from the shell history than to re-type it at the gdb prompt.

Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 src/bugreports |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/bugreports b/src/bugreports
index 6736d2f..95b4ed4 100644
--- a/src/bugreports
+++ b/src/bugreports
@@ -72,6 +72,11 @@ In <code>gdb</code>, type 'r' for run, along with the rest of the
 </blockquote>
 
 <p>
+(Alternatively, you can run <code>gdb --args ffmpeg_g <rest of command
+line></code> and just type 'r' at the <code>gdb</code> prompt.)
+</p>
+
+<p>
 When <code>gdb</code> encounters its problem, run the following commands and
 copy/paste the output into your bug report:
 </p>
-- 
1.7.10



More information about the ffmpeg-devel mailing list