diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-20 19:51:12 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-20 19:51:12 +0000 |
commit | 13b8a3a22f80b9807fee777838e9f1c3c571800c (patch) | |
tree | fa7626155b42158501227b1ddfa00109d577439e /DOCS/bugreports.html | |
parent | 510eb3105088a6779f623bc803f8dca742fc3561 (diff) | |
download | mpv-13b8a3a22f80b9807fee777838e9f1c3c571800c.tar.bz2 mpv-13b8a3a22f80b9807fee777838e9f1c3c571800c.tar.xz |
Obtain gdb information from non i386 machines.
patch by Wolfgang Thiess <wollet1@gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7819 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/bugreports.html')
-rw-r--r-- | DOCS/bugreports.html | 13 |
1 files 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: <P>Please create the following command file:</P> -<P><CODE>disass $eip-32 $eip+32<BR> - printf "eax=%08lX\n",$eax<BR> - printf "ebx=%08lX\n",$ebx<BR> - printf "ecx=%08lX\n",$ecx<BR> - printf "edx=%08lX\n",$edx<BR> - printf "esp=%08lX\n",$esp<BR> - printf "ebp=%08lX\n",$ebp<BR> - printf "edi=%08lX\n",$edi<BR> - printf "esi=%08lX\n",$esi</CODE></P> +<P><CODE>disass $pc-32 $pc+32<BR> + info all-registers</CODE></P> <P>Then simply execute the following on your command line:</P> @@ -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 <P><CODE> bt<BR> - disass $eip-32 $eip+32</CODE></P> + disass $pc-32 $pc+32</CODE></P> and send the complete output to us. |