[Mplayer-cvslog] CVS: main/DOCS bugreports.html,1.42,1.43

Diego Biurrun CVS diego at mplayerhq.hu
Sun Oct 20 21:51:29 CEST 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv18772

Modified Files:
	bugreports.html 
Log Message:
Obtain gdb information from non i386 machines.
patch by Wolfgang Thiess <wollet1 at gmx.net>


Index: bugreports.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/bugreports.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- bugreports.html	20 Oct 2002 12:20:39 -0000	1.42
+++ bugreports.html	20 Oct 2002 19:51:12 -0000	1.43
@@ -203,15 +203,8 @@
 
 <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 @@
 return you to the command line prompt where you have to enter
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;bt<BR>
-  &nbsp;&nbsp;&nbsp;&nbsp;disass $eip-32 $eip+32</CODE></P>
+  &nbsp;&nbsp;&nbsp;&nbsp;disass $pc-32 $pc+32</CODE></P>
 
 and send the complete output to us.
 




More information about the MPlayer-cvslog mailing list