gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 28 Dec 2011 18:45:46 +0000 (18:45 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 28 Dec 2011 18:45:46 +0000 (18:45 +0000)
* gdbarch.sh (max_insn_length): Extend the comment by unit.
* gdbarch.h: Regenerate.

gdb/ChangeLog
gdb/gdbarch.h
gdb/gdbarch.sh

index bd94cf0f27d6f1bcb220bf7f5e3016611b468490..40f6169ee0e9aaf0902aabfbab9179bc04d20fbc 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdbarch.sh (max_insn_length): Extend the comment by unit.
+       * gdbarch.h: Regenerate.
+
 2011-12-28  Joel Brobecker  <brobecker@adacore.com>
 
        * varobj.c (varobj_update): Minor reformatting, putting the function
index 46c5afa3300880de6e5c8841ee0da2fe3ba894bb..c257c6326e964d46b8b757d31080e1107915e3a9 100644 (file)
@@ -754,7 +754,7 @@ typedef void (gdbarch_skip_permanent_breakpoint_ftype) (struct regcache *regcach
 extern void gdbarch_skip_permanent_breakpoint (struct gdbarch *gdbarch, struct regcache *regcache);
 extern void set_gdbarch_skip_permanent_breakpoint (struct gdbarch *gdbarch, gdbarch_skip_permanent_breakpoint_ftype *skip_permanent_breakpoint);
 
-/* The maximum length of an instruction on this architecture. */
+/* The maximum length of an instruction on this architecture in bytes. */
 
 extern int gdbarch_max_insn_length_p (struct gdbarch *gdbarch);
 
index a9ca03dff7c9a616419fd6a0d11501e0de2b4bdd..0c3344fedaad5bdc0bbca2b1083b9b011178015e 100755 (executable)
@@ -654,7 +654,7 @@ v:int:vbit_in_delta:::0:0::0
 # Advance PC to next instruction in order to skip a permanent breakpoint.
 F:void:skip_permanent_breakpoint:struct regcache *regcache:regcache
 
-# The maximum length of an instruction on this architecture.
+# The maximum length of an instruction on this architecture in bytes.
 V:ULONGEST:max_insn_length:::0:0
 
 # Copy the instruction at FROM to TO, and make any adjustments
This page took 0.031027 seconds and 4 git commands to generate.