Author: ib
Date: Thu Sep 27 22:59:24 2012
New Revision: 35219

Log:
Fix arguments of disassemble command
specifying a range of addresses to dump.

Modified:
   trunk/DOCS/xml/en/bugreports.xml

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/cs/bugreports.xml
   trunk/DOCS/xml/de/bugreports.xml
   trunk/DOCS/xml/es/bugreports.xml
   trunk/DOCS/xml/fr/bugreports.xml
   trunk/DOCS/xml/hu/bugreports.xml
   trunk/DOCS/xml/it/bugreports.xml
   trunk/DOCS/xml/pl/bugreports.xml
   trunk/DOCS/xml/ru/bugreports.xml
   trunk/DOCS/xml/zh_CN/bugreports.xml

Modified: trunk/DOCS/xml/en/bugreports.xml
==============================================================================
--- trunk/DOCS/xml/en/bugreports.xml    Thu Sep 27 16:09:48 2012        (r35218)
+++ trunk/DOCS/xml/en/bugreports.xml    Thu Sep 27 22:59:24 2012        (r35219)
@@ -446,7 +446,7 @@ and reproduce your crash. As soon as you
 command line prompt where you have to enter
 <screen>
 bt
-disass $pc-32 $pc+32
+disass $pc-32,$pc+32
 info all-registers
 </screen>
 </para>
@@ -460,7 +460,7 @@ info all-registers
 Create the following command file:
 <screen>
 bt
-disass $pc-32 $pc+32
+disass $pc-32,$pc+32
 info all-registers
 </screen>
 Then simply execute this command:
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to