From 13b8a3a22f80b9807fee777838e9f1c3c571800c Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 20 Oct 2002 19:51:12 +0000 Subject: Obtain gdb information from non i386 machines. patch by Wolfgang Thiess git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7819 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/bugreports.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/DOCS/bugreports.html b/DOCS/bugreports.html index 527e851f1e..1d0d477dd4 100644 --- a/DOCS/bugreports.html +++ b/DOCS/bugreports.html @@ -203,15 +203,8 @@ Please include these files:

Please create the following command file:

-

disass $eip-32 $eip+32
- printf "eax=%08lX\n",$eax
- printf "ebx=%08lX\n",$ebx
- printf "ecx=%08lX\n",$ecx
- printf "edx=%08lX\n",$edx
- printf "esp=%08lX\n",$esp
- printf "ebp=%08lX\n",$ebp
- printf "edi=%08lX\n",$edi
- printf "esi=%08lX\n",$esi

+

disass $pc-32 $pc+32
+ info all-registers

Then simply execute the following on your command line:

@@ -237,7 +230,7 @@ and reproduce your crash. As soon as you did it, gdb will return you to the command line prompt where you have to enter

    bt
-     disass $eip-32 $eip+32

+     disass $pc-32 $pc+32

and send the complete output to us. -- cgit v1.2.3