diff DOCS/xml/es/bugreports.xml @ 35125:556d87f557ed

Fix arguments of disassemble command specifying a range of addresses to dump.
author ib
date Thu, 27 Sep 2012 20:59:24 +0000
parents c4410ffe82ba
children
line wrap: on
line diff
--- a/DOCS/xml/es/bugreports.xml	Thu Sep 27 14:09:48 2012 +0000
+++ b/DOCS/xml/es/bugreports.xml	Thu Sep 27 20:59:24 2012 +0000
@@ -299,7 +299,7 @@
 Tan pronto como muera, gdb le devuelve a la línea de órdenes donde entró
 <screen>
 bt
-disass $pc-32 $pc+32
+disass $pc-32,$pc+32
 info all-registers
 </screen>
 </para>
@@ -311,7 +311,7 @@
 Cree el siguiente archivo de órdenes:
 <screen>
 bt
-disass $pc-32 $pc+32
+disass $pc-32,$pc+32
 info all-registers
 </screen>
 y después ejecute ésta orden: